@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 * 06. スライドショー
 * 07. 最新情報
 * 08. 印刷対応
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #555;
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 120%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

/* link
   ========================================================================== */
a {
  /*color: $color-link;*/
  color: #555;
  text-decoration: none; }

a:visited {
  /*color: $color-link;*/
  color: #555;
  text-decoration: none; }

a:hover {
  /*color: $color-link;*/
  color: #aaa;
  text-decoration: none;
  /* text-decoration: underline;*/ }

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !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; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

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

/* font
   ========================================================================== */
.txtBold {
  font-weight: bold; }

.text16 {
  font-size: 16px;
  font-size: 1.6rem; }

/* ==========================================================================
   03. Layout
   ========================================================================== */
#main-wrap {
  background-color: #fbfbfb;
  margin-left: 219px; }

#main {
  margin: 0 auto;
  width: 980px; }

/* header
   ========================================================================== */
.top-gnav-recruit {
  border-top: 1px solid #e9e9e9;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 15px; }

.top-gnav-eng {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 15px; }

.head-srch-wrap form {
  position: relative; }

.head-keyword {
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  height: 30px;
  padding: 3px 32px 3px 5px;
  width: 160px; }

.head-submit {
  position: absolute;
  right: 1px;
  top: 1px; }

.gnav .icon-blank:after {
  color: #b5b5b5;
  font-size: 10px;
  font-size: 1rem; }

@media screen and (max-width: 767px) {
  #head-ci {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0 10px 15px; }
    #head-ci img {
      height: 30px;
      width: 110px; }
  .gnav-wrap {
    background-color: #011961;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    padding: 35px 23%;
    position: relative;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 100%; }
    .gnav-wrap a,
    .gnav-wrap a:visited,
    .gnav-wrap a:hover {
      color: #FFF; }
    .gnav-wrap .activeParent a {
      color: #555; }
  .head-keyword {
    width: 100%; }
  #gnav-open {
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 10px; }
    #gnav-open img {
      margin-left: 10px;
      vertical-align: middle; }
  #gnav-close {
    position: absolute;
    right: 15px;
    top: 10px; }
  .nav-open {
    height: 100%; }
  .active {
    background-color: #f2f2f2; } }

#top-header {
  background-color: #FFF;
  border-right: 1px solid #f1f1f1;
  left: 0;
  /*padding:30px 29px 30px 30px;*/
  padding: 30px 0 30px;
  position: fixed;
  top: 0;
  height: 100%;
  width: 219px;
  z-index: 100; }

#head-ci {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-left: 30px;
  margin-right: 29px;
  width: 160px; }

#top-gnav {
  padding-top: 15px;
  text-align: center; }
  #top-gnav a:hover {
    text-decoration: none; }
  #top-gnav a:hover .gnav-parent {
    background-color: #f2f2f2;
    color: #555; }
  #top-gnav .gnav-parent {
    display: block;
    padding: 15px 0; }
  #top-gnav li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1; }

.top-gnav-recruit,
.top-gnav-eng {
  margin-left: 30px;
  margin-right: 29px;
  width: 160px; }
  .top-gnav-recruit:hover span,
  .top-gnav-eng:hover span {
    color: #aaa; }

.top-gnav-recruit span {
  display: block;
  padding: 15px 0 0; }

.top-gnav-eng span {
  display: block;
  padding: 15px 0; }

.head-srch-wrap {
  display: inline-block;
  letter-spacing: normal; }

@media screen and (max-width: 767px) {
  #top-header {
    border-right: none; }
  #head-ci {
    /*border-bottom:1px solid $color-line;*/
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0; }
  #top-gnav {
    border-top: none;
    margin-top: 0;
    padding-top: 35px; }
    #top-gnav a:hover {
      /*color:$color-base;*/
      text-decoration: none; }
    #top-gnav a:hover .gnav-parent {
      /*background-color:#f2f2f2;*/ }
  .top-gnav-recruit,
  .top-gnav-eng {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .top-gnav-recruit:hover span,
    .top-gnav-eng:hover span {
      color: #aaa; }
  .top-gnav-recruit span {
    display: block;
    padding: 15px 0 0; }
  .top-gnav-eng span {
    display: block;
    padding: 15px 0; }
  .head-srch-wrap {
    width: 100%; } }

/* フッター
   ========================================================================== */
footer {
  background-color: #f8f8f8;
  padding-bottom: 50px; }
  footer a,
  footer a:visited {
    color: #666; }
  footer a:hover {
    color: #aaa; }
  footer .icon-blank:after {
    color: #b5b5b5;
    font-size: 10px;
    font-size: 1rem; }

#foot-wrap {
  margin: 0 auto;
  width: 980px; }

.pagetop {
  margin-bottom: 50px;
  padding: 0 30px;
  text-align: right; }

.foot-inner {
  padding: 50px 0 0; }

.fnav-box {
  float: left;
  margin-left: 30px;
  width: 160px; }
  .fnav-box:first-child {
    margin-left: 0; }

.fnav-ttl {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  padding-bottom: 10px;
  /*a{
		color: $color-link !important;
	}*/ }

.fnav-simple {
  border-bottom: 1px solid #e9e9e9;
  margin-top: 50px; }

.fnav {
  border-top: 1px solid #e9e9e9; }
  .fnav li {
    margin-top: 10px; }
    .fnav li:first-child {
      margin-top: 20px; }

.cinfo-wrap {
  min-height: 30px;
  margin-top: 50px;
  position: relative; }

#foot-ci {
  position: absolute;
  left: 0;
  top: 0; }

.cinfo-list {
  letter-spacing: -.40em;
  text-align: right; }
  .cinfo-list li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-left: 20px; }
    .cinfo-list li:first-child {
      margin-left: 0; }

#copyright {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  padding-top: 18px; }

.pagetop {
  margin-left: auto;
  padding: 20px;
  height: 40px;
  width: 40px;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, -webkit-transform .4s ease;
  -o-transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
  z-index: 10;
  position: fixed; }
  .pagetop:not(.-visible) {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
  .pagetop a {
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 100%;
    width: 100%; }

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 30px; }
  #foot-wrap {
    width: 100%; }
  .pagetop {
    bottom: 70px;
    margin-bottom: 0;
    padding: 0 15px; }
  .foot-inner {
    padding: 0 15px; }
  .fnav-box {
    display: none; }
  #foot-ci {
    position: relative; }
  .cinfo-wrap {
    margin-top: 0; }
  .cinfo-list {
    overflow: hidden;
    margin-top: 13px;
    text-align: left; }
    .cinfo-list li {
      border-bottom: 1px solid #e9e9e9;
      display: block;
      float: left;
      margin-left: 0;
      width: 43.5%; }
      .cinfo-list li:nth-child(2n) {
        float: right;
        margin-left: 0; }
      .cinfo-list li:last-child {
        border-bottom: none; }
    .cinfo-list a {
      display: block;
      padding-bottom: 10px;
      padding-top: 10px; }
    .cinfo-list .icon-blank {
      position: relative; }
      .cinfo-list .icon-blank:after {
        position: absolute;
        left: 7.5em;
        top: 15px; } }

@media screen and (max-width: 767px) {
  #main-wrap {
    margin-left: 0; }
  #main {
    width: 100%; }
  #top-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: inherit;
    position: relative;
    width: 100%; } }

/* ==========================================================================
   04. Parts
   ========================================================================== */
/* title
   ========================================================================== */
#title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 30px; }

.sttl01 {
  /*background-color:#eef1f3;*/
  border-left: 3px solid #011961;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding: 10px 17px; }

/*.sttl01{
	background-color:#eef1f3;
	border-left:3px solid #011961;
	@include fontsize(18);
	margin-bottom:20px;
	padding:10px 17px;
}*/
.sttl02 {
  background-color: #eef1f3;
  /*border-left:3px solid #011961;*/
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 10px 20px; }

.sttl03 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px; }

.sttl04 {
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 30px 0 20px 20px; }

.cattop-ttl {
  font-size: 24px;
  font-size: 2.4rem; }

.cattop-sttl {
  /*@include fontsize(16);*/
  width: 350px; }
  @media screen and (max-width: 767px) {
    .cattop-sttl {
      width: 100% !important; } }
  .cattop-sttl a {
    background-color: #001c70;
    -webkit-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    color: #FFF;
    display: block;
    padding: 14px 20px 10px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .cattop-sttl a:before {
      font-size: 26px;
      font-size: 2.6rem;
      margin-right: 10px;
      vertical-align: middle; }
    .cattop-sttl a:hover {
      background-color: #042484;
      text-decoration: none; }
    .cattop-sttl a:after {
      position: absolute;
      right: 20px;
      top: 20px; }
  .cattop-sttl .icon-blank:after {
    top: 15px; }

@media screen and (max-width: 767px) {
  #title {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center; }
  .sttl01 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 5px 8px; }
  .sttl02 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 5px 11px; }
  .sttl03 {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px; }
  .sttl04 {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 20px 0 0 20px; }
  .cattop-ttl {
    font-size: 16px;
    font-size: 1.6rem; }
  .cattop-sttl {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%; } }

/* ボックス
   ========================================================================== */
.half-box {
  float: left;
  width: 550px; }
  .half-box:nth-child(2n) {
    margin-left: 40px; }

.clm2 {
  letter-spacing: -.40em; }
  .clm2 .half-box {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    vertical-align: top;
    width: 400px; }

/*.box-col2wrap{
	border-spacing:40px;
	display:table;
	left:-40px;
	overflow:hidden;
	margin-bottom:-40px;
	position:relative;
	table-layout:fixed;
	width:100%;
}

.box-col2{
	background-color:#FFF;
	@include css3(box-sizing, border-box);
	border:1px solid #e6e6e6;
	display:table-cell;
	padding:20px;
	position:relative;
	vertical-align:top;
	width:550px;
}*/
.cmn-section {
  margin-top: 50px; }

.mt30-section {
  margin-top: 30px; }

.pdf-section {
  border-top: 1px solid #e9e9e9;
  margin-top: 50px;
  padding-top: 20px; }
  .pdf-section .fl {
    width: 680px; }
  .pdf-section .pdf-text {
    margin-bottom: 20px; }

.relative {
  position: relative; }

.full .pdf-section .fl {
  width: 770px; }

.full .pdf-section .fr {
  width: 370px; }

.vc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.box-col3wrap {
  border-spacing: 45px;
  display: table;
  left: -45px;
  overflow: hidden;
  margin-bottom: -45px;
  position: relative;
  table-layout: fixed;
  width: 100%; }

.box-col3 {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  display: table-cell;
  padding: 20px;
  position: relative;
  vertical-align: top;
  width: 350px; }

.notes-box {
  background-color: #f2f2f2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px; }

.shareholders-wrap {
  border: 1px solid #e9e9e9;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px; }
  .shareholders-wrap p {
    line-height: 2; }

@media screen and (max-width: 767px) {
  .half-box {
    float: none;
    width: 100%; }
    .half-box:nth-child(2n) {
      margin-left: 0; }
  .clm2 .half-box {
    float: none;
    width: 100%; }
    .clm2 .half-box:nth-child(2n) {
      margin-left: 0; }
  .cmn-section,
  .mt30-section {
    margin-top: 25px; }
  .pdf-section {
    border-top: 1px solid #e9e9e9;
    margin-top: 25px;
    padding-top: 20px; }
    .pdf-section .fl,
    .pdf-section .fr {
      width: 100% !important; }
    .pdf-section .fr {
      margin-top: 10px; }
    .pdf-section .pdf-text {
      margin-bottom: 10px; }
  .box-col3wrap {
    border-spacing: inherit;
    display: block;
    left: auto;
    margin-bottom: 0; }
  .box-col3 {
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%; } }

/* リスト
   ========================================================================== */
.list-col3 {
  letter-spacing: -.40em;
  margin-bottom: -30px; }
  .list-col3 li {
    background-color: #FFF;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 30px;
    margin-right: 45px;
    width: 350px; }
    .list-col3 li:nth-child(3n) {
      margin-right: 0; }
  .list-col3 a {
    display: block; }
    .list-col3 a:hover {
      text-decoration: none; }
  .list-col3 .list-cols-img {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    padding-top: 193px; }
  .list-col3 .list-cols-ttl {
    border: 1px solid #e6e6e6;
    border-top: none;
    display: block;
    padding: 19px;
    line-height: 1; }
  .list-col3 .icon-arrow01-right {
    position: relative; }
    .list-col3 .icon-arrow01-right:after {
      font-size: 10px;
      font-size: 1rem;
      position: absolute;
      right: 19px;
      top: 22px; }

.list-col2 {
  letter-spacing: -.40em; }
  .list-col2 li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-right: 40px;
    width: 400px; }
    .list-col2 li:nth-child(2n) {
      margin-right: 0; }

.pdf-list,
.parts-full {
  background-color: #FFF;
  margin-top: 20px; }
  .pdf-list li,
  .parts-full li {
    border-right: 1px solid #e9e9e9;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 20px 14px 20px; }
    .pdf-list li:after,
    .parts-full li:after {
      position: absolute;
      right: 20px;
      top: 15px; }
  .pdf-list .filesize,
  .parts-full .filesize {
    font-size: 10px;
    font-size: 1rem; }
  .pdf-list.arrow-none li:after,
  .parts-full.arrow-none li:after {
    display: none; }

.pdf {
  display: inline-block;
  padding-left: 50px;
  padding-right: 20px;
  position: relative; }
  .pdf:before {
    background: #ce0a0b none repeat scroll 0 0;
    color: #fff;
    content: 'PDF';
    display: block;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px;
    padding-top: 1px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 40px; }

.pdf-management {
  display: inline-block;
  padding-left: 50px;
  padding-right: 20px;
  position: relative; }
  .pdf-management:before {
    background: #ce0a0b none repeat scroll 0 0;
    color: #fff;
    content: 'PDF';
    display: block;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px;
    padding-top: 3px;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    width: 40px; }

.pdf-list-child {
  margin-bottom: -10px;
  margin-top: 10px;
  padding-left: 30px; }
  .pdf-list-child li {
    border: none; }
    .pdf-list-child li:after {
      right: 0; }

.notes-list li {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 5px; }

.notes-list-l li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  margin-top: 5px; }

.disc-list {
  margin-top: 10px;
  margin-bottom: 10px; }
  .disc-list li {
    list-style: disc;
    margin-top: 10px;
    margin-left: 20px; }

.decimal-list {
  margin-top: 10px;
  margin-bottom: 10px; }
  .decimal-list li {
    list-style: decimal;
    margin-top: 10px;
    margin-left: 20px; }

@media screen and (max-width: 767px) {
  .list-col3 {
    margin-bottom: -32px; }
    .list-col3 li {
      display: block;
      font-size: 12px;
      font-size: 1.2rem;
      float: left;
      margin-bottom: 15px;
      margin-right: 0;
      width: 48.5%; }
      .list-col3 li:nth-child(2n) {
        float: right; }
    .list-col3 .list-cols-img {
      display: table;
      padding-top: 55%;
      width: 100%; }
    .list-col3 .list-cols-ttl {
      display: table-cell;
      padding: 10px;
      vertical-align: middle; }
    .list-col3 .icon-arrow01-right {
      position: relative; }
      .list-col3 .icon-arrow01-right:after {
        font-size: 10px;
        font-size: 1rem;
        position: absolute;
        right: 3px;
        top: 40%; }
  .list-col3.sp-full li {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%; }
  .list-col3.sp-full .icon-arrow01-right:after {
    right: 20px; }
  .list-col2 {
    letter-spacing: -.40em; }
    .list-col2 li {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      margin-right: 0;
      margin-top: 10px;
      width: 100%; }
      .list-col2 li:first-child {
        margin-top: 0; }
  .pdf-list li:after {
    display: none; }
  .pdf-list .info-text {
    display: block;
    margin-top: 5px; }
  .pdf-list .pdf {
    padding-left: 0;
    padding-right: 0; }
    .pdf-list .pdf:before {
      /*display:block;
				left:8em;
				top:-1.75em;*/
      right: -20px;
      left: auto;
      top: -1.75em; }
  .pdf-list.no-date li {
    padding-right: 50px; }
  .pdf-list.no-date .pdf {
    display: block; }
    .pdf-list.no-date .pdf:before {
      right: -50px;
      top: 0; } }

/* テーブル
   ========================================================================== */
.tbl01 {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  width: 100%; }
  .tbl01 th,
  .tbl01 td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 10px;
    text-align: left;
    vertical-align: middle; }
  .tbl01 th {
    background-color: #f3f4f5; }

@media screen and (max-width: 767px) {
  .tbl01 th,
  .tbl01 td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%; } }

/* その他パーツ
   ========================================================================== */
.icon-btn01 {
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  display: block;
  padding: 15px 35px 15px 19px;
  position: relative;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
  .icon-btn01:after {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    right: 19px;
    top: 40%; }
  .icon-btn01:hover {
    background-color: #f2f2f2;
    text-decoration: none; }

.center-btn {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px; }
  .center-btn .icon-btn01 {
    display: inline-block;
    margin: 0 auto;
    min-width: 200px; }
  .center-btn li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle; }

.icon-blank-s,
.icon-btn01-s {
  background-color: #FFF;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  display: block;
  padding: 4px 10px 4px 10px;
  position: relative;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease; }
  .icon-blank-s:after,
  .icon-btn01-s:after {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    right: 9px;
    top: 34.5%; }
  .icon-blank-s:hover,
  .icon-btn01-s:hover {
    background-color: #f2f2f2;
    text-decoration: none; }

.submit-text {
  margin-bottom: 20px; }

.btn-submit {
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  width: 250px; }

.icon-pdf {
  background: #ce0a0b;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 5px;
  margin-top: 30px;
  padding-top: 3px;
  text-align: center;
  width: 40px;
  /*&:after{
		position:absolute;
		right:20px;
		top:16px;
	}*/ }

.lh2 p {
  line-height: 2; }

.lh18 p,
.lh18 {
  line-height: 1.83; }

.bl {
  text-indent: 1em; }

.img-full {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center; }

/*.img-full.mb{
	margin-bottom:20px;
}*/
.bg-light-blue {
  background: #daeff4; }

.img-clm2 {
  height: auto;
  text-align: center !important; }

/*.img-mt20{
	height:auto;
	text-align:center !important;
}*/
.link-color01 {
  color: #001c70; }
  .link-color01:visited, .link-color01:hover {
    color: #001c70; }

.link-color01.underline {
  font-weight: bold;
  /*text-decoration:underline;*/ }

.link-blueline {
  color: #001c70 !important;
  /*font-weight:bold;*/
  text-decoration: underline; }

.indent {
  padding-left: 1.75em; }

.indent-l {
  padding-left: 2.5em; }

@media screen and (max-width: 767px) {
  .sp-pdg {
    padding-left: 15px;
    padding-right: 15px; }
  .sp-tel-linktext {
    /*text-decoration:underline;*/ }
  .icon-btn01 {
    padding: 8px 20px 8px 10px; }
    .icon-btn01:after {
      right: 10px;
      top: 40%; }
  .icon-btn01-s:after {
    right: 5px;
    top: 34.5%; }
  .lh2 p {
    line-height: 1.5; }
  .img-full {
    margin-bottom: 10px;
    margin-top: 10px; }
  /*.img-full.mb{
		margin-bottom:10px;
	}*/
  /*.img-mt20{
		margin-top:20px;

		img{
			height:auto;
			width:100%;

			.w400{
				max-width:400px;
			}
		}
	}*/
  .img-clm2 {
    margin-top: 20px; }
    .img-clm2 img {
      height: auto;
      width: 100%; }
  .w400 {
    max-width: 400px;
    width: 100%; }
  .center-btn li {
    margin-bottom: 10px; }
    .center-btn li:last-child {
      margin-bottom: 0; } }

/* 重要なお知らせ
   ========================================================================== */
#important-wrap {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center; }
  #important-wrap p {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ea505f;
    padding: 10px 20px; }
  #important-wrap .important {
    background: #e54d5c;
    -webkit-box-shadow: 0 0 5px rgba(223, 23, 40, 0.5);
    box-shadow: 0 0 5px rgba(223, 23, 40, 0.5);
    color: #FFF;
    padding: 10px 20px; }

/* 最新情報リスト
   ========================================================================== */
.info-list-link {
  background-color: #fbfbfb;
  /*float:right;*/
  margin-left: 30px; }
  .info-list-link .icon-arrow01-right:after {
    font-size: 10px;
    font-size: 1rem; }
  .info-list-link li {
    margin-right: 20px; }

.info-ttl,
.info-list-link {
  display: inline-block; }

.info-ttl {
  margin-left: 20px; }

.info-list {
  background-color: #FFF;
  margin-top: 20px; }
  .info-list li {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding-left: 244px;
    /*padding-right:40px;*/
    position: relative; }
  .info-list .info-date,
  .info-list .info-cat {
    display: inline-block;
    line-height: 1;
    position: absolute; }
  .info-list .info-date {
    left: 20px;
    top: 16px; }
  .info-list .info-cat {
    /*border:1px solid #8c98bc;*/
    /*color:#555;*/
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    left: 109px;
    top: 10px;
    width: 120px; }
  .info-list .icon-arrow01-right {
    display: block;
    padding: 13px 20px 14px 0; }
    .info-list .icon-arrow01-right:after {
      position: absolute;
      right: 20px;
      top: 16px; }

.parts-full a[href$='.pdf'] {
  display: inline-block;
  padding-left: 50px;
  padding-right: 20px;
  position: relative; }
  .parts-full a[href$='.pdf']:before {
    background: #ce0a0b none repeat scroll 0 0;
    color: #fff;
    content: 'PDF';
    display: block;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px;
    padding-top: 1px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 40px; }

.cat-none li {
  padding-left: 110px; }

.info-cat {
  border-left-width: 2px;
  border-left-style: solid; }

.info-cat-hd,
.info-cat-ir,
.info-cat-other,
.info-cat-info {
  background-color: #e7e2f1;
  border-left-color: #011963; }

.info-cat-transport {
  background-color: #fae2e5;
  border-left-color: #e10c20; }

.info-cat-estate {
  background-color: #dee9f5;
  border-left-color: #0c5dac; }

.info-cat-distribution {
  background-color: #ffeed7;
  border-left-color: #f2a12b; }

.info-cat-hotel {
  background-color: #e9f7dd;
  border-left-color: #71b838; }

/*//その他
.info-cat-other{
	background-color:#e9eef2;
	border-left-color:#011963;
}*/
/*//お知らせ
.info-cat-info{
	background-color:#ebeef3;
	border-left-color:#02195f;
}*/
.pager-wrap {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 20px;
  text-align: center; }

.link_before,
.link_next {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  height: 40px;
  width: 40px;
  vertical-align: middle; }
  .link_before:hover,
  .link_next:hover {
    opacity: .7; }

.link_before {
  background: url(img/pager_prev.gif) no-repeat left top;
  background-size: 40px 40px;
  margin-right: 16px; }

.link_next {
  background: url(img/pager_next.gif) no-repeat left top;
  background-size: 40px 40px;
  margin-left: 16px; }

.link_page {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px; }

.current_page {
  font-weight: bold;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px; }

@media screen and (max-width: 767px) {
  .info-list-link {
    margin-left: 20px;
    position: relative;
    top: -2px; }
  .info-list {
    background-color: transparent;
    background-color: #fbfbfb;
    margin-top: 5px; }
    .info-list li {
      border-right: none;
      padding-left: 0;
      padding-top: 15px; }
      .info-list li:first-child {
        padding-top: 10px; }
    .info-list .info-date,
    .info-list .info-cat {
      position: relative; }
    .info-list .info-date {
      left: inherit;
      top: inherit; }
    .info-list .info-cat {
      font-size: 10px;
      font-size: 1rem;
      left: inherit;
      top: inherit;
      margin-left: 15px;
      padding-bottom: 4px;
      padding-top: 4px;
      width: 100px; }
    .info-list .icon-arrow01-right {
      display: block;
      padding: 8px 20px 14px 0; }
      .info-list .icon-arrow01-right:after {
        display: none; }
  .info-ttl {
    margin-left: 0; }
  .pager-wrap {
    padding-left: 60px;
    padding-right: 60px;
    position: relative; }
  .link_before,
  .link_next {
    position: absolute;
    top: 30%; }
    .link_before:hover,
    .link_next:hover {
      opacity: 1; }
  .link_before {
    left: 15px;
    margin-right: 0; }
  .link_next {
    margin-left: 0;
    right: 15px; } }

/* 最新情報リスト
   ========================================================================== */
/*.info-list-link{
	background-color:#fbfbfb;
	margin-left:20px;

	.icon-arrow01-right:after{
		@include fontsize(10);
	}
}

.info-ttl,
.info-list-link{
	display:inline-block;
}*/
.arrow-list {
  background-color: #FFF;
  margin-top: 20px; }
  .arrow-list li {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    display: table;
    padding-left: 20px;
    padding-right: 15px;
    position: relative; }
  .arrow-list .arrow-text,
  .arrow-list .arrow-date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: table-cell; }
  .arrow-list .arrow-text {
    /*position:absolute;
		left:20px;
		top:16px;*/ }
  .arrow-list .arrow-date {
    padding-right: 20px;
    text-decoration: none !important;
    /*position:absolute;
		left:20px;
		top:16px;*/ }
  .arrow-list .icon-arrow01-right {
    display: block;
    padding: 13px 20px 14px 0; }
    .arrow-list .icon-arrow01-right:after {
      position: absolute;
      right: 20px;
      top: 16px; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?1psg5t");
  src: url("fonts/icomoon.eot?1psg5t#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?1psg5t") format("truetype"), url("fonts/icomoon.woff?1psg5t") format("woff"), url("fonts/icomoon.svg?1psg5t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:after, [class^="icon-"]:before, [class*=" icon-"]:after, [class*=" icon-"]:before, .pdf-list li:after, .pdf-list li:before, .parts-full li:after, .parts-full li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ir-calendar:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(img/calendar.png);
  background-size: 22px auto;
  width: 22px;
  height: 27px; }

.icon-corp-company:before {
  content: "\e909"; }

.icon-corp-csr:before {
  content: "\e90a"; }

.icon-corp-group:before {
  content: "\e90b"; }

.icon-corp-history:before {
  content: "\e90c"; }

.icon-ir-finance-yahoo:before {
  content: "\e902"; }

.icon-ir-finance:before {
  content: "\e903"; }

.icon-ir-info:before {
  content: "\e904"; }

.icon-ir-koukoku:before {
  content: "\e905"; }

.icon-ir-library:before {
  content: "\e906"; }

.icon-ir-management:before {
  content: "\e907"; }

.icon-blank:after,
.icon-blank-s:after {
  content: "\e901";
  margin-left: 5px; }

.icon-arrow01-left:before {
  content: "\e908"; }

.parts-full li:after,
.pdf-list li:after,
.icon-arrow01-right:after,
.icon-btn01:after,
.icon-btn01-s:after {
  content: "\e900";
  padding-left: 10px; }

.parts-full li:after,
.pdf-list li:after,
.icon-arrow01-right:after {
  font-size: 10px;
  font-size: 1rem; }

.icon-arrow01-left:before,
.icon-arrow01-right:hover {
  text-decoration: none; }

/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }
  .pc-item {
    display: none !important; }
  .pc-block {
    display: inline; }
  .sp-block {
    display: block; } }

/* ==========================================================================
   06. スライドショー
   ========================================================================== */
.bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 0 auto; }

.bx-wrapper .bx-controls-direction a {
  bottom: -25px;
  height: 50px;
  margin-top: 0;
  top: auto;
  width: 50px; }

.bx-wrapper .bx-prev {
  background: url(img/slide_prev.png) no-repeat left top;
  left: auto;
  right: 80px; }
  .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
    background-position: left top; }

.bx-wrapper .bx-next {
  background: url(img/slide_next.png) no-repeat left top;
  right: 30px; }
  .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: left top; }

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    bottom: -13px;
    height: 25px;
    width: 25px; }
  .bx-wrapper .bx-prev {
    background-size: 100% auto;
    right: 40px; }
  .bx-wrapper .bx-next {
    background-size: 100% auto;
    right: 15px; } }

/* ==========================================================================
   07. 最新情報
   ========================================================================== */
.top-inner {
  padding: 45px 30px 100px; }

.info-ttl {
  font-size: 24px;
  font-size: 2.4rem; }

.info-list li {
  padding-right: 40px; }

.parts-full a[href$='.pdf'] {
  display: inline-block;
  padding-left: 50px;
  padding-right: 0px;
  position: relative; }
  .parts-full a[href$='.pdf']:before {
    background: #ce0a0b none repeat scroll 0 0;
    color: #fff;
    content: 'PDF';
    display: block;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 5px;
    padding-top: 1px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 40px; }

@media screen and (max-width: 767px) {
  .top-inner {
    padding: 35px 15px 50px; }
  .info-ttl {
    font-size: 18px;
    font-size: 1.8rem; }
  .info-list-link {
    display: block;
    margin-left: 0;
    margin-top: 5px; }
  .info-list li {
    padding-right: 0px; }
    .info-list li:after {
      position: absolute;
      right: 0;
      top: 15px; }
  .info-list a {
    display: block;
    margin-top: 3px; }
  .info-list .info-text {
    display: inline-block;
    margin-top: 5px; }
  .parts-full {
    /*li{
			&:after{
				position:absolute;
				right:0;
				top:15px;
			}
		}*/ }
    .parts-full a[href$='.pdf'] {
      display: inline-block;
      padding-left: 50px;
      padding-right: 0px;
      position: relative; }
      .parts-full a[href$='.pdf']:before {
        background: #ce0a0b none repeat scroll 0 0;
        color: #fff;
        content: 'PDF';
        display: block;
        font-size: 10px;
        font-size: 1rem;
        margin-right: 5px;
        padding-top: 1px;
        position: absolute;
        left: 0;
        top: 5px;
        text-align: center;
        width: 40px; } }

/* ==========================================================================
   08. 印刷対応
   ========================================================================== */
@media print {
  #wrapper {
    zoom: 93%; }
  #main-wrap {
    background-color: #FFF; }
  footer {
    background-color: #FFF; } }

/* ==========================================================================
   09. コンテンツGナビ
   ========================================================================== */
@media screen and (max-width: 767px) {
  .cont-gnav {
    margin-bottom: 20px; }
    .cont-gnav li {
      font-weight: bold;
      margin-bottom: 5px;
      font-size: 14px;
      font-size: 1.4rem; }
    .cont-gnav a {
      background-color: #f0f0f0;
      color: #1d3886;
      display: block;
      padding: 15px 30px 15px 15px;
      position: relative;
      text-decoration: none; }
      .cont-gnav a:after {
        position: absolute;
        right: 15px;
        top: 22px; } }
