@charset "UTF-8";
/*===============================================================

  2015/7/17

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  font-size: 14px;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}
img {
  vertical-align: top;
  border: 0;
}
ul, li {list-style: none;}
option {padding-right: 1em;}
address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: underline;
}
a:focus {outline: none;}
sub {
    position: relative;
    font-size: 70%;
    top: -0.1em;
}
sup {
    position: relative;
    font-size: 70%;
    top: -0.1em;
}

/* HTML5
----------------------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* iOS3.1のhtml5対応 */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* body
----------------------------------------------------------------*/
body {
  background-color: #fff;
  width: 100%;
  color: #333;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  color: #b62038;
  text-decoration: none;
}
a:hover {text-decoration: underline;}
img {
  width: 100%;
  height: auto;
}

.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;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !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;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.fl {
  float: left !important;
}

.mt15 {
  margin-top: 15px !important;
}
.cb:after {
    content: " ";
    clear: both;
    display: block;
}

/* --------------------------------------------------------------

                        コンテンツスタート

----------------------------------------------------------------*/
.sp {display: none;}
.pc {display: block;}

/* --------------------------------------------------------------
ヘッダー
----------------------------------------------------------------*/

.header-wrp {
  width: 100%;
  border-bottom: solid 3px #b62038;
}
.header-wrp .header {
  overflow: hidden;
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.rss-button {
    display: block;
    position: absolute;
    top: 23px;
    right: 10px;
    width: 26px;
    height: 26px;
    background-image: url(../../assets/img/index/icon-rss.png);
    background-position: top left;
    background-repeat: no-repeat;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}

.header-wrp .header .rss-button:hover::after {
    opacity: 0.8;
}


.header-wrp .header h1 {
  padding: 27px 0 0;
  float: left;
}
.header-wrp .header h1 a {
  width: 290px;
  height: auto;
  display: block;
}
.header-wrp .header h1:hover {
  opacity: 0.8;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.en-page .header-wrp .header h1 img {
  width: auto;
  max-width: 100%;
}
.header-wrp .header ul {
  float: right;
  padding: 27px 0;
    margin-right: 58px;
}
.en-page .header-wrp .header ul {margin-right: 0;}
.header-wrp .header ul li {
  border-right: solid 1px #e0e0e0;
  float: left;
  height: 19px;
}
.header-wrp .header ul li a {
  font-size: 14px;
  padding: 0 16px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: 19px;
  vertical-align: top;
}
.header-wrp .header ul li a:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #b62038;
}
.header-wrp .header ul .search {
  width: 55px;
  border-left: solid 1px #e0e0e0;
  height: 19px;
}

.search-wrp {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
}

.search-inner {
  width: 257px;
  float: right;
}

.acMenu dt {
  position: absolute;
  top: -55px;
    left: 700px;
  overflow: hidden;
  width: 18px;
  height: 21px;
  background-image: url(../../assets/img/header/search.png);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -100px;
}
.acMenu dt:hover {
  background-image: url(../../assets/img/header/search_on.png);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.acMenu dt.open {
  width: 50px;
  height: 42px;
  background-color: #dedede;
  background-image: url(../../assets/img/header/search_x.png);
  top: -65px;
    left: 685px;
}
.acMenu dd {
  display: none;
  position: absolute;
  top: -70px;
  left: 360px;
  border: solid 5px #dedede;
}
.acMenu dd input {
  float: left;
  height: 50px;
  width: 250px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 10px;
}
.acMenu dd a {
  float: left;
  width: 55px;
  height: 40px;
  background-color: #b62038;
}
.acMenu dd a img {
  width: 18px;
  height: 21px;
  padding: 10px 17px;
}
.en-page .acMenu dt {left: 860px;}
.en-page .acMenu dt.open {left: 843px;}
.en-page .acMenu dd {left: 520px;}


#top-head {
  display: none;
}


/* --------------------------------------------------------------
グローバルナビ
----------------------------------------------------------------*/
.nav-outer {
  position: relative;
  width: 100%;
}
.nav-outer.pc-fixed {
  border-bottom: 3px solid #b62038;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.global-nav-wrp {
  width: 100%;
  background: #fff;
}
.global-nav-wrp .global-nav {
  width: 1000px;
  margin: 0 auto;
  display: table;
}
.global-nav-wrp .global-nav li {
  display: table-cell;
  width: 20%;
  position: relative;
}
.global-nav-wrp .global-nav li a {
  padding: 20px 0;
  width: 100%;
  display: block;
  text-decoration: none;
  float: left;
  line-height: 16px;
  text-align: center;
  color: #333;
}

.global-nav-wrp .global-nav li a span {
  border-left: solid 1px #e0e0e0;
  display: block;
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
}
.global-nav-wrp .global-nav li a.global-nav-a span {
  background: url(../../assets/img/gnav/gnav01.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 20px;
}
.global-nav-wrp .global-nav li a.global-nav-a:hover span, .global-nav-wrp .global-nav li a.global-nav-a.choice span,
.global-nav-wrp .global-nav li a.global-nav-a.on-btn span {
  background: url(../../assets/img/gnav/gnav01_on.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 20px;
}
.global-nav-wrp .global-nav li a.global-nav-b span {
  background: url(../../assets/img/gnav/gnav02.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 25px;
}
.global-nav-wrp .global-nav li a.global-nav-b:hover span, .global-nav-wrp .global-nav li a.global-nav-b.choice span,
.global-nav-wrp .global-nav li a.global-nav-b.on-btn span {
  background: url(../../assets/img/gnav/gnav02_on.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 25px;
}
.global-nav-wrp .global-nav li a.global-nav-c span {
  background: url(../../assets/img/gnav/gnav03.png);
  background-position: 45px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 20px;
}
.global-nav-wrp .global-nav li a.global-nav-c:hover span, .global-nav-wrp .global-nav li a.global-nav-c.choice span,
.global-nav-wrp .global-nav li a.global-nav-c.on-btn span {
  background: url(../../assets/img/gnav/gnav03_on.png);
  background-position: 45px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 20px;
}
.global-nav-wrp .global-nav li a.global-nav-d span {
  background: url(../../assets/img/gnav/gnav04.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 20px;
}
.global-nav-wrp .global-nav li a.global-nav-d:hover span, .global-nav-wrp .global-nav li a.global-nav-d.choice span,
.global-nav-wrp .global-nav li a.global-nav-d.on-btn span {
  background: url(../../assets/img/gnav/gnav04_on.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 20px;
}
.global-nav-wrp .global-nav li a.global-nav-e span {
  background: url(../../assets/img/gnav/gnav05.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 20px;
}
.global-nav-wrp .global-nav li a.global-nav-e:hover span, .global-nav-wrp .global-nav li a.global-nav-e.choice span,
.global-nav-wrp .global-nav li a.global-nav-e.on-btn span {
  background: url(../../assets/img/gnav/gnav05_on.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 20px;
}
.global-nav-wrp .global-nav li a.choice {
  background-color: #b62038;
  color: #fff;
}
.global-nav-wrp .global-nav li a.choice span {
  border: none;
}
.global-nav-wrp .global-nav li a.on-btn {
  background-color: #b62038;
  color: #fff;
}
.global-nav-wrp .global-nav li a.on-btn span {
  border: none;
}
.global-nav-wrp .global-nav li:last-child a span {
  border-right: solid 1px #e0e0e0;
}
.global-nav-wrp .global-nav li:hover a:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #b62038;
  color: #fff;
}
.global-nav-wrp .global-nav li:hover a:hover span {
  border: none;
}


/* --------------------------------------------------------------
　ドロップダウン
----------------------------------------------------------------*/

.global-menu-wrap {
  background-color: #b62038;
  padding: 30px 0;
  line-height: 1.3;
  position: absolute;
  top: 70px;
  width: 100%;
  z-index: 10000;
}
.global-menu {
  width: 1000px;
  margin: 0 auto;
  overflow:auto;
  position: relative;
}
.global-menu {
  display: table;
  table-layout: fixed;
  border-left: 1px solid rgba(255,255,255,.5);
}
.global-menu-column {
  display: table-cell;
  border-right: 1px solid rgba(255,255,255,.5);
  padding: 0 20px 5px;
}
.global-menu li {
  margin-top: 5px;
  font-size: 14px;
}
.global-menu li li {
  font-size: 12px;
  padding-left: 14px;
}
.global-menu a {
  color: #fff;
  text-decoration: none;
}
.global-menu a:hover {
  text-decoration: underline;
}

.global-menu-close {
  position: absolute;
  top: 0;
  right: -50px;
  color: #fff;
  height: 24px;
  width: 24px;
  background: url(../img/gnav/nav-close.png) no-repeat center center;
  background-size: 18px;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global-menu-close:hover {
  opacity: .7;
}

/* --------------------------------------------------------------
　メイン
----------------------------------------------------------------*/
.bx-viewport {overflow: visible !important;}
.bxslider li {display: none;}
.bx-viewport .bxslider li {display: block;}
a.bx-prev {left: -50px !important;}
a.bx-next {right: -50px !important;}
.bx-wrapper .bx-pager {bottom: -40px !important;}

.mainVisual {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.mainVisual .mask-left {
  position: absolute;
  width: 1000px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 1000px;
}
.mainVisual .mask-right {
  position: absolute;
  width: 1000px;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.7);
  top: 0;
  right: 1000px;
}

.mainVisual-wrp {
  width: 100%;
  overflow: hidden;
  padding-bottom: 70px;
}
.en-page .mainVisual-wrp {
  background: #eee;
  padding-bottom: 0;
  margin-bottom: 70px;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.text-c {
    text-align: center !important;
}

.text-r {
    text-align: right !important;
}

.text-l {
    text-align: left !important;
}

/* --------------------------------------------------------------
　コンテンツ
----------------------------------------------------------------*/
.container {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.container h1 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
}
.container p.center {
  font-size: 16px;
  text-align: center;
}

.icon {
  width: 50px;
  margin: 0 auto;
}

.top-system-wrp h3.sp-h3-02, .top-product-wp h3.sp-h3-03, .top-company-wrp h3.sp-h3-04 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.top-col.vc_row {
  margin-right: 0;
  margin-left: 0;
}
.top-col.vc_row .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

/* link icon */

.main-content a[target*="_blank"] {
  padding-left: 19px;
  background-image: url(../img/icon-blank02.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.mod-thumnail-item a[target*="_blank"],
.mod-related_links a[target*="_blank"],
.main-content a[target*="_blank"].vc_single_image-wrapper,
.main-content a[href$="png"],
.main-content a[href$="jpg"] {
  background-image: none;
  padding-left: 0;
}

/* --------------------------------------------------------------
  サムネイル:hover 挙動修正201701
----------------------------------------------------------------*/

.top-system-list li a, .mod-thumnail-item a, .top-product-list li a.img-wrp, .top-company-list li a, .top-recruit-wrp a, .entop-category-list li a {
  display: block;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b0b0b0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.top-system-list li a img, .mod-thumnail-item a img, .top-product-list li a.img-wrp img, .top-company-list li a img, .top-recruit-wrp img, .entop-category-list li a img {
  -webkit-transition: 0.3s ease-out!important;
  transition: 0.3s ease-out!important;
}
.top-system-list li a:hover img, .mod-thumnail-item a:hover img, .top-product-list li a.img-wrp:hover img, .top-company-list li a:hover img, .top-recruit-wrp a:hover img, .entop-category-list li a:hover img {
  opacity: .7;
}

/* --------------------------------------------------------------
  お知らせ
----------------------------------------------------------------*/ .btn-nav {
  overflow: hidden;
}
.btn-nav li {
  width: 244px;
  float: left;
  margin-right: 5px;
  padding-bottom: 12px;
  cursor: pointer;
}
.btn-nav li p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #e0e0e0;
  padding: 15px 0;
  line-height: 16px;
}
.btn-nav li:last-child {
  width: 244px;
  float: left;
  margin-right: 0;
}
.btn-nav li:hover p {
  border: 1px solid #b62038;
  background-color: #b62038;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.btn-nav .btn-nav-on {
  background-image: url(../../assets/img/arw03.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center 48px;
}
.btn-nav .btn-nav-on p {
  border: 1px solid #b62038;
  background-color: #b62038;
  color: #fff;
}

.btn-nav-list dt, .btn-nav-list dd {
  float: left;
  padding-left: 16px;
    font-size: 16px;
    line-height: 1.5;
  background-image: url(../../assets/img/arw01.png);
  background-size: 6px;
  background-position: left 7px;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.btn-nav-list dt a, .btn-nav-list dd a {
  text-decoration: none;
  color: #333;
}
.btn-nav-list dt span, .btn-nav-list dd span {
  font-weight: bold;
  margin-right: 15px;
  float: left;
}
.btn-nav-list dt span.category-name, .btn-nav-list dd span.category-name {
  font-size: 12px;
  width: 104px;
  border: solid 1px #cccccc;
  font-weight: normal;
  text-align: center;
  display: block;
  height: 17px;
  line-height: 17px;
}
.btn-nav-list dt span.category-topics {
    background-color: #fff7f8;
}
.btn-nav-list dt span.category-pressrelease {
    background-color: #c9e9ff;
}
.btn-nav-list dt span.category-media {
    background-color: #d6f8c8;
}
.btn-nav-list dt span.category-newsrelease {
    background-color: #fff9b6;
}
/* --
.btn-nav-list dt {
  width: 280px;
}
--*/
.btn-nav-list dt.arw-nolink {
    background-image: none;
}
.btn-nav-list dd {
  background-image: none;
  padding-left: 0;
    width: 685px;
}
.btn-nav-list dd a {
  margin-right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-nav-list dd a:hover {
  text-decoration: underline;
}
.btn-nav-list dd.pdf-icon a {
  background-image: url(../../assets/img/icon-pdf.png);
  background-size: 24px;
  background-position: right;
  background-repeat: no-repeat;
  padding: 5px 0;
  padding-right: 30px;
}

dl.btn-nav-b-inner, dl.btn-nav-c-inner, dl.btn-nav-d-inner {
  display: none;
}

#more_topics, #more_release, #more_media {
    width: 30%;
    margin: 0 auto;
    display: none;
}

.news-button-area {
    width: 1000px !important;
    padding-left: 230px;
    box-sizing: border-box;
}

.news-button-area .news-button-2column {
    width: 240px;
    float: left;
    margin-right: 10px;
}

.news-button-area .news-button-2column:last-child {
    margin-right: 0;
}

.icon-new {
    color: #b62038;
    float: none !important;
}

/* --------------------------------------------------------------
お知らせ IR
----------------------------------------------------------------*/ .ir-nav {margin-top: 20px;}
.ir-nav li {
    width: 216px;
    margin-right: 4px;
}
.ir-nav li:last-child {
    width: 216px;
    margin-right: 0;
}
.ir-nav-list dd {width: 355px;}
.ir-news-link {margin: 15px 0;}

.ir-news-link li a {
    color: #b62038;
    text-decoration: none;
    background: url(../../assets/img/arw01.png);
    background-size: 6px;
    background-position: 15px 12px;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 9px;
    line-height: 20px;
}
.ir-news-link li a:hover {text-decoration: underline;}

/* --------------------------------------------------------------
  英語ページtop
----------------------------------------------------------------*/
.entop-category-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.entop-category-list {
  margin-top: 60px;
  overflow: hidden;
}
.entop-category-list li {
  width: 320px;
  margin-right: 20px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.entop-category-list p {
  position: absolute;
  padding: 10px 0;
  width: 320px;
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(183, 33, 57, 0.9);
}
.entop-category-list li:nth-child(3n) {margin-right: 0;}
.entop-category-list li:hover p {
  background-color: rgba(61, 61, 61, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


/* --------------------------------------------------------------
  システム開発
----------------------------------------------------------------*/
.top-system-wrp {
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 70px;
}
.top-system-wrp .mod-button a {
  margin: 60px auto 0 auto;
}

.top-system-list {
  overflow: hidden;
}
.top-system-list li {
  width: 490px;
  margin-right: 20px;
  float: left;
  position: relative;
  overflow: hidden;
}
.top-system-list li:nth-child(2n) {
  margin-right: 0;
}
.top-system-list li:nth-child(n+3) {margin-top: 20px;}
.top-system-list li p {
  position: absolute;
  padding: 15px 0;
  width: 490px;
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(183, 33, 57, 0.9);
}

.top-system-list li:hover p {
  background-color: rgba(61, 61, 61, 0.9);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.systems-button_area {
    width: 30%;
    margin: 0 auto;
}

/* --------------------------------------------------------------
  製品・ソリューション
----------------------------------------------------------------*/
.top-product-wp {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.top-product-list {
  overflow: hidden;
}
.top-product-list li {
  width: 490px;
  margin-right: 20px;
  float: left;
  margin-bottom: 30px;
}
.top-product-list li:nth-child(2n) {
    margin-right: 0;
}

.top-product-list li a.img-wrp {
  overflow: hidden;
  display: block;
    text-decoration: none;
}

.top-product-list .img-hight {
    min-height: 280px;
    overflow: hidden;
}

.top-product-txt {
  width: auto;
    padding: 15px 25px 20px 25px;
  background-color: #fffcf0;
}
.top-product-txt h4 {
  font-size: 18px;
    color: #b62038;
  font-weight: bold;
}
.top-product-txt p {
    color: #333;
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.top-product-txt a {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  width: 212px;
  border: solid 1px #b62038;
  display: block;
  margin: 0 auto;
  margin-top: 28px;
  background-color: #fff;
  color: #333;
  background-image: url(../../assets/img/arw01.png);
  background-size: 6px;
  background-position: 160px center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-product-txt a:hover {
  border: solid 1px #b62038;
  background-color: #b62038;
  color: #fff;
  background-image: url(../../assets/img/arw02.png);
}

/* --------------------------------------------------------------
  企業情報
----------------------------------------------------------------*/
.top-company-wrp {
  background-position: top;
  background-repeat: repeat-x;
  overflow: hidden;
}

.top-company-list {
  overflow: hidden;
}
.top-company-list li {
  width: 320px;
  margin-right: 20px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.top-company-list li p {
  position: absolute;
  padding: 10px 0;
  width: 320px;
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(183, 33, 57, 0.9);
}
.top-company-list li:nth-child(3n) {
  margin-right: 0;
}
.top-company-list li:nth-child(3n+4) {
  clear: both;
}
.top-company-list li:hover p {
  background-color: rgba(61, 61, 61, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* --------------------------------------------------------------
  採用情報
----------------------------------------------------------------*/
.top-recruit-wrp {
  margin-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 100px 0;
}
.top-recruit-wrp.vc_row {margin-left: 0; margin-right: 0;}
.top-recruit-wrp .container {
  max-width: 1000px;
  margin: 0 auto;
  float: none;
}

[class*="top-recruit__"] {position: relative;}
[class*="top-recruit__"] + [class*="top-recruit__"] {margin-top: 20px;}
.top-recruit__2block {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.top-recruit__label {
  position: absolute;
  padding: 10px 0;
  width: 80%;
  text-align: center;
  color: #333;
  left: 10%;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid rgba(183, 33, 57, 0.9);
  background: rgba(255, 255, 255, 0.8) url(../../assets/img/arw01.png) no-repeat 23px center;
  -webkit-background-size: 6px;
  background-size: 6px;
  text-decoration: none;
}
.top-recruit__2block .top-recruit__label {top: 70%;}
.top-recruit__single .top-recruit__label {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-recruit__image {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.top-recruit__link {display: block;}
.top-recruit__link:hover .top-recruit__label {
  color: #fff;
  background-color: rgba(183, 33, 57, 0.8);
  background-image: url(../../assets/img/arw02.png);
}


/* --------------------------------------------------------------
  フッター
----------------------------------------------------------------*/
a.btn-top-link {
  text-decoration: none;
}
a.btn-top-link .btn-top {
  width: 33px;
  height: 16px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../../assets/img/btn-top.png);
}
a.btn-top-link p.btn-top-txt {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background-color: #b9b9b9;
  text-decoration: none;
}

a.btn-top-link:hover .btn-top {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 33px;
  height: 16px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url(../../assets/img/btn-top_on.png);
}
a.btn-top-link:hover p.btn-top-txt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background-color: #7e7e7e;
}

.footer-wrp {
    background-image: url(../../assets/img/index/bg04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.en-page .footer-wrp {display: none;}
.footer {
    width: 1000px;
    margin: 0 auto;
    overflow:auto;
}
.footer-column {
    float: left;
    width: 20%;
    padding-right: 15px;
    box-sizing: border-box;
}
.footer li {
    margin-bottom: 2px;
    font-size: 12px;
}
.footer li li {
    padding-left: 20px;
}
.footer p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.footer a {
    color: #333;
    text-decoration: none;
}
.footer a:hover {
    color: #b62038;
    text-decoration: underline;
}
.footer ul + ul {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
}

p.copyright {
  font-size: 10px;
  display: block;
  background-color: #b62038;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

/* --------------------------------------------------------------
  モジュール
----------------------------------------------------------------*/
p.mod-title {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #333;
  display: block;
  padding: 5px 0 5px 10px;
}

.mod-container {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.mod-container-visible {
  width: 1000px;
  margin: 0 auto;
}
.mod-heading + canvas, .mod-heading + .wpb_single_image {margin-top: 10px;}
.mod-heading h2 {
  font-size: 38px;
    line-height: 1.5;
  font-weight: bold;
  color: #333;
  padding-left: 40px;
  margin-top: 30px;
    position: relative;
}
.mod-heading h2::before {
    content: " ";
    display: block;
    position: absolute;
    background-image: url(../../assets/img/mod/mod-heading-h2.png);
    background-repeat: no-repeat;
    background-size: 28px;
    width: 28px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 14px;
}


.mod-heading h3 {
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px #b62038 solid;
  line-height: 1.7;
  margin-top: 30px;
  padding-bottom: 10px;
}
.mod-heading .center {
  margin-top: 30px;
}
.mod-heading .center h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: none;
  line-height: 1em;
}
.mod-heading .center .line {
  height: 2px;
  width: 21px;
  margin: 15px auto 0 auto;
  display: block;
  background-color: #b62038;
}
.mod-heading h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  font-weight: bold;
  background-image: url(../../assets/img/mod/mod-heading-h4.png);
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 6px;
  margin-top: 30px;
  padding-left: 15px;
  line-height: 30px;
}
.mod-heading h4.dot {
  font-size: 18px;
  font-weight: bold;
  background-image: none;
  color: #333;
  border-left: none;
  border-bottom: dotted 1px #b62038;
  padding-bottom: 10px;
  padding-left: 0;
  margin-top: 30px;
}

.mod-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-top: 10px;
}
.mod-text p b {
  font-weight: bold;
}
.mod-text p em {
  font-weight: bold;
  color: #b62038;
}

.mod-list ul li {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 20px;
    margin-left: 15px;
}
.mod-list .mod-list-icon li {
  background-image: url(../../assets/img/mod/mod-list.png);
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 10px;
  text-indent: 0em;
}
.mod-list ol li {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.mod-list ol.brackets li {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 20px;
  padding-left: 30px;
  text-indent: -40px;
    margin-left: 20px;
}
.mod-list ol.brackets li span {
  font-weight: bold;
}

.mod-notice p {
  padding-left: 20px;
  text-indent: -21px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-top: 20px;
}
.mod-notice p.number {
  padding-left: 45px;
  text-indent: -55px;
}

.mod-text_link a {
  background: url(../../assets/img/arw01.png) no-repeat left;
  background-size: 6px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
}
.mod-text_link a.no-arw {
  background-image: none;
  padding-left: 0px;
}
.mod-text_link a[target*="_blank"] {
  background: #fff url(../../assets/img/icon-blank02.png) no-repeat left center;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
}

.mod-button a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  width: 100%;
  border: solid 2px #b62038;
  display: block;
  color: #333;
  background: #fff url(../../assets/img/arw01.png) no-repeat 24px 50%;
  background-size: 6px;
  box-sizing: border-box;
  margin-top: 40px;
}
.mod-button a[target*="_blank"] {
  background: #fff url(../../assets/img/icon-blank02.png) no-repeat 22px 48%;
  -webkit-background-size: 14px;
  background-size: 14px;
}
.mod-button a:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 2px #b62038;
  background-color: #b62038;
  color: #fff;
  background-image: url(../../assets/img/arw02.png);
}
.mod-button a[target*="_blank"]:hover {background-image: url(../../assets/img/icon-blank02_on.png);}
.mod-button a.more {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  width: 210px;
  border: solid 1px #b62038;
  display: block;
  background-color: #fff;
  color: #333;
  background-image: url(../../assets/img/arw01.png);
  background-size: 6px;
  background-position: 200px center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.mod-button a.more:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #b62038;
  background-color: #b62038;
  color: #fff;
  background-image: url(../../assets/img/arw02.png);
}
.mod-button a.pdf {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  width: 252px;
  border: solid 1px #b62038;
  display: block;
  background-color: #fff;
  color: #333;

  margin-top: 20px;
}
.mod-button a.pdf::after {
    content: " ";
    display: block;
    position: absolute;
    background-image: url(../../assets/img/icon-pdf.png);
    background-size: 24px;
    width: 24px;
    height: 24px;
    top: 9px;
    right: 15px;
    background-repeat: no-repeat;
}

.mod-button a.pdf:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #b62038;
  background-color: #b62038;
  color: #fff;
}

.mod-button a.size-s {
    width: 250px;
}

.mod-button a.size-m {
    width: 400px;
}

.mod-button a.size-l {
    width: 600px;
}


.mod-table table {
  border-top: solid #cccccc 2px;
  border-bottom: solid #cccccc 2px;
  margin-top: 24px;
  width: 100%;
}
.mod-table table tr {
  border-bottom: dashed 1px #cccccc;
}
.mod-table table tr:last-child {
  border-bottom: none;
}
.mod-table table th {
  padding: 20px;
  background-color: #fff0f0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 24px;
  border-right: dashed 1px #cccccc;
  width: 18%;
}
.mod-table table.w25 th {
    width: 25%;
}
.mod-table table td {
  padding: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 24px;
}


.mod-table_s table th, .mod-table table td {
    padding: 12px;
    font-size: 14px;
}

.mod-table table td,.mod-table table th{
  vertical-align: middle;
}




.mod-flow dl {
    margin-top: 20px;
}
.mod-flow dl dt {
  clear: both;
  width: 40px;
  background-image: url(../../assets/img/mod/mod-flow.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
  float: left;
}
.mod-flow dl dd {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  float: right;
  width: 92%;
}
.mod-flow dl dd span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  padding-bottom: 10px;
}

.mod-2column {
  max-width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.mod-2column .mod-2column-inner {
  width: 360px;
  margin-right: 26px;
  float: left;
}
.mod-2column .mod-2column-inner p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.mod-2column .mod-2column-inner.mr0 {
  margin-right: 0;
}

.mod-2col_message {
  max-width: 740px;
  overflow: hidden;
  margin-top: 20px;
    margin-bottom: 20px;
}
.mod-2col_message .mod-2col_message-inner {
  width: 350px;
  margin-right: 26px;
  float: left;
}
.mod-2col_message .mod-2col_message-inner p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
}
.mod-2col_message .mod-2col_message-inner p span {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;;
  font-size: 20px;
  display: block;
  font-weight: bold;
}
.mod-2col_message .mod-2col_message-inner.mr0 {
  margin-right: 0;
}

.mod-backnumber ul {
  margin-top: 20px;
}
.mod-backnumber ul li {
  background-image: url(../../assets/img/arw01.png);
  background-size: 6px;
  background-position: left;
  background-repeat: no-repeat;
  border-bottom: dotted #333 1px;
  padding: 15px 0 15px 16px;
}
.mod-backnumber ul li a {
  font-size: 14px;
  font-weight: bold;
  background-image: url(../../assets/img/icon-pdf.png);
  background-size: 24px;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;
  color: #333;
  text-decoration: none;
}
.mod-backnumber ul li a:hover {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

.mod-about_box {
  max-width: 750px;
  overflow: hidden;
  margin-top: 20px;
}
.mod-about_box .mod-about_box-inner {
  width: auto;
  height: 94px;
  border: solid #eee 1px;
  padding: 30px 40px;
}
.mod-about_box .mod-about_box_2-inner {
  width: 288px;
  height: 94px;
  margin-right: 10px;
  float: left;
  border: solid #eee 1px;
  padding: 30px 40px;
}
.mod-about_box .mod-about_box_2-inner.mr0 {
  margin-right: 0;
}


.mod-map-anchor {
  padding: 30px 20px 20px 435px;
  height: 420px;
  overflow: auto;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
.mod-map-anchor a {
  display: block;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background-image: url(../../assets/img/arw04.png);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class*="mod-map-anchor__list"] + [class*="mod-map-anchor__list"] {margin-top: 10px;}
.mod-map-anchor__list a {
  background-color: #fff;
  background-position: 8px center;
  -webkit-background-size: 8px;
  background-size: 8px;
  font-size: 16px;
  padding: 2px 3px 2px 22px;
  border: 1px solid #b62038;
}
.mod-map-anchor__list > li > a:hover {
  background-color: #b62038;
  background-image: url(../../assets/img/arw05.png);
  color: #fff;
}
.mod-map-anchor__list-child {margin-top: 5px!important;}
.mod-map-anchor__list-child a {
  margin: 2px 0 0 8px;
  padding-left: 14px;
  background-position: 1px 0.6em;
  -webkit-background-size: 7px;
  background-size: 7px;
}
.mod-map-anchor__list-child a:hover {
  color: #b62038;
  text-decoration: none;
}


.mod-map_anchor .mod-map_anchor_pc {
  margin-top: 25px;
  width: 73%;
  height: 440px;
  background-color: #f3f3f3;
  background-image: url(../../assets/img/mod/mod-map_anchor_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.mod-map_anchor .mod-map_anchor_pc ul {
  position: absolute;
  bottom: 18px;
  right: 65px;
}
.mod-map_anchor .mod-map_anchor_pc ul li a {
  background-image: url(../../assets/img/arw04.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding-left: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mod-map_anchor .mod-map_anchor_pc ul li a:hover {
  color: #b62038;
}
.mod-map_anchor .mod-map-btn_pc a {
  font-size: 16px;
  background-image: url(../../assets/img/arw04.png);
  background-repeat: no-repeat;
  font-weight: bold;
  background-size: 10px;
  display: block;
  border: 1px #b62038 solid;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  text-align: center;
  width: 176px;
  background-position: 155px center;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mod-map_anchor .mod-map-btn_pc a:hover {
  background-image: url(../../assets/img/arw05.png);
  background-color: #b62038;
  color: #fff;
}
.mod-map_anchor .mod-map-btn_pc a.sapporo {
  top: 71px;
  left: 210px;
}
.mod-map_anchor .mod-map-btn_pc a.hokuruku {
  top: 205px;
  left: 140px;
}
.mod-map_anchor .mod-map-btn_pc a.kyusyu {
  top: 265px;
  left: 40px;
}
.mod-map_anchor .mod-map-btn_pc a.touhoku {
  top: 197px;
  right: 110px;
}
.mod-map_anchor .mod-map-btn_pc a.tokyo {
  top: 259px;
  right: 130px;
}
.mod-map_anchor .mod-map-btn_pc a.kansai {
  bottom: 56px;
  left: 218px;
}
.mod-map_anchor .mod-map_anchor_sp_wrp {
  display: none;
}


.mod-map_column {
  width: 100%;
  overflow: hidden;
}
.mod-map_column .mod-map_column-txt {
  width: 290px;
  float: left;
}
.mod-map_column .mod-map_column-txt li {
  margin-bottom: 60px;
}
.mod-map_column .mod-map_column-txt li p {
  padding-left: 10px;
  margin-top: 15px;
}
.mod-map_column .mod-map_column-map {
  width: 420px;
  float: right;
  margin-top: 40px;
}
.mod-map_column .mod-map_column-map .googlemap {
  width: 420px;
  background: #eaeaea;
}
.mod-map_column .mod-map_column-map .mod-button a.more {
  width: auto;
  background-position: 300px center;
}

.mod-timelinen {
  width: 73%;
  margin: 0 auto;
}
.mod-timelinen h5 {
  clear: both;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 140px;
  line-height: 44px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #b62038;
  text-align: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto;
}
.mod-timelinen h5 span {
  font-size: 24px;
}
.mod-timelinen .timelinen-wrp {
  width: 100%;
}
.mod-timelinen .timelinen-wrp .timelinen-left {
  width: 50%;
  border-right: 1px solid #eed6d6;
  position: relative;
  float: left;
}
.mod-timelinen .timelinen-wrp .timelinen-left h6 {
  width: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding: 30px 20px 10px 30px;
  font-size: 24px;
  color: #b62038;
  text-align: right;
  border-bottom: 1px solid #eed6d6;
}
.mod-timelinen .timelinen-wrp .timelinen-left h6 span {
  font-size: 18px;
}
.mod-timelinen .timelinen-wrp .timelinen-left p {
  padding: 10px 20px 0px 20px;
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 24px;
  text-align: left;
}
.mod-timelinen .timelinen-wrp .timelinen-left .parts {
  height: 14px;
  width: 14px;
  display: block;
  background-color: #eed6d6;
  position: absolute;
  top: 69px;
  right: -7px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.mod-timelinen .timelinen-wrp .timelinen-right {
  width: 50%;
  border-left: 1px solid #eed6d6;
  position: relative;
  float: right;
}
.mod-timelinen .timelinen-wrp .timelinen-right h6 {
  width: auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding: 30px 20px 10px 30px;
  font-size: 24px;
  color: #b62038;
  text-align: left;
  border-bottom: 1px solid #eed6d6;
}
.mod-timelinen .timelinen-wrp .timelinen-right h6 span {
  font-size: 18px;
}
.mod-timelinen .timelinen-wrp .timelinen-right p {
  padding: 10px 20px 0px 20px;
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 24px;
  text-align: left;
}
.mod-timelinen .timelinen-wrp .timelinen-right .parts {
  height: 14px;
  width: 14px;
  display: block;
  background-color: #eed6d6;
  position: absolute;
  top: 69px;
  left: -7px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}

.mod-related_links {
  width: 100%;
  border-top: #ccc 2px solid;
  border-bottom: #ccc 2px solid;
  margin-top: 55px;
}
.mod-related_links p {
  margin-top: 30px;
}
.en-page .mod-related_links p:first-child {display: none;}
.mod-related_links ul {
  margin: 30px 0;
  width: auto;
  overflow: hidden;
}
.mod-related_links li {
  width: 171px;
  height: 148px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
}
.mod-related_links li:nth-child(4n) {
  margin-right: 0;
}
.mod-related_links li:nth-child(n+5) {margin-top: 20px; margin-bottom: 0;}
.mod-related_links li a {
  border: 1px solid #b0b0b0;
  display: block;
}
.mod-related_links li a img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.mod-related_links li a p {
  position: absolute;
  padding: 10px 0;
  width: 171px;
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(183, 33, 57, 0.8);
}
.mod-related_links li a:hover img {
  opacity: .7;
}
.mod-related_links li a:hover p {
  background-color: rgba(61, 61, 61, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mod-ir_box dl {
  border: solid 1px #cccccc;
}
.mod-ir_box dl dt {
  border: solid 1px #fff;
}
.mod-ir_box dl dt p {
  border-left: solid 5px #b62038;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.mod-ir_box dl dd {
  border-top: solid 1px #cccccc;
  background-image: url(../../assets/img/arw01.png);
  background-size: 6px;
  background-position: 15px center;
  background-repeat: no-repeat;
    padding-right: 20px;
}
.mod-ir_box dl dd a {
  display: block;
  padding: 10px 40px 10px 30px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.mod-ir_box dl dd a.pdf {
  background-image: url(../../assets/img/icon-pdf.png);
  background-size: 24px;
  background-position: right center;
  background-repeat: no-repeat;
}
.mod-ir_box dl dd a.blank {
  background-image: url(../../assets/img/icon-blank02.png);
  background-size: 12px;
  background-position: 4% center;
  background-repeat: no-repeat;
}
.mod-ir_box dl dd.child {
  border-top: dotted 1px #cccccc;
  background-image: url(../../assets/img/arw06.png);
  background-size: 14px;
  background-position: 32px center;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.mod-ir_box dl dd.child a.blank {
  background-position: 268px center;
}
.mod-ir_box dl dd.child a.pdf {
  background-position: 268px center;
}
.mod-ir_box dl dd:hover {
  background-color: #fff0f0;
}

.mod-inquery_box {
  margin-top: 25px;
}
.mod-inquery_box .mod-inquery_box_inner {
  border: solid 1px #eee;
  padding: 30px 0;
}
.mod-inquery_box .mod-inquery_box_inner .center {
  margin-top: 0px;
}
.mod-inquery_box .mod-inquery_box_inner .center h3 {
  margin-top: 0px;
  padding-right: 8px;
  padding-left: 8px;
  color: #333;
}

.mod-inquery_box .mod-inquery_box_inner .mod-inquiry-span {
    display: block;
    text-align: center;
    padding: 20px 30px 0 30px;
}
.mod-inquery_box .mod-inquery_box_inner > div.mod-icon-js {margin-top: 20px;}
.vc_col-sm-6 .mod-inquery_box .mod-inquery_box_inner > div.mod-icon-js {
    margin: 0 0 0 18%;
}
.vc_col-sm-12 .mod-inquery_box .mod-inquery_box_inner > div.mod-icon-js {
    margin: 0 auto;
    max-width: 300px;
}
.mod-inquery_box .mod-inquery_box_inner > div.mod-icon-js p {padding-right: 0;}
.ippbx-inq .mod-inquery_box .mod-inquery_box_inner > div.mod-icon-js p span {
  width: auto;
}
.mod-inquery_box .mod-inquery_box_inner > div.mod-icon-js p {text-align: left;}

.mod-inquery_box .mod-inquery_box_inner p {
    text-align: center;
    padding: 0 30px;
}

.mod-inquery_box .mod-inquery_box_inner p:last-child {
    margin-top: 10px;
}
.mod-inquery_box .mod-inquery_box_inner p span {
  font-size: 18px;
  font-weight: bold;
  color: #b62038;
    display: inline-block;
    position: relative;
}
.mod-inquery_box .mod-inquery_box_inner p span::before {
    content: " ";
    background-image: url(../../assets/img/mod/mod-inquery_box.png);
    background-size: 30px;
    background-position: 0 center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -38px;
}
.mod-inquery_box .mod-inquery_box_inner p span.mail::before {
    content: " ";
    background-image: url(../../assets/img/mod/mod-inquery_box_mail.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: -38px;
}
.mod-inquery_box .mod-inquery_box_inner p a {
    color: #b62038;
    text-decoration: none;
}
.mod-inquery_box .mod-inquery_box_inner p a:hover {
    text-decoration: underline;
}

.mod-anchor {
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}
.mod-anchor li {
  width: 25%;
  float: left;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.mod-anchor li a {
  border-left: 1px solid #999;
  text-align: center;
  display: block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 5px 25px;
  background-image: url(../../assets/img/arw04.png);
  background-size: 10px;
  background-position: center 85%;
  background-repeat: no-repeat;
  color: #333;
}
.en-page .mod-anchor li a {display: table-cell;}
.mod-anchor li a:hover {
  color: #b62038;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mod-anchor li:last-child a {
  border-right: 1px solid #999;
}
.mod-anchor li:nth-child(4n) a {
    border-right: 1px solid #999;
}

.mod-anchor_2 {
    padding: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mod-anchor_2 li {
    float: left;
    padding-right: 20px;
    font-size: 14px;
}

.mod-anchor_2 li:last-child {
    padding-right: 0;
}

.mod-anchor_2 li a {
    color: #b62038;
    text-decoration: none;
}

.mod-anchor_2 li a:hover {
    text-decoration: underline;
}

.mod-anchor_2 .current a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.anchor_2_bar select {
    display: none;
}

.my-mod li{
    width: 33.33%;
    padding: 0 2px 0 3px;
    box-sizing: border-box;
}
.my-mod li a {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1em;
    padding-bottom: 7px !important;
    padding-top: 8px;
    background-image: url(../../assets/img/arw01.png);
    background-size: 7px;
    background-position: 30px 9px;
    background-repeat: no-repeat;
    color: #333;
}



.mod-table2 {
  width: auto;
}
.mod-table2 table {
  width: 100%;
}
.mod-table2 tr {
  border-bottom: dotted 1px #999;
  font-size: 16px;
}
.mod-table2 tr th {
  width: 20%;
  font-weight: bold;
  padding: 20px;
}
.mod-table2 tr td {
  font-weight: normal;
  padding: 20px;
}
.mod-table2 .ind {
  display: inline-block;
  width: 16em;
}
.mod-form {
  width: 100%;
}
.mod-form table {
  width: 100%;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-form tr {
  border-bottom: dotted 1px #999;
  font-size: 16px;
  text-align: right;
}
.mod-form th, .mod-form tr td {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-form th {
  width: 25%;
  padding-left: 10px;
  font-weight: bold;
  text-align: right;
}
.mod-form td {
  font-weight: normal;
  font-size: 16px;
  padding-right: 10px;
}
.mod-form th span {
  background-color: #b62038;
  color: #fff;
  font-size: 11px;
  padding: 2px 5px;
  white-space: nowrap;
  display: inline-block;
  margin-left: 3px;
}

.mod-form tr th.no-icon {
  padding-right: 60px;
  padding-top: 20px;
}

.mod-form td input, .mod-form td button, .mod-form td textarea, .mod-form td select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  border: 1px #999 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod-form td input:not([type="radio"]):not([type="checkbox"]) {
  max-width: 100%;
  width: 100%;
  padding: 10px;
  color: #333;
  font-size: 16px;
  background-color: #fff;
}
.mod-container .mod-form td input.L {width: 80%;}
.mod-container .mod-form td input.M {width: 50%;}
.mod-container .mod-form td input.S {width: 4em;}

.privacy-check {
  text-align: center;
  margin-top: 30px;
  padding: 30px 15px;
  background-color: #f5f5f5;
  line-height: 2;
}
.privacy-check a[target*="_blank"] {
  background-image: url("../img/icon-blank02.png");
  background-position: 2px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  padding-left: 19px;
}
.mod-container .phase3 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}
.mod-button {
  text-align: center;
  position: relative;
  margin: 40px 0;
}

.mod-form tr td input.error {
  background-color: #fee5e9;
  border: 1px #b62038 solid;
}
.mod-form td select {
  padding: 10px;
  padding-right: 75px;
  color: #333;
  min-width: 50%;
  font-size: 16px;
  background-image: url(../../assets/img/mod/select.png);
  background-size: 46px;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.mod-form td select::-ms-expand {
    display: none;
}
.mod-form tr td textarea {
  width: 100%;
  height: 10em;
  padding: 10px;
  color: #333;
  font-size: 16px;
}
.mod-form tr:last-child {
  border-bottom: 0;
}
.mod-form input[type="checkbox"], .mod-form input[type="radio"] {display: none;}

.mwform-checkbox-field label, .mwform-radio-field label {display: inline-block;}
.mw_wp_form .horizontal-item {margin-right: 15px;}
.mw_wp_form .horizontal-item + .horizontal-item {margin-left: 0!important;}
.mwform-radio-field-text:before, .mwform-checkbox-field-text:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: -3px;
  margin-right: 3px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mwform-radio-field-text:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"]:checked + .mwform-radio-field-text:before {
  background: url(../../assets/img/mod/radio.png) no-repeat center center;
  border: none;
  -webkit-background-size: contain;
  background-size: contain;
}
input[type="checkbox"]:checked + .mwform-checkbox-field-text:before {
  background: url(../../assets/img/mod/check.png) no-repeat center center;
  border: none;
  -webkit-background-size: contain;
  background-size: contain;
}
.mod-form .radio {
  overflow: hidden;
  width: 100%;
  background-color: #f8f8f8;
  line-height: 19px;
  font-size: 16px;
  padding: 45px 0px 40px 0px;
}
.mod-form .radio .radio-inner {
  width: 625px;
  float: right;
}
.mod-form .radio .radio-inner li {
  float: left;
}
.mod-form .radio .radio-inner li:last-child {
  margin-left: 100px;
}
.mod-form .radio p {
  margin-top: 15px;
}
.mod-form .radio p em {
  font-size: 14px;
  font-weight: normal;
  margin-left: 25px;
}
.mod-form .mod-button a {
  background-position: 220px center;
  margin: 40px auto 0 auto;
}

.wpButtonConfirmSend {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px 4em;
  border: solid 2px #b62038;
  background-color: #fff;
  color: #333;
  background-image: url(/wp-content/themes/mock/assets/img/arw01.png);
  background-size: 6px;
  background-position: 24px 50%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  min-width: 40%;
}
.wpButtonConfirmSend:hover{
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 2px #b62038;
  background-color: #b62038;
  color: #fff;
  background-image: url(/wp-content/themes/mock/assets/img/arw02.png);
}
.wpButtonBack {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px 2.5em;
  border: solid 2px #999;
  display: inline-block;
  background-color: #fff;
  color: #999;
  background-image: url(/wp-content/themes/mock/assets/img/arw01.png);
  background-size: 6px;
  background-position: 24px 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
.wpButtonBack:hover{
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 2px #b62038;
  background-color: #b62038;
  color: #fff;
  background-image: url(/wp-content/themes/mock/assets/img/arw02.png);
}

.mod-thumnail-item {
    overflow: hidden;
}
.mod-thumnail .mod-thumnail-item {
  margin-top: 20px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
}
.mod-thumnail .mod-thumnail-item p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(183, 33, 57, 0.9);
  position: absolute;
  bottom: 0;
  padding: 10px 0;
}
.mod-thumnail .mod-thumnail-item:hover p {
    background-color: rgba(61, 61, 61, 0.9);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mod-thumnail .height300 {
  height: 300px;
}
.mod-thumnail .height250 {
  height: 250px;
}
.mod-thumnail .height190 {
  height: 190px;
}
.mod-thumnail .height148 {
  height: 148px;
  width: 170px;
}
.mod-thumnail .height148 p {
  font-size: 14px;
  padding: 0;
}
.mod-thumnail p.mod-thumnail-txt {
  margin-top: 15px;
  position: static;
  font-size: 16px;
  line-height: 24px;
}
.mod-thumnail .mod-thumnail-txt-wrp-height190 {
  width: 230px;
}

.mod-thumnail-w300_disabled {
    background-color: rgba(255,255,255,0.8);
    height: 320px;
    position: absolute;
    display: table;
    z-index: 9999;
    width: 100%;
}
.mod-thumnail-w300_disabled > span {
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 40px;
    box-sizing:border-box;
    font-size:24px;
}

.mod-ir-icon_link p {
    background-image: url(../../assets/img/mod/mod-ir-icon_link.png);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: left;
}
.mod-ir-icon_link p a[target*="_blank"] {
  background-image: none;
  padding-left: 105px;
}

.mod-ir-icon_link p span {
  background-image: url("../img/icon-blank02.png");
    background-position: 2px center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding-left: 19px;
}
.mod-blank_link p span {
    color: #b62038;
    background-size: 16px;
    background-image: url(../../assets/img/icon-blank.png);
    background-size: 16px;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.mod-table3 {
    margin-top: 20px;
}
.mod-table3 table {
    width: 100%;
    border: solid 1px #cccccc;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 0;
}
.mod-table3 table tr:last-child th, .mod-table3 table tr:last-child td {
    border-bottom: none;
}
.mod-table3 table th {
    background-color: #f8f8f8;
    padding: 5px 10px;
    border-bottom: dotted 1px #999;
    border-left: dotted 1px #999;
}
.mod-table3 table th a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.mod-table3 table th a:hover {
    color: #b62038;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.mod-table3 table th.center {
    text-align: center;
}
.mod-table3 table th.th2 {
    width: 160px;
    border-left: dotted 1px #999;
}
.mod-table3 table th.th1 {
    border-left: none;
}
.mod-table3 table td {
    text-align: right;
    padding: 5px 10px;
    width: 80px;
    border-bottom: dotted 1px #999;
    border-left: dotted 1px #999;
}

.mod-table4 table {
    width: 100%;
    border: solid 1px #cccccc;
    border-collapse: separate;
    border-spacing: 0;
}

.mod-table4 table tr:last-child th, .mod-table4 table tr:last-child td {
    border-bottom: none;
}
.mod-table4 table th {
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    border-bottom: dotted 1px #999;
    border-left: dotted 1px #999;
}
.mod-table4 table th.fast {
    border-left: none;
}
.mod-table4 table th.center {
    text-align: center;
}
.mod-table4 table th.th2 {
    width: 30%;
    background-color: #fff;
    color: #333;
    border-left: none;
}
.mod-table4 table th.th1 {
    border-left: none;
}
.mod-table4 table td {
    text-align: left;
    padding: 5px 10px;
    border-bottom: dotted 1px #999;
    border-left: dotted 1px #999;
}

.mod-table4 table td.spot {
    background-color: #fff0f0;
    border-left: none;
}

.mod-table5 {
    width: auto;
}
.mod-table5 table {
    width: 100%;
}
.mod-table5 tr {
    font-size: 16px;
}

.mod-table5 tr th {
    width: 36%;
    font-weight: bold;
}
.mod-table5 tr td {
    font-weight: normal;
    text-align: left;
}

.mod-table5 td a[href*=".pdf"], .mod-table6 td a[href*=".pdf"] {
    background: url(../../assets/img/icon-pdf.png) no-repeat right center;
    background-size: 22px auto;
    padding: 0 25px 0 0;
}



.mod-table5.annreport-table tr td {
    width: auto;
}

.mod-table5.annreport-table tr td {
    width: 18%;
}

.mod-table6.factbook-table tr td {
    width: 70%;
}

.mod-table5 tr td .sub-link {
    display: block;
}
.mod-table5 tr td a {
    color: #b62038;
    text-decoration: none;
}
.mod-table5 tr td a:hover {
    text-decoration: underline;
}
.mod-table5 tr th, .mod-table5 tr td {
    padding: 10px 5px;
    font-size: 16px;
}
/*--
.mod-table5 tr td a span.pdf {
    background-image: url(../../assets/img/icon-pdf.png);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
}
--*/
.mod-table5 tr td a span.pdf, .mod-table6 tr td a span.pdf {
    position: relative;
}

.mod-table5 tr td a span.pdf::after, .mod-table6 tr td a span.pdf::after {
    content: " ";
    background-image: url(../../assets/img/icon-pdf.png);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -27px;
}

.mod-table6 {
    width: auto;
}
.mod-table6 table {
    width: 100%;
}
.mod-table6 tr {
    font-size: 16px;
}
.mod-table6 tr th {
    width: 36%;
    font-weight: bold;
}
.mod-table6 tr td {
    width: 66%;
    font-weight: normal;
    text-align: left;
}

.mod-table6.factbook-table tr td a span.pdf::after, .mod-table6.meeting-table tr td a span.pdf::after {
    content: " ";
    background-image: url(../../assets/img/icon-pdf.png);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -27px;
}

.mod-table6 tr td a {
    color: #b62038;
    text-decoration: none;
}
.mod-table6 tr td a:hover {
    text-decoration: underline;
}
.mod-table6 tr th, .mod-table6 tr td {
    padding: 10px 5px;
    font-size: 16px;
}

.mod-table7 {
    width: auto;
}
.mod-table7 table {
    width: 100%;
    word-break: break-word;
}
.mod-table7 tr {
    border-bottom: dotted 1px #999;
    font-size: 16px;
}
.mod-table7 tr th:first-child {
    text-align: left;
}
.mod-table7 tr th {
    background-color: #f8f8f8;
    font-weight: bold;
    text-align: center;
}
.mod-table7 tr td:first-child {
    width: 40%;
    text-align: left;
}
.mod-table7 tr td {
    width: 20%;
    font-weight: normal;
    text-align: center;
}

.mod-table7 tr th, .mod-table7 tr td {
    padding: 20px;
    font-size: 16px;
}

.mod-table8 {
    width: auto;
}
.mod-table8 table {
    width: 100%;
}
.mod-table8 tr {
    border-bottom: dotted 1px #999;
    font-size: 16px;
}
.mod-table8 tr th {
    width: 20%;
    font-weight: bold;
}
.mod-table8 tr td {
    width: 66%;
    font-weight: normal;
    text-align: left;
}
.mod-table8 tr td a {
    display: block;
    min-height: 24px;
    color: #b62038;
    text-decoration: none;
}
.mod-table8 tr td a:hover {
    text-decoration: underline;
}
.mod-table8 tr th, .mod-table8 tr td {
    padding: 20px 5px;
    font-size: 16px;
}

.mod-table8 .pdf_after {
    position: relative;
    top: 5px;
    background-image: url(../../assets/img/icon-pdf.png);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}
.mod-table8 td a[href*=".pdf"] {padding-left: 0; background: none;}
#rss-icon {
    margin-top: 20px;
}

#rss-icon > a {
    content: " ";
    background-image: url(../../assets/img/index/icon-rss.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    display: block;
    width: 32px;
    height: 32px;
}

/* --------------------------------------------------------------
  下層二層目
----------------------------------------------------------------*/
.underlayer-wrp.three-layers-wrp {
    padding: 0;
}

.two-layers, .two-layers-wrp:before {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}

.two-layers-wrp {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: none;
}
.two-layers-wrp h1 {
    width: auto;
    margin: 0 auto;
    font-size: 48px;
    padding: 100px 0 20px 0;
}
.two-layers-wrp .icon {
    padding-bottom: 80px;
}

.two-layers-wrp:before {
    content: "";
    z-index: -1;
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: rgba(238, 238, 238, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.two-layers .mod-timelinen.fl {
    overflow: hidden;
    padding-right: 40px;
    border-right: #999 1px solid;
    padding-bottom: 182px;
}

.breadcrumb {
    margin-top: 20px;
    /*margin-bottom: 100px;*/
    font-size: 12px;
}
.breadcrumb li {
    float: left;
    font-size: 12px;
}
.en-page .breadcrumb li:first-child {display: none;}
.breadcrumb li a {
    color: #333;
    text-decoration: none;
}
.breadcrumb li a:hover {
    color: #333;
}
.breadcrumb li a span {
    color: #b62038;
}
.breadcrumb li a span:hover {
    text-decoration: underline;
}
.breadcrumb li a span.choice {
    color: #333;
    font-size: 12px;
}

/* --------------------------------------------------------------
  下層三層目
----------------------------------------------------------------*/
.mbthree {
    margin-top: -16px !important;
}

.underlayer-wrp.three-layers-wrp {
    padding: 0;
}

.three-layers, .three-layers-wrp:before {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
.three-layers-wrp {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: none;
}
.three-layers-wrp h1 {
    margin: 0 auto;
    font-size: 30px;
    padding: 70px 0;
}

.three-layers-wrp h1::before {
    content: " ";
    background-image: url(../../assets/img/icon-top04.png);
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    background-position: center left;
    padding-left: 49px;
}
.three-layers-wrp:before {
    content: "";
    z-index: -1;
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: rgba(238, 238, 238, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.three-layers .mod-timelinen.fl {
    overflow: hidden;
    padding-right: 20px;
    border-right: #999 1px solid;
    padding-bottom: 182px;
}
/* --------------------------------------------------------------
下層四層目
----------------------------------------------------------------*/
.mbfour {
    margin-top: -16px !important;
}

.underlayer-wrp.four-layers-wrp {
    padding: 0;
}

.four-layers, .four-layers-wrp:before {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
.four-layers-wrp {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: none;
}
.four-layers-wrp h1 {
    width: 400px;
    margin: 0 auto;
    font-size: 30px;
    padding: 70px 0;
}

.four-layers-wrp h1::before {
    content: " ";
    background-image: url(../../assets/img/icon-top04.png);
    background-size: 40px;
    background-repeat: no-repeat;
    width: 40px;
    background-position: center left;
    padding-left: 49px;
}
.four-layers-wrp:before {
    content: "";
    z-index: -1;
    -webkit-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    background-color: rgba(238, 238, 238, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.four-layers .mod-timelinen.fl {
    overflow: hidden;
    padding-right: 20px;
    border-right: #999 1px solid;
    padding-bottom: 182px;
}


.side-navi {
    float: right;
    width: 24%;
    margin-top: 15px;
    min-height: 600px;
}
.side-navi dl a {
    text-decoration: none;
    color: #333;
}
.side-navi dt {
    background-image: url(../../assets/img/side-navi.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-bottom: 20px;
}
.side-navi dt a {
    font-size: 18px;
    background-image: url(../../assets/img/arw07.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right;
    display: block;
    padding: 20px 0 20px 20px;
}
.side-navi dt a:hover {
    color: #b62038;
}
.side-navi dd {
    padding-left: 30px;
    margin-top: 10px;
}
.side-navi dd a {
    font-size: 14px;
    background-image: url(../../assets/img/arw01.png);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: left 5px;
    padding-left: 15px;
    display: block;
}
.side-navi dd a:hover {
    color: #b62038;
}
.side-navi dd a.choice {
    color: #b62038;
}
.side-navi dd ul li {
    padding-left: 30px;
    margin-top: 10px;
}
.side-navi dd ul li a {
    font-size: 14px;
    background-image: url(../../assets/img/arw01.png);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: left 5px;
    padding-left: 15px;
    display: block;
}
.side-navi dd ul li a.choice {
    color: #b62038;
}

.mmb20 h4 {margin-bottom: -5px;}
/* pagenav */
.wp-pagenavi .pages{display: none!important;}
.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
  display: inline-block;
  margin-bottom: 2px;
}


/* --------------------------------------------------------------
FAQ
----------------------------------------------------------------*/

.mod-faq {margin: 20px 0 0;}
.mod-faq dt, .mod-faq dd {
  position: relative;
  padding-left: 4em;
  font-size: 16px;
}
.mod-faq dt {font-weight: bold;}
.mod-faq dd:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}
.mod-faq .mod-faq__label {
  display: block;
  position: absolute;
  top: 0.22em;
  left: 0;
  width: 4em;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 8px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 1;
}
.mod-faq dt .mod-faq__label {
  background-color: #b62038;
  color: #fff;
  font-weight: bold;
}
.mod-faq dd .mod-faq__label {
  color: #b62038;
  border: 1px solid #b62038;
}

.ippbx .mod-table3 td {width: auto;}
