@charset "utf-8";

body {
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/*Bootstrap書き換え　desktopのcontainer幅変更*/
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/**********   TEXT   **********/
a {
  color: #06c;
}

.event a:link {
  color: #06c;
  text-decoration: underline;
}
.event a:hover {
  color: #0cc;
}

a:hover {
  color: #0cc;
  text-decoration: none;
}

/*gwf googlewebfontsの略*/
.gwf-montserrat {
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
}
.gwf-merriweathert {
  font-family: 'Merriweather', serif;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: Montserrat, Helvetica, 'メイリオ', 'Hiragino Kaku Gothic Pro',
    sans-serif;
  font-weight: 500;
}

h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 50px;
  z-index: 1 !important;
}
/*各ページ英表記メニュータイトルの下共通*/
.all-title .line {
  width: 90px;
  background: #efefef;
  height: 1px;
  margin: 5px 15px;
}
.all-title div span {
  display: inline-block;
  color: #7c7c7c;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 768px) {
  h2 {
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 36px;
  }
  .all-title {
    margin: 0 0 10px 0;
  }
  .all-title .line {
    width: 19px;
    margin: 5px;
  }
  .all-title div span {
    display: inline-block;
    color: #7c7c7c;
    text-transform: uppercase;
    font-size: 16px;
  }
} /* @media */

h4 {
  color: #666;
  font-size: 24px;
}
.carousel-inner {
  background-color: #efefef;
}
.sitemap h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 100%;
  margin: 15px 0 6px 0;
  font-size: 15px;
}

/*各ページの見出し*/
.b-title {
  margin-top: 0;
  font-size: 35px;
}
/*各ページの小見出し*/
.s-title {
  font-size: 25px;
}
@media (max-width: 768px) {
  .b-title {
    font-size: 24px;
  }
  .s-title {
    font-size: 20px;
  }
} /* @media */

.text-name {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}
.text-name2 {
  font-size: 15px;
  font-weight: bold;
}

.copy {
  font-size: 10px;
}

p {
  font-size: 15px;
  line-height: 1.8;
}

/**********   TEXT-COLOR   **********/
.text-white {
  color: #fff;
}
.text-black {
  color: #000f;
}
.text-darkgry {
  color: #ccc;
}
.text-gry {
  color: #ddd;
}
.text-yll {
  color: #fc0;
}
.text-carrot {
  color: #ff9900;
}
.text-pink {
  color: #fecfe3;
}
.text-hotpink {
  color: #ff6699;
}
.text-red {
  color: #ff0000;
}
.text-blue {
  color: #1b8be7;
}
.text-navy {
  color: #004891;
}
.text-sea {
  color: #00ccff;
}
.text-lsea {
  color: #1583bd;
}
.text-truq {
  color: #00cccc;
}
.text-lgrn {
  color: #66cc00;
}
.text-grn {
  color: #006600;
}
.text-fb {
  color: #3b5598;
}
.text-theme {
  color: #0034a2;
}
.text-sitemap {
  color: #283360;
}
.text-footer {
  color: #292b3d;
}

/**********   BG-COLOR   **********/
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-darkgry {
  background-color: #999;
}
.bg-gry {
  background-color: #ccc;
}
.bg-yll {
  background-color: #fc0;
}
.bg-lemon {
  background-color: #ffff80;
}
.bg-yll-l {
  background-color: #fefbcf;
}
.bg-carrot {
  background-color: #ff9900;
}
.bg-pink {
  background-color: #fecfe3;
}
.bg-sea {
  background-color: #00ccff;
}
.bg-sea-l {
  background-color: #eef7ff;
}
.bg-truq {
  background-color: #00cccc;
}

/**********  BORDER  **********/
.border-carrot {
  border: 1px solid #ff9900;
}
.border-sea {
  border: 1px solid #00ccff;
}
.border-truq {
  border: 1px solid #00cccc;
}

/**********   IMAGE   **********/
.img-c {
  margin: 0 auto;
  display: block;
}
.img-r {
  margin: 5px 0 20px 20px;
  float: right;
  max-width: 60%;
  height: auto;
}
.img-r-div {
  margin: 0 0 5px 20px;
  float: right;
  max-width: 60%;
  height: auto;
}
.img-l {
  margin: 5px 20px 20px 0;
  float: left;
  max-width: 60%;
  height: auto;
}
a:hover .img-circle {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha( opacity=80 )';
  background: none !important;
}
.top-intv-box a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: 'alpha( opacity=80 )';
  background: none !important;
}

/**********   COLORBOX   **********/
.colorbox-pink {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 0.5em;
  background-color: #fff7fc;
}

.colorbox-blue {
  margin-bottom: 20px;
  padding: 20px 30px;
  border-radius: 0.5em;
  background-color: #f7faff;
}

/**********   BLOCKquote   **********/
blockquote {
  margin-top: 20px;
  margin-left: 5px;
  border-left: 5px solid #b0cdec;
  font-size: 14px;
}
blockquote.pink {
  border-left: 5px solid #fecfe3;
}
blockquote.carrot {
  border-left: 5px solid #fdc195;
}
blockquote.truq {
  border-left: 5px solid #00cccc;
}
blockquote.primary {
  border-left: 5px solid #337ab7;
}
blockquote.success {
  border-left: 5px solid #dff0d8;
}

/**********   BLOC   **********/
.bloc {
  margin: 0;
  padding: 0;
}
.bloc-l {
  margin: 0;
  padding: 0;
  float: left;
}

/**********   LABEL   **********/
.label-pink {
  background-color: #fd9faf;
}
.label-truq {
  background-color: #00cccc;
}

.label-yll {
  background-color: #fc0;
}
.label-lgrn {
  background-color: #66cc00;
}

/**********   PANEL   **********/
.panel-pink > .panel-heading {
  background-color: #ffdde6;
  border-color: #ff6699;
  color: #fd9faf;
}

/**********   ALERT   **********/
.alert-pink {
  background-color: #ffdde6;
}

/**********  BUTTON bootstrapのbtnを利用・色違いで作成**********/
.btn-pink {
  background-color: #ff6699;
  color: #fff;
}
.btn-pink:hover {
  background-color: #ff99cc !important;
  text-decoration: none !important;
  color: #fff;
}

.btn-pink::focus {
  color: #fff !important;
}
/*bootstrap 上書き*/
.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff !important;
  text-decoration: none;
}

/**********  EFFECT  **********/

.item_top {
  top: -50px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}
.item_bottom {
  bottom: -50px;
  padding-left: 0px;
  opacity: 0;
  position: relative;
}
.item_left {
  left: -80px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}
.item_right {
  right: -80px;
  padding-left: 0px;
  opacity: 0;
  position: relative;
}
.item_fade_in {
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px;
}

/**********   MENU   **********/
.menu {
  margin: 20px 0 7px 0;
  padding: 0;
  border: none;
  background-color: #fff;
  color: #000;
}
.menu h1 {
  margin: 0 0 0 2px;
  padding: 0;
}

@media (max-width: 768px) {
  .menu h1 {
    margin: 2px 0 0 5px;
    padding: 0;
  }
  .menu img {
    max-width: 95%;
  }
}
@media (max-width: 460px) {
  .menu h1 {
    margin: 0 0 0 17px;
    padding: 0;
  }
  .menu img {
    max-width: 75%;
  }
}

/* .menu .premy { */
/* 	margin:0; */
/* 	float:right; */
/* } */
/* .menu .btn-premy { */
/*   -webkit-border-radius: 2; */
/*   -moz-border-radius: 2; */
/*   border-radius: 2px; */
/*   color: #ffffff; */
/*   font-size: 15px; */
/*   background: #00CCCC; */
/*   padding: 10px 20px; */
/*   text-decoration: none; */
/* } */
/* .menu .btn-premy a { */
/*   text-decoration: none !important; */
/* } */
/*  */
/* .menu .btn-premy:hover { */
/*   background: #15d9d9; */
/*   text-decoration: none !important; */
/* } */
/*  */
/* INTERNSHIPボタンを追加したので、今までのpremyはinternに差し替え */

.menu .premy {
  margin: 0;
  float: right;
}

.menu .btn-premy {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 15px;
  background: #ff9900;
  padding: 10px 20px;
  text-decoration: none;
}

.menu .btn-premy a {
  text-decoration: none !important;
}

.menu .btn-premy:hover {
  background: #ffb649;
  text-decoration: none !important;
}

.menu .intern {
  margin: 0;
  margin-right: 10px;
  float: right;
}

.menu .btn-intern {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 15px;
  background: #00cccc;
  padding: 10px 20px;
  text-decoration: none;
}

.menu .btn-intern a {
  text-decoration: none !important;
}

.menu .btn-intern:hover {
  background: #15d9d9;
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .menu .menu-btn-area {
    width: 100%;
    float: right;
    margin-top: 10px;
  }
  /* .menu .premy { */
  /* 	width:50%; */
  /* 	text-align:center; */
  /* } */
}

@media (max-width: 460px) {
  .menu .premy {
    width: 100%;
    text-align: center;
  }
  .menu .intern {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #1e377b;
  }
}
.menu .premy a {
  color: #fff;
}

.menu .intern a {
  color: #fff;
}
/*トグル*/
.menu .navbar-toggle {
  background-color: #002675;
  margin: 0 15px 5px 0;
}
.menu .navbar-toggle:hover,
.menu .navbar-toggle:focus {
  background-color: #003dbb;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/**********   GROBAL   **********/
.global {
  padding: 0;
  background-color: #efefef;
  position: relative;
  z-index: 100;
}

/*992px以上desktop以上*/
@media (min-width: 992px) {
  .global ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global li {
    float: left;
    text-align: center;
  }
  .global ul.nav.navbar-nav li:first-child {
    border-left: solid 1px #ccc;
  }
  .global li a {
    padding: 15px 0;
    width: 155px;
    color: #333 !important;
    font-family: 'Montserrat', sans-serif;
    background-color: #1e377b;
    text-decoration: none;
    /*border-right: solid 1px #ccc;*/
  }
  .global ul.nav.navbar-nav li a {
    border-right: solid 1px #ccc;
  }
  .global ul.nav.navbar-nav li ul.dropdown-menu li a {
    border: none;
  }
  .global ul.nav.navbar-nav li ul.dropdown-menu li:first-child {
    border-left: none;
  }
  .global li a:hover {
    background-color: #1765bb !important;
    text-decoration: none;
    color: #fff !important;
  }
  /*EVENTのみのwidth変更*/
  .global li:last-child a {
    width: 164px;
  }
  /*左端の区切り線*/
  .global li:first-child a {
    /*border-left: solid 1px #ccc;*/
  }

  /*ドロップダウン*/
  .global .dropdown-menu {
    color: #333;
    text-indent: 0;
    top: 100%;
    bottom: 100%;
    background-color: #1e377b;
  }
  .global .dropdown-menu ul {
  }
  .global .dropdown-menu li {
    display: block;
  }
  .global .dropdown-menu li a {
    margin: 0;
    padding: 5px 0 5px 10px;
    width: 190px;
    text-align: left;
    font-size: 12px;
    font-family: Montserrat, Helvetica, 'メイリオ', 'Hiragino Kaku Gothic Pro',
      sans-serif;
  }
  .global .dropdown-menu li a:hover {
    background-color: #1765bb !important;
  }

  /* プルダウンの色変更*/
  .navbar-default ul.navbar-nav li.open a {
    color: #fff !important;
  }
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:active {
    background-color: #1765bb !important;
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a {
    background-color: #efefef !important;
    color: #333;
  }
  .navbar-default .navbar-nav > li > a:hover {
    background-color: #1e377b !important;
    color: #fff;
  }
}

/*タブレットのみ*/
@media (min-width: 768px) and (max-width: 992px) {
  .global li a {
    padding: 15px 10px;
    width: 120px;
    color: #333 !important;
    font-family: 'Montserrat', sans-serif;
    background-color: #1e377b;
    text-decoration: none;
    text-align: center;
    border-right: solid 1px #ccc;
  }
  .global li a:hover {
    background-color: #1765bb !important;
    text-decoration: none;
    color: #fff !important;
  }
  /*左端の区切り線*/
  .global li:first-child a {
    border-left: solid 1px #ccc;
  }

  /*ドロップダウン*/
  .global .dropdown-menu {
    color: #fff;
    text-indent: 0;
    z-index: 100;
    top: 100%;
    bottom: 100%;
    background-color: #1e377b;
  }
  .global .dropdown-menu ul {
    z-index: 100;
  }
  .global .dropdown-menu li {
    display: block;
  }
  .global .dropdown-menu li a {
    margin: 0;
    padding: 5px;
    width: 190px;
    text-align: left;
    font-size: 12px;
    font-family: Montserrat, Helvetica, 'メイリオ', 'Hiragino Kaku Gothic Pro',
      sans-serif;
  }

  /* プルダウンの色変更*/
  /* プルダウンの色変更*/
  .navbar-default ul.navbar-nav li.open a {
    color: #fff !important;
  }
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:active {
    background-color: #1765bb !important;
    color: #fff;
  }
  .navbar-default .navbar-nav > li > a {
    background-color: #efefef !important;
    color: #333;
  }
  .navbar-default .navbar-nav > li > a:hover {
    background-color: #1e377b !important;
    color: #fff;
  }
}

/*スマホのみ*/
@media (max-width: 767px) {
  .global ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global li a {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    background-color: #1e377b;
    text-decoration: none;
  }
  .global li a:hover {
    background-color: #1765bb !important;
    text-decoration: none;
  }
  /*ドロップダウン*/
  .global .dropdown-menu {
    color: #fff;
    text-indent: 0;
    background-color: #1e377b;
  }
  .global .dropdown-menu li a {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    font-family: Montserrat, Helvetica, 'メイリオ', 'Hiragino Kaku Gothic Pro',
      sans-serif;
  }
  .global .dropdown-menu li a:hover {
    background-color: #368ae7;
    color: #fff;
  }

  /* プルダウンの色変更*/
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #368ae7;
    color: #fff;
  }
}

/**********   ALL TITLE  **********/
.all-title {
  margin-bottom: 30px;
  text-align: center;
}

/**********   ONLY TOP   **********/

/*mainvisual BS-carousel*/

.carousel-fade .item {
  -webkit-transition: opacity 3s;
  -moz-transition: opacity 3s;
  -ms-transition: opacity 3s;
  -o-transition: opacity 3s;
  transition: opacity 3s;
}
.carousel-fade .active .left {
  left: 0;
  opacity: 0.5;
  z-index: 2;
}
.carousel-fade .next {
  left: 0;
  opacity: 0.5;
  z-index: 1;
}

/*mainvisual

#top-mainvs {
    margin: 0;
	padding:0;
	width:100%;
	background-position:20% 20%;
	background-size:cover;
}
	

@media (min-width: 768px) and (max-width: 992px) {
#top-mainvs {
	margin:0;
	padding:0;
	background-position:20% 20%;
	background-size:cover;			 
	}
}
@media (max-width:460px) {
#top-mainvs {
	margin:0;
	padding:0;
	background-position:50% 50%;
	background-size:cover;			 
}
#top-mainvs .slo {
	margin:0 auto;
	display:block;
	max-width:80%;
}
}
*/

/*news*/
.top-news {
  margin: 0;
  padding: 30px 0 60px 0;
  background-color: #f5f5f5;
}
.top-news ul {
  margin: 0;
  padding: 0;
}
.top-news li {
  margin: 0;
  padding: 15px 12px;
  line-height: 2;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.top-news a {
  text-decoration: underline;
}
.top-news .time {
  display: inline;
  margin-right: 1em;
}
.top-news .label {
  margin-right: 1em;
}

/*recruit*/
.top-recruit {
  margin: 0;
  padding: 30px 0 20px 0;
  background-color: #fff;
}
.top-recruit-box {
  margin-bottom: 25px;
  display: block;
  position: relative;
}

/*interview*/
.top-intv {
  margin: 0;
  padding: 30px 0 60px 0;
  background-color: #faf1b1;
}
.top-intv-box {
  margin-top: 20px;
  display: block;
  position: relative;
}
.top-intv-box-text {
  padding: 10px 20px;
  background-color: #fff;
}

/*doshin-sns*/
.top-ds-sns {
  margin: 0;
  padding: 30px 0;
}
.top-ds-sns-box {
  margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  font-size: 11px;
  background-color: #fff;
}
.top-ds-sns-box p {
  font-size: 12px;
  line-height: 1.2;
}
.top-ds-sns img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: center;
  padding-bottom: 5px;
  max-width: 90px;
  height: auto;
}

/*banner*/
.top-banner {
  margin: 0;
  padding: 20px 0;
  background-color: #f7f7f7;
}

/**********   MESSAGE   **********/
/* 社長 */
.topms {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}
.topms img {
  margin: 0 auto;
  max-width: 100%;
}

/**********   COMPANY   **********/
/*会社概要*/
.gaiyo {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}
.gaiyo dl {
  margin: 0;
  padding: 0;
  text-align: left;
}
.gaiyo dt {
  margin: 8px 0 5px 0;
  padding-left: 5px;
  color: #283360;
}
.gaiyo dd {
  padding-left: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
}

/*数字で見る道新*/
.data {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}
/*各枠*/
.data-keiei {
  background-color: #e9f1fe;
  padding-top: 20px;
  margin-bottom: 30px;
  border-radius: 0.6em;
}
.data-jinzai {
  background-color: #fbf7e6;
  padding-top: 20px;
  margin-bottom: 30px;
  border-radius: 0.6em;
}
.data-sosiki {
  background-color: #f3fee0;
  padding-top: 20px;
  margin-bottom: 30px;
  border-radius: 0.6em;
}
.data-map {
  background-color: #fff;
  margin: 30px;
  padding: 20px;
  border-radius: 0.6em;
}
/* NUMBER COUNTER */
.number-counters {
  overflow: hidden;
}
.counters-item {
  overflow: hidden;
  padding: 25px;
}
.number-counters strong {
  display: block;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  /* font-family: 'Merriweather', serif; */
}
@media (max-width: 768px) {
  .number-counters strong {
    display: block;
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
  }
}

.client-list a img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.client-list a:hover img {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=50);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.service-items a,
.service-items a h3 {
  color: #222;
}
.service-items h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0;
}
.call-number {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 20px 0px;
  line-height: 120px;
  font-weight: 600;
  color: #fff;
  display: block;
  font-size: 84px;
}
.call-number a {
  color: #000;
}

/**********   JOB   **********/
/*道新の仕事*/
.job {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}
/*この職種の社員インタビュー*/
.job-index {
  overflow: hidden;
  margin: 60px 0 20px 0;
  padding: 10px 15px;
  background-color: #f5f5f5;
}
/* 道新できるまで **/
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  background-color: #f1f1f1;
}

.timeline > li {
  position: relative;
  margin-bottom: 50px;
  min-height: 50px;
}

.timeline > li:before,
.timeline > li:after {
  content: ' ';
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  float: right;
  position: relative;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  z-index: 100;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  border: 7px solid #f1f1f1;
  border-radius: 100%;
  text-align: center;
  background-color: #66cc00;
}

.timeline > li .timeline-image h4 {
  margin-top: 25px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
  margin-left: 10px;
  text-align: left;
}
/*add*/
.timeline .timeline-body > p {
  margin-top: 10px;
  line-height: 1.3;
}
.timeline .timeline-body img {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }

  .timeline > li {
    margin-bottom: 0;
    min-height: 100px;
  }

  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }

  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }

  .timeline > li .timeline-image h4 {
    margin-top: 35px;
    font-size: 14px;
    line-height: 18px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 0 0 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }

  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }

  .timeline > li .timeline-image h4 {
    margin-top: 26px;
    font-size: 17px;
    line-height: 80px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }

  .timeline > li .timeline-panel {
    padding: 0 20px 20px 20px;
  }

  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }

  .timeline > li .timeline-image h4 {
    margin-top: 35px;
  }

  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px 20px;
  }
}

.box-gry {
  margin-bottom: 20px;
  padding: 20px 10px;
  border-radius: 0.5em;
  border: 7px solid #f1f1f1;
}

/*各職種 tab内調整*/
.tab-content > .tab-pane {
  margin-top: 30px;
}
.tab-content img {
  height: auto;
}

.nav-tabs.nav-justified > li > a {
  font-size: 12px;
}

/**********   INTERVIEW   **********/
/*サムネイル共通*/
.intv {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}
.intv-fig img {
  max-width: 50%;
  height: auto;
}
.intv dt {
  margin-top: 2px;
  float: left;
  color: #663300;
}
.intv dd {
  margin-top: 0;
  margin-left: 4em;
  margin-bottom: 7px;
  line-height: 1.8;
}
.intv h4 {
  margin-top: 30px;
  padding-left: 7px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  border-left: 5px solid #ffcc00;
}

.intv h4.kyugyo {
  margin-top: 30px;
  padding-left: 7px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  border-left: 5px solid #009900;
}
.team-member {
  margin-bottom: 50px;
  padding: 10px;
  text-align: center;
}
/*.team-member img {
    margin: 0 auto;
    border: 7px solid #f1f1f1;
	border-radius:100%;
}*/
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}

/*先輩個人ページ*/
.senpai {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}

/*新人座談会*/
.shin-zadankai {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}
.shin-zadankai .profile {
  margin: 20px 0;
  padding: 0;
}
.shin-zadankai .profile p {
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 1.4;
  color: #fff;
  font-size: 13px;
}
.shin-zadankai .profile .name {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.shin-zadankai .profile img {
  float: left;
  max-width: 50%;
  height: auto;
  margin: 0 7px 0 0;
  vertical-align: bottom;
}
@media (min-width: 768px) and (max-width: 992px) {
  .shin-zadankai .profile .name {
    margin-top: 6px;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
}
@media (max-width: 460px) {
  .shin-zadankai .profile p {
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 12px;
  }
  .shin-zadankai .profile img {
    max-width: 40%;
    margin: 0 5px 0 0;
  }
  .shin-zadankai .profile .name {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
  }
}

/* 内定Q&A ページ */
.naitei {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}

.naitei ul,
.naitei ol {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
}

.naitei li {
  position: relative;
  display: block;
  padding: 10px 5px 10px 18px;
  color: #000;
  text-decoration: none;
  line-height: 1.5;
}

.naitei li:before {
  position: absolute;
  left: 1px;
  top: 15px;
  content: '\f111';
  color: #ffcc00;
  font-family: 'FontAwesome';
  font-size: 10px;
  line-height: 1;
}

/*吹き出し*/
.naitei-q {
  margin: 20px 0;
  padding: 23px 0 20px 0;
  background-color: #dfe3e8;
  border-radius: 0.3em;
}

.naitei-q img {
  max-width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  vertical-align: bottom;
}

.naitei-q h1 {
  margin: 0 0 20px 0;
  font-size: 28px;
  line-height: 1.2;
}

.naitei-q p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.6;
}

/* 枠の設定 */
.naitei-q {
  margin: 20px 0;
  padding: 10px;
  background-color: #ffcc00;
  margin: 20px 0;
  font-size: 25px;
  text-align: center;
}

/* 吹き出し型にする設定 */
.naitei-q {
  position: relative;
}

.naitei-q:before,
.naitei-q:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 40px;
  height: 0;
  width: 0;
  border: solid 20px transparent;
}

.naitei-q:after {
  margin-left: 1px;
  border-top-color: #ffcc00;
  border-width: 17px;
}

/*ワーキングマザー*/
.wm-zadankai-pro {
  margin-top: 10px;
}

.wm-zadankai-pro ul,
.wm-zadankai-pro ol {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
}

.wm-zadankai-pro li {
  position: relative;
  display: block;
  padding: 10px 5px 10px 18px;
  color: #000;
  text-decoration: none;
}

.wm-zadankai-pro li:before {
  position: absolute;
  left: 1px;
  top: 16px;
  content: '\f111';
  color: #f69;
  font-family: 'FontAwesome';
  font-size: 10px;
  line-height: 1;
}

/**********   RECRUIT   **********/
.recruit {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}
.recruit a {
  text-decoration: underline;
}
.recruit dl {
  margin: 0;
  padding: 0;
  text-align: left;
}
.recruit dt {
  margin: 8px 0 10px 0;
  padding: 16px 0 0 20px;
  color: #283360;
}
.recruit dd {
  padding-left: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}

.recruit ul {
  margin: 0;
  padding: 0;
}
.recruit li {
  margin-left: 20px;
  list-style-position: outside;
  line-height: 1.8;
}
.recruit .btn-premy {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  color: #ffffff;
  font-size: 15px;
  background-color: #00cccc;
  margin-top: 10px;
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
}
.recruit .btn-premy a {
  text-decoration: none !important;
  color: #ffffff;
}

.recruit .btn-premy:hover {
  background: #15d9d9;
  color: #ffffff;
  text-decoration: none !important;
}

/* インターン吹き出し型にする設定 */
.intern-bb {
  margin: 20px 0;
  padding: 10px;
  background-color: #00cccc;
  margin: 20px 0;
  font-size: 25px;
  text-align: center;
  color: #fff;
  border-radius: 0.3em;
}
.intern-bb {
  position: relative;
}

.intern-bb:before,
.intern-bb:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 40px;
  height: 0;
  width: 0;
  border: solid 20px transparent;
}

.intern-bb:after {
  margin-left: 1px;
  border-top-color: #00cccc;
  border-width: 17px;
}

/* インターンの実施要項に利用するdlリスト */
.intern-dl {
}

.intern-dl p {
  margin-bottom: 1em;
  font-size: 14px;
}

.intern-dl dd.last-tail {
  border-bottom: none;
}

/**********   EVENT   **********/
.event {
  margin: 0 auto;
  margin: 30px 0 60px 0;
}

/**********   SITEMAP   **********/
.sitemap {
  margin: 0;
  padding: 20px 0;
  background-color: #efefef;
  color: #333;
}
.sitemap a {
  text-decoration: none;
}
.sitemap ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.sitemap li a {
  position: relative;
  display: block;
  padding: 0 10px 5px 8px;
  font-size: 12px;
  line-height: 1.8;
  color: #333;
}
.sitemap li a:hover {
  color: #000;
}
.sitemap li a:before {
  position: absolute;
  left: 1px;
  top: 5px;
  content: '\f0da';
  font-family: 'FontAwesome';
  color: #000;
  font-size: 12px;
  line-height: 1;
}
.tel {
  color: #fff;
}

/**********   FOOTER   **********/
.footer {
  margin: 0;
  padding: 20px 0 5px 0;
  background-color: #a3a3a3;
  color: #fff;
}

.footer-icon ul,
.footer-icon ol {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  list-style: none;
}

.footer-icon li a {
  display: block;
  padding: 0 10px;
  color: #f2f2f2;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.footer-icon li a:hover {
  color: #3cf;
}

.footer-icon li {
  float: left;
  width: 120px;
}

@media (max-width: 768px) {
  .footer-icon li {
    float: left;
    width: 97px;
  }
}

.footer-icon p {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.3;
}

.footer-icon ul:after,
.footer-icon ol:after {
  content: '';
  display: block;
  clear: both;
}
.footer-icon ul,
.footer-icon ol {
  *zoom: 1;
}

/*SNS*/
#sns {
  margin: 5px 0 20px 0;
  width: 220px;
  border: 0;
  vertical-align: top;
  text-align: left;
}
#sns .btn-tw {
  float: left;
  width: 100px;
  margin-right: 5px;
  vertical-align: top;
}
#sns .btn-fb {
  float: left;
  width: 100px;
  margin-right: 5px;
  vertical-align: top;
}

/**********   RESET   **********/
/* font ----------------------- */
.fz9 {
  font-size: 9px !important;
}
.fz10 {
  font-size: 10px !important;
}
.fz11 {
  font-size: 11px !important;
}
.fz12 {
  font-size: 12px !important;
}
.fz13 {
  font-size: 13px !important;
}
.fz14 {
  font-size: 14px !important;
}
.fz15 {
  font-size: 15px !important;
}
.fz16 {
  font-size: 16px !important;
}
.fz17 {
  font-size: 17px !important;
}
.fz18 {
  font-size: 18px !important;
}
.fz20 {
  font-size: 20px !important;
}
.fz25 {
  font-size: 25px !important;
}
.fw-n {
  font-weight: normal !important;
}
.fw-b {
  font-weight: bold !important;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}

/* margin ----------------------- */
.mt0 {
  margin-top: 0 !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt200 {
  margin-top: 200px !important;
}
.n-mt60 {
  margin-top: -60px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml80 {
  margin-left: 80px !important;
}

/* padding ----------------------- */
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}

/* float ----------------------- */
.fl-r {
  float: right !important;
}
.fl-l {
  float: left !important;
}
.fl-n {
  float: none !important;
}

/* background ----------------------- */
.bg-n {
  background: none !important;
}

/* display ----------------------- */
.d-n {
  display: none !important;
}
.d-b {
  display: block !important;
}
.d-ib {
  display: inline-block !important;
}
.d-i {
  display: inline !important;
}

/* text-align ----------------------- */
.ta-r {
  text-align: right !important;
}
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
}

/* text-deco ----------------------- */
.td-n {
  text-decoration: none !important;
}

/* border ----------------------- */
.bd-n {
  border: none !important;
}

/* overflow ----------------------- */
.ov-h {
  overflow: hidden !important;
}

/* line-height ----------------------- */
.lh-w {
  line-height: 2.2 !important;
}
.lh-n {
  line-height: 1.5 !important;
}

/* 改行しない ----------------------- */
.nowrap {
  white-space: nowrap;
}

/*Bootstrap書き換え　印刷するとリンクのリンク先が表示される対策*/
@media print {
  a[href]:after {
    content: '' !important;
  }
  abbr[title]:after {
    content: '' !important;
  }
}

/* Chrome ----------------------- */
.max-height {
  max-height: 100%;
}

.team-member.img-responsive {
  margin: 0 auto !important;
}
