
  @charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/common/fonts/NotoSansCJKjp-Regular.otf") format("otf"), url("/common/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp-Regular.woff") format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("/common/fonts/NotoSansCJKjp-Bold.otf") format("otf"), url("/common/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp-Bold.woff") format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/common/fonts/NotoSansCJKjp-Medium.otf") format("otf"), url("/common/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp-Medium.woff") format("woff")
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/common/fonts/NotoSansCJKjp-Light.otf") format("otf"), url("/common/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/common/fonts/NotoSansCJKjp-Light.woff") format("woff")
}

html {
  font-size: 62.5%
}

body {
  overflow: auto;
  position: relative;
  color: #222;
  background: #FFF;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1000px
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.78
  }
}

.is-pc {
  display: block
}

.is-sp {
  display: none
}


/*h2を水色で塗りつぶすスタイル*/

#head2 {
  border-bottom: none;
  /*下線なし*/
  padding: 0.5rem 0.5rem;
  /*上下 左右の余白*/
  color: #fff;
  /*文字色*/
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}


/*h3に水色の縦棒を追加するスタイル*/

#head3 {
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: transparent;
  /*背景透明に*/
  border-left: solid 5px #7db4e6;
  /*左線*/
  margin-bottom: 10px;
  /*タイトル下の余白*/
}

@media screen and (max-width:750px) {
  body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: auto
  }
  .is-pc {
    display: none !important
  }
  .is-sp {
    display: block !important
  }
}

body {
  -webkit-text-size-adjust: 100%
}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
  color: #2189d9;
  font-weight: normal
}

.ui-page-theme-a a:visited, html .ui-bar-a a:visited, html .ui-body-a a:visited, html body .ui-group-theme-a a:visited {
  color: #2189d9
}

.ui-page-theme-a a:hover, html .ui-bar-a a:hover, html .ui-body-a a:hover, html body .ui-group-theme-a a:hover {
  color: #2189d9
}

.ui-page-theme-a a:active, html .ui-bar-a a:active, html .ui-body-a a:active, html body .ui-group-theme-a a:active {
  color: #2189d9
}

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: 0;
  color: #2189d9
}

a:hover {
  text-decoration: underline
}

img {
  max-width: 100%;
}

.cf {
  zoom: 1
}

.cf:before, .cf:after {
  content: "";
  display: table
}

.cf:after {
  clear: both
}

#content {
  padding-top: 120px;
  padding-bottom: 0
}

@media screen and (max-width:750px) {
  #content {
    padding-top: 50px;
    padding-bottom: 0
  }
}

main {
  display: block
}

@media screen and (max-width:750px) {
  main {
    padding-top: 0
  }
}

#breadcrumb {
  border-top: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
  padding: 4px 0
}

#breadcrumb ul {
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: -.4em;
  font-size: 1.2rem
}

#breadcrumb ul li {
  display: inline-block;
  letter-spacing: normal;
  padding-right: 7px
}

#breadcrumb ul li:first-child a:before {
  content: none
}

#breadcrumb ul li a:before, #breadcrumb ul li .inner:before {
  content: ">";
  display: inline-block;
  font-size: 1rem;
  padding-right: 5px;
  width: 11px;
  height: 9px
}

#breadcrumb ul li.top a:before {
  content: none
}

@media screen and (max-width:750px) {
  #breadcrumb {
    box-shadow: none;
    border-top: solid 1px #2189d9;
    background: #f2f2f2;
    z-index: 2;
    top: 55px;
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: none
  }
  #breadcrumb ul {
    padding-top: 3px;
    padding-bottom: 0;
    font-size: 1.2rem;
    white-space: nowrap
  }
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  min-width: 1000px;
  background: #fff;
  height: 120px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3)
}

.global-header {
  height: 70px
}

.global-header__inner {
  position: relative;
  padding: 15px 0 0 20px
}

.global-header__logo {
  display: inline-block
}

.global-header__search {
  position: absolute;
  top: 15px;
  right: 120px;
  font-size: 1.4rem;
  height: 35px
}

.global-header__search .inner {
  zoom: 1
}

.global-header__search .inner:before, .global-header__search .inner:after {
  content: "";
  display: table
}

.global-header__search .inner:after {
  clear: both
}

.global-header__search .inner form .radio-label {
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
  line-height: 35px
}

.global-header__search .inner form .radio-label input {
  display: none
}

.global-header__search .inner form .radio-label span {
  padding-top: 7px;
  padding-left: 25px;
  position: relative
}

.global-header__search .inner form .radio-label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/common/images/ico_radio_off.png") no-repeat 0 50%
}

.global-header__search .inner form .radio-label input:checked+span::before {
  background: url("/common/images/ico_radio_on.png") no-repeat 0 50%
}

.global-header__search .inner form .input-wrapper {
  display: inline-block;
  vertical-align: top;
  border-bottom: solid 1px #aaa;
  width: 230px
}

.global-header__search .input {
  width: 100%;
  height: 34px;
  border: 0;
  margin: 0 8px 0 0;
  padding: 7px 10px 7px 10px;
  font-size: 1.4rem;
  line-height: 1
}

.global-header__search .input:focus, .global-header__search .input.on {
  background: 0
}

.global-header__search .btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  border: 0;
  width: 60px;
  height: 35px;
  background: #666;
  line-height: 1;
  font-size: 1.4rem;
  color: #FFF
}

.global-header__lang {
  background: #f2f2f2;
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  height: 70px
}

.global-header__lang .inner {
  position: relative;
  padding: 18px 15px
}

.global-header__lang .inner:before {
  content: '';
  display: block;
  position: absolute;
  width: 9px;
  height: 8px;
  top: 45%;
  right: 10px;
  margin-top: -4px;
  background: url("/common/images/hd_search_arw.png") no-repeat 100% 0;
  background-size: contain
}

@media all and (-ms-high-contrast:none) {
  .global-header__lang .inner:before {
    display: none
  }
}

.global-header__lang .lang {
  padding: 10px 15px 10px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: 0;
  font-size: 1.3rem;
  border-bottom: 1px solid #aaa;
  position: relative;
  z-index: 1;
  min-width: 85px
}

.global-header__btns {
  display: none
}

@media screen and (max-width:750px) {
  header {
    height: 50px;
    min-width: auto
  }
  .global-header {
    padding: 10px 4.1666vw 10px;
    height: 50px;
    border-bottom: 3px solid #2189d9
  }
  .global-header__inner {
    width: 100%;
    padding: 0
  }
  .global-header__logo img {
    width: 195px;
    height: auto
  }
  .global-header__search {
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    width: 100%;
    background: #FFF;
    height: calc(100vh - 50px);
    height: -webkit-calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.5)
  }
  .global-header__search .inner {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2)
  }
  .global-header__search .inner form .input-wrapper {
    max-width: none;
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px)
  }
  .global-header__search__close {
    width: 280px;
    margin: 20px auto 20px;
    padding: 10px 0;
    background: #f2f2f2 url(/common/images/ico_close.png) no-repeat 20px 50%;
    background-size: 10px 10px;
    border: solid 1px #d5d5d5;
    color: #222;
    border-radius: 3px
  }
  .global-header__lang {
    display: none
  }
  .global-header__btns {
    zoom: 1;
    position: absolute;
    display: block;
    top: -3px;
    right: 0
  }
  .global-header__btns:before, .global-header__btns:after {
    content: "";
    display: table
  }
  .global-header__btns:after {
    clear: both
  }
  .global-header__btns li {
    float: right;
    position: relative
  }
  .global-header__btns .btn-gnav {
    width: 35px;
    height: 35px;
    margin-right: -5px;
    padding: 8px 5px;
    cursor: pointer
  }
  .global-header__btns .btn-gnav span {
    display: block;
    position: relative;
    width: 25px;
    height: 18px;
    border-top: solid 2px #2189d9
  }
  .global-header__btns .btn-gnav span:before, .global-header__btns .btn-gnav span:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 25px;
    height: 0;
    border-top: solid 2px #2189d9
  }
  .global-header__btns .btn-gnav span:before {
    margin-top: 6px
  }
  .global-header__btns .btn-gnav span:after {
    margin-top: 14px
  }
  .global-header__btns .btn-gnav.is-open span {
    border-top-color: transparent
  }
  .global-header__btns .btn-gnav.is-open span:before {
    -webkit-transform: rotate(45deg) translate(0, 1px);
    transform: rotate(45deg) translate(0, 1px);
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg)
  }
  .global-header__btns .btn-gnav.is-open span:after {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg)
  }
  .global-header__btns .btn-gnav.is-open span:before, .global-header__btns .btn-gnav.is-open span:after {
    right: 3px;
    width: 18px;
    margin-top: 5px
  }
  .global-header__btns .btn-search {
    width: 35px;
    height: 35px;
    margin-right: 4px;
    background: url("/common/images/hd_ico_search_sp.png") no-repeat 50% 50%;
    background-size: 21px auto;
    cursor: pointer
  }
}

@media screen and (min-width:751px) {
  .global-nav {
    height: 50px;
    background: #2189d9
  }
  .global-nav__inner {
    padding: 0 20px
  }
  .global-nav__item {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: normal
  }
  .global-nav__item>a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box
  }
  .global-nav__item>a:hover {
    color: #FFF
  }
  .global-nav__item>a span {
    display: block;
    padding: 0 20px 0 50px
  }
  .global-nav__item>a span.ico_product {
    background: url(/common/images/ico_product.png) left 10px center no-repeat
  }
  .global-nav__item>a span.ico_application {
    background: url(/common/images/ico_application.png) left 10px center no-repeat
  }
  .global-nav__item>a span.ico_support {
    background: url(/common/images/ico_support.png) left 10px center no-repeat
  }
  .global-nav__item>a span.ico_contact {
    background: url(/common/images/ico_contact.png) left 10px center no-repeat
  }
  .global-nav__item>a span.ico_buy {
    background: url(/common/images/ico_buy.png) left 10px center no-repeat
  }

  .global-nav__item>a span.ico_book {
    background: url(/common/images/ico_book.png) left 10px center no-repeat
  }



  .global-nav__item>a.active span, .global-nav__item>a:hover span {
    background-color: rgba(0, 0, 0, 0.2)
  }
  .global-nav__item>a span img {
    vertical-align: middle;
    margin-right: 10px
  }
  .global-nav__item>a .inner {
    display: block;
    line-height: 1.3;
    border-left: solid 1px rgba(255, 255, 255, 0.3)
  }
  .global-nav__item:first-child>a .inner {
    border-left: 0
  }
  .global-nav__lower {
    display: none;
    background: #FFF;
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(0, 35, 61, 0.75);
    padding: 20px 60px;
    max-height: calc(100vh - 120px);
    overflow-y: scroll !important
  }
  .global-nav__lower::-webkit-scrollbar {
    width: 15px
  }
  .global-nav__lower::-webkit-scrollbar-track {
    padding: 0 3px
  }
  .global-nav__lower::-webkit-scrollbar-thumb {
    background: rgba(0, 35, 61, 0.9);
    border-radius: 3px
  }
  .global-nav__lower .btn-close {
    position: absolute;
    left: 10px;
    top: 20px
  }
  .global-nav__lower .global-nav__lower_inner {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0 30px;
    box-sizing: border-box
  }
  .global-nav__lower .global-nav__lower_inner h2.ttl a {
    color: #FFF;
    display: block;
    padding: 10px 5px 10px 30px;
    background: url(/common/images/ico_arw04.png) no-repeat 10px 50%;
    background-size: 7px 10px
  }
  .global-nav__lower .col1 {
    background: #1a6eae;
    position: relative;
    width: 310px;
    min-height: 490px;
    padding: 10px 0 10px 10px
  }
  .global-nav__lower .col1 a {
    color: #fff
  }
  .global-nav__lower .col1 a:hover {
    text-decoration: none
  }
  .global-nav__lower .col1>.ttl {
    height: auto;
    margin: 0 10px 10px 0;
    border-bottom: 1px solid #FFF
  }
  .global-nav__lower .col1>.ttl>a {
    font-size: 1.6rem;
    border-bottom: 0;
    display: block;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    background: url(/common/images/arw_white.png) right 10px center no-repeat;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px
  }
  .global-nav__lower .col1>.ttl>a:hover {
    color: #787878;
    background: #d8e4ee url(/common/images/arw_gray2.png) right 10px center no-repeat
  }
  .global-nav__lower .col1 .col1-list li {
    border-radius: 5px 0 0 5px / 5px 0 0 5px;
    margin-bottom: 2px
  }
  .global-nav__lower .col1 .col1-list li>a {
    height: auto;
    min-height: 48px;
    font-size: 1.6rem;
    color: #fff;
    display: block;
    margin: 0 10px 0 0;
    padding: 10px;
    background: url(/common/images/arw_white.png) right 10px center no-repeat;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px
  }
  .global-nav__lower .col1 .col1-list li>a:hover {
    color: #787878;
    background: #d8e4ee url(/common/images/arw_gray2.png) right 10px center no-repeat
  }
  .global-nav__lower .col1 .col1-list li>a[target="_blank"] {
    background: url(/common/images/ico_window_white.png) right 10px center no-repeat
  }
  .global-nav__lower .col1 .col1-list li>a[target="_blank"]:hover {
    background: #d8e4ee url(/common/images/ico_window_gray.png) right 10px center no-repeat
  }
  .global-nav__lower .col1 .col1-list li.has-child:hover, .global-nav__lower .col1 .col1-list li.has-child.active {
    background: #d8e4ee
  }
  .global-nav__lower .col1 .col1-list li.has-child>a {
    cursor: default;
    background: url(/common/images/arw_next_white.png) right 10px center no-repeat
  }
  .global-nav__lower .col1 .col1-list li.has-child:hover>a, .global-nav__lower .col1 .col1-list li.has-child.active>a {
    color: #787878;
    background: url(/common/images/arw_next_gray.png) right 10px center no-repeat
  }
  .global-nav__lower .col2 {
    display: none;
    background: #d8e4ee;
    position: absolute;
    width: 310px;
    top: 0;
    left: 310px;
    padding: 10px 0 10px 10px;
    box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.2)
  }
  .global-nav__lower .col2 a {
    color: #222
  }
  .global-nav__lower .col2 a:hover {
    text-decoration: none
  }
  .global-nav__lower .col2>.ttl {
    height: auto;
    margin: 0 10px 10px 0;
    border-bottom: 1px solid #2189d9
  }
  .global-nav__lower .col2>.ttl>a {
    font-size: 1.6rem;
    border-bottom: 0;
    display: block;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    background: url(/common/images/arw_blue.png) right 10px center no-repeat;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px
  }
  .global-nav__lower .col2>.ttl>a:hover {
    color: #787878;
    background: #e8f1f8 url(/common/images/arw_gray2.png) right 10px center no-repeat
  }
  .global-nav__lower .col2 .col2-list li {
    border-radius: 5px 0 0 5px / 5px 0 0 5px
  }
  .global-nav__lower .col2 .col2-list li>a {
    height: auto;
    min-height: 50px;
    font-size: 1.6rem;
    color: #222;
    display: block;
    margin: 0 10px 0 0;
    padding: 10px;
    background: url(/common/images/arw_blue.png) right 10px center no-repeat
  }
  .global-nav__lower .col2 .col2-list li>a:hover {
    color: #787878;
    background: #e8f1f8 url(/common/images/arw_gray2.png) right 10px center no-repeat
  }
  .global-nav__lower .col2 .col2-list li.has-child:hover, .global-nav__lower .col2 .col2-list li.has-child.active {
    background: #e8f1f8
  }
  .global-nav__lower .col2 .col2-list li.has-child>a {
    cursor: default;
    background: url(/common/images/arw_next_blk.png) right 10px center no-repeat
  }
  .global-nav__lower .col2 .col2-list li.has-child:hover>a, .global-nav__lower .col2 .col2-list li.has-child.active>a {
    color: #787878;
    background: url(/common/images/arw_next_gray.png) right 10px center no-repeat
  }
  .global-nav__lower .col3 {
    display: none;
    background: #e8f1f8;
    position: absolute;
    width: 445px;
    top: 0;
    left: 310px;
    padding: 10px 0 10px 10px;
    box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.2)
  }
  .global-nav__lower .col3 a {
    color: #222
  }
  .global-nav__lower .col3 a:hover {
    text-decoration: none
  }
  .global-nav__lower .col3>.ttl {
    height: auto;
    margin: 0 10px 10px 0;
    border-bottom: 1px solid #2189d9
  }
  .global-nav__lower .col3>.ttl>a {
    font-size: 1.6rem;
    border-bottom: 0;
    display: block;
    margin: 0 0 10px;
    padding: 10px 0 10px 10px;
    background: url(/common/images/arw_blue.png) right 10px center no-repeat;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px
  }
  .global-nav__lower .col3>.ttl>a:hover {
    color: #787878;
    background: #FFF url(/common/images/arw_gray2.png) right 10px center no-repeat
  }
  .global-nav__lower .col3 .col3-list li {
    border-radius: 5px 0 0 5px / 5px 0 0 5px
  }
  .global-nav__lower .col3 .col3-list li>a {
    height: auto;
    min-height: 50px;
    font-size: 1.6rem;
    color: #222;
    display: block;
    margin: 0 10px 0 0;
    padding: 10px;
    background: url(/common/images/arw_blue.png) right 10px center no-repeat
  }
  .global-nav__lower .col3 .col3-list li>a:hover {
    color: #787878;
    background: #FFF url(/common/images/arw_gray2.png) right 10px center no-repeat
  }
  .global-nav__lower .col3 .col3-list li.has-child:hover {
    background: #e8f1f8
  }
  .global-nav__lower .col3 .col3-list li.has-child>a {
    cursor: default;
    background: url(/common/images/arw_next_blk.png) right 10px center no-repeat
  }
  .global-nav__lower .col3 .col3-list li.has-child:hover>a {
    color: #787878;
    background: url(/common/images/arw_next_gray.png) right 10px center no-repeat
  }
}

@media screen and (max-width:750px) {
  .global-nav {
    padding: 0;
    display: none;
    height: calc(100vh - 50px);
    height: -webkit-calc(100vh - 50px);
    position: relative;
    background: rgba(0, 0, 0, 0.6)
  }
  .global-nav__inner {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5)
  }
  .global-nav__lang {
    overflow: hidden;
    padding: 20px 0;
    background: #fff;
    position: relative
  }
  .global-nav__lang::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px
  }
  .global-nav__lang select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 10px 20px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 5px
  }
  .global-nav__lang select::-ms-expand {
    display: none
  }
  .global-nav__list {
    background: #2189d9;
    max-height: calc(100vh - 174px);
    max-height: -webkit-calc(100vh - 174px);
    overflow-y: scroll
  }
  .iPhone .global-nav__list {
    max-height: calc(100vh - 174px - 44px);
    max-height: -webkit-calc(100vh - 174px - 44px)
  }
  .global-nav__item {
    background: #2189d9
  }
  .global-nav__item>a {
    display: block;
    margin: 0;
    padding: 10px 0 10px;
    border-top: 1px solid #d5d5d5;
    color: #FFF;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none
  }
  .global-nav__item>a span {
    display: block;
    padding: 0 30px 0 50px
  }
  .global-nav__item>a span.ico_product {
    background: url(/common/images/ico_product.png) left 10px center no-repeat
  }
  .global-nav__item>a span.ico_application {
    background: url(/common/images/ico_application.png) left 10px center no-repeat
  }
  .global-nav__item>a span.ico_support {
    background: url(/common/images/ico_support.png) left 10px center no-repeat
  }
  .global-nav__item>a span.ico_book {
    background: url(/common/images/ico_book.png) left 10px center no-repeat
  }
  .global-nav__item>a span.ico_contact {
    background: url(/common/images/ico_contact.png) left 10px center no-repeat
  }
  .global-nav__item>a span.ico_buy {
    background: url(/common/images/ico_buy.png) left 10px center no-repeat
  }
  .global-nav__item.global-nav__item--has-lower>a {
    background: url(/common/images/arw_down_white.png) right 10px center no-repeat
  }
  .global-nav__item.global-nav__item--has-lower>a.is-open {
    background: url(/common/images/arw_up_white.png) right 10px center no-repeat
  }
  .global-nav__lower {
    display: none
  }
  .global-nav__lower .col1 {
    background: #1a6eae
  }
  .global-nav__lower .col1 .ttl a {
    text-decoration: none;
    display: block;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top: 1px solid #d5d5d5;
    background: url(/common/images/arw_white.png) right 10px center no-repeat;
    font-weight: normal
  }
  .global-nav__lower .col1 .col1-list:after {
    content: '';
    display: block;
    height: 1px
  }
  .global-nav__lower .col1 .col1-list>li>a {
    text-decoration: none;
    display: block;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 30px;
    border-top: 1px solid #d5d5d5;
    background: url(/common/images/arw_white.png) right 10px center no-repeat
  }
  .global-nav__lower .col1 .col1-list>li.has-child>a {
    background: url(/common/images/arw_down_white.png) right 10px center no-repeat
  }
  .global-nav__lower .col1 .col1-list>li.has-child>a.is-open {
    background: url(/common/images/arw_up_white.png) right 10px center no-repeat
  }
  .global-nav__lower .col1 .col1-list>li>a[target="_blank"] {
    background: url(/common/images/ico_window_white.png) right 10px center no-repeat
  }
  .global-nav__lower .col2 {
    display: none;
    background: #d8e4ee;
    margin-left: 20px;
    margin-bottom: 20px
  }
  .global-nav__lower .col2 .ttl a {
    text-decoration: none;
    display: block;
    color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    border-top: 1px solid #d5d5d5;
    background: url(/common/images/arw_gray2.png) right 10px center no-repeat;
    font-weight: normal
  }
  .global-nav__lower .col2 .col2-list:after {
    content: '';
    display: block;
    height: 1px
  }
  .global-nav__lower .col2 .col2-list>li>a {
    text-decoration: none;
    display: block;
    color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 30px;
    border-top: 1px solid #d5d5d5;
    background: url(/common/images/arw_gray2.png) right 10px center no-repeat
  }
  .global-nav__lower .col2 .col2-list>li.has-child>a {
    background: url(/common/images/arw_down.png) right 10px center no-repeat
  }
  .global-nav__lower .col2 .col2-list>li.has-child>a.is-open {
    background: url(/common/images/arw_up.png) right 10px center no-repeat
  }
  .global-nav__lower .col2 .col2-list>li>a[target="_blank"] {
    background: url(/common/images/ico_window.png) right 10px center no-repeat
  }
  .global-nav__lower .col3 {
    display: none;
    background: #e8f1f8;
    margin-left: 20px;
    margin-bottom: 20px
  }
  .global-nav__lower .col3 .ttl a {
    text-decoration: none;
    display: block;
    color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    border-top: 1px solid #d5d5d5;
    background: url(/common/images/arw_gray2.png) right 10px center no-repeat;
    font-weight: normal
  }
  .global-nav__lower .col3 .col3-list {
    padding-left: 20px;
    border-top: 1px solid #d5d5d5
  }
  .global-nav__lower .col3 .col3-list>li>a {
    text-decoration: none;
    display: block;
    color: #222;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    background: url(/common/images/arw_gray2.png) right 10px center no-repeat
  }
  .global-nav__lower .col3 .col3-list>li>a[target="_blank"] {
    background: url(/common/images/ico_window.png) right 10px center no-repeat
  }
  .global-nav__close {
    width: 100%;
    margin: 0 auto 0;
    padding: 10px 0;
    background: #f2f2f2;
    background-size: 10px 10px;
    border: solid 1px #f2f2f2;
    color: #222
  }
}

.global-footer__nav {
  padding: 30px 0 50px;
  background: #f2f2f2
}

.global-footer__nav a {
  color: #222
}

.global-footer__nav a:hover {
  text-decoration: underline
}

.global-footer__nav .footer-logo {
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
  margin: 0 0 30px;
  font-size: 1.8rem
}

.global-footer__nav .footer-logo img {
  margin-right: 20px;
  vertical-align: middle
}

.global-footer__nav .col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.global-footer__nav .col-wrapper .col {
  width: 20%
}

.global-footer__nav .col-wrapper .col .footer-ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-left: 30px;
  background: left center no-repeat
}

.global-footer__nav .col-wrapper .col .footer-ttl_product {
  background-image: url(/common/images/ft_ico_product.png)
}

.global-footer__nav .col-wrapper .col .footer-ttl_application {
  background-image: url(/common/images/ft_ico_application.png)
}

.global-footer__nav .col-wrapper .col .footer-ttl_support {
  background-image: url(/common/images/ft_ico_support.png)
}

.global-footer__nav .col-wrapper .col .footer-ttl_book {
  background-image: url(/common/images/ft_ico_book.png)
}


.global-footer__nav .col-wrapper .col .footer-ttl_buy {
  background-image: url(/common/images/ft_ico_buy.png)
}

.global-footer__nav .col-wrapper .col .footer-ttl_contact {
  background-image: url(/common/images/ft_ico_contact.png)
}


.global-footer__nav .col-wrapper .col .footer-ttl_knowledge {
  background-image: url(/common/images/ft_ico_knowledge.png)
}


.global-footer__nav .col-wrapper .col .footer-ttl img {
  margin-right: 10px;
  vertical-align: middle
}

.global-footer__nav .col-wrapper .col .footer-list {
  padding-left: 30px
}

.global-footer__nav .col-wrapper .col .footer-list li {
  margin-bottom: 10px;
  line-height: 1.2
}

.global-footer__bt {
  position: relative;
  padding: 20px 0 20px
}

.global-footer__bt a:hover {
  text-decoration: underline
}

.global-footer__bt .inner {
  position: relative
}

.global-footer__bt .info {
  letter-spacing: -.4em;
  font-size: 1.4rem
}

.global-footer__bt .top {
  border-bottom: 1px solid #000;
  margin: 0 0 20px;
  padding: 0 20px 10px
}

.global-footer__bt .top li {
  display: inline-block;
  position: relative;
  padding-right: 25px
}

.global-footer__bt .top li:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #222;
  position: absolute;
  top: 5px;
  right: 10px
}

.global-footer__bt .top li:last-child:after {
  display: none
}

.global-footer__bt .top li:last-child {
  border: 0
}

.global-footer__bt .top a {
  color: #000
}

.global-footer__bt .info {
  padding: 0 20px 0
}

.global-footer__bt .info li {
  display: inline-block;
  margin-right: 16px;
  letter-spacing: normal
}

.global-footer__bt .info li a {
  color: #000
}

.global-footer__bt .copy {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 1.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.pagetop a {
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #CCC;
  text-align: center;
  padding-top: 18px
}

.gdpr {
  background: rgba(0, 35, 61, 0.75);
  position: fixed;
  z-index: 150;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 20px 0
}

.gdpr .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.gdpr .gdpr-txt {
  font-weight: normal;
  line-height: 1.4
}

.gdpr .gdpr-txt a {
  color: #fff;
  text-decoration: underline
}

.gdpr .gdpr-btn {
  white-space: nowrap
}

.gdpr .gdpr-btn a {
  display: inline-block;
  background: #2189d9;
  color: #FFF;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  margin-left: 50px;
  text-decoration: none
}

.gdpr .gdpr-btn a:hover {
  opacity: .7
}

@media screen and (max-width:750px) {
  .global-footer__nav {
    padding: 5px 0 14px
  }
  .global-footer__nav .inner {
    display: block
  }
  .global-footer__bt {
    padding: 20px 0 14px
  }
  .global-footer__bt .top {
    text-align: center
  }
  .global-footer__bt .top li {
    padding: 0
  }
  .global-footer__bt .top li:after {
    display: none
  }
  .global-footer__bt .info {
    text-align: center;
    font-size: 1.1rem
  }
  .global-footer__bt .info li {
    margin-right: 10px
  }
  .global-footer__bt .copy {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    position: static;
    margin-top: 12px;
    font-size: 1rem;
    text-align: center
  }
  .pagetop a {
    display: block;
    position: static;
    width: 100%;
    height: 40px;
    border-radius: 0;
    background: #f2f2f2;
    text-align: center;
    padding-top: 15px;
    border-bottom: 1px solid #d5d5d5
  }
  .gdpr {
    padding: 10px 0
  }
  .gdpr .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .gdpr .gdpr-txt {
    width: 100%;
    font-size: 1.2rem
  }
  .gdpr .gdpr-btn {
    width: 100%
  }
  .gdpr .gdpr-btn a {
    display: block;
    margin: 10px auto 0;
    height: 30px;
    line-height: 30px
  }
}

.u-sp {
  display: none
}

@media screen and (max-width:750px) {
  .u-pc {
    display: none
  }
  .u-sp {
    display: block
  }
}

.l-inner-base {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px
}

.l-section {
  padding: 50px 0 60px
}

@media screen and (max-width:750px) {
  .l-inner-base {
    width: 100%;
    padding: 0 4vw
  }
  .l-section {
    padding: 20px 0 40px
  }
}

.c-bg-clr01 {
  background-color: #f2f2f2
}

@media screen and (max-width:750px) {}

.c-ttl-style01 {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: solid 2px #aaa;
  font-size: 2.2rem;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: relative
}

.c-ttl-style01 .ico {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain
}

@media screen and (max-width:750px) {
  .c-ttl-style01 {
    padding-left: 50px;
    padding-bottom: 7px;
    font-size: 1.8rem
  }
  .c-ttl-style01 .ico {
    width: 40px;
    height: 40px
  }
}

.c-ttl-style02 {
  font-size: 4.4rem;
  font-weight: bold;
  color: #2189d9
}

@media screen and (max-width:750px) {
  .c-ttl-style02 {
    font-size: 3rem;
    line-height: 1.23
  }
}

.c-ttl-style03 {
  font-size: 1.8rem;
  font-weight: bold;
  background: #f2f2f2;
  padding: 5px 20px
}

@media screen and (max-width:750px) {
  .c-ttl-style03 {
    font-size: 1.6rem
  }
}

.c-btn-style01 a {
  position: relative;
  min-width: 160px;
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #666;
  height: 35px;
  padding: 0 24px;
  line-height: 35px;
  font-size: 1.5rem;
  text-align: center;
  color: #222;
  text-decoration: none
}

.c-btn-style01 a:hover {
  opacity: .7
}

.c-btn-style01 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/common/images/arw_gray.png") no-repeat;
  background-size: 9px auto
}

@media screen and (max-width:750px) {
  .c-btn-style01 a {
    min-width: 100px
  }
}

.c-search-lineup .layout-tab .layout {
  display: none
}

.c-search-lineup .lineup-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 10px 0
}

.c-search-lineup .lineup-nav.rt {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.c-search-lineup .lineup-nav .cont-lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-search-lineup .lineup-nav .cont-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.c-search-lineup .lineup-nav .select {
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 0 14px 0 5px
}

.c-search-lineup .lineup-nav .select select {
  padding: 2px 0
}

.c-search-lineup .lineup-nav .pagination a {
  display: inline-block;
  padding: 0 8px;
  height: 25px;
  line-height: 25px;
  margin: 0 3px;
  cursor: pointer;
  text-decoration: none
}

.c-search-lineup .lineup-nav .pagination a.current {
  color: #222
}

.c-search-lineup .lineup-nav .pagination .first, .c-search-lineup .lineup-nav .pagination .previous, .c-search-lineup .lineup-nav .pagination .next, .c-search-lineup .lineup-nav .pagination .last {
  border: solid 1px #d5d5d5;
  background: #f2f2f2;
  color: #222
}

.c-search-lineup .lineup-nav .btn-dl .dt-buttons {
  display: inline-block;
  min-width: 200px;
  height: 40px;
  padding: 0;
  border-radius: 3px;
  background: #54748c url("/common/images/ico_download.png") no-repeat 15px 50%;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border: 0
}

.c-search-lineup .lineup-nav .btn-dl .dt-buttons:hover {
  opacity: .7
}

.c-search-lineup .lineup-nav .btn-dl .dt-buttons button, .c-search-lineup .lineup-nav .btn-dl .dt-buttons a {
  color: #fff;
  background: 0;
  border: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.c-search-lineup .lineup-nav .btn-dl .dt-buttons button span, .c-search-lineup .lineup-nav .btn-dl .dt-buttons a span {
  font-size: 1.3rem;
  position: absolute;
  display: block;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-search-lineup .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  padding: 0 10px;
  background: #54748c;
  color: #FFF;
  margin-bottom: 5px
}

.c-search-lineup .head .filter .dataTables_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 23px 10px 0
}

.c-search-lineup .head .filter label span {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  margin-right: 10px;
  display: block;
  padding: 0 6px 0 38px;
  background: url("/common/images/ico_filter.png") no-repeat 11px 50%
}

.c-search-lineup .head .filter label a {
  position: absolute;
  top: 15px;
  left: 370px;
  width: 16px
}

.c-search-lineup .head .filter label a img {
  vertical-align: middle
}

.c-search-lineup .head .filter label input {
  position: absolute;
  top: 10px;
  left: 110px;
  height: 35px;
  min-width: 250px;
  border: 0;
  border-radius: 3px;
  padding: 0 10px;
  background: #FFF;
  font-size: 1.3rem;
  box-shadow: 0 0 9px -5px rgba(0, 0, 0, 0.7)
}

.c-search-lineup .head .btn-disp button {
  position: relative;
  display: inline-block;
  border-radius: 2px;
  border: solid 1px #d5d5d5;
  padding: 4px 25px 4px 34px;
  background: #f2f2f2 url("/common/images/ico_column_filter.png") no-repeat 5px 50%;
  color: #222;
  text-decoration: none;
  border: 0;
  cursor: pointer
}

.c-search-lineup .head .btn-disp button:hover {
  background-color: #FFF
}

.c-search-lineup .head .btn-disp button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/common/images/arw_down.png") no-repeat 0 50%;
  background-size: 10px auto
}

.c-search-lineup .head.list .btn-disp {
  display: none
}

.c-search-lineup .head.list .filter dl dt {
  display: inline-block;
  width: 150px
}

.c-search-lineup .head.list .filter dl dd {
  display: inline-block;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px)
}

.c-search-lineup .table-wrap {
  overflow-x: auto
}

.c-search-lineup .table-wrap table {
  min-width: 100%
}

.c-search-lineup table th, .c-search-lineup table td {
  border: solid 1px #ddd;
  min-width: 85px;
  font-size: 1.3rem;
  padding: 7px 5px;
  white-space: nowrap;
  text-align: center
}

.c-search-lineup table thead th {
  position: relative;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 30px
}

.c-search-lineup table thead th .ttl .q {
  display: inline-block;
  width: 16px;
  margin-left: 2px;
  vertical-align: baseline
}

.c-search-lineup table thead th .sub {
  display: block;
  font-size: 1.1rem
}

.c-search-lineup table th.ttl02 {
  background: #FFF;
  word-break: normal
}

.c-search-lineup table th.ttl02 a {
  display: block;
  font-weight: normal
}

.c-search-lineup table th.ttl02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 80px
}

.c-search-lineup table th.ttl02 .ttl {
  margin-right: 6px;
  text-decoration: underline
}

.c-search-lineup table th.ttl02 .ttl:hover {
  text-decoration: none
}

.c-search-lineup table th.ttl02 .pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  width: 22px;
  margin-right: 6px;
  position: absolute;
  right: 50px
}

.c-search-lineup table th.ttl02 .pdf img {
  width: 22px;
  height: auto
}

.c-search-lineup table th.ttl02 .pdf:after {
  content: none
}

.c-search-lineup table th.ttl02 .search {
  border-radius: 3px;
  min-width: 52px;
  padding: 2px 2px 2px 22px;
  background: #ccc url("/common/images/ico_stock_search.png") no-repeat 5px 50%;
  color: #222;
  font-size: 1.2rem;
  position: absolute;
  right: 0
}

.c-search-lineup table th.ttl02 .search_jp {
  border-radius: 3px;
  min-width: 52px;
  height: 20px;
  padding: 2px 2px 2px 22px;
  background: #ccc url("/common/images/ico_list_kounyu_jp.png") no-repeat;
  background-size: cover;
  color: #222;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
}
.c-search-lineup table th.ttl02 .search_en {
  border-radius: 3px;
  min-width: 52px;
  height: 20px;
  padding: 2px 2px 2px 22px;
  background: #ccc url("/common/images/ico_list_kounyu_en.png") no-repeat;
  background-size: cover;
  color: #222;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
}
.c-search-lineup table th.ttl02 .search_ch {
  border-radius: 3px;
  min-width: 52px;
  height: 20px;
  padding: 2px 2px 2px 22px;
  background: #ccc url("/common/images/ico_list_kounyu_ch.png") no-repeat;
  background-size: cover;
  color: #222;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
}

.c-search-lineup table tr:nth-child(odd) th.ttl02 {
  background: #edf6fc
}

.c-search-lineup table tr:nth-child(odd) td {
  background: #FFF
}

.c-search-lineup table tr:nth-child(even) th.ttl02 {
  background: #e1eaf0
}

.c-search-lineup table tr:nth-child(even) td {
  background: #f2f2f2
}

.c-search-lineup table td .ico-status {
  width: 60px;
  margin: 0 auto;
  border-radius: 3px;
  padding: 3px 2px;
  border: solid 1px #2189d9;
  color: #2189d9;
  font-size: 1.2rem;
  line-height: 1
}

.c-search-lineup table td.txt-l {
  text-align: left
}

.c-search-lineup table td.txt-r {
  text-align: right
}

@media screen and (max-width:750px) {
  .c-search-lineup .table-wrap+.lineup-nav .num {
    text-align: center
  }
  .c-search-lineup .layout-tab .layout {
    width: auto;
    margin: 0 -4vw;
    padding: 7px 0;
    background: rgba(33, 137, 217, 0.2);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .c-search-lineup .layout-tab .layout li {
    width: 125px
  }
  .c-search-lineup .layout-tab .layout li a {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #222;
    text-decoration: none
  }
  .c-search-lineup .layout-tab .layout .list a {
    padding: 0 0 0 40px;
    border-radius: 18px 0 0 18px;
    background: #f2f2f2 url("/common/images/ico_lineup_list.png") no-repeat 13px 50%
  }
  .c-search-lineup .layout-tab .layout .list a.active {
    background: #2189d9 url("/common/images/ico_lineup_list_active.png") no-repeat 13px 50%;
    color: #FFF
  }
  .c-search-lineup .layout-tab .layout .item a {
    border-radius: 0 18px 18px 0;
    padding: 0 0 0 40px;
    background: #f2f2f2 url("/common/images/ico_lineup_item.png") no-repeat 13px 50%
  }
  .c-search-lineup .layout-tab .layout .item a.active {
    background: #2189d9 url("/common/images/ico_lineup_item_active.png") no-repeat 13px 50%;
    color: #FFF
  }
  .c-search-lineup .lineup-nav {
    margin: 10px 0;
    display: block
  }
  .c-search-lineup .lineup-nav .cont-lt {
    margin-top: 20px;
    display: block;
    overflow: hidden
  }
  .c-search-lineup .lineup-nav .select {
    float: left;
    width: 120px;
    margin: 0;
    padding: 0
  }
  .c-search-lineup .lineup-nav .select:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 30px;
    width: 9px;
    height: 9px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background: url("/common/images/arw_gray2.png") no-repeat 50% 50%;
    background-size: 9px 9px
  }
  .c-search-lineup .lineup-nav .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: solid 1px #d5d5d5;
    border-radius: 0;
    font-size: 1.4rem;
    width: 45px;
    padding: 2px 2px
  }
  .c-search-lineup .lineup-nav .pagination {
    width: -webkitcalc(100% - 120px);
    width: calc(100% - 120px);
    float: right;
    font-size: 0;
    text-align: right
  }
  .c-search-lineup .lineup-nav.bottom .pagination {
    float: none;
    text-align: center;
    width: 100%
  }
  .c-search-lineup .lineup-nav .pagination a {
    display: inline-block;
    margin: 0 1px;
    font-size: 1.3rem
  }
  .c-search-lineup .lineup-nav .btn-dl {
    display: none
  }
  .c-search-lineup .lineup-nav .info {
    clear: both;
    margin-top: 10px;
    width: 100%;
    text-align: right
  }
  .c-search-lineup .lineup-nav.bottom .info {
    text-align: center
  }
  .c-search-lineup .head {
    display: block;
    position: relative;
    padding: 10px
  }
  .c-search-lineup .head .filter {
    position: relative
  }
  .c-search-lineup .head .filter .dataTables_filter {
    display: block;
    padding: 0
  }
  .c-search-lineup .head .filter label {
    height: auto;
    background-position: 11px 20px;
    overflow: hidden;
    display: block
  }
  .c-search-lineup .head .filter label input {
    display: block;
    position: static;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
  }
  .c-search-lineup .head .filter label a {
    top: 4px;
    left: 100px
  }
  .c-search-lineup .head .btn-disp {
    position: absolute;
    top: 10px;
    right: 10px
  }
  .c-search-lineup .head .btn-disp button {
    padding: 4px 25px 4px 34px;
    background: #f2f2f2 url("/common/images/ico_column_filter.png") no-repeat 5px 50%
  }
  .c-search-lineup .table-wrap {
    overflow-y: hidden;
    overflow-x: auto;
    margin: 2px -4vw 0 -4vw !important;
    padding: 0 4vw 0 4vw
  }
  .item-wrap .head .filter label span {
    width: 120px;
    float: left
  }
  .item-wrap .head .filter label input {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    float: right;
    min-width: inherit
  }
  .c-search-lineup .table-wrap table {
    display: inline-block
  }
  .c-search-lineup table th, .c-search-lineup table td {
    padding: 7px 5px
  }
}

.sorting {
  background: url('/common/images/datatables/sort_both.png') no-repeat center bottom 5px
}

.sorting_asc {
  background: url('/common/images/datatables/sort_asc.png') no-repeat center bottom 5px
}

.sorting_desc {
  background: url('/common/images/datatables/sort_desc.png') no-repeat center bottom 5px
}

.sorting_asc_disabled {
  background: url('/common/images/datatables/sort_asc_disabled.png') no-repeat center bottom 5px
}

.sorting_desc_disabled {
  background: url('/common/images/datatables/sort_desc_disabled.png') no-repeat center bottom 5px
}

.c-list-lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px
}

.c-list-lineup>li {
  width: -webkit-calc(33.33% - 7px);
  width: calc(33.33% - 7px);
  margin: 0 7px 7px 0;
  padding: 16px 20px 25px;
  background: #FFF
}

.c-list-lineup.c-list-banner>li {
  padding: 0
}

.c-list-lineup.c-list-banner>li a {
  display: block;
  position: relative
}

.c-list-lineup.c-list-banner>li a:before {
  content: "";
  position: absolute;
  display: block;
  right: 15px;
  top: 50%;
  width: 14px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/common/images/ico_window.png") no-repeat;
  background-size: 14px auto
}

.c-list-lineup .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: solid 1px #d5d5d5
}

.c-list-lineup .ttl a {
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 12px;
  text-decoration: none;
  color: #222
}

.c-list-lineup .ttl a .ico {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.c-list-lineup .ttl a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/common/images/arw_blue.png") no-repeat
}

.c-list-lineup .list {
  margin-top: 14px;
  padding: 0 5px;
  font-size: 1.6rem
}

.c-list-lineup .list li+li {
  margin-top: 8px
}

.c-list-lineup .list li.cate-top {
  display: none
}

.c-list-lineup .list a {
  display: block;
  position: relative;
  color: #222
}

.c-list-lineup .list a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/common/images/arw_gray.png") no-repeat
}

@media screen and (min-width:751px) {
  .c-list-lineup .list {
    display: block !important
  }
}

@media screen and (max-width:750px) {
  .c-list-lineup {
    margin-right: 0;
    margin-bottom: 10px
  }
  .c-list-lineup>li {
    width: 100%;
    margin: 0;
    padding: 0
  }
  .c-list-lineup>li+li {
    margin-top: 2px
  }
  .c-list-lineup.c-list-banner>li a {
    display: block;
    height: 55px
  }
  .c-list-lineup .ttl {
    border: 0
  }
  .c-list-lineup .ttl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    padding-left: 60px;
    margin-bottom: 0
  }
  .c-list-lineup .ttl a.is-open:after {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
  }
  .c-list-lineup .ttl a:before {
    left: 15px;
    width: 33px;
    height: 33px;
    background-size: 33px auto
  }
  .c-list-lineup .ttl a:after {
    right: 15px;
    width: 13px;
    height: 13px;
    background: url("/common/images/arw_down.png") no-repeat 50% 50%;
    background-size: 13px auto
  }
  .c-list-lineup .ttl a .ico {
    left: 10px
  }
  .c-list-lineup .list {
    display: none;
    border-top: solid 1px #d5d5d5;
    margin: 0 15px 15px;
    padding: 15px 0 0;
    font-size: 1.6rem
  }
  .c-list-lineup .list li+li {
    margin-top: 16px
  }
  .c-list-lineup .list li.cate-top {
    display: block;
    margin-top: 20px
  }
  .c-list-lineup .list li.cate-top a {
    position: relative;
    width: 100%;
    display: inline-block;
    border-radius: 3px;
    border: solid 1px #d5d5d5;
    height: 35px;
    line-height: 35px;
    font-size: 1.4rem;
    text-align: center;
    color: #222;
    text-decoration: none
  }
  .c-list-lineup .list li.cate-top a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 9px;
    height: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/common/images/arw_gray.png") no-repeat;
    background-size: 9px auto
  }
}

.c-cv-area {
  padding: 60px 0;
  border-top: solid 1px #2189d9;
  box-shadow: inset 0 -6px 7px -8px rgba(0, 0, 0, 0.8);
  background: url("/common/images/cv_bg.png") no-repeat 0 0;
  background-size: cover
}

.c-cv-area .ttl {
  color: #2189d9;
  font-size: 2.2rem
}

.c-cv-area .lead {
  margin-top: 10px
}

.c-cv-area .list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-cv-area .list li {
  width: 24.37%
}

.c-cv-area .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  border: solid 1px #d5d5d5;
  width: 100%;
  height: 80px;
  padding-left: 50px;
  background: #FFF;
  line-height: 1.33;
  font-weight: bold;
  font-size: 1.6rem;
  color: #222;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  text-decoration: none
}

.c-cv-area .list li a:hover {
  opacity: .7
}

.c-cv-area .list li.item01 a {
  background-image: url("/common/images/ico_cv01.png");
  background-position-x: 10px
}

.c-cv-area .list li.item02 a {
  background-image: url("/common/images/ico_cv02.png");
  background-position-x: 17px
}

.c-cv-area .list li.item03 a {
  background-image: url("/common/images/ico_cv03.png")
}

.c-cv-area .list li.item04 a {
  background-image: url("/common/images/ico_cv04.png")
}

@media screen and (max-width:750px) {
  .c-cv-area {
    padding: 25px 0 17px;
    box-shadow: none;
    background: 0;
    text-align: center
  }
  .c-cv-area .ttl {
    font-size: 1.8rem
  }
  .c-cv-area .lead {
    margin-top: 10px
  }
  .c-cv-area .list {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.65%
  }
  .c-cv-area .list li {
    width: 48.35%;
    margin: 6px 1.65% 0 0
  }
  .c-cv-area .list li a {
    padding: 42px 0 0 0;
    font-size: 1.3rem;
    background-position-x: 50%;
    text-align: center;
    justify-content: center;
    line-height: 1.15
  }
  .c-cv-area .list li.item01 a {
    background-position: 50% 15px
  }
  .c-cv-area .list li.item02 a {
    background-position: 50% 9px
  }
  .c-cv-area .list li.item03 a {
    background-position: 50% 17px
  }
  .c-cv-area .list li.item04 a {
    background-position: 50% 20px
  }
}

.c-list-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px
}

.c-list-app>li {
  width: -webkit-calc(33.33% - 7px);
  width: calc(33.33% - 7px);
  margin: 0 7px 7px 0;
  background: #FFF;
  font-size: 1.8rem;
  font-weight: bold
}

.c-list-app>li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 80px;
  padding: 15px 15px 15px 64px;
  color: #222;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  text-decoration: none
}

.c-list-app>li a:hover {
  opacity: .7
}

.c-list-app>li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/common/images/arw_blue.png") no-repeat
}

.c-list-app>li a .ico {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:750px) {
  .c-list-app {
    margin-right: 0
  }
  .c-list-app>li {
    width: 100%;
    margin: 0;
    font-size: 1.6rem
  }
  .c-list-app>li+li {
    margin-top: 2px
  }
  .c-list-app>li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 15px 15px 15px 64px;
    color: #222;
    background-position: 11px 50%;
    text-decoration: none
  }
  .c-list-app>li a:hover {
    opacity: .7
  }
  .c-list-app>li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/common/images/arw_blue.png") no-repeat
  }
  .c-list-app>li.cate01 a {
    background-size: 36px auto
  }
  .c-list-app>li.cate02 a {
    background-size: 36px auto
  }
  .c-list-app>li.cate03 a {
    background-size: 20px auto;
    background-position-x: 20px
  }
  .c-list-app>li.cate04 a {
    background-size: 28px auto;
    background-position-x: 15px
  }
  .c-list-app>li.cate05 a {
    background-size: 36px auto
  }
}

.c-list-other-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px
}

.c-list-other-app a {
  color: #222
}

.c-list-other-app>li {
  width: calc(100% - 20px);
  margin-right: 20px
}

.c-list-other-app>li .ttl a {
  display: block;
  padding: 5px 0 5px 35px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  border-bottom: solid 1px #d5d5d5;
  font-size: 1.5rem;
  text-decoration: none
}

.c-list-other-app>li ul li {
  margin-top: 10px
}

.c-list-other-app>li ul li a {
  position: relative;
  display: block
}

.c-list-other-app>li ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 9px;
  height: 9px;
  background-image: url("/common/images/arw_gray.png")
}

.c-list-other-app>li.item01 .ttl a {
  background-image: url("/common/images/ico_app01.png");
  background-size: 25px auto
}

.c-list-other-app>li.item02 .ttl a {
  background-image: url("/common/images/ico_app02.png");
  background-size: 25px auto
}

.c-list-other-app>li.item03 .ttl a {
  background-image: url("/common/images/ico_app03.png");
  background-size: 14px auto
}

.c-list-other-app>li.item04 .ttl a {
  background-image: url("/common/images/ico_app04.png");
  background-size: 20px auto
}

.c-list-other-app>li.item05 .ttl a {
  background-image: url("/common/images/ico_app05.png");
  background-size: 20px auto
}

@media screen and (max-width:750px) {
  .c-list-other-app {
    margin-right: 0;
    display: block
  }
  .c-list-other-app>li {
    width: 100%;
    margin-right: 0
  }
  .c-list-other-app>li .ttl a {
    padding: 9px 0 9px 35px;
    border-bottom: solid 1px #d5d5d5;
    font-size: 1.5rem;
    text-decoration: none;
    position: relative
  }
  .c-list-other-app>li .ttl a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 9px;
    height: 9px;
    background-image: url("/common/images/arw_gray.png")
  }
  .c-list-other-app>li ul {
    display: none
  }
  .c-list-other-app>li.item01 .ttl a {
    background-size: 25px auto
  }
  .c-list-other-app>li.item02 .ttl a {
    background-size: 25px auto
  }
  .c-list-other-app>li.item03 .ttl a {
    background-size: 14px auto
  }
  .c-list-other-app>li.item04 .ttl a {
    background-size: 20px auto
  }
  .c-list-other-app>li.item05 .ttl a {
    background-size: 23px auto
  }
}

.c-ttl-page {
  padding: 20px 0;
  background: #f8f8f8 url("/common/images/ttl_page_bg.jpg") no-repeat center center;
  background-size: cover
}

.c-ttl-page .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-ttl-page .ttl {
  font-size: 2.8rem;
  padding-right: 30px;
  font-weight: normal;
  white-space: nowrap
}

.c-ttl-page .txt {
  font-size: 1.3rem;
  line-height: 1.38
}

@media screen and (max-width:750px) {
  .c-ttl-page {
    background: 0;
    padding: 0
  }
  .c-ttl-page .inner {
    display: block;
    padding: 0
  }
  .c-ttl-page .ttl {
    background: #f8f8f8 url("/common/images/ttl_page_bg.jpg") no-repeat 100% 0;
    background-size: auto 100%;
    padding: 12px 4vw;
    font-size: 2rem;
    white-space: normal;
    line-height: 1em
  }
  .c-ttl-page .txt {
    padding: 15px 4vw
  }
}

.news-detail-header {
  margin-top: 20px
}

.news-detail-header time {
  text-align: right;
  display: block;
  font-size: 1.6rem
}

.news-detail-header .news_ttl {
  position: relative;
  margin-top: 0;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4em
}

.news-detail-header .news_lead {
  margin-top: 20px;
  font-size: 1.4rem
}

@media screen and (max-width:750px) {
  .news-detail-header .news_ttl {
    font-size: 2rem
  }
}

.news-detail-content {
  margin: 60px 0 0
}

.news-detail-content .sec-news-detail {
  overflow: hidden;
  margin: 30px auto 60px;
  padding: 0
}

.news-detail-content .sec-news-detail .ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.6
}

.news-detail-content .sec-news-detail p {
  margin-bottom: 20px
}

.news-detail-content .btn-back {
  margin-top: 30px;
  text-align: center;
  margin: 0 0 60px
}

.news-detail-content .btn-back a {
  border-radius: 2px;
  position: relative;
  display: inline-block;
  min-width: 260px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #d5d5d5;
  padding: 0 30px;
  background-color: #f2f2f2;
  text-align: center;
  color: #222
}

.news-detail-content .btn-back a:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  left: 15px;
  margin-top: -5px;
  background: url(/common/images/arw_gray2.png) no-repeat 0 0;
  background-size: 13px 13px
}

.news-detail-content .btn-back a:hover {
  text-decoration: none;
  opacity: .7
}

@media screen and (max-width:750px) {
  .news-detail-content {
    margin: 30px 0 0
  }
  .news-detail-content .sec-news-detail {
    margin: 20px auto
  }
}

.elm-ttl {
  font-size: 2.5rem;
  padding: 0 0 10px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 40px
}

.elm-subttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 5px 0
}

hr {
  margin: 4em 0
}

.elm-list li {
  list-style-position: outside;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative
}

.elm-list li:before {
  content: "・";
  position: absolute;
  left: 0
}

.elm-list.none li {
  list-style: none;
  margin-left: 0;
  padding-left: 0
}

.elm-list.disc li {
  list-style: disc;
  margin-left: 20px;
  padding-left: 0
}

.elm-list.circle li {
  list-style: circle;
  margin-left: 20px;
  padding-left: 0
}

.elm-list.square li {
  list-style: square;
  margin-left: 20px;
  padding-left: 0
}

.elm-list.lower-roman li {
  list-style: lower-roman;
  margin-left: 20px;
  padding-left: 0
}

.elm-list.upper-roman li {
  list-style: upper-roman;
  margin-left: 20px;
  padding-left: 0
}

.elm-list.decimal li {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 0
}

.elm-list.none li:before, .elm-list.disc li:before, .elm-list.circle li:before, .elm-list.square li:before, .elm-list.lower-roman li:before, .elm-list.upper-roman li:before, .elm-list.decimal li:before {
  display: none
}

@media screen and (max-width:750px) {
  .elm-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px
  }
  hr {
    margin: 2em 0
  }
}

.table-wrapper {
  margin: 0 auto
}

.table-wrapper.fixed {
  width: 690px;
  overflow-x: auto
}

.table-wrapper.liquid {
  width: 100%;
  max-width: 690px
}

.table-wrapper.mw100 {
  width: 100%;
  max-width: inherit
}

.table-wrapper table {
  margin: 0;
  background: #fff
}

.table-wrapper.fixed>* {
  min-width: 690px
}

.table-wrapper.fixed table {
  min-width: 690px
}

.table-wrapper.liquid table {
  width: 100%
}

.table-wrapper table tr th, .table-wrapper table tr td {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 10px 20px
}

.table-wrapper table.l-text-right tr th, .table-wrapper table.l-text-right tr td {
  text-align: right
}

.table-wrapper table.l-text-left tr th, .table-wrapper table.l-text-left tr td {
  text-align: left
}

.table-wrapper table.l-title-center tr th {
  text-align: center
}

.table-wrapper table.l-title-center tr td {
  text-align: left
}

.table-wrapper table tr th {
  background: #e2e2e2;
  font-weight: 500
}

.table-wrapper table tr td a {
  padding: 0 0 0 10px;
}

.table-wrapper table tr td.vertical {
  text-align: center;
  white-space: nowrap;
  width: 1em
}

.table-wrapper table tr td.vertical>span {
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl
}

.table-wrapper table tr td span.note {
  font-size: 1rem;
  vertical-align: top;
  margin: 0 0 0 10px
}

.table-wrapper .blue {
  background: #e3e3ff
}

@media screen and (max-width:750px) {
  .table-wrapper.fixed {
    width: auto;
    overflow-x: auto
  }
}

.img-wrapper {
  width: 690px;
  margin: 0 auto
}

.img-wrapper img {
  width: 100%
}

@media screen and (max-width:750px) {
  .img-wrapper {
    width: auto
  }
}

.img-txt-wrapper {
  margin: 0 auto 40px;
  overflow: hidden
}

.img-txt-wrapper .img {
  width: 40%;
  float: left;
  text-align: center;
  border: 1px solid #e5e5e5
}

.img-txt-wrapper .img img {
  width: 100%
}

.img-txt-wrapper .txt {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 20px
}

.img-cap-txt-wrapper {
  margin: 0 auto 20px;
  overflow: hidden
}

.img-cap-txt-wrapper .box {
  width: 40%;
  float: left
}

.img-cap-txt-wrapper .img {
  width: 100%;
  float: left;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 0 5px
}

.img-cap-txt-wrapper .img img {
  width: 100%
}

.img-cap-txt-wrapper .txt {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 0 0 0 20px
}

@media screen and (max-width:750px) {
  .img-cap-txt-wrapper .box {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
  }
  .img-cap-txt-wrapper .txt {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
  }
}

.img-r-cap-txt-wrapper {
  margin: 0 auto 20px;
  overflow: hidden
}

.img-r-cap-txt-wrapper .box {
  width: 40%;
  float: right
}

.img-r-cap-txt-wrapper .img {
  width: 100%;
  float: left;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 0 5px
}

.img-r-cap-txt-wrapper .img img {
  width: 100%
}

.img-r-cap-txt-wrapper .txt {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px 0 0
}

@media screen and (max-width:750px) {
  .img-r-cap-txt-wrapper .box {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
  }
  .img-r-cap-txt-wrapper .txt {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
  }
}

.img-cap-txt-fll-wrapper {
  margin: 0 auto 20px;
  overflow: hidden
}

.img-cap-txt-fll-wrapper .box {
  width: 40%;
  float: left;
  margin: 0 20px 0 0
}

.img-cap-txt-fll-wrapper .img {
  width: 100%;
  float: left;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 0 5px
}

.img-cap-txt-fll-wrapper .img img {
  width: 100%
}

.img-cap-txt-fll-wrapper .txt {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 0
}

@media screen and (max-width:750px) {
  .img-cap-txt-fll-wrapper .box {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
  }
  .img-cap-txt-fll-wrapper .txt {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
  }
}

.img-cap-txt-flr-wrapper {
  margin: 0 auto 20px;
  overflow: hidden
}

.img-cap-txt-flr-wrapper .box {
  width: 40%;
  float: right;
  margin: 0 0 0 20px
}

.img-cap-txt-flr-wrapper .img {
  width: 100%;
  float: left;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin: 0 0 5px
}

.img-cap-txt-flr-wrapper .img img {
  width: 100%
}

.img-cap-txt-flr-wrapper .txt {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 0
}

@media screen and (max-width:750px) {
  .img-cap-txt-flr-wrapper .box {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
  }
  .img-cap-txt-flr-wrapper .txt {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0
  }
}

.two-colum-wrapper {
  margin: 0 auto 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.two-colum-wrapper .box {
  width: 49.5%
}

.two-colum-wrapper .box .ttl {
  margin: 0
}

.two-colum-wrapper .box .img {
  margin: 0 0 10px;
  text-align: center
}

.two-colum-wrapper .box .img img {
  max-width: 100%
}

.link a:before {
  content: "";
  display: inline-block;
  background: url(/common/images/arw_blue.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 5px 0 0
}

a.window:after {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 15px;
  height: 13px;
  content: "";
  background: url(/common/images/ico_window.png);
  background-size: cover;
  vertical-align: baseline
}

a.window_white:after {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 15px;
  height: 13px;
  content: "";
  background: url(/common/images/ico_window_white.png);
  background-size: cover;
  vertical-align: baseline
}

a.pdf:after {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 16px;
  height: 16px;
  content: "";
  background: url(/common/images/icon_pdf.png) center center;
  background-size: cover;
  vertical-align: middle
}

a.xls:after {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 16px;
  height: 16px;
  content: "";
  background: url(/common/images/icon_xls.png);
  background-size: cover;
  vertical-align: middle
}

a.download:after {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 16px;
  height: 16px;
  content: "";
  background: url(/common/images/icon_download.png);
  background-size: cover;
  vertical-align: middle
}

a.zip:after {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 16px;
  height: 16px;
  content: "";
  background: url(/common/images/icon_zip.png);
  background-size: cover;
  vertical-align: middle
}

a.window, a.window_white, a.pdf, a.xls, a.download, a.zip {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px
}

a.window:hover, a.window_white:hover, a.pdf:hover, a.xls:hover, a.download:hover, a.zip:hover {
  text-decoration: underline
}

.item-col2 {
  margin-bottom: 20px
}

ul.item-col2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

ul.item-col2 .col-left.w90 {
  width: 90px
}

ul.item-col2 .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

ul .txt {
  display: block
}

ul.item-col2 .col-right {
  margin-left: 10px
}

ul .txt {
  display: block
}

dl.item-col2 {
  position: relative;
  padding-top: 5px
}

dl.item-col2 dt {
  position: absolute;
  width: 100px
}

dl.item-col2 dd {
  padding: 0 0 5px 100px;
  margin-bottom: 5px
}

.search-condition table {
  width: 100%
}

.search-condition table th {
  background: #
}

.modal-bg {
  content: '';
  display: block;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5)
}

.modal-content {
  display: block;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 40px 60px 60px;
  max-height: -webkit-calc(100vh - 100px);
  max-height: calc(100vh - 100px)
}

.modal-content .scroll {
  max-height: -webkit-calc(100vh - 300px);
  max-height: calc(100vh - 300px);
  overflow: auto;
  padding-right: 10px
}

.modal-content .scroll::-webkit-scrollbar {
  width: 10px
}

.modal-content .scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: solid 1px #ececec
}

.modal-content .scroll::-webkit-scrollbar-thumb {
  background: #c7bece;
  border-radius: 5px
}

.modal-content .btn-modal-close {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px
}

.modal-content .btn-modal-close a {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 10px;
  border-radius: 0;
  background: #333;
  color: #FFF;
  text-decoration: none
}

.modal-content .btn-modal-close a:hover {
  opacity: 1
}

.modal-download h2 {
  font-size: 2.4rem;
  color: #2189d9;
  border-bottom: 1px solid #2189d9;
  padding-bottom: 10px;
  margin-bottom: 20px
}

.modal-download .lead {
  font-size: 1.6rem;
  margin-bottom: 10px
}

.modal-download p {
  margin-bottom: 10px
}

.modal-download form {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #f2f2f2
}

.modal-download dl {
  position: relative
}

.modal-download dl dt {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 200px;
  font-size: 1.4rem;
  font-weight: bold
}

.modal-download dl dt span.ico {
  font-size: 1.2rem;
  background: #c91029;
  border-radius: 3px;
  color: #fff;
  margin-left: 10px;
  padding: 4px 5px
}

.modal-download dl dd {
  padding: 0 0 20px 220px;
  margin: 0 0 20px;
  border-bottom: 1px solid #f2f2f2;
  position: relative
}

.modal-download dl dd input[type="text"] {
  width: 95%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #f2f2f2;
  padding: 0 10px
}

.modal-download dl dd textarea {
  width: 95%;
  height: 10em;
  border: 1px solid #d5d5d5;
  background: #f2f2f2;
  padding: 10px
}

.modal-download dl dd p.privacy-poricy {
  width: 95%;
  height: 15em;
  overflow-y: scroll;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #d5d5d5;
  border-radius: 3px
}

.modal-download dl dd input[type=checkbox].agree {
  display: none
}

.modal-download dl dd input[type=checkbox].agree+label {
  font-size: 1.5rem;
  position: relative
}

.modal-download dl dd input[type=checkbox].agree+label:before {
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 1px #aaa;
  background: #FFF
}

.modal-download dl dd input[type=checkbox].agree:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 20px;
  opacity: 0;
  top: -8px;
  left: 8px;
  border-right: solid 2px #2189d9;
  border-bottom: solid 2px #2189d9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modal-download dl dd input[type=checkbox].agree:checked+label:after {
  opacity: 1
}

.modal-download .btn-submit {
  width: 200px;
  height: 40px;
  margin: 40px auto 0;
  display: block;
  padding: 10px;
  border: 0;
  border-radius: 3px;
  background: #2189d9;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.6rem
}

.modal-download .btn-submit:hover {
  opacity: .6
}

.modal-download .btn-submit:disabled {
  background: #CCC
}

.modal-download .btn-submit:disabled:hover {
  opacity: 1;
  cursor: default
}

@media screen and (max-width:750px) {
  .modal-content {
    padding: 20px 10px 20px 20px;
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px)
  }
  .modal-content .scroll {
    max-height: -webkit-calc(100vh - 200px);
    max-height: calc(100vh - 200px)
  }
  .modal-download h2 {
    font-size: 1.6rem
  }
  .modal-download .lead {
    font-size: 1.2rem
  }
  .modal-download p {
    font-size: 1rem
  }
  .modal-download form {
    margin: 20px 0 0;
    padding: 0
  }
  .modal-download dl dt {
    font-size: 1.4rem;
    width: auto;
    position: relative;
    padding: 5px 0 0
  }
  .modal-download dl dt span.ico {
    font-size: 1rem
  }
  .modal-download dl dd {
    padding: 10px;
    margin: 0
  }
  .modal-download dl dd input[type="text"] {
    width: 100%;
    height: 30px;
    line-height: 30px
  }
  .modal-download dl dd p.privacy-poricy {
    width: 100%
  }
  .modal-download .btn-submit {
    margin-top: 20px
  }
  .modal-content .btn-modal-close {
    width: 30px;
    height: 30px
  }
  .modal-content .btn-modal-close a {
    width: 30px;
    height: 30px;
    padding: 5px
  }
}

form input, form select {
  -webkit-appearance: none;
  font-size: 1.5rem
}

form input[type="text"], form input[type="mail"], form textarea {
  border-radius: 3px;
  border: solid 1px #aaa;
  padding: 10px;
  width: 100%
}

form textarea {
  resize: vertical
}

form .postal-code {
  max-width: 120px
}

form .btn-zip2addr {
  display: inline-block;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  top: 3px
}

form .btn-zip2addr:hover {
  opacity: .6
}

form .check-wrap {
  position: relative;
  margin-top: 5px;
  padding-left: 23px
}

form .check-wrap input[type="checkbox"] {
  position: absolute;
  display: none
}

form .check-wrap label {
  display: block
}

form .check-wrap label:before {
  border-radius: 2px;
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 1px #aaa;
  background: #FFF
}

form .check-wrap label:after {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 11px;
  opacity: 0;
  top: 2px;
  left: 5px;
  border-right: solid 2px #222;
  border-bottom: solid 2px #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

form .check-wrap input[type="checkbox"]:checked+label:after {
  opacity: 1
}

form .select-wrap {
  position: relative;
  display: inline-block
}

form .select-wrap:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 13px;
  background: url("/common/images/ico_select.png") no-repeat 50% 50%;
  background-size: 12px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

form .select-wrap select {
  position: relative;
  z-index: 1;
  padding: 10px 40px 10px 10px;
  background: 0;
  border-radius: 3px;
  border: solid 1px #aaa;
  width: 100%
}

form .select-wrap select::-ms-expand {
  display: none
}

form .radio-wrap {
  margin-top: 5px
}

form .radio-wrap input[type="radio"] {
  display: none
}

form .radio-wrap span {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  line-height: 1
}

form .radio-wrap span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%
}

form .radio-wrap input[type="radio"]:checked+span:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #2189d9;
  border-radius: 50%
}

form .btn-submit {
  margin-top: 35px;
  text-align: center
}

form .btn-submit input[type="submit"] {
  border-radius: 3px;
  border: 0;
  width: 280px;
  height: 60px;
  line-height: 60px;
  background: #2189d9;
  color: #FFF;
  font-size: 1.8rem;
  cursor: pointer;
  margin: 0 5px
}

form .btn-submit input[type="submit"]:hover {
  opacity: .7
}

form .btn-submit input[type="submit"]:disabled {
  background: #CCC;
  cursor: default
}

form .btn-submit input[type="submit"]:disabled:hover {
  opacity: 1
}

form .btn-submit input[type="button"] {
  border-radius: 3px;
  border: 0;
  width: 280px;
  height: 60px;
  line-height: 60px;
  background: #ff9711;
  color: #FFF;
  font-size: 1.8rem;
  cursor: pointer;
  margin: 0 5px
}

form .btn-submit input[type="button"]:hover {
  opacity: .7
}

form .btn-submit input[type="button"]:disabled {
  background: #CCC;
  cursor: default
}

form .btn-submit input[type="button"]:disabled:hover {
  opacity: 1
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form button::-webkit-input-placeholder, form select::-webkit-input-placeholder, form optgroup::-webkit-input-placeholder {
  color: #999
}

form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form button:-ms-input-placeholder, form select:-ms-input-placeholder, form optgroup:-ms-input-placeholder {
  color: #999
}

form input::placeholder, form textarea::placeholder, form button::placeholder, form select::placeholder, form optgroup::placeholder {
  color: #999
}

@media screen and (max-width:750px) {
  form input, form select {
    font-size: 1.4rem
  }
  form .btn-submit input[type="button"] {
    width: 47%;
    margin: 0 2px
  }
  form .btn-submit input[type="submit"] {
    width: 47%;
    margin: 0 2px
  }
}

.search-condition {
  width: 80%;
  margin: 0 auto
}

.search-condition form .select-wrap select {
  padding: 5px 40px 5px 5px;
  height: 30px
}

.search-condition form input[type="text"], .search-condition form input[type="mail"], .search-condition form textarea {
  padding: 5px;
  height: 30px
}

.search-condition form .btn-submit {
  margin: 20px auto 0;
  position: relative;
  width: 260px
}

.search-condition form .btn-submit:after {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  top: 50%;
  left: 15px;
  margin-top: -5px;
  background: url(/common/images/arw_gray2.png) no-repeat 0 0;
  background-size: 13px 13px
}

.search-condition form .btn-submit input[type="submit"] {
  display: block;
  width: 260px;
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  color: #222;
  font-size: 1.2rem;
  font-weight: bold
}

.search-condition form .btn-submit input[type="submit"]:hover {
  opacity: .7
}

.search-condition dl {
  position: relative;
  padding: 0;
  border-top: 1px solid #d5d5d5
}

.search-condition dl dt {
  position: absolute;
  left: 0;
  width: 200px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 20px;
  height: 50px;
  line-height: 30px;
  background: #e2e2e2
}

.search-condition dl dd {
  position: relative;
  padding: 10px 0 10px 220px;
  border-bottom: 1px solid #d5d5d5;
  height: 50px
}

@media screen and (max-width:750px) {
  .search-condition {
    width: 100%
  }
  .search-condition dl dt {
    position: relative;
    left: 0;
    width: 100%;
    padding: 10px 10px 0;
    height: auto;
    line-height: inherit;
    background: 0
  }
  .search-condition dl dd {
    position: relative;
    padding: 5px 10px 10px;
    height: auto
  }
  .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #d2e7f8 url(/common/images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
    border: 1px solid #2189d9;
    color: #2189d9
  }
  @media screen and (min-width: 751px) {
    .global-nav__lower .col1 .col1-list li>a {
      min-height: 48px;
      height: auto;
    }
  }


