
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900');
@charset "UTF-8";
/* ブレークポイント */
/* lost grid設定 */
/* カラー定義 */
/*
§ border-boxを指定
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*
§ デバイス幅に応じた表示非表示
*/
.forSP {
  display: block
}
@media screen and (min-width: 768px){
  .forSP{
    display: none;
  }
}
@media print{
  .forSP{
    display: none;
  }
}
.forPC {
  display: none
}
@media screen and (min-width: 768px){
  .forPC{
    display: block;
  }
}
@media print{
  .forPC{
    display: block;
  }
}
br.forSP {
  display: inline
}
@media screen and (min-width: 768px){
  br.forSP{
    display: none;
  }
}
@media print{
  br.forSP{
    display: none;
  }
}
br.forPC {
  display: none
}
@media screen and (min-width: 768px){
  br.forPC{
    display: inline;
  }
}
@media print{
  br.forPC{
    display: inline;
  }
}
img.forSP {
  display: inline
}
@media screen and (min-width: 768px){
  img.forSP{
    display: none;
  }
}
@media print{
  img.forSP{
    display: none;
  }
}
img.forPC {
  display: none
}
@media screen and (min-width: 768px){
  img.forPC{
    display: inline;
  }
}
@media print{
  img.forPC{
    display: inline;
  }
}
span.forSP {
  display: inline
}
@media screen and (min-width: 768px){
  span.forSP{
    display: none;
  }
}
@media print{
  span.forSP{
    display: none;
  }
}
span.forPC {
  display: none
}
@media screen and (min-width: 768px){
  span.forPC{
    display: inline;
  }
}
@media print{
  span.forPC{
    display: inline;
  }
}
/*
§ 画像のレスポンシブ伸縮
*/
.resopnsive-img img, .ri img,img.resopnsive-img,
img.ri {
  width: 100%;
  height: auto;
}
/* ========================================================================== */
/* § ベース */
/* ========================================================================== */
body {
  background-color: #ffffff;
  text-align: center;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Hiragino Sans","ヒラギノ角ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 83%;
  line-height: 1.5;
  color: #333333;
}
a:link,a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:active {
  color: #009FE0;
  text-decoration: underline;
}
#pageContainer {
  margin: 0 auto;
  text-align: left;
  margin-top: 60px;
  width: 100%;
  padding: 0 5%
}
@media screen and (min-width: 768px){
  #pageContainer{
    margin-top: 0;
  }
}
@media print{
  #pageContainer{
    margin-top: 0;
  }
}
@media screen and (min-width: 768px){
  #pageContainer{
    width: 960px;
  }
}
@media print{
  #pageContainer{
    width: 960px;
  }
}
@media screen and (min-width: 768px){
  #pageContainer{
    padding: 0;
  }
}
@media print{
  #pageContainer{
    padding: 0;
  }
}
/* ========================================================================== */
/* § その他 */
/* ========================================================================== */
.pT15 {
  padding-top: 15px;
}
.pT30 {
  padding-top: 30px;
}
P.mT10 {
  margin: 10px 0 0 0;
}
.mT20 {
  margin: 40px 0 0 0;
}
.fred {
  color: #CC0000;
}
.pageup {
  margin: 20px 0 0 0;
  text-align: right;
  width: 100%;
}
.body_banner {
  margin-top: 3em;
}
/* ホーバーエフェクト */
/*
† マウスオーバーで若干透明に a.btn_hover
*/
a.btn_hover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 1
}
a.btn_hover:hover{
  opacity: 0.8;
}
a.btn_hover:active{
  opacity: 1;
}
/*
† マウスオーバーで不透明に a.btn_alpha
*/
a.btn_alpha {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.8
}
a.btn_alpha:hover,a.btn_alpha:active{
  opacity: 1;
}
/* ========================================================================== */
/* § ヘッダー */
/* ========================================================================== */
#header {
  padding: 5px 0 0 0;
  width: 100%
}
#header #headIdentity{
  font-size: 10px;
  width: 100%;
  text-align: left;
  display: none;
}
@media screen and (min-width: 768px){
  #header #headIdentity{
    width: 960px;
  }
}
@media print{
  #header #headIdentity{
    width: 960px;
  }
}
@media screen and (min-width: 768px){
  #header #headIdentity{
    text-align: right;
  }
}
@media print{
  #header #headIdentity{
    text-align: right;
  }
}
@media screen and (min-width: 768px){
  #header #headIdentity{
    display: block;
  }
}
@media print{
  #header #headIdentity{
    display: block;
  }
}
#header #headUtility{
  width: 100%;
}
#header #headUtility:before,#header #headUtility:after{
  content: '';
  display: table;
}
#header #headUtility:after{
  clear: both;
}
@media screen and (min-width: 768px){
  #header{
    width: 960px;
  }
}
@media print{
  #header{
    width: 960px;
  }
}
#header #headUtility #corporateLogo{
  width: calc(99.99999% * 1);
}
#header #headUtility #corporateLogo:nth-of-type(1n){
  float: left;
  margin-right: 0;
  clear: none;
}
#header #headUtility #corporateLogo:last-of-type{
  margin-right: 0;
}
#header #headUtility #corporateLogo:nth-of-type(2n){
  margin-right: 0;
  float: right;
}
#header #headUtility #corporateLogo:nth-of-type(2n + 1){
  clear: both;
}
#header #headUtility #corporateLogo h1{
  margin: 0;
  padding: 0;
  padding-right: 5px;
  text-align: left;
}
#header #headUtility #corporateLogo a{
  pointer-events: none;
}
@media screen and (min-width: 768px){
  #header #headUtility #corporateLogo a{
    pointer-events: auto;
  }
}
@media print{
  #header #headUtility #corporateLogo a{
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px){
  #header #headUtility #corporateLogo{
    width: calc(99.99999% * 430/960);
  }
  #header #headUtility #corporateLogo:nth-of-type(1n){
    float: left;
    margin-right: 0;
    clear: none;
  }
  #header #headUtility #corporateLogo:last-of-type{
    margin-right: 0;
  }
  #header #headUtility #corporateLogo:nth-of-type(2n){
    margin-right: 0;
    float: right;
  }
  #header #headUtility #corporateLogo:nth-of-type(2n + 1){
    clear: both;
  }
}
@media print{
  #header #headUtility #corporateLogo{
    width: calc(99.99999% * 430/960);
  }
  #header #headUtility #corporateLogo:nth-of-type(1n){
    float: left;
    margin-right: 0;
    clear: none;
  }
  #header #headUtility #corporateLogo:last-of-type{
    margin-right: 0;
  }
  #header #headUtility #corporateLogo:nth-of-type(2n){
    margin-right: 0;
    float: right;
  }
  #header #headUtility #corporateLogo:nth-of-type(2n + 1){
    clear: both;
  }
}
#header #headUtility #utilityHead{
  width: calc(99.99999% * 1);
  display: none;
}
#header #headUtility #utilityHead:nth-of-type(1n){
  float: left;
  margin-right: 0;
  clear: none;
}
#header #headUtility #utilityHead:last-of-type{
  margin-right: 0;
}
#header #headUtility #utilityHead:nth-of-type(1n){
  margin-right: 0;
  float: right;
}
#header #headUtility #utilityHead:nth-of-type(1n + 1){
  clear: both;
}
#header #headUtility #utilityHead:before{
  content: '';
  display: table;
}
#header #headUtility #utilityHead:after{
  content: '';
  display: table;
  clear: both;
}
@media screen and (min-width: 768px){
  #header #headUtility #utilityHead{
    width: calc(99.99999% * 530/960);
  }
  #header #headUtility #utilityHead:nth-of-type(1n){
    float: left;
    margin-right: 0;
    clear: none;
  }
  #header #headUtility #utilityHead:last-of-type{
    margin-right: 0;
  }
  #header #headUtility #utilityHead:nth-of-type(2n){
    margin-right: 0;
    float: right;
  }
  #header #headUtility #utilityHead:nth-of-type(2n + 1){
    clear: both;
  }
}
@media print{
  #header #headUtility #utilityHead{
    width: calc(99.99999% * 530/960);
  }
  #header #headUtility #utilityHead:nth-of-type(1n){
    float: left;
    margin-right: 0;
    clear: none;
  }
  #header #headUtility #utilityHead:last-of-type{
    margin-right: 0;
  }
  #header #headUtility #utilityHead:nth-of-type(2n){
    margin-right: 0;
    float: right;
  }
  #header #headUtility #utilityHead:nth-of-type(2n + 1){
    clear: both;
  }
}
@media screen and (min-width: 768px){
  #header #headUtility #utilityHead{
    display: block;
  }
}
@media print{
  #header #headUtility #utilityHead{
    display: block;
  }
}
#header #headUtility #searchBox{
  float: right;
  width: 300px;
  margin: 5px 0 0 0;
  display: none;
}
#header #headUtility #searchBox input.gsc-search-button-v2{
  width: 69px;
  height: 27px;
}
@media screen and (min-width: 768px){
  #header #headUtility #searchBox{
    display: block;
  }
}
@media print{
  #header #headUtility #searchBox{
    display: block;
  }
}
#header #headUtility #utilityLinks{
  text-align: right;
  margin: 8px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  #header #headUtility{
    width: 960px;
  }
}
@media print{
  #header #headUtility{
    width: 960px;
  }
}
#header #headUtility #utilityLinks ul:before{
  content: '';
  display: table;
}
#header #headUtility #utilityLinks ul:after{
  content: '';
  display: table;
  clear: both;
}
#header #headUtility #utilityLinks ul li{
  float: left;
  padding: 0 0 0 12px;
  margin: 2px 0 0 10px;
  background: url(../images/icon.png) no-repeat 0 4px;
}
#header #headUtility #utilityLinks ul li.noicon{
  float: left;
  padding: 0 0 0 0;
  margin: -5px 0 0 10px;
  background: none;
}
#header #headUtility #utilityLinks ul li a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/* ========================================================================== */
/* § PCナビ */
/* ========================================================================== */
#nav {
  margin: 10px 0 0 0;
  width: 960px;
  display: none
}
#nav ul{
  width: 100%;
}
#nav ul:before,#nav ul:after{
  content: '';
  display: table;
}
#nav ul:after{
  clear: both;
}
@media screen and (min-width: 768px){
  #nav{
    display: block;
  }
}
@media print{
  #nav{
    display: block;
  }
}
#nav ul li{
  float: left;
  list-style: none;
}
#nav ul li a{
  display: block;
  height: 110px;
  width: 192px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  background: url(../images/nav/nav02.jpg) no-repeat;
  text-decoration: none;
}
#nav ul li a:hover{
  text-decoration: none;
}
#nav ul li a span{
  visibility: hidden;
}
#nav ul li.navi01 a{
  background-position: 0 0;
}
#nav ul li.navi02-02 a{
  background-position: -192px 0;
}
#nav ul li.navi03 a{
  background-position: -384px 0;
}
#nav ul li.navi04 a{
  background-position: -576px 0;
}
#nav ul li.navi05 a{
  background-position: -768px 0;
}
#nav ul li.navi01 a:hover{
  background-position: 0 -110px;
}
#nav ul li.navi02-02 a:hover{
  background-position: -192x -110px;
}
#nav ul li.navi03 a:hover{
  background-position: -384px -110px;
}
#nav ul li.navi04 a:hover{
  background-position: -576px -110px;
}
#nav ul li.navi05 a:hover{
  background-position: -768px -110px;
}
#nav ul li.navi10 a{
  background-position: 0 0;
}
#nav ul li.navi11 a{
  background-position: -192px 0;
}
#nav ul li.navi12 a{
  background-position: -384px 0;
}
#nav ul li.navi13 a{
  background-position: -576px 0;
}
#nav ul li.navi14 a{
  background-position: -768px 0;
}
#nav ul li.navi10 a:hover{
  background-position: 0 -110px;
}
#nav ul li.navi11 a:hover{
  background-position: -192px -110px;
}
#nav ul li.navi12 a:hover{
  background-position: -384px -110px;
}
#nav ul li.navi13 a:hover{
  background-position: -576px -110px;
}
#nav ul li.navi14 a:hover{
  background-position: -768px -110px;
}
/* § カテゴリによる色変え等 */
#bus #nav ul li.navi01 a,#bus #nav ul li.navi10 a {
  background-position: 0px -110px;
}
#expert #nav ul li.navi03 a,#expert #nav ul li.navi12 a {
  background-position: -384px -110px;
}
#mechanic #nav ul li.navi04 a,#mechanic #nav ul li.navi13 a {
  background-position: -576px -110px;
}
#sogo #nav ul li.navi05 a,#sogo #nav ul li.navi14 a {
  background-position: -768px -110px;
}
#training #nav ul li.navi02 a,#training #nav ul li.navi11 a {
  background-position: -192px -110px;
}
/* ========================================================================== */
/* § ブレッドカム */
/* ========================================================================== */
#pankuzu {
  margin: 10px 0 0 0;
  padding: 0;
  text-align: right;
  width: 100%
}
@media screen and (min-width: 768px){
  #pankuzu{
    width: 960px;
  }
}
@media print{
  #pankuzu{
    width: 960px;
  }
}
#pankuzu02 {
  margin: 10px 0 10px 0;
  padding: 0;
  width: 100%;
  text-align: right;
}
/* ========================================================================== */
/* § メインコンテナ */
/* ========================================================================== */
#mainContainer {
  padding: 20px 0 20px 0;
  width: 100%;
}
#mainContainer:before,#mainContainer:after{
  content: '';
  display: table;
}
#mainContainer:after{
  clear: both;
}
@media screen and (min-width: 768px){
  #mainContainer{
    width: 960px;
  }
}
@media print{
  #mainContainer{
    width: 960px;
  }
}
.mainimg > img {
  width: 100%;
  height: auto;
}
.mainimg-new {
  background: #28A7E1 url('../new_images/bus-bg.svg') no-repeat left top;
  background-size: contain;
  padding: 2px
}
.mainimg-new:before,.mainimg-new:after{
  content: '';
  display: table;
}
.mainimg-new:after{
  clear: both;
}
.mainimg-new > .title{
  float: left;
  width: 60%;
  padding: 0.5rem 0.5rem 0;
}
.mainimg-new > .title > i{
  font-style: normal;
  padding: 0.2em 1em;
  background-color: white;
  border-radius: 2em;
  font-size: 9px;
}
@media screen and (min-width: 768px){
  .mainimg-new > .title > i{
    font-size: 16px;
  }
}
@media print{
  .mainimg-new > .title > i{
    font-size: 16px;
  }
}
.mainimg-new > .title img{
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 768px){
  .mainimg-new > .title img{
    margin-bottom: 0.5em;
  }
}
@media print{
  .mainimg-new > .title img{
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 768px){
  .mainimg-new > .title{
    padding: 30px 40px 0;
  }
}
@media print{
  .mainimg-new > .title{
    padding: 30px 40px 0;
  }
}
.mainimg-new > .photo{
  font-size: 0;
  float: right;
  text-align: right;
  width: 40%;
}
.mainimg-new > .photo img{
  width: 100%;
  height: auto;
}
/* § カテゴリによる色変え等 */
#bus .mainimg-new {
  background: #28A7E1 url('../new_images/bus-bg.svg') no-repeat left top;
}
#expert .mainimg-new {
  background: #E9537E url('../new_images/expert-bg.svg') no-repeat left top;
}
#mechanic .mainimg-new {
  background: #72BD66 url('../new_images/mechanic-bg.svg') no-repeat left top;
}
#sogo .mainimg-new {
  background: #F18D00 url('../new_images/sogo-bg.svg') no-repeat left top;
}
#training .mainimg-new {
  background: #0060B0 url('../new_images/training-bg.svg') no-repeat left top;
}
/* ========================================================================== */
/* § 全幅コンテンツ */
/* ========================================================================== */
#contents_full {
  margin: 10px 0 0 0
}
#contents_full h2{
  font-size: 160%;
  padding: 0 0 5px 0;
  color: #000000;
  border-bottom: 2px solid #28A7E1;
  text-align: left;
  font-weight: bold;
  font-size: 130%;
  margin-top: 30px;
}
@media screen and (min-width: 768px){
  #contents_full h2{
    font-size: 160%;
  }
}
@media print{
  #contents_full h2{
    font-size: 160%;
  }
}
@media screen and (min-width: 768px){
  #contents_full h2{
    margin-top: 0;
  }
}
@media print{
  #contents_full h2{
    margin-top: 0;
  }
}
/* § カテゴリによる色変え等 */
#bus #contents_full h2 {
  border-color: #28A7E1;
}
#expert #contents_full h2 {
  border-color: #E9537E;
}
#mechanic #contents_full h2 {
  border-color: #72BD66;
}
#sogo #contents_full h2 {
  border-color: #F18D00;
}
#training #contents_full h2 {
  border-color: #0060B0;
}
#common #contents_full h2 {
  border-color: #28A7E1;
}
/* ========================================================================== */
/* § 左コンテンツ */
/* ========================================================================== */
#contents_left {
  float: left;
  margin: 10px 0 0 0;
  width: 100%
}
#contents_left h2{
  font-size: 160%;
  padding: 0 0 5px 0;
  color: #000000;
  border-bottom: 2px solid #28A7E1;
  text-align: left;
  font-weight: bold;
  font-size: 130%;
  margin-top: 30px;
}
@media screen and (min-width: 768px){
  #contents_left h2{
    font-size: 160%;
  }
}
@media print{
  #contents_left h2{
    font-size: 160%;
  }
}
@media screen and (min-width: 768px){
  #contents_left h2{
    margin-top: 0;
  }
}
@media print{
  #contents_left h2{
    margin-top: 0;
  }
}
@media screen and (min-width: 768px){
  #contents_left{
    width: 690px;
  }
}
@media print{
  #contents_left{
    width: 690px;
  }
}
/* § カテゴリによる色変え等 */
#bus #contents_left h2 {
  border-color: #28A7E1;
}
#expert #contents_left h2 {
  border-color: #E9537E;
}
#mechanic #contents_left h2 {
  border-color: #72BD66;
}
#sogo #contents_left h2 {
  border-color: #F18D00;
}
#training #contents_left h2 {
  border-color: #0060B0;
}
#common #contents_left h2 {
  border-color: #28A7E1;
}
#female #contents_left h2 {
  border-color: #E9537E;
}
/* ========================================================================== */
/* § 右コンテンツ */
/* ========================================================================== */
#contents_right {
  float: right;
  width: 100%;
  padding-left: 0
}
#contents_right,#contents_right p.banaright{
  margin: 10px 0 0 0;
}
#contents_right #rightbana{
  margin: 16px 0 10px;
}
#contents_right #rightbana:before{
  content: '';
  display: table;
}
#contents_right #rightbana:after{
  content: '';
  display: table;
  clear: both;
}
#contents_right #rightbana li{
  width: calc(99.99999% * 1/2 - (2% - 2% * 1/2));
}
#contents_right #rightbana li:nth-of-type(1n){
  float: left;
  margin-right: 2%;
  clear: none;
}
#contents_right #rightbana li:last-of-type{
  margin-right: 0;
}
#contents_right #rightbana li:nth-of-type(2n){
  margin-right: 0;
  float: right;
}
#contents_right #rightbana li:nth-of-type(2n + 1){
  clear: both;
}
@media screen and (min-width: 768px){
  #contents_right #rightbana li{
    width: calc(99.99999% * 1);
  }
  #contents_right #rightbana li:nth-of-type(1n){
    float: left;
    margin-right: 0;
    clear: none;
  }
  #contents_right #rightbana li:last-of-type{
    margin-right: 0;
  }
  #contents_right #rightbana li:nth-of-type(1n){
    margin-right: 0;
    float: right;
  }
  #contents_right #rightbana li:nth-of-type(1n + 1){
    clear: both;
  }
}
@media print{
  #contents_right #rightbana li{
    width: calc(99.99999% * 1);
  }
  #contents_right #rightbana li:nth-of-type(1n){
    float: left;
    margin-right: 0;
    clear: none;
  }
  #contents_right #rightbana li:last-of-type{
    margin-right: 0;
  }
  #contents_right #rightbana li:nth-of-type(1n){
    margin-right: 0;
    float: right;
  }
  #contents_right #rightbana li:nth-of-type(1n + 1){
    clear: both;
  }
}
#contents_right #sideAddisional{
  margin: 1.5em 0;
  padding-top: 1.5em;
  border-top: 1px solid #eee;
}
#contents_right .right_menu > dl dt{
  padding: 8px 0 0 15px;
  height: 40px;
  font-size: 110%;
  font-weight: bold;
  display: block;
  color: #FFFFFF;
  background-size: 100% 40px;
}
#contents_right .right_menu > dl dt a,
      #contents_right .right_menu > dl dt a:hover{
  color: #FFFFFF;
  text-decoration: none;
}
#contents_right .right_menu > dl#bule dt{
  background-image: url(../images/common/bar_blue_w244.jpg);
}
#contents_right .right_menu > dl#green dt{
  background-image: url(../images/common/bar_green_w244.jpg);
}
#contents_right .right_menu > dl#orenge dt{
  background-image: url(../images/common/bar_orenge_w244.jpg);
}
#contents_right .right_menu > dl#pink dt{
  background-image: url(../images/common/bar_pink_w244.jpg);
}
#contents_right .right_menu > dl#training dt{
  background-image: url(../images/common/bar_training_w244.jpg);
}
#contents_right .right_menu > dl dd{
  border-bottom: 2px dotted #333;
}
#contents_right .right_menu > dl dd a{
  background: url(../images/icon_right_menu.png) no-repeat 0 8px;
  padding: 8px 0 0 20px;
  height: 40px;
  font-size: 110%;
  display: block;
}
#contents_right .right_menu > dl dd a:hover{
  display: block;
  color: #333333;
  text-decoration: none;
}
#contents_right .right_menu > dl#bule dd a:hover{
  background-color: #BAE2F5;
}
#contents_right .right_menu > dl#green dd a:hover{
  background-color: #C5E3BF;
}
#contents_right .right_menu > dl#orenge dd a:hover{
  background-color: #F9DDBF;
}
#contents_right .right_menu > dl#pink dd a:hover{
  background-color: #FAD6DF;
}
#contents_right .right_menu > dl#training dd a:hover{
  background-color: #D0EAFF;
}
#contents_right .right_menu > dl dd.now{
  pointer-events: none;
}
#contents_right .right_menu > dl#bule dd.now{
  background-color: #BAE2F5;
}
#contents_right .right_menu > dl#green dd.now{
  background-color: #C5E3BF;
}
#contents_right .right_menu > dl#orenge dd.now{
  background-color: #F9DDBF;
}
#contents_right .right_menu > dl#pink dd.now{
  background-color: #FAD6DF;
}
#contents_right .right_menu > dl#training dd.now{
  background-color: #D0EAFF;
}
#contents_right #rightmenu01{
  margin: 20px 0 0 0;
}
#contents_right #rightmenu01 li{
  height: 41px;
  background: url(../images/common/bar01.jpg) no-repeat;
  font-size: 100%;
  font-weight: bold;
  line-height: 41px;
  margin: 7px 0 0 0;
}
#contents_right #rightmenu01 li a{
  display: block;
  padding: 0 0 0 25px;
  color: #47606D;
}
#contents_right #rightmenu01 li a:hover{
  background: url(../images/common/bar01_rollover.jpg) no-repeat;
  color: #47606D;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
#contents_right #rightmenu02{
  margin: 0;
}
#contents_right #rightmenu02 li{
  height: 90px;
  background: url(../images/common/bar02.jpg) no-repeat;
  font-size: 120%;
  font-weight: bold;
  line-height: 90px;
  margin: 7px 0 0 0;
}
#contents_right #rightmenu02 li a{
  display: block;
  padding: 0 0 0 25px;
  color: #47606D;
}
#contents_right #rightmenu02 li a:hover{
  background: url(../images/common/bar02_rollover.jpg) no-repeat;
  color: #47606D;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
#contents_right .right_sub_menu{
  padding: 15px 0 0 0;
}
#contents_right .right_sub_menu ul li{
  padding: 10px 0 0 0;
}
#contents_right .right_sub_menu ul li p{
  text-align: left;
}
#contents_right a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
@media screen and (min-width: 768px){
  #contents_right{
    width: 270px;
  }
}
@media print{
  #contents_right{
    width: 270px;
  }
}
@media screen and (min-width: 768px){
  #contents_right{
    padding-left: 26px;
  }
}
@media print{
  #contents_right{
    padding-left: 26px;
  }
}
/* ========================================================================== */
/* § フッター */
/* ========================================================================== */
#footer-pagetop {
  margin: 30px 0 10px;
  text-align: right;
}
#footer {
  margin: 0;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #D6D6CF
}
#footer #footer_area{
  margin: 0;
  padding: 20px;
  width: 100%;
}
#footer #footer_area:before,#footer #footer_area:after{
  content: '';
  display: table;
}
#footer #footer_area:after{
  clear: both;
}
#footer #footer_area .fl-nav{
  margin: 0;
  float: left;
  width: 100%;
  padding: 0;
}
#footer #footer_area .fl-nav .f_logo{
  margin: 0;
  padding: 0;
}
#footer #footer_area .fl-nav .address{
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 12px;
  line-height: 24px;
}
@media screen and (min-width: 768px){
  #footer #footer_area .fl-nav{
    width: 325px;
  }
}
@media print{
  #footer #footer_area .fl-nav{
    width: 325px;
  }
}
@media screen and (min-width: 768px){
  #footer #footer_area .fl-nav{
    padding: 0 25px 0 0;
  }
}
@media print{
  #footer #footer_area .fl-nav{
    padding: 0 25px 0 0;
  }
}
#footer #footer_area .fr-nav{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px){
  #footer #footer_area{
    width: 960px;
  }
}
@media print{
  #footer #footer_area{
    width: 960px;
  }
}
#footer #footer_area .fr-nav > ul{
  margin: 0;
  padding: 0;
}
#footer #footer_area .fr-nav > ul:before{
  content: '';
  display: table;
}
#footer #footer_area .fr-nav > ul:after{
  content: '';
  display: table;
  clear: both;
}
#footer #footer_area .fr-nav > ul > li{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#footer #footer_area .fr-nav > ul > li .ft{
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 90%;
}
@media screen and (min-width: 768px){
  #footer #footer_area .fr-nav > ul > li{
    width: 33.33%;
  }
}
@media print{
  #footer #footer_area .fr-nav > ul > li{
    width: 33.33%;
  }
}
#footer #footer_area .fr-nav > ul > li.fl01 ul.f_link01{
  margin: 0;
  padding: 0 0 0 0.5em;
}
#footer #footer_area .fr-nav > ul > li.fl01 ul.f_link01 li.icon{
  margin: 5px 0 0 0;
  padding: 0 0 0 1em;
  font-size: 12px;
  background: url(../images/icon.png) no-repeat 0 3px;
}
#footer #footer_area .fr-nav > ul > li.fl01 ul.f_link01 li.sub02{
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: bold;
  color: #636161;
  font-size: 90%;
}
#footer #footer_area .fr-nav > ul > li.fl01 ul.f_link02{
  margin: 0;
  padding: 0 0 0 0.5em;
}
#footer #footer_area .fr-nav a{
  margin: 0;
  padding: 0;
  color: #333333;
}
@media screen and (min-width: 768px){
  #footer #footer_area .fr-nav{
    width: 595px;
  }
}
@media print{
  #footer #footer_area .fr-nav{
    width: 595px;
  }
}
#footer #footer_area .fr-nav a:hover{
  text-decoration: underline;
}
#footer .pageup {
  margin: 9px 0 0 0;
  padding: 0;
  width: 54px;
}
.copyright {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  width: 100%;
}
/* ========================================================================== */
/* § ここから各コンテンツ */
/* ========================================================================== */
/* ========================================================================== */
/* § 目次 contents_block */
/* ========================================================================== */
.contents_block {
  width: 100%;
  padding: 0;
  text-align: left
}
.contents_block > ul{
  padding: 20px 0 0 0;
}
.contents_block > ul:before,.contents_block > ul:after{
  content: '';
  display: table;
}
.contents_block > ul:after{
  clear: both;
}
.contents_block > ul li{
  padding: 0 0 20px 0;
}
.contents_block > ul li.left{
  width: 100%;
  float: none;
}
@media screen and (min-width: 768px){
  .contents_block > ul li.left{
    width: 335px;
  }
}
@media print{
  .contents_block > ul li.left{
    width: 335px;
  }
}
@media screen and (min-width: 768px){
  .contents_block > ul li.left{
    float: left;
  }
}
@media print{
  .contents_block > ul li.left{
    float: left;
  }
}
.contents_block > ul li.right{
  width: 100%;
  float: none;
}
@media screen and (min-width: 768px){
  .contents_block > ul li.right{
    width: 335px;
  }
}
@media print{
  .contents_block > ul li.right{
    width: 335px;
  }
}
@media screen and (min-width: 768px){
  .contents_block > ul li.right{
    float: right;
  }
}
@media print{
  .contents_block > ul li.right{
    float: right;
  }
}
.contents_block > ul li .title{
  background-image: url(../images/common/contents_blue_bg.jpg);
  background-size: 100% 45px;
  padding: 2px 0 0 15px;
  color: #fff;
  width: 100%;
  height: 45px;
  line-height: 37px;
  font-weight: bold;
}
.contents_block > ul li .photo img{
  width: 100%;
  height: auto;
}
.contents_block > ul li .text{
  float: left;
  clear: both;
  padding: 8px 0 0 0;
  width: 335px;
}
.contents_block > ul li .syousai, .contents_block > ul li .syousai02{
  padding: 8px 0 0 0;
  text-align: right;
  color: #28A7E1;
}
.contents_block > ul li .syousai a, .contents_block > ul li .syousai02 a{
  color: #28A7E1;
  text-decoration: none;
  border-bottom: 1px solid #28A7E1;
  padding: 0 0 1px 0;
}
.contents_block > ul li .syousai a:hover, .contents_block > ul li .syousai02 a:hover{
  color: #28A7E1;
  text-decoration: none;
  border-bottom: none;
}
.contents_block a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/* § カテゴリによる色変え等 */
#bus .contents_block ul li .title {
  background-image: url(../images/common/contents_blue_bg.jpg);
}
#expert  .contents_block ul li .title {
  background-image: url(../images/common/contents_pink_bg.jpg);
}
#mechanic  .contents_block ul li .title {
  background-image: url(../images/common/contents_green_bg.jpg);
}
#sogo  .contents_block ul li .title {
  background-image: url(../images/common/contents_orenge_bg.jpg);
}
#training  .contents_block ul li .title {
  background-image: url(../images/common/contents_training_bg.jpg);
}
#bus .contents_block ul li .syousai{
  color: #28A7E1;
}
#bus .contents_block ul li .syousai a,
  #bus .contents_block ul li .syousai02 a{
  color: #28A7E1;
  border-color: #28A7E1;
}
#bus .contents_block ul li .syousai a:hover, #bus .contents_block ul li .syousai02 a:hover{
  color: #28A7E1;
}
#expert  .contents_block ul li .syousai{
  color: #E9537E;
}
#expert  .contents_block ul li .syousai a,
  #expert  .contents_block ul li .syousai02 a{
  color: #E9537E;
  border-color: #E9537E;
}
#expert  .contents_block ul li .syousai a:hover, #expert  .contents_block ul li .syousai02 a:hover{
  color: #E9537E;
}
#mechanic  .contents_block ul li .syousai{
  color: #74BE68;
}
#mechanic  .contents_block ul li .syousai a,
  #mechanic  .contents_block ul li .syousai02 a{
  color: #74BE68;
  border-color: #74BE68;
}
#mechanic  .contents_block ul li .syousai a:hover, #mechanic  .contents_block ul li .syousai02 a:hover{
  color: #74BE68;
}
#sogo  .contents_block ul li .syousai{
  color: #F18D00;
}
#sogo  .contents_block ul li .syousai a,
  #sogo  .contents_block ul li .syousai02 a{
  color: #F18D00;
  border-color: #F18D00;
}
#sogo  .contents_block ul li .syousai a:hover, #sogo  .contents_block ul li .syousai02 a:hover{
  color: #F18D00;
}
#training  .contents_block ul li .syousai{
  color: #0060B0;
}
#training  .contents_block ul li .syousai a,
  #training  .contents_block ul li .syousai02 a{
  color: #0060B0;
  border-color: #0060B0;
}
#training  .contents_block ul li .syousai a:hover, #training  .contents_block ul li .syousai02 a:hover{
  color: #0060B0;
}
/* ========================================================================== */
/* § 募集要項 bus_area */
/* ========================================================================== */
.bus_area {
  margin-top: 10px;
  margin-left: 0
}
.bus_area table{
  margin: 20px 0 20px 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
}
@media screen and (min-width: 768px){
  .bus_area{
    margin-left: 20px;
  }
}
@media print{
  .bus_area{
    margin-left: 20px;
  }
}
.bus_area table th{
  white-space: nowrap;
  padding: 5px 10px;
  margin: 0;
  vertical-align: top;
}
.bus_area table td{
  background: #FFF;
  padding: 5px 10px;
  margin: 0;
}
/* ========================================================================== */
/* § 採用の流れ flow */
/* ========================================================================== */
.flow_box {
  margin-top: 20px;
  position: relative;
  text-align: center;
  margin-right: 0;
  margin-bottom: 40px
}
.flow_box span{
  color: #CC0000;
}
.flow_box a,
  .flow_box a:hover{
  color: #CC0000;
  text-decoration: underline;
}
.flow_box .flow_sp{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: block;
}
@media screen and (min-width: 768px){
  .flow_box .flow_sp{
    display: none;
  }
}
@media print{
  .flow_box .flow_sp{
    display: none;
  }
}
.flow_box .flow_arrow{
  margin: 20px 0;
  display: inline;
}
@media screen and (min-width: 768px){
  .flow_box .flow_arrow{
    display: none;
  }
}
@media print{
  .flow_box .flow_arrow{
    display: none;
  }
}
.flow_box .flow_bg{
  display: none;
}
@media screen and (min-width: 768px){
  .flow_box .flow_bg{
    display: inline;
  }
}
@media print{
  .flow_box .flow_bg{
    display: inline;
  }
}
.flow_box .flow01,
  .flow_box .flow02,
  .flow_box .flow03,
  .flow_box .flow04,
  .flow_box .flow05,
  .flow_box .flow06,
  .flow_box .flow07{
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  width: 100%;
  left: 0;
  position: relative;
}
@media screen and (min-width: 768px){
  .flow_box .flow01,
  .flow_box .flow02,
  .flow_box .flow03,
  .flow_box .flow04,
  .flow_box .flow05,
  .flow_box .flow06,
  .flow_box .flow07{
    width: 240px;
  }
}
@media print{
  .flow_box .flow01,
  .flow_box .flow02,
  .flow_box .flow03,
  .flow_box .flow04,
  .flow_box .flow05,
  .flow_box .flow06,
  .flow_box .flow07{
    width: 240px;
  }
}
@media screen and (min-width: 768px){
  .flow_box .flow01,
  .flow_box .flow02,
  .flow_box .flow03,
  .flow_box .flow04,
  .flow_box .flow05,
  .flow_box .flow06,
  .flow_box .flow07{
    left: 220px;
  }
}
@media print{
  .flow_box .flow01,
  .flow_box .flow02,
  .flow_box .flow03,
  .flow_box .flow04,
  .flow_box .flow05,
  .flow_box .flow06,
  .flow_box .flow07{
    left: 220px;
  }
}
@media screen and (min-width: 768px){
  .flow_box .flow01,
  .flow_box .flow02,
  .flow_box .flow03,
  .flow_box .flow04,
  .flow_box .flow05,
  .flow_box .flow06,
  .flow_box .flow07{
    position: absolute;
  }
}
@media print{
  .flow_box .flow01,
  .flow_box .flow02,
  .flow_box .flow03,
  .flow_box .flow04,
  .flow_box .flow05,
  .flow_box .flow06,
  .flow_box .flow07{
    position: absolute;
  }
}
.flow_box .flow01{
  top: 0;
}
@media screen and (min-width: 768px){
  .flow_box .flow01{
    top: 26px;
  }
}
@media print{
  .flow_box .flow01{
    top: 26px;
  }
}
.flow_box .flow02{
  top: 0;
}
@media screen and (min-width: 768px){
  .flow_box .flow02{
    top: 175px;
  }
}
@media print{
  .flow_box .flow02{
    top: 175px;
  }
}
.flow_box .flow03{
  top: 0;
}
@media screen and (min-width: 768px){
  .flow_box .flow03{
    top: 360px;
  }
}
@media print{
  .flow_box .flow03{
    top: 360px;
  }
}
.flow_box .flow04{
  top: 0;
}
@media screen and (min-width: 768px){
  .flow_box .flow04{
    top: 508px;
  }
}
@media print{
  .flow_box .flow04{
    top: 508px;
  }
}
.flow_box .flow05{
  top: 0;
}
@media screen and (min-width: 768px){
  .flow_box .flow05{
    top: 674px;
  }
}
@media print{
  .flow_box .flow05{
    top: 674px;
  }
}
.flow_box .flow06{
  top: 0;
}
@media screen and (min-width: 768px){
  .flow_box .flow06{
    top: 835px;
  }
}
@media print{
  .flow_box .flow06{
    top: 835px;
  }
}
.flow_box .flow07{
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  .flow_box .flow07{
    top: 987px;
  }
}
@media print{
  .flow_box .flow07{
    top: 987px;
  }
}
@media screen and (min-width: 768px){
  .flow_box .flow07{
    width: 380px;
  }
}
@media print{
  .flow_box .flow07{
    width: 380px;
  }
}
@media screen and (min-width: 768px){
  .flow_box{
    margin-right: 40px;
  }
}
@media print{
  .flow_box{
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px){
  .flow_box{
    margin-bottom: 0;
  }
}
@media print{
  .flow_box{
    margin-bottom: 0;
  }
}
/* § カテゴリによる色変え等 */
/*#bus */
/*#expert */
#mechanic .flow_box .flow01{
  top: 0;
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow01{
    top: 36px;
  }
}
@media print{
  #mechanic .flow_box .flow01{
    top: 36px;
  }
}
#mechanic .flow_box .flow02{
  top: 0;
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow02{
    top: 197px;
  }
}
@media print{
  #mechanic .flow_box .flow02{
    top: 197px;
  }
}
#mechanic .flow_box .flow03{
  top: 0;
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow03{
    top: 360px;
  }
}
@media print{
  #mechanic .flow_box .flow03{
    top: 360px;
  }
}
#mechanic .flow_box .flow04{
  top: 0;
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow04{
    top: 523px;
  }
}
@media print{
  #mechanic .flow_box .flow04{
    top: 523px;
  }
}
#mechanic .flow_box .flow05{
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow05{
    top: 686px;
  }
}
@media print{
  #mechanic .flow_box .flow05{
    top: 686px;
  }
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow05{
    width: 380px;
  }
}
@media print{
  #mechanic .flow_box .flow05{
    width: 380px;
  }
}
#mechanic .flow_box .flow06{
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow06{
    top: 848px;
  }
}
@media print{
  #mechanic .flow_box .flow06{
    top: 848px;
  }
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow06{
    width: 380px;
  }
}
@media print{
  #mechanic .flow_box .flow06{
    width: 380px;
  }
}
#mechanic .flow_box .flow07{
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow07{
    top: 987px;
  }
}
@media print{
  #mechanic .flow_box .flow07{
    top: 987px;
  }
}
@media screen and (min-width: 768px){
  #mechanic .flow_box .flow07{
    width: 380px;
  }
}
@media print{
  #mechanic .flow_box .flow07{
    width: 380px;
  }
}
#sogo .flow_box .flow01{
  top: 0;
}
@media screen and (min-width: 768px){
  #sogo .flow_box .flow01{
    top: 26px;
  }
}
@media print{
  #sogo .flow_box .flow01{
    top: 26px;
  }
}
#sogo .flow_box .flow02{
  top: 0;
}
@media screen and (min-width: 768px){
  #sogo .flow_box .flow02{
    top: 187px;
  }
}
@media print{
  #sogo .flow_box .flow02{
    top: 187px;
  }
}
#sogo .flow_box .flow03{
  top: 0;
}
@media screen and (min-width: 768px){
  #sogo .flow_box .flow03{
    top: 360px;
  }
}
@media print{
  #sogo .flow_box .flow03{
    top: 360px;
  }
}
#sogo .flow_box .flow04{
  top: 0;
}
@media screen and (min-width: 768px){
  #sogo .flow_box .flow04{
    top: 520px;
  }
}
@media print{
  #sogo .flow_box .flow04{
    top: 520px;
  }
}
#sogo .flow_box .flow05{
  top: 0;
}
@media screen and (min-width: 768px){
  #sogo .flow_box .flow05{
    top: 674px;
  }
}
@media print{
  #sogo .flow_box .flow05{
    top: 674px;
  }
}
#sogo .flow_box .flow06{
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  #sogo .flow_box .flow06{
    top: 847px;
  }
}
@media print{
  #sogo .flow_box .flow06{
    top: 847px;
  }
}
@media screen and (min-width: 768px){
  #sogo .flow_box .flow06{
    width: 380px;
  }
}
@media print{
  #sogo .flow_box .flow06{
    width: 380px;
  }
}
#sogo .flow_box .flow07{
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  #sogo .flow_box .flow07{
    top: 1000px;
  }
}
@media print{
  #sogo .flow_box .flow07{
    top: 1000px;
  }
}
@media screen and (min-width: 768px){
  #sogo .flow_box .flow07{
    width: 380px;
  }
}
@media print{
  #sogo .flow_box .flow07{
    width: 380px;
  }
}
#training .flow_box .flow01{
  top: 0;
}
@media screen and (min-width: 768px){
  #training .flow_box .flow01{
    top: 36px;
  }
}
@media print{
  #training .flow_box .flow01{
    top: 36px;
  }
}
#training .flow_box .flow02{
  top: 0;
}
@media screen and (min-width: 768px){
  #training .flow_box .flow02{
    top: 198px;
  }
}
@media print{
  #training .flow_box .flow02{
    top: 198px;
  }
}
#training .flow_box .flow03{
  top: 0;
}
@media screen and (min-width: 768px){
  #training .flow_box .flow03{
    top: 360px;
  }
}
@media print{
  #training .flow_box .flow03{
    top: 360px;
  }
}
#training .flow_box .flow04{
  top: 0;
}
@media screen and (min-width: 768px){
  #training .flow_box .flow04{
    top: 520px;
  }
}
@media print{
  #training .flow_box .flow04{
    top: 520px;
  }
}
#training .flow_box .flow05{
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  #training .flow_box .flow05{
    top: 684px;
  }
}
@media print{
  #training .flow_box .flow05{
    top: 684px;
  }
}
@media screen and (min-width: 768px){
  #training .flow_box .flow05{
    width: 380px;
  }
}
@media print{
  #training .flow_box .flow05{
    width: 380px;
  }
}
#training .flow_box .flow06{
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  #training .flow_box .flow06{
    top: 845px;
  }
}
@media print{
  #training .flow_box .flow06{
    top: 845px;
  }
}
@media screen and (min-width: 768px){
  #training .flow_box .flow06{
    width: 380px;
  }
}
@media print{
  #training .flow_box .flow06{
    width: 380px;
  }
}
#training .flow_box .flow07{
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  #training .flow_box .flow07{
    top: 987px;
  }
}
@media print{
  #training .flow_box .flow07{
    top: 987px;
  }
}
@media screen and (min-width: 768px){
  #training .flow_box .flow07{
    width: 380px;
  }
}
@media print{
  #training .flow_box .flow07{
    width: 380px;
  }
}
/* ========================================================================== */
/* § 見学会・試験 schedule */
/* ========================================================================== */
.schedule_block {
  margin: 10px 0 50px 0;
  width: 100%
}
@media screen and (min-width: 768px){
  .schedule_block{
    width: 630px;
  }
}
@media print{
  .schedule_block{
    width: 630px;
  }
}
.schedule_title {
  margin: 20px 0 10px 0;
  padding: 0 0 0 10px;
  height: 32px;
  color: #FFFFFF;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  background: #009EDF;
}
.schedule_box {
  margin: 40px 0 0 0;
  padding: 0;
  width: 100%
}
.schedule_box:before,.schedule_box:after{
  content: '';
  display: table;
}
.schedule_box:after{
  clear: both;
}
.schedule_box .image img{
  width: 100%;
  height: auto;
}
.schedule_box > dl{
  margin: 0;
}
.schedule_box > dl dt{
  margin: 15px 0 0 0;
  font-size: 20px;
  color: #009EDF;
  font-weight: bold;
}
.schedule_box > dl dd{
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 24px;
}
.schedule_box > ul,
  .schedule_box > dl dd > ul{
  margin: 0px 0 20px 0;
  padding: 0px;
}
@media screen and (min-width: 768px){
  .schedule_box{
    width: 630px;
  }
}
@media print{
  .schedule_box{
    width: 630px;
  }
}
.schedule_box > ul li, .schedule_box > dl dd > ul li{
  margin: 10px 0 5px 0;
  border-bottom: 1px solid #009EDF;
  border-top: 1px solid #009EDF;
  padding: 4px 0;
}
.schedule_box > ul li table, .schedule_box > dl dd > ul li table{
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  .schedule_box > ul li, .schedule_box > dl dd > ul li{
    padding: 4px;
  }
}
@media print{
  .schedule_box > ul li, .schedule_box > dl dd > ul li{
    padding: 4px;
  }
}
.schedule_box > ul li table th, .schedule_box > dl dd > ul li table th{
  width: 14%;
  height: 27px;
  line-height: 27px;
  border: 4px solid #FFF;
  background: #75CBEE;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.schedule_box > ul li table td, .schedule_box > dl dd > ul li table td{
  width: 62%;
  margin: 4px 0;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  border-bottom: 1px dotted #75CBEE;
  padding: 5px 0 5px 3px;
  font-size: 13px;
}
.schedule_box > ul li table td:before, .schedule_box > dl dd > ul li table td:before{
  content: '';
  display: table;
}
.schedule_box > ul li table td:after, .schedule_box > dl dd > ul li table td:after{
  content: '';
  display: table;
  clear: both;
}
.schedule_box > ul li table td .schedule_time, .schedule_box > dl dd > ul li table td .schedule_time{
  display: block;
  text-align: left;
  float: none;
}
@media screen and (min-width: 768px){
  .schedule_box > ul li table td .schedule_time, .schedule_box > dl dd > ul li table td .schedule_time{
    text-align: right;
  }
}
@media print{
  .schedule_box > ul li table td .schedule_time, .schedule_box > dl dd > ul li table td .schedule_time{
    text-align: right;
  }
}
@media screen and (min-width: 768px){
  .schedule_box > ul li table td .schedule_time, .schedule_box > dl dd > ul li table td .schedule_time{
    float: right;
  }
}
@media print{
  .schedule_box > ul li table td .schedule_time, .schedule_box > dl dd > ul li table td .schedule_time{
    float: right;
  }
}
.schedule_box > ul li table td.bn, .schedule_box > dl dd > ul li table td.bn{
  border-bottom: none;
}
.schedule_box > ul li table td.btn_right, .schedule_box > dl dd > ul li table td.btn_right{
  width: 120px;
  margin: 10px 0 0;
  text-align: right;
  padding: 5px 0 5px 10px;
}
@media screen and (min-width: 768px){
  .schedule_box > ul li table td, .schedule_box > dl dd > ul li table td{
    padding: 5px 10px;
  }
}
@media print{
  .schedule_box > ul li table td, .schedule_box > dl dd > ul li table td{
    padding: 5px 10px;
  }
}
@media screen and (min-width: 768px){
  .schedule_box > ul li table td, .schedule_box > dl dd > ul li table td{
    font-size: 18px;
  }
}
@media print{
  .schedule_box > ul li table td, .schedule_box > dl dd > ul li table td{
    font-size: 18px;
  }
}
.schedule_box > ul li table td.btn_right a, .schedule_box > dl dd > ul li table td.btn_right a{
  height: 25px;
}
@media screen and (min-width: 768px){
  .schedule_box > ul li table td.btn_right, .schedule_box > dl dd > ul li table td.btn_right{
    padding: 5px 10px;
  }
}
@media print{
  .schedule_box > ul li table td.btn_right, .schedule_box > dl dd > ul li table td.btn_right{
    padding: 5px 10px;
  }
}
.schedule_box > ul li table td.btn_right a:hover img, .schedule_box > dl dd > ul li table td.btn_right a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.schedule_box02 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  width: 100%;
  margin-bottom: 40px
}
@media screen and (min-width: 768px){
  .schedule_box02{
    width: 630px;
  }
}
@media print{
  .schedule_box02{
    width: 630px;
  }
}
@media screen and (min-width: 768px){
  .schedule_box02{
    margin-bottom: 0;
  }
}
@media print{
  .schedule_box02{
    margin-bottom: 0;
  }
}
.schedule_box03 {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
}
.schedule_box03,.area {
  width: 100%;
  text-align: center
}
.area {
  margin: 0;
  background: #F08200;
  color: #FFFFFF;
  float: none;
  padding: 6px 0
}
@media screen and (min-width: 768px){
  .area{
    float: left;
  }
}
@media print{
  .area{
    float: left;
  }
}
@media screen and (min-width: 768px){
  .area{
    width: 40px;
  }
}
@media print{
  .area{
    width: 40px;
  }
}
@media screen and (min-width: 768px){
  .area{
    padding: 42px 0;
  }
}
@media print{
  .area{
    padding: 42px 0;
  }
}
.date {
  margin: 4px 0 4px 12px;
  width: 100%;
  float: none;
  margin: 4px 0 4px 0
}
.date dl{
  margin: 0;
  padding: 0;
  border-top: 1px solid #F4A445;
  position: relative;
  padding-left: 70px;
}
.date dl:before,.date dl:after{
  content: '';
  display: table;
}
.date dl:after{
  clear: both;
}
@media screen and (min-width: 768px){
  .date{
    width: 578px;
  }
}
@media print{
  .date{
    width: 578px;
  }
}
@media screen and (min-width: 768px){
  .date{
    float: left;
  }
}
@media print{
  .date{
    float: left;
  }
}
@media screen and (min-width: 768px){
  .date{
    margin: 4px 0 4px 12px;
  }
}
@media print{
  .date{
    margin: 4px 0 4px 12px;
  }
}
.date dl.none{
  border-top: none;
}
.date dl dt{
  width: 68px;
  text-align: center;
  background: #F4A445;
  color: #FFFFFF;
  margin: 3px 0 3px 0;
  padding: 0;
  top: 0;
  left: 0;
  position: absolute;
  float: none;
}
@media screen and (min-width: 768px){
  .date dl dt{
    position: relative;
  }
}
@media print{
  .date dl dt{
    position: relative;
  }
}
@media screen and (min-width: 768px){
  .date dl dt{
    float: left;
  }
}
@media print{
  .date dl dt{
    float: left;
  }
}
.date dl dt.date01{
  height: 32px;
  line-height: 32px;
}
@media screen and (min-width: 768px){
  .date dl dt.date01{
    height: 72px;
  }
}
@media print{
  .date dl dt.date01{
    height: 72px;
  }
}
@media screen and (min-width: 768px){
  .date dl dt.date01{
    line-height: 72px;
  }
}
@media print{
  .date dl dt.date01{
    line-height: 72px;
  }
}
.date dl dt.date02{
  height: 32px;
  line-height: 32px;
}
.date dl dd{
  float: none;
}
@media screen and (min-width: 768px){
  .date dl{
    padding-left: 0;
  }
}
@media print{
  .date dl{
    padding-left: 0;
  }
}
.date dl dd.date01-02{
  margin: 8px 0 8px 10px;
  padding: 0;
  line-height: 1.3;
  font-size: 16px;
  width: auto;
}
.date dl dd.date01-02 span.time{
  font-size: 12px;
}
@media screen and (min-width: 768px){
  .date dl dd.date01-02 span.time{
    font-size: 16px;
  }
}
@media print{
  .date dl dd.date01-02 span.time{
    font-size: 16px;
  }
}
@media screen and (min-width: 768px){
  .date dl dd.date01-02{
    font-size: 24px;
  }
}
@media print{
  .date dl dd.date01-02{
    font-size: 24px;
  }
}
@media screen and (min-width: 768px){
  .date dl dd.date01-02{
    width: 495px;
  }
}
@media print{
  .date dl dd.date01-02{
    width: 495px;
  }
}
.date dl dd.date02-02{
  margin: 6px 0 6px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.date dl dd.date02-03{
  margin: 10px 0 10px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.date dl dd.btn_map,
      .date dl dd.btn_entry{
  float: right;
  margin-top: 0;
}
@media screen and (min-width: 768px){
  .date dl dd.btn_map,
      .date dl dd.btn_entry{
    margin-top: 6px;
  }
}
@media print{
  .date dl dd.btn_map,
      .date dl dd.btn_entry{
    margin-top: 6px;
  }
}
.date dl dd a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
@media screen and (min-width: 768px){
  .date dl dd{
    float: left;
  }
}
@media print{
  .date dl dd{
    float: left;
  }
}
.reserved {
  font-size: 14px;
}
#mechanic .reserved,
#training .reserved {
  color: #CC0000;
}
/* § カテゴリによる色変え等 */
#bus .schedule_title {
  background: #009EDF;
}
#bus .schedule_box > dl dt {
  color: #009EDF;
}
#bus .schedule_box > ul li table th {
  background: #75CBEE;
}
#expert .schedule_title {
  background: #E9537E;
}
#expert .schedule_box > dl dt {
  color: #E9537E;
}
#expert .schedule_box > ul li table th {
  background: #ED9AB1;
}
#mechanic .schedule_title {
  background: #009944;
}
#mechanic .schedule_box > dl dt {
  color: #009944;
}
#sogo .schedule_title {
  background: #F08200;
}
#sogo .schedule_box > dl dt {
  color: #F08200;
}
#sogo .schedule_box {
  border-bottom: 1px solid #F08200;
  border-top: 1px solid #F08200;
}
#training .schedule_title {
  background: #0060B0;
}
#training .schedule_box > dl dt {
  color: #0060B0;
}
#training .schedule_box > ul li table th,
#training .schedule_box > dl dd > ul li table th {
  background: #75A5EE;
}
/* ========================================================================== */
/* § 先輩紹介 senior */
/* ========================================================================== */
.senior_container,.senior_box {
  margin: 10px 0 0 0
}
.senior_box:before,.senior_box:after{
  content: '';
  display: table;
}
.senior_box:after{
  clear: both;
}
.senior_box > div{
  margin-top: 10px;
  width: calc(99.99999% * 1);
}
.senior_box > div:nth-of-type(1n){
  float: left;
  margin-right: 0;
  clear: none;
}
.senior_box > div:last-of-type{
  margin-right: 0;
}
.senior_box > div:nth-of-type(1n){
  margin-right: 0;
  float: right;
}
.senior_box > div:nth-of-type(1n + 1){
  clear: both;
}
.senior_box > div .image img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  .senior_box > div{
    width: calc(99.99999% * 1/2 - (30px - 30px * 1/2));
  }
  .senior_box > div:nth-of-type(1n){
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .senior_box > div:last-of-type{
    margin-right: 0;
  }
  .senior_box > div:nth-of-type(2n){
    margin-right: 0;
    float: right;
  }
  .senior_box > div:nth-of-type(2n + 1){
    clear: both;
  }
}
@media print{
  .senior_box > div{
    width: calc(99.99999% * 1/2 - (30px - 30px * 1/2));
  }
  .senior_box > div:nth-of-type(1n){
    float: left;
    margin-right: 30px;
    clear: none;
  }
  .senior_box > div:last-of-type{
    margin-right: 0;
  }
  .senior_box > div:nth-of-type(2n){
    margin-right: 0;
    float: right;
  }
  .senior_box > div:nth-of-type(2n + 1){
    clear: both;
  }
}
.senior_name {
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 0 0 15px;
  background-image: url(../images/bus/bar_senior.jpg);
  background-size: 100% 43px;
  height: 43px;
  line-height: 43px;
}
.senior {
  margin: 0
}
.senior dl,.senior dl dt{
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 22px;
}
.senior dl dt{
  color: #FFFFFF;
  background: #0186D1;
  height: 22px;
  padding: 0 0 0 10px;
}
.senior dl dd{
  margin: 10px 0 10px 0;
  font-size: 12px;
  line-height: 22px;
}
.senior dl dd.sp{
  margin: 10px 0 32px 0;
}
.senior dl dd.sp02{
  margin: 10px 0 55px 0;
}
/* § カテゴリによる色変え等 */
#bus .senior_name,#expert .senior_name {
  background-image: url(../images/bus/bar_senior.jpg);
}
#mechanic .senior_name {
  background-image: url(../images/mechanic/bar_senior.jpg);
}
#sogo .senior_name {
  background-image: url(../images/sogo/bar_senior.jpg);
}
#training .senior_name {
  background-image: url(../images/training/bar_senior.jpg);
}
#bus .senior dl dt,#expert .senior dl dt {
  background: #0186D1;
}
#mechanic .senior dl dt {
  background: #009944;
}
#sogo .senior dl dt {
  background: #F08200;
}
#training .senior dl dt {
  background: #0060B0;
}
/* $ 新フォーマット*/
.gridContainer-ankerLinks_1_2:before{
  content: '';
  display: table;
}
.gridContainer-ankerLinks_1_2:after{
  content: '';
  display: table;
  clear: both;
}
.gridContainer-ankerLinks_1_2 .column{
  display: block;
  width: calc(99.99999% * 1/2 - (3% - 3% * 1/2));
  margin-bottom: 1em;
}
.gridContainer-ankerLinks_1_2 .column:nth-of-type(1n){
  float: left;
  margin-right: 3%;
  clear: none;
}
.gridContainer-ankerLinks_1_2 .column:last-of-type{
  margin-right: 0;
}
.gridContainer-ankerLinks_1_2 .column:nth-of-type(2n){
  margin-right: 0;
  float: right;
}
.gridContainer-ankerLinks_1_2 .column:nth-of-type(2n + 1){
  clear: both;
}
.gridContainer-ankerLinks_1_3:before{
  content: '';
  display: table;
}
.gridContainer-ankerLinks_1_3:after{
  content: '';
  display: table;
  clear: both;
}
.gridContainer-ankerLinks_1_3 .column{
  display: block;
  width: calc(99.99999% * 1/3 - (3% - 3% * 1/3));
}
.gridContainer-ankerLinks_1_3 .column:nth-of-type(1n){
  float: left;
  margin-right: 3%;
  clear: none;
}
.gridContainer-ankerLinks_1_3 .column:last-of-type{
  margin-right: 0;
}
.gridContainer-ankerLinks_1_3 .column:nth-of-type(3n){
  margin-right: 0;
  float: right;
}
.gridContainer-ankerLinks_1_3 .column:nth-of-type(3n + 1){
  clear: both;
}
.gridContainer-schedule-3:before{
  content: '';
  display: table;
}
.gridContainer-schedule-3:after{
  content: '';
  display: table;
  clear: both;
}
.gridContainer-schedule-3 .column{
  display: block;
  width: calc(99.99999% * 1);
  margin-bottom: 1em;
}
.gridContainer-schedule-3 .column:nth-of-type(1n){
  float: left;
  margin-right: 0;
  clear: none;
}
.gridContainer-schedule-3 .column:last-of-type{
  margin-right: 0;
}
.gridContainer-schedule-3 .column:nth-of-type(1n){
  margin-right: 0;
  float: right;
}
.gridContainer-schedule-3 .column:nth-of-type(1n + 1){
  clear: both;
}
@media screen and (min-width: 768px){
  .gridContainer-schedule-3 .column{
    width: calc(99.99999% * 1/3 - (2% - 2% * 1/3));
  }
  .gridContainer-schedule-3 .column:nth-of-type(1n){
    float: left;
    margin-right: 2%;
    clear: none;
  }
  .gridContainer-schedule-3 .column:last-of-type{
    margin-right: 0;
  }
  .gridContainer-schedule-3 .column:nth-of-type(3n){
    margin-right: 0;
    float: right;
  }
  .gridContainer-schedule-3 .column:nth-of-type(3n + 1){
    clear: both;
  }
}
@media print{
  .gridContainer-schedule-3 .column{
    width: calc(99.99999% * 1/3 - (2% - 2% * 1/3));
  }
  .gridContainer-schedule-3 .column:nth-of-type(1n){
    float: left;
    margin-right: 2%;
    clear: none;
  }
  .gridContainer-schedule-3 .column:last-of-type{
    margin-right: 0;
  }
  .gridContainer-schedule-3 .column:nth-of-type(3n){
    margin-right: 0;
    float: right;
  }
  .gridContainer-schedule-3 .column:nth-of-type(3n + 1){
    clear: both;
  }
}
@media screen and (min-width: 768px){
  .gridContainer-schedule-3 .column{
    margin-bottom: 2em;
  }
}
@media print{
  .gridContainer-schedule-3 .column{
    margin-bottom: 2em;
  }
}
.gridContainer-schedule-4:before{
  content: '';
  display: table;
}
.gridContainer-schedule-4:after{
  content: '';
  display: table;
  clear: both;
}
.gridContainer-schedule-4 .column{
  display: block;
  width: calc(99.99999% * 1);
  margin-bottom: 1em;
}
.gridContainer-schedule-4 .column:nth-of-type(1n){
  float: left;
  margin-right: 0;
  clear: none;
}
.gridContainer-schedule-4 .column:last-of-type{
  margin-right: 0;
}
.gridContainer-schedule-4 .column:nth-of-type(1n){
  margin-right: 0;
  float: right;
}
.gridContainer-schedule-4 .column:nth-of-type(1n + 1){
  clear: both;
}
@media screen and (min-width: 768px){
  .gridContainer-schedule-4 .column{
    width: calc(99.99999% * 1/4 - (2% - 2% * 1/4));
  }
  .gridContainer-schedule-4 .column:nth-of-type(1n){
    float: left;
    margin-right: 2%;
    clear: none;
  }
  .gridContainer-schedule-4 .column:last-of-type{
    margin-right: 0;
  }
  .gridContainer-schedule-4 .column:nth-of-type(4n){
    margin-right: 0;
    float: right;
  }
  .gridContainer-schedule-4 .column:nth-of-type(4n + 1){
    clear: both;
  }
}
@media print{
  .gridContainer-schedule-4 .column{
    width: calc(99.99999% * 1/4 - (2% - 2% * 1/4));
  }
  .gridContainer-schedule-4 .column:nth-of-type(1n){
    float: left;
    margin-right: 2%;
    clear: none;
  }
  .gridContainer-schedule-4 .column:last-of-type{
    margin-right: 0;
  }
  .gridContainer-schedule-4 .column:nth-of-type(4n){
    margin-right: 0;
    float: right;
  }
  .gridContainer-schedule-4 .column:nth-of-type(4n + 1){
    clear: both;
  }
}
@media screen and (min-width: 768px){
  .gridContainer-schedule-4 .column{
    margin-bottom: 2em;
  }
}
@media print{
  .gridContainer-schedule-4 .column{
    margin-bottom: 2em;
  }
}
.gridContainer-schedule-5:before{
  content: '';
  display: table;
}
.gridContainer-schedule-5:after{
  content: '';
  display: table;
  clear: both;
}
.gridContainer-schedule-5 .column{
  display: block;
  width: calc(99.99999% * 1);
  margin-bottom: 1em;
}
.gridContainer-schedule-5 .column:nth-of-type(1n){
  float: left;
  margin-right: 0;
  clear: none;
}
.gridContainer-schedule-5 .column:last-of-type{
  margin-right: 0;
}
.gridContainer-schedule-5 .column:nth-of-type(1n){
  margin-right: 0;
  float: right;
}
.gridContainer-schedule-5 .column:nth-of-type(1n + 1){
  clear: both;
}
@media screen and (min-width: 768px){
  .gridContainer-schedule-5 .column{
    width: calc(99.99999% * 1/3 - (2% - 2% * 1/3));
  }
  .gridContainer-schedule-5 .column:nth-of-type(1n){
    float: left;
    margin-right: 2%;
    clear: none;
  }
  .gridContainer-schedule-5 .column:last-of-type{
    margin-right: 0;
  }
  .gridContainer-schedule-5 .column:nth-of-type(3n){
    margin-right: 0;
    float: right;
  }
  .gridContainer-schedule-5 .column:nth-of-type(3n + 1){
    clear: both;
  }
}
@media print{
  .gridContainer-schedule-5 .column{
    width: calc(99.99999% * 1/3 - (2% - 2% * 1/3));
  }
  .gridContainer-schedule-5 .column:nth-of-type(1n){
    float: left;
    margin-right: 2%;
    clear: none;
  }
  .gridContainer-schedule-5 .column:last-of-type{
    margin-right: 0;
  }
  .gridContainer-schedule-5 .column:nth-of-type(3n){
    margin-right: 0;
    float: right;
  }
  .gridContainer-schedule-5 .column:nth-of-type(3n + 1){
    clear: both;
  }
}
@media screen and (min-width: 768px){
  .gridContainer-schedule-5 .column{
    margin-bottom: 2em;
  }
}
@media print{
  .gridContainer-schedule-5 .column{
    margin-bottom: 2em;
  }
}
#inPageLinks {
  margin-top: 20px
}
#inPageLinks a.inPageLink{
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  overflow: hidden;
}
#inPageLinks a.inPageLink .inner{
  background-color: #137DC3;
  padding: 5%;
  text-align: center;
}
#inPageLinks a.inPageLink .inner .name{
  /*margin-top: 5%;*/
  width: 60%;
}
#inPageLinks a.inPageLink .inner .photo{
  display: none;
}
#inPageLinks a.inPageLink .inner img{
  width: 100%;
  height: auto;
}
#inPageLinks a.inPageLink .more-arrow{
  position: relative;
  font-size: 0;
}
#inPageLinks a.inPageLink .more,
    #inPageLinks a.inPageLink .arrow{
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  width: 100%;
  height: auto;
  text-align: center;
}
#inPageLinks a.inPageLink .more{
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
#inPageLinks a.inPageLink .more .a{
  fill: #1A59B8;
}
#inPageLinks a.inPageLink .more .b{
  fill: #fff;
}
#inPageLinks a.inPageLink .arrow{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#inPageLinks a.inPageLink .arrow .a{
  fill: #084298;
}
#inPageLinks a.inPageLink .arrow .b{
  fill: #fff;
  opacity: 0.6;
}
#inPageLinks a.inPageLink:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#inPageLinks a.inPageLink:hover .more{
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
#inPageLinks a.inPageLink:hover .arrow{
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
#inPageLinks a.inPageLinkAlt{
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (min-width: 768px){
  #inPageLinks{
    margin-top: 40px;
  }
}
@media print{
  #inPageLinks{
    margin-top: 40px;
  }
}
#inPageLinks a.inPageLinkAlt .inner{
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  background-color: #137DC3;
  padding: 5%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#inPageLinks a.inPageLinkAlt .more-arrow{
  position: relative;
  font-size: 0;
}
#inPageLinks a.inPageLinkAlt .arrow{
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  width: 100%;
  height: auto;
  text-align: center;
}
#inPageLinks a.inPageLinkAlt .arrow .a{
  fill: #084298;
}
#inPageLinks a.inPageLinkAlt .arrow .b{
  fill: #fff;
  opacity: 0.6;
}
/*色変え*/
#bus #inPageLinks a.inPageLink .inner{
  background-color: #28A7E1;
}
#bus #inPageLinks a.inPageLink .more .a{
  fill: #008CCC;
}
#bus #inPageLinks a.inPageLink .arrow .a{
  fill: #006BB3;
}
#expert #inPageLinks a.inPageLink .inner{
  background-color: #E9537E;
}
#expert #inPageLinks a.inPageLink .more .a{
  fill: #D2406A;
}
#expert #inPageLinks a.inPageLink .arrow .a{
  fill: #C72250;
}
#mechanic #inPageLinks a.inPageLink .inner{
  background-color: #72BD66;
}
#mechanic #inPageLinks a.inPageLink .more .a{
  fill: #69AA60;
}
#mechanic #inPageLinks a.inPageLink .arrow .a{
  fill: #489B3E;
}
#sogo #inPageLinks a.inPageLink .inner{
  background-color: #F18D00;
}
#sogo #inPageLinks a.inPageLink .more .a{
  fill: #E18421;
}
#sogo #inPageLinks a.inPageLink .arrow .a{
  fill: #CA771C;
}
#training #inPageLinks a.inPageLink .inner{
  background-color: #0060B0;
}
#training #inPageLinks a.inPageLink .more .a{
  fill: #0B589C;
}
#training #inPageLinks a.inPageLink .arrow .a{
  fill: #074983;
}
#bus #inPageLinks a.inPageLinkAlt .inner{
  background-color: #28A7E1;
}
#bus #inPageLinks a.inPageLinkAlt .arrow .a{
  fill: #006BB3;
}
#bus #inPageLinks a.inPageLinkAlt:hover .inner{
  background-color: #006BB3;
}
.interviewHead {
  background: #137DC3 url('../lp_images/bg-blue.svg') no-repeat left top;
  background-size: cover;
  padding: 10px 0 10px 10px;
  margin-top: 40px
}
.interviewHead .container{
  position: relative;
}
@media screen and (min-width: 768px){
  .interviewHead{
    padding: 10px 0 10px 10px;
  }
}
@media print{
  .interviewHead{
    padding: 10px 0 10px 10px;
  }
}
@media screen and (min-width: 768px){
  .interviewHead{
    margin-top: 80px;
  }
}
@media print{
  .interviewHead{
    margin-top: 80px;
  }
}
.interviewHead .container .photo{
  font-size: 0;
  width: 40%;
}
.interviewHead .container .photo img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  .interviewHead .container .photo{
    width: 47%;
  }
}
@media print{
  .interviewHead .container .photo{
    width: 47%;
  }
}
.interviewHead .container .info{
  position: absolute;
  color: white;
  top: none;
  bottom: 0;
  left: 45%;
  width: 50%;
}
.interviewHead .container .info h4{
  font-weight: normal;
  font-size: 9px;
  margin: 0;
}
@media screen and (min-width: 768px){
  .interviewHead .container .info h4{
    font-size: 0.94rem;
  }
}
@media print{
  .interviewHead .container .info h4{
    font-size: 0.94rem;
  }
}
.interviewHead .container .info .name{
  margin: 0.2em 0 0.3em;
}
.interviewHead .container .info .name img{
  height: auto;
  width: 70%;
}
@media screen and (min-width: 768px){
  .interviewHead .container .info .name img{
    width: 100%;
  }
}
@media print{
  .interviewHead .container .info .name img{
    width: 100%;
  }
}
@media screen and (min-width: 768px){
  .interviewHead .container .info .name{
    margin: 0.2em 0 0.8em;
  }
}
@media print{
  .interviewHead .container .info .name{
    margin: 0.2em 0 0.8em;
  }
}
.interviewHead .container .info h5{
  font-weight: normal;
  margin: 0;
  padding: 0.25em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px){
  .interviewHead .container .info h5{
    font-size: 0.88rem;
  }
}
@media print{
  .interviewHead .container .info h5{
    font-size: 0.88rem;
  }
}
@media screen and (min-width: 768px){
  .interviewHead .container .info{
    top: 80px;
  }
}
@media print{
  .interviewHead .container .info{
    top: 80px;
  }
}
@media screen and (min-width: 768px){
  .interviewHead .container .info{
    bottom: none;
  }
}
@media print{
  .interviewHead .container .info{
    bottom: none;
  }
}
@media screen and (min-width: 768px){
  .interviewHead .container .info{
    left: 52%;
  }
}
@media print{
  .interviewHead .container .info{
    left: 52%;
  }
}
@media screen and (min-width: 768px){
  .interviewHead .container .info{
    width: 35%;
  }
}
@media print{
  .interviewHead .container .info{
    width: 35%;
  }
}
.interviewHead .container .profile{
  position: absolute;
  bottom: 0;
  left: 52%;
  width: 48%;
  color: white;
  display: none;
}
.interviewHead .container .profile h3{
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Cinzel';
  font-style: normal;
  color: #084298;
  letter-spacing: 0.2em;
  margin: 0.25em 0;
}
.interviewHead .container .profile p{
  font-size: 0.75rem;
  margin: 0;
}
@media screen and (min-width: 768px){
  .interviewHead .container .profile{
    display: block;
  }
}
@media print{
  .interviewHead .container .profile{
    display: block;
  }
}
/*色変え*/
#bus .interviewHead {
  background: #28A7E1 url('../new_images/bus-bg.svg') no-repeat left top;
  background-size: contain
}
#bus .interviewHead .container .profile h3{
  color: #006BB3;
}
#expert .interviewHead {
  background: #E9537E url('../new_images/expert-bg.svg') no-repeat left top;
  background-size: contain
}
#expert .interviewHead .container .profile h3{
  color: #C72250;
}
#mechanic .interviewHead {
  background: #72BD66 url('../new_images/mechanic-bg.svg') no-repeat left top;
  background-size: contain
}
#mechanic .interviewHead .container .profile h3{
  color: #489B3E;
}
#sogo .interviewHead {
  background: #F18D00 url('../new_images/sogo-bg.svg') no-repeat left top;
  background-size: contain
}
#sogo .interviewHead .container .profile h3{
  color: #CA771C;
}
#training .interviewHead {
  background: #0060B0 url('../new_images/training-bg.svg') no-repeat left top;
  background-size: contain
}
#training .interviewHead .container .profile h3{
  color: #074983;
}
.interviewProfile {
  display: block
}
.interviewProfile .title{
  margin: 1.5rem 0;
}
.interviewProfile .title svg{
  width: 100%;
  height: auto;
}
.interviewProfile .title svg .a{
  fill: none;
}
.interviewProfile .title svg .b{
  fill: #137DC3;
}
@media screen and (min-width: 768px){
  .interviewProfile{
    display: none;
  }
}
@media print{
  .interviewProfile{
    display: none;
  }
}
.interviewProfile .profile h3{
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Cinzel';
  font-style: normal;
  color: #084298;
  letter-spacing: 0.2em;
  margin: 0.25em 0;
}
.interviewProfile .profile p{
  font-size: 0.75rem;
  margin: 0;
}
/*色変え*/
#bus .interviewProfile .title svg .b{
  fill: #28A7E1;
}
#bus .interviewProfile .profile h3{
  color: #006BB3;
}
#expert .interviewProfile .title svg .b{
  fill: #E9537E;
}
#expert .interviewProfile .profile h3{
  color: #C72250;
}
#mechanic .interviewProfile .title svg .b{
  fill: #72BD66;
}
#mechanic .interviewProfile .profile h3{
  color: #489B3E;
}
#sogo .interviewProfile .title svg .b{
  fill: #F18D00;
}
#sogo .interviewProfile .profile h3{
  color: #CA771C;
}
#training .interviewProfile .title svg .b{
  fill: #0060B0;
}
#training .interviewProfile .profile h3{
  color: #074983;
}
.interviewSchedule {
  background-color: #B2DCF7;
  padding: 1.5rem 1rem 0
}
.interviewSchedule .container > h3{
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  padding-bottom: 0.25rem;
  color: #084298;
  border-bottom: 1px solid #084298;
}
.interviewSchedule .container > h3 i{
  font-family: 'Cinzel';
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.interviewSchedule .column:before{
  content: '';
  display: table;
}
.interviewSchedule .column:after{
  content: '';
  display: table;
  clear: both;
}
.interviewSchedule .column > div{
  float: left;
}
@media screen and (min-width: 768px){
  .interviewSchedule .column > div{
    float: none;
  }
}
@media print{
  .interviewSchedule .column > div{
    float: none;
  }
}
.interviewSchedule .column .time{
  width: 40%;
  margin-right: 5%;
  padding-right: 0;
}
.interviewSchedule .column .time img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  .interviewSchedule .column .time{
    width: 100%;
  }
}
@media print{
  .interviewSchedule .column .time{
    width: 100%;
  }
}
@media screen and (min-width: 768px){
  .interviewSchedule .column .time{
    margin-right: 0;
  }
}
@media print{
  .interviewSchedule .column .time{
    margin-right: 0;
  }
}
@media screen and (min-width: 768px){
  .interviewSchedule .column .time{
    padding-right: 20%;
  }
}
@media print{
  .interviewSchedule .column .time{
    padding-right: 20%;
  }
}
.interviewSchedule .column .schedule{
  width: 55%;
}
.interviewSchedule .column .schedule h3{
  font-size: 14px;
  margin: 9px 0 0.25em;
}
@media screen and (min-width: 768px){
  .interviewSchedule .column .schedule h3{
    font-size: 1rem;
  }
}
@media print{
  .interviewSchedule .column .schedule h3{
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px){
  .interviewSchedule .column .schedule h3{
    margin: 0.75em 0 0.25em;
  }
}
@media print{
  .interviewSchedule .column .schedule h3{
    margin: 0.75em 0 0.25em;
  }
}
.interviewSchedule .column .schedule img{
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.interviewSchedule .column .schedule p{
  font-size: 9px;
  margin: 0;
}
@media screen and (min-width: 768px){
  .interviewSchedule .column .schedule p{
    font-size: 0.75rem;
  }
}
@media print{
  .interviewSchedule .column .schedule p{
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px){
  .interviewSchedule .column .schedule{
    width: 100%;
  }
}
@media print{
  .interviewSchedule .column .schedule{
    width: 100%;
  }
}
.interviewSchedule>p{
  font-size: 0.85em;
  padding-bottom: 1em;
}
/*色変え*/
#bus .interviewSchedule {
  background-color: #D2EDF9
}
#bus .interviewSchedule .container > h3{
  color: #006BB3;
  border-bottom: 1px solid #006BB3;
}
#expert .interviewSchedule {
  background-color: #FAD6E0
}
#expert .interviewSchedule .container > h3{
  color: #C72250;
  border-bottom: 1px solid #C72250;
}
#mechanic .interviewSchedule {
  background-color: #DCEFD9
}
#mechanic .interviewSchedule .container > h3{
  color: #489B3E;
  border-bottom: 1px solid #489B3E;
}
#sogo .interviewSchedule {
  background-color: #FCE3C0
}
#sogo .interviewSchedule .container > h3{
  color: #CA771C;
  border-bottom: 1px solid #CA771C;
}
#training .interviewSchedule {
  background-color: #CBDFEF
}
#training .interviewSchedule .container > h3{
  color: #074983;
  border-bottom: 1px solid #074983;
}
.interviewBody {
  margin-top: 3rem
}
.interviewBody .container > h2{
  color: #084298;
  font-size: 0.88rem;
  margin: 0 auto 1em;
}
.interviewBody .container > h3{
  background: #137DC3 url('../lp_images/h3bg.svg') no-repeat top left;
  background-size: 5em;
  font-style: normal;
  font-weight: 400;
  color: white;
  padding: 0.15em 0.25rem 0.15em 1.5em;
  margin: 0 auto 1em;
  font-size: 14px;
}
@media screen and (min-width: 768px){
  .interviewBody .container > h3{
    font-size: 1.5rem;
  }
}
@media print{
  .interviewBody .container > h3{
    font-size: 1.5rem;
  }
}
.interviewBody .container > p{
  margin: 0;
  font-size: 12px;
}
.interviewBody .container > p:before{
  content: '';
  display: table;
}
.interviewBody .container > p:after{
  content: '';
  display: table;
  clear: both;
}
.interviewBody .container > p.note{
  font-size: 0.75rem;
  margin-top: 1em;
  color: #084298;
}
.interviewBody .container > p > img{
  float: right;
  margin: 0 0 0.5em 1em;
  width: 50%;
}
@media screen and (min-width: 768px){
  .interviewBody .container > p > img{
    margin: 0 0 0.5em 2em;
  }
}
@media print{
  .interviewBody .container > p > img{
    margin: 0 0 0.5em 2em;
  }
}
@media screen and (min-width: 768px){
  .interviewBody .container > p > img{
    width: 300px;
  }
}
@media print{
  .interviewBody .container > p > img{
    width: 300px;
  }
}
@media screen and (min-width: 768px){
  .interviewBody .container > p{
    font-size: 0.88rem;
  }
}
@media print{
  .interviewBody .container > p{
    font-size: 0.88rem;
  }
}
/*色変え*/
#bus .interviewBody .container > h2{
  color: #006BB3;
}
#bus .interviewBody .container > h3{
  background: #28A7E1 url('../lp_images/h3bg.svg') no-repeat top left;
}
#bus .interviewBody .container > p.note{
  color: #006BB3;
}
#expert .interviewBody .container > h2{
  color: #C72250;
}
#expert .interviewBody .container > h3{
  background: #E9537E url('../lp_images/h3bg.svg') no-repeat top left;
}
#expert .interviewBody .container > p.note{
  color: #C72250;
}
#mechanic .interviewBody .container > h2{
  color: #489B3E;
}
#mechanic .interviewBody .container > h3{
  background: #72BD66 url('../lp_images/h3bg.svg') no-repeat top left;
}
#mechanic .interviewBody .container > p.note{
  color: #489B3E;
}
#sogo .interviewBody .container > h2{
  color: #CA771C;
}
#sogo .interviewBody .container > h3{
  background: #F18D00 url('../lp_images/h3bg.svg') no-repeat top left;
}
#sogo .interviewBody .container > p.note{
  color: #CA771C;
}
#training .interviewBody .container > h2{
  color: #074983;
}
#training .interviewBody .container > h3{
  background: #0060B0 url('../lp_images/h3bg.svg') no-repeat top left;
}
#training .interviewBody .container > p.note{
  color: #074983;
}
.interviewPageTop {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  text-align: right;
  font-size: 0.88rem;
}
/* ========================================================================== */
/* § キャリア開発 education */
/* ========================================================================== */
.education_box {
  margin: 20px 0 30px;
  width: 100%
}
.education_box dl{
  margin: 10px 0 0 0;
}
.education_box dl:before,.education_box dl:after{
  content: '';
  display: table;
}
.education_box dl:after{
  clear: both;
}
@media screen and (min-width: 768px){
  .education_box{
    width: 630px;
  }
}
@media print{
  .education_box{
    width: 630px;
  }
}
.education_box dl dt{
  margin: 0;
  padding: 8px 0;
  background: #DEDEDD;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  float: none;
  width: 100%;
}
@media screen and (min-width: 768px){
  .education_box dl dt{
    float: left;
  }
}
@media print{
  .education_box dl dt{
    float: left;
  }
}
@media screen and (min-width: 768px){
  .education_box dl dt{
    width: 128px;
  }
}
@media print{
  .education_box dl dt{
    width: 128px;
  }
}
.education_box dl dd{
  padding: 10px 0 10px 16px;
  background: #EEEEEC;
  color: #565353;
  font-size: 12px;
  line-height: 22px;
  float: none;
  width: 100%;
  margin: 2px 0 0 0;
}
.education_box dl dd.et{
  padding: 21px 0 21px 16px;
}
@media screen and (min-width: 768px){
  .education_box dl dd{
    float: left;
  }
}
@media print{
  .education_box dl dd{
    float: left;
  }
}
@media screen and (min-width: 768px){
  .education_box dl dd{
    width: 500px;
  }
}
@media print{
  .education_box dl dd{
    width: 500px;
  }
}
@media screen and (min-width: 768px){
  .education_box dl dd{
    margin: 0 0 0 2px;
  }
}
@media print{
  .education_box dl dd{
    margin: 0 0 0 2px;
  }
}
.education_title {
  margin: 0;
  /*height: 32px;*/
  line-height: 32px;
  padding: 0 0 0 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
}
/* § カテゴリによる色変え等 */
.education_title,#bus .education_title {
  background: #0186D1;
}
#expert .education_title {
  background: #E9537E;
}
#mechanic .education_title {
  background: #009944;
}
#sogo .education_title {
  background: #F08200;
}
#training .education_title {
  background: #0060B0;
}
#common .education_title {
  background: #0186D1;
}
.education_list {
  margin: 12px 0 0 0;
}
.education_list:before,.education_list:after{
  content: '';
  display: table;
}
.education_list:after{
  clear: both;
}
.education_text {
  float: left;
  margin: 10px 20px 0 20px;
  width: auto
}
@media screen and (min-width: 768px){
  .education_text{
    margin: 10px 0 0 20px;
  }
}
@media print{
  .education_text{
    margin: 10px 0 0 20px;
  }
}
@media screen and (min-width: 768px){
  .education_text{
    width: 290px;
  }
}
@media print{
  .education_text{
    width: 290px;
  }
}
#sogo .education_text {
  width: auto
}
@media screen and (min-width: 768px){
  #sogo .education_text{
    width: 450px;
  }
}
@media print{
  #sogo .education_text{
    width: 450px;
  }
}
.education_photo {
  margin: 0;
  float: right;
  width: 100%;
  margin-top: 10px
}
.education_photo img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  .education_photo{
    width: 310px;
  }
}
@media print{
  .education_photo{
    width: 310px;
  }
}
@media screen and (min-width: 768px){
  .education_photo{
    margin-top: 0;
  }
}
@media print{
  .education_photo{
    margin-top: 0;
  }
}
#sogo .education_photo {
  width: 100%
}
@media screen and (min-width: 768px){
  #sogo .education_photo{
    width: 150px;
  }
}
@media print{
  #sogo .education_photo{
    width: 150px;
  }
}
/* ========================================================================== */
/* § FAQ */
/* ========================================================================== */
#sub_link {
  margin: 20px 0 30px;
  text-align: center;
  width: 100%;
  padding-right: 0

}
@media screen and (min-width: 768px){
  #sub_link{
    padding-right: 40px;
  }
}
@media print{
  #sub_link{
    padding-right: 40px;
  }
}
.faq {
  margin: 20px 0 20px;
  width: 100%
}
.faq a{
  color: #CC0000;
  text-decoration: underline;
}
.faq .pageup a{
  color: #333333;
  text-decoration: none;
}
.faq .pageup a:hover,
    .faq .pageup a:active{
  color: #009FE0;
  text-decoration: underline;
}
.faq .title{
  margin: 0;
  font-size: 14px;
  color: #0186D1;
  font-weight: bold;
}
.faq dl{
  margin: 20px 0 0 0;
}
@media screen and (min-width: 768px){
  .faq{
    width: 630px;
  }
}
@media print{
  .faq{
    width: 630px;
  }
}
.faq dl dt{
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  background: url(../images/bus/q.gif) no-repeat #0186D1;
  height: 32px;
  padding: 0 0 0 40px;
  color: #FFFFFF;
}
.faq dl dd{
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 20px;
  background: url(../images/bus/a.gif) no-repeat;
  padding: 0 0 0 40px;
}
.faq dl dd table{
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  margin: 5px 0 10px 0;
  padding: 0;
  width: 100%;
}
.faq dl dd table th{
  text-align: center;
  background: #ccc;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px 10px;
  width: 20%;
  font-size: 12px;
  line-height: 18px;
}
.faq dl dd table th.tf{
  text-align: left;
}
.faq dl dd table td{
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 5px 10px;
  width: 80%;
  font-size: 12px;
  line-height: 18px;
}
/* § カテゴリによる色変え等 */
#bus .faq .title{
  color: #0186D1;
}
#bus .faq dl dt{
  background: url(../images/bus/q.gif) no-repeat #0186D1;
}
#bus .faq dl dd{
  background: url(../images/bus/a.gif) no-repeat;
}
#expert .faq .title{
  color: #E9537E;
}
#expert .faq dl dt{
  background: url(../images/expert/q.gif) no-repeat #E9537E;
}
#expert .faq dl dd{
  background: url(../images/expert/a.gif) no-repeat;
}
#mechanic .faq .title{
  color: #72BD66;
}
#mechanic .faq dl dt{
  background: url(../images/mechanic/q.gif) no-repeat #72BD66;
}
#mechanic .faq dl dd{
  background: url(../images/mechanic/a.gif) no-repeat;
}
#sogo .faq .title{
  color: #F18101;
}
#sogo .faq dl dt{
  background: url(../images/sogo/q.gif) no-repeat #F18101;
}
#sogo .faq dl dd{
  background: url(../images/sogo/a.gif) no-repeat;
}
#training .faq .title{
  color: #0060B0;
}
#training .faq dl dt{
  background: url(../images/training/q.gif) no-repeat #0060B0;
}
#training .faq dl dd{
  background: url(../images/training/a.gif) no-repeat;
}
/* ========================================================================== */
/* $ 動画 movie */
/* ========================================================================== */
.movie {
  position: relative;
  margin: 20px auto;
  text-align: center;
  width: 100%
}
.movie .iframeWrap{
  margin: 0 auto;
  heiget: 0;
  padding-bottom: 56.25%;
}
@media screen and (min-width: 768px){
  .movie{
    width: 560px;
  }
}
@media print{
  .movie{
    width: 560px;
  }
}
.movie .iframeWrap iframe{
  position: absolute;
  top: 0;
  left: 0;
}
/* ========================================================================== */
/* § サイトマップ sitemap */
/* ========================================================================== */
#sitemap {
  margin: 30px 0 0 0
}
#sitemap > ul{
  /*& a {
      margin: 0;
      padding: 0;
      color: #333333;
      &:hover {
        text-decoration: underline;
      }
    }*/
}
#sitemap > ul,#sitemap > ul > li{
  margin: 0;
  padding: 0;
}
#sitemap > ul > li .ft{
  margin: 20px 0 0 0;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(../images/common/bar_blue_w690.jpg);
  background-size: 100% 50px;
  padding: 12px 0 0 20px;
  width: 100%;
  height: 50px;
  font-size: 120%;
  display: block;
}
#sitemap > ul > li .ft a{
  color: #FFFFFF;
  display: block;
}
#sitemap > ul > li > ul{
  margin: 0;
  padding: 0 0 0 0.5em;
}
#sitemap > ul > li > ul li.icon{
  margin: 5px 0 0 0;
  padding: 0 0 0 1em;
  font-size: 16px;
  background: url(../images/icon.png) no-repeat 0 3px;
}
#sitemap > ul > li > ul li.sub02{
  margin: 10px 0 0 0;
  padding: 0;
  font-weight: bold;
  color: #636161;
  font-size: 14px;
}
#sitemap > ul > li ul.f_link02{
  margin: 0;
  padding: 0 0 0 0.5em;
}
#sitemap dl dt{
  margin: 20px 0 0 0;
  font-weight: bold;
  background-image: url(../images/common/bar_blue_w690.jpg);
  background-size: 100% 50px;
  padding: 12px 0 0 20px;
  width: 100%;
  height: 50px;
  font-size: 120%;
}
#sitemap dl dt,#sitemap dl dt a{
  color: #FFFFFF;
  display: block;
}
#sitemap dl dd{
  margin: 0;
  font-weight: bold;
  padding: 5px 0 0 20px;
  /*width: 940px;*/
  font-size: 100%;
}
/* ========================================================================== */
/* $ 会社概要他 company */
/* ========================================================================== */
.company_area {
  margin: 10px 0 0 0
}
.company_area > h3{
  margin: 0;
  width: 100%;
}
.company_area > h3 img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  .company_area > h3{
    width: 630px;
  }
}
@media print{
  .company_area > h3{
    width: 630px;
  }
}
.company_area > p{
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: 22px;
  width: 100%;
}
@media screen and (min-width: 768px){
  .company_area > p{
    width: 630px;
  }
}
@media print{
  .company_area > p{
    width: 630px;
  }
}
.company_area > .image{
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 768px){
  .company_area{
    margin: 10px 0 0 20px;
  }
}
@media print{
  .company_area{
    margin: 10px 0 0 20px;
  }
}
.company_area > .image img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  .company_area > .image{
    width: 630px;
  }
}
@media print{
  .company_area > .image{
    width: 630px;
  }
}
/* § 会社概要 */
#company_list table {
  margin: 20px 0 20px 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  width: 100%
}
#company_list table th{
  background: #F0F1E1;
  text-align: center;
  border-bottom: 1px solid #DADADA;
  white-space: nowrap;
  padding: 5px 0;
  margin: 0;
  width: 24%;
}
#company_list table td{
  background: #FFF;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  padding: 5px 10px;
  margin: 0;
  width: 76%;
}
@media screen and (min-width: 768px){
  #company_list table{
    width: 625px;
  }
}
@media print{
  #company_list table{
    width: 625px;
  }
}
#company_list table td a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
#company_slogan {
  border: 2px solid #CCCCCC;
  margin-top: 40px;
  padding: 20px 30px;
  width: 100%
}
#company_slogan hr{
  margin: 20px 0;
  border: none;
  border-top: 2px solid #CCCCCC;
}
#company_slogan img{
  width: 100%;
  height: auto;
}
#company_slogan img.mt{
  margin-top: 8px;
}
#company_slogan img.mb{
  margin-bottom: 8px;
}
#company_slogan .company_slogan_wrap:before{
  content: '';
  display: table;
}
#company_slogan .company_slogan_wrap:after{
  content: '';
  display: table;
  clear: both;
}
@media screen and (min-width: 768px){
  #company_slogan{
    padding: 20px 50px;
  }
}
@media print{
  #company_slogan{
    padding: 20px 50px;
  }
}
@media screen and (min-width: 768px){
  #company_slogan{
    width: 625px;
  }
}
@media print{
  #company_slogan{
    width: 625px;
  }
}
#company_slogan .company_slogan_wrap .company_slogan_title{
  font-size: 14px;
  color: #959698;
  font-weight: bold;
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px){
  #company_slogan .company_slogan_wrap .company_slogan_title{
    float: left;
  }
}
@media print{
  #company_slogan .company_slogan_wrap .company_slogan_title{
    float: left;
  }
}
@media screen and (min-width: 768px){
  #company_slogan .company_slogan_wrap .company_slogan_title{
    width: 25%;
  }
}
@media print{
  #company_slogan .company_slogan_wrap .company_slogan_title{
    width: 25%;
  }
}
@media screen and (min-width: 768px){
  #company_slogan .company_slogan_wrap .company_slogan_title{
    margin-bottom: 0;
  }
}
@media print{
  #company_slogan .company_slogan_wrap .company_slogan_title{
    margin-bottom: 0;
  }
}
#company_slogan .company_slogan_wrap .company_slogan_disc{
  font-size: 12px;
  line-height: 18px;
  float: none;
  width: 100%;
}
@media screen and (min-width: 768px){
  #company_slogan .company_slogan_wrap .company_slogan_disc{
    float: right;
  }
}
@media print{
  #company_slogan .company_slogan_wrap .company_slogan_disc{
    float: right;
  }
}
@media screen and (min-width: 768px){
  #company_slogan .company_slogan_wrap .company_slogan_disc{
    width: 75%;
  }
}
@media print{
  #company_slogan .company_slogan_wrap .company_slogan_disc{
    width: 75%;
  }
}
/* § 会社沿革、事業紹介、福利厚生 */
.history_box,
.domain_box,
.welfare_box {
  margin: 30px 0;
  width: 100%
}
.history_box .d-title, .domain_box .d-title, .welfare_box .d-title{
  margin: 0 0 1em 0;
  line-height: 1.8;
  background: #7C8E97;
  padding: 0 0 0 1em;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 14px;
}
@media screen and (min-width: 768px){
  .history_box .d-title, .domain_box .d-title, .welfare_box .d-title{
    font-size: 22px;
  }
}
@media print{
  .history_box .d-title, .domain_box .d-title, .welfare_box .d-title{
    font-size: 22px;
  }
}
.history_box dl, .domain_box dl, .welfare_box dl{
  margin: 0;
}
.history_box dl:before, .domain_box dl:before, .welfare_box dl:before{
  content: '';
  display: table;
}
.history_box dl:after, .domain_box dl:after, .welfare_box dl:after{
  content: '';
  display: table;
  clear: both;
}
@media screen and (min-width: 768px){
  .history_box,
.domain_box,
.welfare_box{
    width: 630px;
  }
}
@media print{
  .history_box,
.domain_box,
.welfare_box{
    width: 630px;
  }
}
.history_box dl dt, .domain_box dl dt, .welfare_box dl dt{
  margin: 0;
  font-size: 12px;
  line-height: 22px;
  float: none;
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px){
  .history_box dl dt, .domain_box dl dt, .welfare_box dl dt{
    float: left;
  }
}
@media print{
  .history_box dl dt, .domain_box dl dt, .welfare_box dl dt{
    float: left;
  }
}
@media screen and (min-width: 768px){
  .history_box dl dt, .domain_box dl dt, .welfare_box dl dt{
    width: 60%;
  }
}
@media print{
  .history_box dl dt, .domain_box dl dt, .welfare_box dl dt{
    width: 60%;
  }
}
@media screen and (min-width: 768px){
  .history_box dl dt, .domain_box dl dt, .welfare_box dl dt{
    padding-right: 20px;
  }
}
@media print{
  .history_box dl dt, .domain_box dl dt, .welfare_box dl dt{
    padding-right: 20px;
  }
}
.history_box dl dd, .domain_box dl dd, .welfare_box dl dd{
  margin: 0;
  font-size: 10px;
  text-align: right;
  float: none;
  width: 100%;
}
.history_box dl dd img, .domain_box dl dd img, .welfare_box dl dd img{
  width: 100%;
  height: auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px){
  .history_box dl dd img, .domain_box dl dd img, .welfare_box dl dd img{
    margin-top: 0;
  }
}
@media print{
  .history_box dl dd img, .domain_box dl dd img, .welfare_box dl dd img{
    margin-top: 0;
  }
}
@media screen and (min-width: 768px){
  .history_box dl dd, .domain_box dl dd, .welfare_box dl dd{
    float: right;
  }
}
@media print{
  .history_box dl dd, .domain_box dl dd, .welfare_box dl dd{
    float: right;
  }
}
@media screen and (min-width: 768px){
  .history_box dl dd, .domain_box dl dd, .welfare_box dl dd{
    width: 40%;
  }
}
@media print{
  .history_box dl dd, .domain_box dl dd, .welfare_box dl dd{
    width: 40%;
  }
}
.welfare_box dl dt {
  width: 100%;
  padding-right: 0
}
@media screen and (min-width: 768px){
  .welfare_box dl dt{
    width: 50%;
  }
}
@media print{
  .welfare_box dl dt{
    width: 50%;
  }
}
@media screen and (min-width: 768px){
  .welfare_box dl dt{
    padding-right: 0;
  }
}
@media print{
  .welfare_box dl dt{
    padding-right: 0;
  }
}
.welfare_box dl dd {
  width: 100%
}
@media screen and (min-width: 768px){
  .welfare_box dl dd{
    width: 50%;
  }
}
@media print{
  .welfare_box dl dd{
    width: 50%;
  }
}
/* ========================================================================== */
/* § サイトホームページ */
/* ========================================================================== */
.indexmain {
  position: relative;
  margin: 20px 0 0 0
}
@media screen and (min-width: 768px){
  .indexmain{
    margin: 0;
  }
}
@media print{
  .indexmain{
    margin: 0;
  }
}
#slideshow {
  width: 100%;
  position: relative;
  margin-bottom: 40px
}
#slideshow img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  #slideshow{
    margin-bottom: 0;
  }
}
@media print{
  #slideshow{
    margin-bottom: 0;
  }
}
#slideshow-prev,
#slideshow-next {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #555;
  cursor: pointer;
  z-index: 99;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  top: 100%
}
@media screen and (min-width: 768px){
  #slideshow-prev,
#slideshow-next{
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print{
  #slideshow-prev,
#slideshow-next{
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px){
  #slideshow-prev,
#slideshow-next{
    top: 50%;
  }
}
@media print{
  #slideshow-prev,
#slideshow-next{
    top: 50%;
  }
}
#slideshow-prev {
  left: 0;
}
#slideshow-next {
  right: 0;
}
.news_block {
  width: 100%;
  padding: 20px 0 0 0;
  text-align: left
}
.news_block .contents_title{
  height: 27px;
  padding: 0;
  border-bottom: 2px solid #28A7E1;
}
.news_block .contents_title dl{
  padding: 0 0 0 10px;
}
.news_block .contents_title dl:before{
  content: '';
  display: table;
}
.news_block .contents_title dl:after{
  content: '';
  display: table;
  clear: both;
}
.news_block .contents_title dl dt{
  font-size: 120%;
  font-weight: bold;
  color: #333;
  float: left;
  background: url(../images/index/icon07.gif) no-repeat 80px 3px;
  width: 60%;
}
.news_block .contents_title dl dd{
  color: #888;
  float: right;
  width: 40%;
}
.news_block .contents_title dl dd:before{
  content: '';
  display: table;
}
.news_block .contents_title dl dd:after{
  content: '';
  display: table;
  clear: both;
}
.news_block .contents_title dl dd a{
  display: block;
  float: right;
  padding-left: 15px;
  background: url(../images/icon.png) no-repeat 0 0.1em;
  line-height: 1.2;
  color: #888888;
  text-decoration: none;
}
.news_block .contents_title dl dd a:hover{
  color: #888888;
  text-decoration: underline;
}
.news_block .contents_title02{
  height: 27px;
  padding: 0;
  margin: 40px 0 0 0;
  border-bottom: 2px solid #28A7E1;
}
.news_block .contents_title02 dl{
  padding: 0 0 0 10px;
}
.news_block .contents_title02 dl:before{
  content: '';
  display: table;
}
.news_block .contents_title02 dl:after{
  content: '';
  display: table;
  clear: both;
}
.news_block .contents_title02 dl dt{
  font-size: 120%;
  font-weight: bold;
  color: #333;
  float: left;
}
.home_news_iframe {
  width: 100%;
  height: 400px
}
@media screen and (min-width: 768px){
  .home_news_iframe{
    height: 200px;
  }
}
@media print{
  .home_news_iframe{
    height: 200px;
  }
}
.info_news_iframe {
  width: 100%;
  height: 60vh
}
@media screen and (min-width: 768px){
  .info_news_iframe{
    height: 1000px;
  }
}
@media print{
  .info_news_iframe{
    height: 1000px;
  }
}
.contents_link {
  padding: 10px 0 20px 0
}
.contents_link ul{
  padding: 0;
}
.contents_link ul:before,.contents_link ul:after{
  content: '';
  display: table;
}
.contents_link ul:after{
  clear: both;
}
.contents_link ul li{
  padding: 10px 0 0 0;
  width: calc(99.99999% * 1/2 - (2% - 2% * 1/2));
}
.contents_link ul li:nth-of-type(1n){
  float: left;
  margin-right: 2%;
  clear: none;
}
.contents_link ul li:last-of-type{
  margin-right: 0;
}
.contents_link ul li:nth-of-type(2n){
  margin-right: 0;
  float: right;
}
.contents_link ul li:nth-of-type(2n + 1){
  clear: both;
}
.contents_link ul li img{
  width: 100%;
  height: auto;
}
.contents_link ul li a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.contents_link a.contents_link_full{
  display: block;
}
.contents_link a.contents_link_full img{
  width: 100%;
  height: auto;
}
/* ========================================================================== */
/* § 女性運転士 Female */
/* ========================================================================== */
/* § 仕事説明会 */
.femaleOrientation {
  line-height: 1.75;
  margin-top: 20px;
  font-size: 12px
}
.femaleOrientation .femaleStyle1{
  font-size: 1.25em;
  background: -webkit-linear-gradient(transparent 50%, #ffccff 0);
  background: linear-gradient(transparent 50%, #ffccff 0);
  font-weight: bold;
}
.femaleOrientation .femaleStyle2{
  font-size: 1.5em;
  color: red;
  background: -webkit-linear-gradient(transparent 50%, #ffff66 0);
  background: linear-gradient(transparent 50%, #ffff66 0);
  font-weight: bold;
}
.femaleOrientation .femaleStyle3{
  font-size: 1.5em;
  color: blue;
  font-weight: bold;
}
.femaleOrientation .femaleStyle4{
  font-size: 1.15em;
  font-weight: bold;
}
.femaleOrientation .femaleStyle5{
  font-size: 1.2em;
  color: dodgerblue;
}
.femaleOrientation .femaleStyle5,.femaleOrientation .femaleStyle6{
  background: -webkit-linear-gradient(transparent 50%, #ffff66 0);
  background: linear-gradient(transparent 50%, #ffff66 0);
  font-weight: bold;
}
.femaleOrientation .femaleStyle6{
  font-size: 2em;
  color: red;
}
.femaleOrientation .femaleTable{
  margin: 20px 0;
  padding: 0;
  line-height: 22px;
  border: 1px solid #6D007A;
  width: 100%;
  font-size: 10px;
}
@media screen and (min-width: 768px){
  .femaleOrientation{
    font-size: 14px;
  }
}
@media print{
  .femaleOrientation{
    font-size: 14px;
  }
}
.femaleOrientation .femaleTable th{
  color: #6D007A;
  background: #FDF0FF;
  text-align: center;
  border-bottom: 1px solid #6D007A;
  white-space: nowrap;
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  width: 24%;
}
.femaleOrientation .femaleTable td{
  background: #FFF;
  border-bottom: 1px solid #6D007A;
  border-left: 1px solid #6D007A;
  padding: 5px 10px;
  margin: 0;
  width: 76%;
}
@media screen and (min-width: 768px){
  .femaleOrientation .femaleTable{
    font-size: 12px;
  }
}
@media print{
  .femaleOrientation .femaleTable{
    font-size: 12px;
  }
}
.femaleOrientation .femaleTable td ol{
  list-style: decimal;
  margin-left: 1.5em;
  font-weight: bold;
}
/* ========================================================================== */
/* § モバイルメニュー mobile nav menu */
/* ========================================================================== */
.mobileHeader {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: rgba(0,0,0, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  z-index: 100;
  display: block
}
.mobileHeader .mobileClick{
  cursor: pointer;
}
.mobileHeader .menuText{
  /*position: relative;*/
  color: white;
  /*display: inline-block;*/
  /*height: 50px;*/
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.mobileHeader .burger-container{
  position: relative;
  display: inline-block;
  height: 30px;
  width: 50px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mobileHeader .burger-container #burger{
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.mobileHeader .burger-container #burger .bar{
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #FFF;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.mobileHeader .burger-container #burger .bar.topBar{
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.mobileHeader .burger-container #burger .bar.btmBar{
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
.mobileHeader ul.menu{
  position: relative;
  display: block;
  padding: 0px 8% 20px;
  list-style: none;
  pointer-events: none;
  overflow: scroll;
  height: calc(100% - 50px);
}
.mobileHeader ul.menu li{
  border-bottom: 1px solid #555;
  padding: 3px 0;
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  line-height: 2.35;
  font-size: 12px;
}
.mobileHeader ul.menu li:first-of-type{
  border-top: 1px solid #555;
}
.mobileHeader ul.menu li.bus{
  background: rgba(40,167,225,0.2);
}
.mobileHeader ul.menu li.expert{
  background: rgba(233,83,126,0.2);
}
.mobileHeader ul.menu li.mechanic{
  background: rgba(114,189,102,0.2);
}
.mobileHeader ul.menu li.sogo{
  background: rgba(241,141,0,0.2);
}
.mobileHeader ul.menu li.training{
  background: rgba(0,96,176,0.2);
}
.mobileHeader ul.menu li.navi_common{
  line-height: 1.5;
}
.mobileHeader ul.menu li.navi_home{
  line-height: 3;
  background: white;
}
.mobileHeader ul.menu li.navi_home a{
  color: black;
}
.mobileHeader ul.menu li a{
  display: block;
  position: relative;
  color: #FFF;
  font-weight: 100;
  text-decoration: none;
  font-weight: 200;
  width: 100%;
  opacity: 0.7;
}
.mobileHeader ul.menu li a:hover{
  opacity: 1;
}
.mobileHeader ul.menu li a i{
  display: block;
  font-size: 0.7em;
  font-style: normal;
  margin-top: -1em;
}
.mobileHeader ul.menu li ul{
  display: none;
  padding: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.mobileHeader ul.menu li ul li{
  font-size: 12px;
  line-height: 1.5;
  border-color: #333;
}
.mobileHeader ul.menu li ul li:last-of-type{
  border-bottom: none;
}
.mobileHeader.menu-opened{
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
@media screen and (min-width: 768px){
  .mobileHeader{
    display: none;
  }
}
@media print{
  .mobileHeader{
    display: none;
  }
}
.mobileHeader.menu-opened .burger-container{
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobileHeader.menu-opened .burger-container #burger .bar{
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.mobileHeader.menu-opened .burger-container #burger .bar.topBar{
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.mobileHeader.menu-opened .burger-container #burger .bar.btmBar{
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.mobileHeader.menu-opened ul.menu{
  pointer-events: auto;
}
.mobileHeader.menu-opened ul.menu li{
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}
#bus .mobileHeader ul.menu li.bus ul,
#expert .mobileHeader ul.menu li.expert ul,
#mechanic .mobileHeader ul.menu li.mechanic ul,
#sogo .mobileHeader ul.menu li.sogo ul,
#training .mobileHeader ul.menu li.training ul {
  display: block;
}
.mobileHeader ul.menu li.bus,
.mobileHeader ul.menu li.expert,
.mobileHeader ul.menu li.mechanic,
.mobileHeader ul.menu li.sogo,
.mobileHeader ul.menu li.training {
  display: none;
}
#bus .mobileHeader ul.menu li.bus,
#expert .mobileHeader ul.menu li.expert,
#mechanic .mobileHeader ul.menu li.mechanic,
#sogo .mobileHeader ul.menu li.sogo,
#training .mobileHeader ul.menu li.training,#home .mobileHeader ul.menu li.bus,
#home .mobileHeader ul.menu li.expert,
#home .mobileHeader ul.menu li.mechanic,
#home .mobileHeader ul.menu li.sogo,
#home .mobileHeader ul.menu li.training,#common .mobileHeader ul.menu li.bus,
#common .mobileHeader ul.menu li.expert,
#common .mobileHeader ul.menu li.mechanic,
#common .mobileHeader ul.menu li.sogo,
#common .mobileHeader ul.menu li.training {
  display: list-item;
}
/* ========================================================================== */
/* § 養成バス運転士 養成運転士制度の紹介 TRAINING FLOW */
/* ========================================================================== */
.training-flow-title {
  margin: 3em 0;
  padding: 0
}
.training-flow-title>img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  .training-flow-title{
    padding: 0 15%;
  }
}
@media print{
  .training-flow-title{
    padding: 0 15%;
  }
}
.training-flow-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.training-flow-column-1 {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center
}
.training-flow-column-1>img{
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px){
  .training-flow-column-1{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media print{
  .training-flow-column-1{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
.training-flow-column-1>img.training-flow-step{
  width: 50%;
}
.training-flow-column-1>img.training-flow-arrow{
  width: 20%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: calc((100% - 100px) / 2 + 100px);
}
@media screen and (min-width: 768px){
  .training-flow-column-1>img.training-flow-arrow{
    top: calc((100% - 200px) / 2 + 200px);
  }
}
@media print{
  .training-flow-column-1>img.training-flow-arrow{
    top: calc((100% - 200px) / 2 + 200px);
  }
}
.training-flow-column-1>img.training-flow-arrow-alt{
  width: 20%;
}
.training-flow-column-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 2em;
  padding-top: 3em;
  font-size: 0.85em
}
.training-flow-column-2 .small{
  font-size: 0.85em;
  margin-top: 1em;
}
.training-flow-column-2 figure{
  margin: 1.5em 0;
}
@media screen and (min-width: 768px){
  .training-flow-column-2{
    font-size: 1.25em;
  }
}
@media print{
  .training-flow-column-2{
    font-size: 1.25em;
  }
}
.training-flow-column-2 figure img{
  width: auto;
  height: 110px;
}
@media screen and (min-width: 768px){
  .training-flow-column-2 figure img{
    height: 240px;
  }
}
@media print{
  .training-flow-column-2 figure img{
    height: 240px;
  }
}
.training-flow-color-1 {
  color: #EC6C00;
}
.training-flow-color-2 {
  color: #44AF35;
}
.training-flow-color-3 {
  color: #745398;
}
.training-flow-color-4 {
  color: #008BD5;
}
