@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-print-color-adjust: exact;*/
}

html {
  height: 100%;
}

body {
  height: 100%;
  /*overflow: hidden;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

/*-- Fundamental --*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
}
html[data-size=font-smaller] {
  font-size: 11.9px;
}
html[data-size=font-bigger] {
  font-size: 16.1px;
}

body,
input,
select,
textarea {
  font-size: 1rem;
  font-family: "Helvetica Neue","Helvetica","メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  font-kerning: normal;
  color: #333;
  line-height: 1.5rem;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/*-- Structure --*/
header,
#contents,
footer {
  display: block;
  float: left;
  width: 100%;
}

section {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
section:after {
  content: '';
  display: table;
  clear: both;
}

.modal-area {
  display: none;
}

/*-- Format --*/
*::selection {
  background: rgba(19, 88, 147, 0.25);
}

img {
  display: block;
  float: left;
}

sup,
sub {
  font-size: 0.7857142857em;
  color: inherit;
  position: relative;
}

sup {
  top: -0.4em;
  display: inline-block;
  vertical-align: text-bottom;
}

sub {
  bottom: -0.4em;
}

small, .small {
  font-size: 0.8571428571rem;
}

strong, .strong {
  font-weight: bold;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

hr {
  width: 100%;
  height: 0px;
  border-top: 1px dotted #000;
}

.fade {
  background-color: transparent;
  transition: 0.3s all;
}
.fade > img {
  transition: 0.3s all;
}
.fade:hover > img {
  opacity: 0.5;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

.align-middle {
  vertical-align: middle !important;
}

.float-left {
  display: block !important;
  float: left !important;
}

.float-right {
  display: block !important;
  float: right !important;
}

.float-center {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.strong {
  font-weight: bold;
}

.bottom-clear {
  margin-bottom: 0 !important;
}

.left-space {
  display: block;
  float: left;
  margin-left: 15px !important;
}

.right-space {
  display: block;
  float: left;
  margin-right: 15px !important;
}

.alert {
  color: #f00;
}

/*-- Elements --*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #fff;
}
.preloader > div {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -17px;
}
.preloader > div span {
  display: block;
  bottom: 0;
  width: 10px;
  height: 5px;
  position: absolute;
  animation: preload 1.5s infinite ease-in-out;
  -webkit-animation: preload 1.5s infinite ease-in-out;
  border-radius: 100%;
}
.preloader > div span:nth-child(1) {
  background: #fe7f24;
}
.preloader > div span:nth-child(2) {
  background: #65ba47;
  left: 12px;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.preloader > div span:nth-child(3) {
  background: #0671b0;
  left: 24px;
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}

@keyframes preload {
  0%,50%,100% {
    height: 5px;
    transform: translateY(0px);
    opacity: 0.5;
  }
  25% {
    height: 34px;
    transform: translateY(15px);
    opacity: 1;
  }
}
@-webkit-keyframes preload {
  0%,50%,100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    opacity: 0.5;
  }
  25% {
    height: 34px;
    -webkit-transform: translateY(15px);
    opacity: 1;
  }
}
.button {
  display: block;
  float: left;
  font-size: 1rem;
  text-align: center;
  background-color: #fe7f24;
  transition: 0.3s all;
  letter-spacing: 0.25em;
  border: none;
  padding: 18px 23px;
  color: #fff;
}
.button:hover {
  background-color: #ee6401;
}
.button.grey {
  background-color: #ccc;
  transition: 0.3s all;
  color: #333;
}
.button.grey:hover {
  background-color: #b3b3b3;
}
.button:hover {
  text-decoration: none;
}

.button-text {
  display: block;
  float: left;
  font-size: 0.8571428571rem;
  text-align: center;
  color: #666;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 3px 24px;
  position: relative;
  transition: all 0.3s;
}
.button-text::after {
  content: '';
  display: block;
  width: 4px;
  height: 6px;
  position: absolute;
  background: url(../img/ico_btn_off.png);
  right: 10px;
  top: 50%;
  margin-top: -3px;
}
.button-text:hover {
  text-decoration: none;
  border-color: #135893;
  background: #135893;
  color: #fff;
}
.button-text:hover::after {
  background: url(../img/ico_btn_on.png);
}

.news-pane {
  display: block;
  float: left;
}
.news-pane h2, .news-pane .news-tab, .news-pane .news-tab ul {
  display: block;
  float: left;
}
.news-pane .news-tab {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.news-pane .news-tab ul {
  position: absolute;
  left: 150px;
  bottom: 4px;
  line-height: 1em;
}
.news-pane .news-tab li {
  display: block;
  float: left;
  font-size: 0.9285714286rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 15px;
  transition: all 0.3s;
}
.news-pane .news-tab li.active, .news-pane .news-tab li:hover {
  text-decoration: underline;
}
.news-pane .news-tab li.active[data-tab=all], .news-pane .news-tab li:hover[data-tab=all] {
  color: #bc2658;
}
.news-pane .news-tab li.active[data-tab=topics], .news-pane .news-tab li:hover[data-tab=topics] {
  color: #fe7f24;
}
.news-pane .news-tab li.active[data-tab=media], .news-pane .news-tab li:hover[data-tab=media] {
  color: #65ba47;
}
.news-pane .news-tab li.active[data-tab=recruit], .news-pane .news-tab li:hover[data-tab=recruit] {
  color: #0671b0;
}
.news-pane .news-list {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.news-pane .news-list ul {
  display: block;
  float: left;
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  border-top: 1px dotted #b2b2b2;
}
.news-pane .news-list ul.active {
  display: block;
}
.news-pane .news-list li {
  display: block;
  float: left;
  width: 100%;
}
.news-pane .news-list li > a {
  display: block;
  float: left;
  font-size: 0.8571428571rem;
  width: 100%;
  padding: 15px 0;
  border-top: 1px dotted #b2b2b2;
  position: relative;
  transition: all 0.3s;
}
.news-pane .news-list li > a > * {
  display: block;
  float: left;
}
.news-pane .news-list li > a::before {
  display: none !important;
}
.news-pane .news-list li > a::after {
  content: '' !important;
  display: block !important;
  position: absolute;
  width: 15px;
  height: 20px;
  background: url(../../common/img/ico_news.png);
  top: 20px;
  right: 10px;
  margin-top: -3px;
  margin-left: auto !important;
}
.news-pane .news-list li > a b {
  width: 150px;
}
.news-pane .news-list li > a b::after {
  display: block;
  float: right;
  text-align: center;
  font-size: 0.9285714286rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  width: 85px;
}
.news-pane .news-list li > a i::before {
  content: '\3010';
}
.news-pane .news-list li > a i::after {
  content: '\3011';
}
.news-pane .news-list li > a:hover {
  background: rgba(19, 88, 147, 0.1);
}
.news-pane .news-list li.invalid a {
  pointer-events: none;
  cursor: default;
}
.news-pane .news-list li.invalid a::after {
  display: none !important;
}
.news-pane .news-list li[data-category=topics] a b::after {
  content: 'Topics';
  color: #fe7f24;
}
.news-pane .news-list li[data-category=media] a b::after {
  content: 'Media';
  color: #65ba47;
}
.news-pane .news-list li[data-category=recruit] a b::after {
  content: 'Recruit';
  color: #0671b0;
}

/*-- Header --*/
header {
  position: fixed;
  top: 0;
  z-index: 10000;
  border-top: 5px solid #135893;
  height: 125px;
  background: #fff;
  box-sizing: border-box;
}
header h1 {
  display: block;
  float: left;
}
header section {
  font-size: 0.8571428571rem;
  height: 70px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #fff;
}
header section > ul {
  display: block;
  float: right;
}
header section > ul li {
  display: block;
  float: left;
  height: 25px;
  line-height: 26.25px;
  background: #ccc;
  margin-left:10px;
		position:relative;
}
header section > ul > li:first-child + li {
  margin-left: 10px;
}
header section > ul ul li:first-child {
  padding: 0 12px;
}
header section > ul a, header section > ul i {
  display: block;
  float: left;
  height: 25px;
  line-height: 26.25px;
  padding: 0 12px;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s;
}
header section > ul li.active a,
header section > ul li.active i,
header section > ul li a:hover,
header section > ul li i:hover {
  background: #135893;
  text-decoration: none;
}
header section ul li.movie {
	color:#333;
	background: #ccc no-repeat url('../img/icon_movie.png') 2px 2px;
	padding-left:22px;
  transition: all 0.3s;
}
header section ul li.movie:hover {
	background-color: #135893;
	color:#fff;
}
header section ul li.movie a{
	padding-left:3px;
	}
header .menu-sp {
  display: none;
}
header nav {
  height: 50px;
}
header nav > ul {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  height: 50px;
}
header nav > ul:after {
  content: '';
  display: table;
  clear: both;
}
header nav > ul > li {
  display: block;
  float: left;
  line-height: 1.2rem;
}
header nav > ul > li > a {
  display: block;
  float: left;
  text-align: center;
  font-size: 1.0714285714rem;
  width: 192px;
  height: 50px;
}
header nav > ul > li > a b {
  display: block;
  float: left;
  width: 100%;
  border-left: 1px dotted #5b5b5b;
}
header nav > ul > li > a span,
header nav > ul > li > a small {
  display: block;
  float: left;
  width: 100%;
}
header nav > ul > li > a small {
  font-size: 0.6428571429rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header nav > ul > li:last-child > a b {
  border-right: 1px dotted #5b5b5b;
}
header nav > ul > li.this-section > a, header nav > ul > li.active > a, header nav > ul > li > a:hover {
  color: #135893;
  background: url(../img/nav_on.png) center bottom no-repeat;
}
header nav > ul > li div {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #135893;
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
}
header nav > ul > li div > * {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
header nav > ul > li div > *:after {
  content: '';
  display: table;
  clear: both;
}
header nav > ul > li div h2 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  background: url(../img/h2_000.png) right top no-repeat;
}
header nav > ul > li div h2 img {
  padding-left: 50px;
  border-left: 1px solid #fff;
}
header nav > ul > li div li {
  display: block;
  float: left;
  width: 225px;
	font-size: 0.9rem;
	margin-right: 5px;
	margin-bottom: 5px;
}
header nav > ul > li div li:first-child {
  margin-left: 0;
}
header nav > ul > li div li.long {
font-size: 0.8rem;
}
header nav > ul > li div li.long a {
    padding-top: 5px;
    padding-bottom: 4px;
}
header nav > ul > li div li a {
  display: block;
float: left;
width: 100%;
padding: 13px 5px 13px 33px;
box-sizing: border-box;
border: 1px solid #fff;
color: #fff;
transition: all 0.3s;
position: relative;
}
header nav > ul > li div li a::before {
  content: url(../img/ico_nav_off.png);
  position: absolute;
  left: 10px;
}
header nav > ul > li div li a[target] {
  padding-right: 40px;
}
header nav > ul > li div li a[target]::after {
  display: inline-block !important;
  content: url(../img/ico_ext_off.gif);
  position: absolute;
  right: 20px;
}
header nav > ul > li div li.active a, header nav > ul > li div li a:hover {
  background: #fff;
  color: #135893;
  text-decoration: none;
}
header nav > ul > li div li.active a::before, header nav > ul > li div li a:hover::before {
  content: url(../img/ico_nav_on.png);
}
header nav > ul > li div li.active a[target]::after, header nav > ul > li div li a:hover[target]::after {
  content: url(../img/ico_ext_on.gif);
}
header nav > ul > li div li.active a {
  pointer-events: none;
  cursor: default;
}
header nav > ul > li div.active {
  z-index: 9999;
}
header nav a.btn-en {
  display: none;
}
li.sp_movie{
	display:none;
}

/*-- Menu --*/
/*html.menu-hovered {
	overflow: hidden;
	}*/
/*-- Contents --*/
#contents {
  opacity: 0;
  padding-top: 125px;
  min-height: 100%;
  margin-bottom: -160px;
}
#contents .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 5000;
}
#contents::after {
  display: block;
  content: '';
  height: 160px;
}
#contents > section > * {
  display: block;
  float: left;
  margin-top: 50px;
  width: 100%;
}
#contents .content > * {
  margin-top: 30px;
}
#contents .content > *:first-child {
  margin-top: 0;
}
#contents .title {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
  background: #135893;
   position: relative;
  z-index:1500;
}
#contents .title > * {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
#contents .title > *:after {
  content: '';
  display: table;
  clear: both;
}
#contents .title h2 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  background: url(../img/h2_000.png) right top no-repeat;
}
#contents .title h2 img {
  padding-left: 50px;
  border-left: 1px solid #fff;
}
#contents .title li {
  display: block;
  float: left;
  width: 225px;
  margin-left: 10px;
  margin-bottom: 10px;
	font-size: 0.9rem;
}
#contents .title li:first-child {
  margin-left: 0;
}
#contents .title li:nth-child(5n) {
  margin-left: 0;
}
#contents .title li a {
  display: block;
  float: left;
  width: 100%;
  padding: 13px 5px 13px 33px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
#contents .title li a::before {
  content: url(../img/ico_nav_off.png);
  position: absolute;
  left: 10px !important;
}
#contents .title li a[target] {
  padding-right: 40px;
}
#contents .title li a[target]::after {
  display: inline-block !important;
  content: url(../img/ico_ext_off.gif);
  position: absolute;
  right: 20px;
}
#contents .title li.active a, #contents .title li a:hover {
  background: #fff;
  color: #135893;
  text-decoration: none;
}
#contents .title li.active a::before, #contents .title li a:hover::before {
  content: url(../img/ico_nav_on.png);
}
#contents .title li.active a[target]::after, #contents .title li a:hover[target]::after {
  content: url(../img/ico_ext_on.gif);
}
#contents .title li.active a {
  pointer-events: none;
  cursor: default;
}
#contents .title li.long {
	font-size: 0.8rem;
}
#contents .title li.long a{
	    padding-top: 2px;
    padding-bottom: 2px;
}
#contents .title li.long a:before{
	top: 10px;
	}
#contents h3 {
  display: block;
  float: left;
  font-size: 1.2857142857rem;
  width: 100%;
  padding: 15px 18px;
  border: 1px solid #135893;
  background: #135893;
  color: #fff;
  letter-spacing: 1px;
}
#contents h3.alternate {
  background: #fff;
  color: #135893;
}
#contents h3 small {
  float: right;
  text-transform: uppercase;
}
#contents h4 {
  display: block;
  float: left;
  text-align: center;
  font-size: 1.4285714286rem;
  width: 100%;
  letter-spacing: 1px;
  color: #bc2658;
  padding: 20px;
  border-top: 1px solid #bc2658;
  border-bottom: 1px solid #bc2658;
}
#contents h4 small {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
#contents h4.sub-title {
  color: #135893;
  padding: 0;
  border: none;
}
#contents h4.sub-title::before, #contents h4.sub-title::after {
  content: '\25CF';
}
#contents h4.sub-title::before {
  margin-right: 0.5em;
}
#contents h4.sub-title::after {
  margin-left: 0.5em;
}
#contents h4.h4-img {
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
#contents h4.h4-img img {
  display: inline;
  float: none;
}
#contents h5 {
  display: block;
  float: left;
  font-size: 1.2142857143rem;
  width: 100%;
  color: #135893;
  border-left: 3px solid #135893;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#contents h6 {
  font-weight: bold;
  color: #bc2658;
  margin-bottom: 1em;
}
#contents blockquote {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 40px;
  background: rgba(19, 88, 147, 0.08);
}
#contents blockquote h5 {
  margin-bottom: 20px;
}
#contents blockquote * {
  margin-bottom: 10px;
}
#contents blockquote *:last-child {
  margin-bottom: 0;
}
#contents aside {
  display: block;
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 15px 20px;
}
#contents a[target]::after {
  content: url(../img/ico_ext_on.gif);
  display: inline-block;
  margin-left: 10px;
}
#contents a.link-img[target]::before, #contents a.link-img[target]::after {
  display: none;
}
#contents a[href*=".pdf"]::before {
  content: url(../img/ico_pdf.gif);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contents a[href*=".pdf"]::after {
  display: none;
}
#contents a[href*=".docx"]::before,
#contents a[href*=".doc"]::before {
  content: url(../img/ico_word.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#contents a[href*=".docx"]::after,
#contents a[href*=".doc"]::after {
  display: none;
}
#contents a.link-headline {
  display: block;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding-left: 36px;
}
#contents a.link-headline::before {
  content: url(../../common/img/ico_link_020.gif);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
#contents a.link-headline[target]::after {
  content: url(../../common/img/ico_ext_on.gif);
  display: inline-block;
  margin-left: 10px;
}
#contents .accordion h3 {
  margin: 0 auto 30px;
  position: relative;
  padding-left: 65px;
  cursor: pointer;
  transition: all 0.3s;
}
#contents .accordion h3::before {
  content: url(../img/ico_accordion_on.png);
  position: absolute;
  left: 25px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.3s;
}
#contents .accordion h3.alternate::before {
  content: url(../img/ico_accordion_off.png);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#contents .youtube-box {
  display: block;
  float: left;
  width: 400px;
  height: 300px;
  position: relative;
}
#contents .youtube-box div {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#contents .youtube-box div::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_youtube_off.png) center center no-repeat;
  -webkit-background-size: 20% auto;
  background-size: 20% auto;
}
#contents .youtube-box:hover div::before {
  background-image: url(../img/ico_youtube_on.png);
}
#contents .youtube-box iframe {
  position: absolute;
  top: 0;
  left: 0;
}

#contents .youtube-box.img_bnr {
  display: block;
  float: left;
  width: auto;
  height: auto;
  position: relative;
}







#contents table {
  display: table;
  table-layout: fixed;
  border: 1px solid #ccc;
  width: 100%;
}
#contents table tbody th, #contents table tbody td {
  border-bottom: 1px solid #ccc;
  padding: 20px 30px;
  vertical-align: middle;
}
#contents table tbody th {
  text-align: left;
  width: 285px;
  background: #f2f2f2;
  vertical-align: top;
}
#contents table tbody tr:last-child > th,
#contents table tbody tr:last-child > td {
  border-bottom: none;
}
#contents table.table-simple {
  table-layout: auto;
  width: auto;
}
#contents table.table-simple th, #contents table.table-simple td {
  padding: 10px 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#contents table.table-simple tr > *:last-child {
  border-right: none;
}
#contents table.table-plain {
  table-layout: auto;
  width: auto;
  border: none;
}
#contents table.table-plain th, #contents table.table-plain td {
  width: auto;
  padding: 0;
  border: none;
  background: none;
  vertical-align: top;
}
#contents ul.list-dot > li {
  list-style: disc inside;
}
#contents ul.list-dot > li.none {
  list-style: none;
}
#contents ul.list-dot > li a[href*=".pdf"]::before {
  display: none;
}
#contents ul.list-dot > li a[href*=".pdf"]::after {
  content: url(../img/ico_pdf.gif);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#contents ul.list-number {
  padding-left: 1.75em;
}
#contents ul.list-number > li {
  list-style: decimal outside;
}
#contents ul.list-number > li.none {
  list-style: none;
}
#contents ul.list-letter {
  display: block;
  float: left;
}
#contents ul.list-letter > li {
  padding-left: 1em;
  text-indent: -1em;
}
#contents ul.list-topic {
  display: block;
  float: left;
  border-bottom: 1px dotted #000;
}
#contents ul.list-topic li {
  display: block;
  float: left;
  width: 100%;
  border-top: 1px dotted #000;
}
#contents ul.list-topic li q, #contents ul.list-topic li a, #contents ul.list-topic li b, #contents ul.list-topic li span {
  display: block;
  float: left;
}
#contents ul.list-topic li q, #contents ul.list-topic li a {
  width: 100%;
  padding: 20px 0;
  padding-right: 20px;
  position: relative;
}
#contents ul.list-topic li b {
  width: 250px;
  color: #135893;
  font-weight: normal;
}
#contents ul.list-topic li span {
  width: 690px;
}
#contents ul.list-topic li a:hover {
  background: rgba(19, 88, 147, 0.1);
}
#contents ul.list-topic li a[target] b::after {
  content: url(../img/ico_ext_on.gif);
  display: inline-block;
  margin-left: 15px;
}
#contents ul.list-topic li a::after {
  content: url(../img/ico_link_010.png);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
#contents ul.list-link {
  display: block;
  float: left;
  text-align: center;
  width: 100%;
}
#contents ul.list-link li {
  display: inline-block;
  padding: 0 24px;
  margin: 0 7px;
  cursor: pointer;
  position: relative;
}
#contents ul.list-link li::after {
  content: '\FF5C';
  display: inline;
  position: absolute;
  color: #333;
  left: 100%;
}
#contents ul.list-link li:last-child::after {
  display: none;
}
#contents ul.list-link li:hover::before, #contents ul.list-link li.active::before {
  content: '';
  display: block;
  width: 90%;
  height: 100%;
  padding: 5px 0;
  position: absolute;
  top: -7px;
  left: 5%;
  z-index: -1;
  border: 1px solid transparent;
}
#contents ul.list-link li:hover::before {
  background: rgba(19, 88, 147, 0.1);
}
#contents ul.list-link li.active, #contents ul.list-link li.active a {
  color: #fff;
}
#contents ul.list-link li.active::before {
  background: #bc2658;
}
#contents ul.list-link li a {
  text-decoration: none;
}

/*-- Footer --*/
footer {
  height: 160px;
  position: relative;
}
footer section {
  height: 55px;
  line-height: 57.75px;
  position: absolute;
  width: 100%;
}
footer section > * {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  height: 55px;
}
footer section > *:after {
  content: '';
  display: table;
  clear: both;
}
footer section:first-child {
  background: #f2f2f2;
  bottom: 55px;
}
footer section:first-child h5 {
  display: block;
  float: left;
  margin-top: 19px;
  margin-right: 32px;
}
footer section:first-child address {
  padding-top: 3px;
  font-size: 0.8571428571rem;
}
footer section:first-child address br {
  display: none;
}
footer section:nth-child(2) {
  font-size: 0.7857142857rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #333;
  color: #fff;
}
footer section:nth-child(2) ul {
  display: block;
  float: left;
}
footer section:nth-child(2) ul li {
  display: block;
  float: left;
  height: 55px;
}
footer section:nth-child(2) ul li a {
  color: #fff;
  padding: 0 14px;
  border-left: 1px solid #fff;
}
footer section:nth-child(2) ul li:first-child a {
  border-left: none;
  padding-left: 0;
}
footer section:nth-child(2) span {
  display: block;
  float: right;
  height: 55px;
  margin: 0;
  width: auto;
}

.btn-top {
  display: block;
  position: fixed;
  z-index: 7000;
  bottom: 55px;
  width: 55px;
  height: 55px;
  background: url(../img/ico_btn_top.png) center center no-repeat #f2f2f2;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.btn-top.shown {
  opacity: 1;
}
.btn-top:hover {
  margin-right: -10px;
  width: 75px;
  height: 75px;
}

/*# sourceMappingURL=common.css.map */

/*アイセル追加記述*/

/*pdfアイコントルツメ150930*/
#contents a.no_pdf{
	content:"";
}

#contents a.no_pdf[href*=".pdf"]::before {
  content:""; 
		 display: none;
}
#contents a[href*=".pdf"]::after {
  display: none;
}

/*NEWSリンク一項目に数個リンク貼るよ151002*/
#news_link_plus{
	display:block;
	margin-left:151px;
	width:610px;
	
	
}

.sp_menu_list{
	display:none;
}

/*		spフッターにenglishボタン151015
*/		
footer section:first-child span.en_btn {
display:none;
  }
		
		
		
		/*		newsマージン下追加151026
*/		
.news-list{
	margin-bottom:100px;
  }
  
	/*		沿線図h4151125
	
*/					
.access_h4{
	margin:25px 0px;
}

		
		/*		求人お問い合わせボタン追加160115
*/		

#contents .info_btn li a {
  display: block;
  padding: 13px 15px 13px 15px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  background:#135893;
  transition: all 0.3s;
  text-align:center;
  width:50%;
  margin:10px auto;
}

#contents .info_btn li.active a, #contents .info_btn li a:hover {
  background: #fff;
  color: #135893;
  text-decoration: none;
  border: 1px solid #135893;
}
#contents .title li a::before {
  content: url(../img/ico_nav_off.png);
  position: absolute;
  left: 20px;
}
#contents .title li a[target] {
  padding-right: 40px;
}
#contents .title li a[target]::after {
  display: inline-block !important;
  content: url(../img/ico_ext_off.gif);
  position: absolute;
  right: 20px;
}

li img.icon_movie{
	position:absolute;
	bottom:	13px;
	left:140px
}


/*
	新卒採用フロー　190820
*/

.flow_box{
	background-color:#E5F6FF;
	border-radius: 6px;
	width: 60%;
	padding: 30px;
	margin:  0 auto;
}

.flow_title {
	font-weight: bold;
}

.flow_next {
	width: 60%;
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	margin: 0 auto;
}



/* Bnr
-----------------------------------------*/
.Bnr{
  position: absolute;
  margin: 0 auto;
  width: 960px !important;

}
.Bnr a.circle{
	color:#fff;
	display:block;
	 
   /* サイズ指定 */        
 width:150px;
 height:150px;
 /* 背景色 */
 background-color:;
 background: no-repeat url("../img/circle_bg.png") 50% 50% rgba( 224,163,41 , 1 );
 
 /* 角を丸くする */
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
  box-shadow: rgba(113,135,164,.65098) 3px 3px 6px 3px;
 -webkit-box-shadow: rgba(113,135,164,.65098) 3px 3px 6px 3px;
 -moz-box-shadow: rgba(113,135,164,.65098) 3px 3px 6px 3px;
 transition:0.5s;
　-moz-transition:0.5s;
　-webkit-transition:0.5s;
margin-left:750px;
border:1px solid #E0A329;
 color: #fff; /* 文字を白色に */

}
.Bnr a.circle:after{
	content:"" !important;

}
.Bnr a.circle:hover{
 background: no-repeat url("../img/circle_bg.png") 50% 50% rgba( 224,163,41 , 0.6 );
}
.Bnr__img__inner{
	 position: fixed;
		bottom:200px;
		z-index:1000;
}
.Bnr .Bnr__img__inner p{
	padding-top:55px; /* 真ん中にまで文字を下ろす */
  display: block;
   text-align: center; /* 中央寄せ */
 margin: 0; /* h1とpの余白をリセット */
 font-weight:700;
 letter-spacing: 0.1em;
	font-size: 0.85rem;
}
.Bnr p.close{
  position: absolute;
  right: -20px;
 top:-80px;

  
}
.Bnr p.close a{
  display: block;
  width: 20px;
  height: 25px;
  
  
}
.Bnr .close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #222;
}

.rec_info_bnr ul{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.rec_info_bnr ul li{
    float: left;
    width: 48%;
	 transition:0.5s;
　-moz-transition:0.5s;
　-webkit-transition:0.5s;
	}
	.rec_info_bnr ul li:last-child{
		margin-left:4%;
	}
	.rec_info_bnr ul li:hover{
		opacity:0.6;
}
 #contents a.no_icon[target]::after {
	 display:none;
}
.more_btn{
	display: inline-block;
float: right;

}
.more_btn img{
	float:none;
	display:inline-block;
	vertical-align: middle;
	margin-left:10px;
		-webkit-transition: all .3s;
	transition: all .3s;
margin-top: -7px;
	
}
.more_btn img:hover{
	opacity:0.8;
	
}
.more_btn:before{
	content:" " !important;
}
.itemLiInner table td a.more_btn:before{
	content:"";
}
/*@media screen and (max-width: 920px) {
	.Bnr .Bnr__img{
		width:100%;	
	}
	.Bnr__img__inner{
		padding:0;
	}
	.Bnr .Bnr__img p.close{
  right:0;
  top:-20;
}
.Bnr .Bnr__img p{
 margin-bottom:0;
}}
.br:before {
	content: "\A" ;
	white-space: pre ;
}
.sp_img{
	width:100%;
	
}
*/

.mt0{margin-top:0px!important;}
.mt10{margin-top:10px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt40{margin-top:40px!important;}
.mt50{margin-top:50px!important;}

.mb0{margin-bottom:0px!important;}
.mb10{margin-bottom:10px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.m1{margin:1em!important;}

.fwb{font-weight: bold!important;}
.fcRed{color: red!important;}
.fcBlue{color: blue!important;}



