@charset "UTF-8";

/*--------------------------------------------------
 common
--------------------------------------------------*/

/* クライアント確認用ページ */
body.index01,
body.index02,
body.index03,
body.other_products {
  width: 100%;
}
body.index01 {
  background: #ffffff url('../images/j-link_top.jpg') no-repeat 50% top;
  height: 3076px;
}
body.index02 {
  background: #ffffff url('../images/j-link_top02.jpg') no-repeat 50% top;
  height: 1499px;
}
body.jecter01 {
  background: #ffffff url('../images/jecter_cap01.jpg') no-repeat 50% top;
  height: 2332px;
}
body.other_products {
  background: #ffffff url('../images/other_products.jpg') no-repeat 50% top;
  height: 4021px;
}

body {
  font-family:
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',
    sans-serif;
}

a {
  color: #ffffff;
  text-decoration: none;
}

/* センタリング用box */
.inside_box {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 0;
}

/* header */
body header {
  /*overflow: hidden;*/ /* sub_navコーディング中は隠す！！ */
  zoom: 1;
  width: 100%;
  background-color: #2e3357;
  color: #ffffff;
  font-size: 11px;
  position: fixed;
  z-index: 5;
}

body header > .inside_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 43px;
}

/*translate非表示時のみこのスタイル充てる*/
body header h1 {
  margin: 4px 0 0;
}

body header h1 a {
  display: grid;
  place-content: center;
}

body header .nav_list {
  flex: 1;
  height: 100%;
  padding-left: 7px;
}

body header .nav_list ul {
  display: flex;
  column-gap: 42px;
  height: 100%;
  margin: 0;
  padding-left: 12px;
  list-style-type: none;
  line-height: 14px;
}

body header .nav_list ul li {
  height: 100%;
  margin-left: 0;
  line-height: 14px;
  font-weight: bolder;
  *display: inline; /*IE用のハック*/
  zoom: 1; /*IE用の hasLayout を true にするための記述です*/
}

body header .nav_list ul li a {
  display: grid;
  place-content: center;
  height: 100%;
}

body header .nav_list ul li:last-child {
  border-right: none;
}

body header .nav_list ul li ul.inside_box a img {
  max-width: 200px;
  max-height: 200px;
}

body header .nav_list ul li.product_download {
  display: flex;
  align-items: center;
}

body header .nav_list ul li.product_download a {
  height: 25px;
  padding: 0 24px 0 6px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: url(../images/icon_pdf.png) no-repeat transparent top 50% right
    2px/16px auto;
  box-sizing: border-box;
}

body header .nav_parts {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

body header .nav_parts .yt,
body header .nav_parts .fb {
  display: grid;
  place-content: center;
  padding: 0 6px;
}

body header .nav_parts .fb-like {
  margin: 0;
  margin-left: 6px;
  line-height: 14px;
}

body header .nav_parts .fb-like .fb-share-buttom {
  background-color: #ffffff;
}

/* subnav */
body header #products_sub_nav {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 4;
  top: 43px;
  left: 0;
  height: 370px;
  padding-top: 30px;
  background-color: #000000;
}

body header #products_sub_nav p.sub_nav_ttl {
  width: 250px;
  margin: 0 auto;
}
body header #products_sub_nav p.sub_nav_ttl a {
  border-right: none !important;
}

body header #products_btn #products_sub_nav ul li {
  display: inline-block;
  border: none;
  *display: inline; /*IE用のハック*/
  zoom: 1; /*IE用の hasLayout を true にするための記述です*/
}
body header #products_btn #products_sub_nav ul li.subnavi_last {
  padding-right: 0;
}
body header #products_btn #products_sub_nav ul li a {
  border: 0;
}
body header #products_sub_nav ul li a:hover,
body header #products_sub_nav ul li a:last-child {
  border: none;
}

body header #products_sub_nav ul li:last-child {
  padding-right: 0;
}

body header #products_sub_nav ul li p {
  margin: 0;
  padding-top: 16px;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
}

body header #products_sub_nav ul li p.pro_txt_j {
  margin: 0;
  color: #009498;
  font-size: 16px;
  text-align: center;
}

/* footer */
body footer {
  overflow: hidden;
  zoom: 1;
  height: 34px;
  padding-top: 9px;
  background-color: #2e3357;
  color: #ffffff;
  font-size: 11px;
}

.newstopics footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

body footer .footer_logo,
body footer ul {
  float: left;
}

body footer p.copyright {
  float: right;
  margin: 0;
  padding-top: 1px;
}

body footer ul {
  margin: 0;
  padding-left: 12px;
  padding-top: 3px;
  list-style-type: none;
  font-weight: bolder;
  line-height: 14px;
}

body footer ul li {
  display: inline-block;
  margin-left: 0;
  padding: 2px 7px 0;
  line-height: 14px;
  *display: inline; /*IE用のハック*/
  zoom: 1; /*IE用の hasLayout を true にするための記述です*/
}

body footer ul li:last-child {
  border-right: none;
}
body footer ul li.product_download a {
  padding: 6px 24px 6px 6px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: url(../images/icon_pdf.png) no-repeat transparent top 50% right
    2px/16px auto;
}

/*:hover*/
a:hover,
a img:hover,
.jecter .bx-wrapper ul li a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity = 80);
  -ms-filter: “alpha(opacity=80) ”;
}

/* to_top */
p#to_top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 114px;
}
p#to_top a img {
  margin: 0;
  padding: 0;
}
.products p#to_top,
.other p#to_top,
.newstopics p#to_top {
  margin: 0;
}

/*--------------------------------------------------
 top
--------------------------------------------------*/

.index .bx-wrapper img {
  display: block;
  margin-left: -40px;
}

.index .bx-wrapper .bx-viewport {
  z-index: -1;
}

.index .bx-wrapper .bx-prev,
.index .bx-wrapper .bx-next {
  display: none;
}

.index {
  color: #ffffff;
}

.index .container {
  position: relative;
}
/*google map 表示する時生かす*/
.index .container {
  height: 11200px;
}

/*google map 非表示の時生かす*/
/*.index .container{
    height: 4161px;
}*/

.index h2,
.index p {
  margin: 0;
}

/* sec01 --key_visual */
.index #sec01 {
  position: fixed;
  top: 43px;
  width: 100%;
  height: 949px;
  z-index: 3;
  background-color: #ffffff;
}
.index #sec01 .slide_box {
  position: relative;
  z-index: -1;
  top: -65px;
  max-width: 1450px;
  left: 50%;
  margin-left: -725px;
}
.index #sec01 #pl01_02 {
  position: fixed;
  top: 90px;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  z-index: 3;
}
.index #sec01 .jec_logo {
  margin-left: 718px;
  padding-top: 8px;
}
.index #sec01 #pl01_02 img {
  width: 580px;
  margin-top: 66px;
  margin-left: 420px;
}

/* sec02 */
.index #sec02 {
  position: fixed;
  top: 660px;
  width: 100%;
  height: 800px;
  margin-bottom: -320px;
  background-color: #6389c2;
  background: rgba(0, 60, 150, 0.6);
  z-index: 4;
}
.index #sec02 #pl02_triangle {
  position: fixed;
  top: 1191px;
  width: 100%;
  height: 112px;
  background-color: #2e3357;
  z-index: 3;
}
.index #sec02 #pl02_triangle img {
  position: fixed;
  left: 50%;
  margin-left: -118px;
  z-index: 4;
}
.index #sec02 #pl02_01 {
  position: fixed;
  top: 100px;
  left: -50%;
  margin-left: -483px;
  z-index: 2;
}
.index #sec02 #pl02_02 {
  position: fixed;
  top: 250px;
  left: 50%;
  margin-left: -483px;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0); /* IE lt 8 */
  -ms-filter: 'alpha(opacity=0)'; /* IE 8 */
  -khtml-opacity: 0; /* Safari 1.x */
  -moz-opacity: 0; /* FF lt 1.5, Netscape */
}
.index #sec02 #pl02_02 .pl02_03 {
  padding-top: 55px;
}
.index #sec02 #pl02_03 {
  position: fixed;
  z-index: 2;
}
.index #sec02 h2 {
  padding-top: 100px;
}
.index #sec02 .kw02_text {
  width: 966px;
  margin: 0;
  padding-top: 680px;
  padding-bottom: 46px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.8em;
}

/* section03 */
.index #sec03_bk {
  position: fixed;
  top: 1191px;
  width: 100%;
  height: 900px;
  padding-top: 360px;
  z-index: 3;
  background-color: #2e3357;
}
.index #sec03 {
  position: fixed;
  top: 1303px;
  width: 100%;
  height: 620px;
  z-index: 3;
  background: url('../images/top_kw03_bk.png') #2e3357 no-repeat 50% bottom;
}
.index #sec03 #pl03_01 {
  position: fixed;
  left: 51%;
  margin-left: -500px;
  padding-bottom: 88px;
  z-index: 3;
}
.index #sec03 #pl03_02 {
  position: fixed;
  top: 1550px;
  left: 50%;
  margin-left: -183px;
  z-index: 3;
}
.index #sec03 #pl03_04 {
  position: fixed;
  left: 50%;
  margin-left: -500px;
  padding-bottom: 17px;
  background: url('../images/news_topics_ttl_b.png') no-repeat bottom;
}
.index #sec03 .inside_box.kw02_btm_triangle {
  padding-bottom: 115px;
}
.index #sec03 .inside_box h2 {
  padding-top: 156px;
  padding-bottom: 70px;
}
.index #sec03 .inside_box a.to_products_link {
  display: block;
  width: 366px;
  margin: 0 auto;
  padding-bottom: 115px;
}

/* trademark */
.index #sec03 #pl03_03 {
  position: fixed;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  text-align: center;
  opacity: 0;
  padding: 80px 0;
}
.index #sec03 #pl03_03 .trademark_notice {
  color: #ffffff;
  font-size: 32px;
  margin-top: 80px;
}
.index #sec03 #pl03_03 .trademark_notice_image {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 40px;
}
.index #sec03 #pl03_03 .trademark_images {
  display: flex;
  justify-content: space-around;
}
.index #sec03 #pl03_03 .trademark_images a {
  display: block;
  width: 25%;
}
.index #sec03 #pl03_03 .trademark_images a img {
  max-width: 350px;
  width: 100%;
  height: 200px;
  object-fit: contain;
  /* border: 2px solid rgba(255, 255, 255, 0.6); */
  transition: opacity 0.2s;
  cursor: pointer;
}
.index #sec03 #pl03_03 .trademark_images a:hover img {
  opacity: 0.8;
}

/* trademark modal */
#trademark-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
#trademark-modal.is-open {
  display: block;
}
.trademark-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.trademark-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.trademark-modal-content img {
  max-width: 90vw;
  max-height: 85vh;
  display: block;
}
.trademark-modal-close {
  position: absolute;
  top: -36px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

/* news & topics */
.index .news_box {
  position: relative;
  margin-top: 110px;
}
.index .news_box h3 {
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -500px;
}
.index .news_box h3 img {
  display: block;
}
.index .news_box .news_cnt {
  width: 910px;
  margin-top: 17px;
  padding: 40px 45px 20px 45px;
  background: url('../images/news_topics_ttl_c.png') repeat-y left;
}
.index .news_box article {
  overflow: hidden;
  zoom: 1;
  margin: 8px 0;
}
.index .news_box article h4,
.index .news_box article time {
  float: left;
}
.index .news_box article h4 {
  width: 750px;
  margin: 0;
}
.index .news_box article time {
  width: 150px;
}

/* gmap_box */
.index #gmap_box {
  position: fixed;
  bottom: -610px;
  width: 100%;
  height: 610px;
  background-color: #ffffff;
  z-index: 4;
}
.index #gmap_box h2 {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 139px;
  margin-left: -500px;
  z-index: 2;
}
.index #gmap_box h2 #pl04_01 {
  position: fixed;
  left: 50%;
  margin-left: -400px;
  z-index: 3;
  width: 70px;
  height: 106px;
  overflow: hidden;
}
.index #gmap_box h2 #pl04_01.changeimg {
  position: fixed;
  right: 0;
  width: 71px;
  overflow: hidden;
}
.index #gmap_box h2 img.hedding_image {
  padding: 24px 0 16px;
}
.index #gmap_box #map_index {
  top: 139px;
}
.index #gmap_box #map_index .infowindow {
  width: 560px;
  text-align: center;
  height: 350px;
}
.index #gmap_box #map_index .infowindow h3 {
  color: #333333;
  margin: 0;
  padding-bottom: 8px;
}

/* footer */
.index footer,
.contact footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 4;
}

/*--------------------------------------------------
 products
--------------------------------------------------*/

.products .container {
  margin-top: -16px;
  height: 1410px;
  background-color: #000;
}

.products .container .inside_box {
  position: relative;
}

.products .container .inside_box h1 {
  position: absolute;
  left: 50%;
  width: 632px;
  margin-left: -316px;
  padding: 115px 0;
  z-index: 1;
}

#bk-slide li {
  position: absolute;
  right: 633px;
  z-index: 0;
}

/* background-slide --PRODUSTS */
#bk-slide {
  position: relative;
  width: 100%;
}

#bk-slide li {
  height: 1410px;
  margin: 0;
  padding: 0;
  background-position: right top;
  background-repeat: no-repeat;
}

.products .container .products_inner {
  position: absolute;
  top: 310px;
  left: 0;
}

.products .container .products_inner h2 {
  float: left;
  width: 357px;
  margin-right: 10px;
  text-align: right;
}

.products .container .products_inner .pro_img_box {
  float: left;
  width: 200px;
  padding: 0 50px;
}

.products .container .products_inner .pro_img_box p {
  margin: 0;
  color: #ffffff;
  font-size: 23px;
  text-align: center;
}

.products .container .products_inner .pro_img_box p.pro_txt_j {
  margin: 0;
  color: #009498;
  font-size: 16px;
  text-align: center;
}

.products .container .products_inner .pro_img_box p.pro_txt_j span.font_small {
  font-size: 14px;
}

.products .container .products_inner .pro_sec01 h2 {
  margin-top: 65px;
}

.products .container .products_inner .pro_sec01 .pro_img_box {
  height: 294px;
}

.products .container .products_inner .pro_sec02 h2 {
  margin-top: 160px;
}

.products .container .products_inner .pro_sec02 .pro_img_box {
  margin-top: 95px;
  height: 310px;
}

.products .container .products_inner .pro_sec03 h2 {
  margin-top: 110px;
}

.products .container .products_inner .pro_sec03 .pro_img_box {
  margin-top: 40px;
}

.products .container .products_inner .pro_sec03 .pro_img_box img {
  max-width: 100%;
}

/*--------------------------------------------------
 jecter
--------------------------------------------------*/
.jecter #bk_fade {
  display: none;
}
.jecter .container h1,
.jecter .container h2,
.jecter .container p {
  margin: 0;
}

/* in div.title_box */
.jecter .container .title_box {
  position: relative;
  top: 43px;
  height: 792px;
  z-index: 0;
}
.jecter .container .title_box h1 {
  position: absolute;
  left: 50%;
  margin-left: -290px;
  padding-top: 80px;
  text-align: center;
  z-index: 1;
}
.jecter .container .title_box .feature {
  position: absolute;
  top: 300px;
  z-index: 1;
}
.jecter .container .title_box .feature img {
  padding-top: 18px;
}
.jecter .container .title_box .feature p {
  position: absolute;
  top: 90px;
  left: 170px;
  width: 800px;
  color: #ffffff;
  font-size: 15px;
}

/* in #bk_fade */
.jecter .container #bk_fade {
  position: relative;
  top: 0;
  left: 0;
  height: 1189px;
}
.jecter .container #bk_fade ul {
  padding-left: 0;
}
.jecter .container #bk_fade #sand_a {
  position: absolute;
  top: -160px;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: url(../images/products/jecter/sand_a.jpg) repeat-x 0 0;
}
.jecter .container #bk_fade #sand_b {
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: url(../images/products/jecter/sand_b.png) repeat-x 0 0;
}
.jecter .container #bk_fade #sand_c {
  position: absolute;
  top: -160px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/products/jecter/sand_c.png) repeat-x 0 0;
}
.jecter .container #bk_fade #sand_smoke li {
  display: inline;
}

.jecter .container .type {
  position: relative;
  background-color: #ffffff;
}
/* in section.type */
.jecter .container .type {
  position: relative;
  height: 610px;
}
.jecter .container .type h2 {
  position: absolute;
  top: -270px;
  height: 509px;
  padding-top: 72px;
  background: url(../images/products/jecter/sec_bk.png) no-repeat 47% top;
}
.jecter .container .type h2 img {
  position: absolute;
  left: 50%;
  margin-left: -460px;
  text-align: center;
  z-index: 1;
}
.jecter .container .type p.text {
  position: absolute;
  top: -100px;
  left: 392px;
  color: #333333;
}
.jecter .container .type ol li {
  position: relative;
  width: 656px;
  height: 200px;
  color: #ffffff;
  font-size: 56px;
  padding-left: 16px;
  list-style-type: none;
  list-style-position: inside;
}
.jecter .container .type ol li.li01 {
  background: url(../images/products/jecter/list01.png) no-repeat left top;
}
.jecter .container .type ol li.li02 {
  background: url(../images/products/jecter/list02.png) no-repeat left top;
}
.jecter .container .type ol li.li03 {
  background: url(../images/products/jecter/list03.png) no-repeat left top;
}

.jecter .container .type ol li span {
  display: block;
  position: absolute;
  padding-left: 80px;
  color: #999999;
  font-size: 18px;
  line-height: 22px;
}
.jecter .container .type ol li img {
  position: absolute;
  margin-left: 80px;
}
.jecter .container .type ol li.li01 span {
  padding-top: 16px;
}
.jecter .container .type ol li.li01 img {
  padding-top: 40px;
}
.jecter .container .type ol li.li02 img {
  padding-top: 48px;
}
.jecter .container .type ol li.li03 img {
  padding-top: 56px;
}
.jecter .container .type ol li a {
  position: absolute;
  left: 8px;
  top: 92px;
  width: 60px;
  padding: 2px 4px;
  font-size: 12px;
  background-color: #527ab2;
  border-radius: 4px;
  z-index: 1;
}
.jecter .container .type .jecter_ph {
  position: absolute;
  top: -175px;
  right: -155px;
}

/* in section.product_list */
.jecter .container .product_list {
  position: relative;
}
.jecter .container .product_list h2 {
  position: relative;
  width: 1000px;
  margin: 20px auto;
  padding-left: 35px;
}

/* setting for tabs */
.jecter .container .product_list_inner {
  position: relative;
  top: 60px;
  left: 0;
  width: 100%;
  height: 644px;
  background-color: #527ab2;
  z-index: 0;
}
.jecter .container .product_list_inner ol.list_nav {
  position: relative;
  top: -65px;
  margin: 20px auto;
  width: 1000px;
  height: 70px;
  padding-left: 0;
  list-style-type: none;
}
.jecter .container .product_list_inner ol.list_nav li {
  float: left;
  margin-right: 4px;
  padding: 16px 16px 16px 64px;
  font-size: 25px;
  background-color: #527ab2;
  background-color: rgba(82, 122, 178, 0.5);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  border-radius: 4px;
}
.jecter .container .product_list_inner ol.list_nav li:nth-child(1n) {
  width: 340px;
  background-image: url(../images/products/jecter/p_list01_on.png);
}
.jecter .container .product_list_inner ol.list_nav li:nth-child(2n) {
  width: 190px;
  background-image: url(../images/products/jecter/p_list02_off.png);
}
.jecter .container .product_list_inner ol.list_nav li:nth-child(3n) {
  width: 190px;
  background-image: url(../images/products/jecter/p_list03_off.png);
}
.jecter .container .product_list_inner ol.list_nav li.selected {
  background-color: #527ab2;
}
.jecter .container .product_list_inner ol.list_nav li.selected a {
  color: #ffffff;
}
.jecter .container .product_list_inner .list_contents {
  position: relative;
  margin: 20px auto;
  width: 1000px;
  padding-left: 0;
  list-style-type: none;
}
.jecter .container .product_list_inner .list_contents .block {
  list-style-position: inside;
}

.jecter .container .product_list_inner .list_contents .block ul {
  margin: 0;
}

/* 選択中の中身 */
.jecter .container .product_list_inner .list_contents .block.selected {
  display: block;
  width: 100%;
  padding: 0 0 22px;
  background-color: #527ab2;
}
.jecter .container .product_list_inner h3 a {
  font-weight: normal;
}

/* bx-slider */
.jecter .bx-wrapper .bx-viewport {
  background: none;
}
.jecter .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jecter .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
}
.jecter .bx-wrapper .bx-pager.bx-default-pager a {
  background: none;
}

/* お問合せボタン */
.jecter .container {
  position: relative;
  height: 2250px;
}

.jecter .container .to_contact_box,
.other .container .to_contact_box {
  position: fixed;
  z-index: 5;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 16px 0;
  background: url(../images/products/other/bg_blue.png);
  text-align: center;
}
.jecter .container .to_contact_box img,
.other .container .to_contact_box {
  display: inline-block;
}

/*--------------------------------------------------
 other (products)
--------------------------------------------------*/
.other .container #jectoru {
  max-width: 1000px;
  margin-top: 80px;
}
.other .container #airschop {
  margin-top: 80px;
}
.other .container .to_contact_box img {
  display: inline-block;
}

/*pamphlet*/
.other .product_box {
  position: relative;
}
.other .container .jc400,
.other .container .jc900 {
  display: block;
  position: absolute;
  bottom: 66px;
}
.other .container .jc400 {
  left: 75px;
}
.other .container .jc900 {
  left: 382px;
}

.other .container .jtr_pamph {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.other .container .jtr_pamph_dl {
  display: grid;
  place-content: center;
  height: 35px;
  padding: 0 40px 0 6px;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: url(../images/icon_pdf.png) no-repeat transparent top 50% right
    5px/26px auto;
  box-sizing: border-box;
}

.other .container .as_pamph {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 380px;
}

/*for jarallax*/
.other .container {
  position: relative;
  height: 10000px;
}

.other #pl_wrapper {
  position: fixed;
  width: 100%;
  height: 5000px;
  background: url(../images/products/other/other_bg.jpg) repeat;
  /*z-index: -1;*/
}

.other #pl01_contents,
.newstopics #pl01_contents {
  position: fixed;
  left: 50%;
  margin-left: -500px;
  height: 4500px;
  z-index: 0;
}
.other footer#pl03_footer,
.newstopics footer#pl03_footer {
  position: absolute;
  width: 100%;
}

/*--------------------------------------------------
 contact
--------------------------------------------------*/
.contact .container {
  color: #2e3357;
}
.contact .container h1 {
  float: left;
  width: 340px;
  margin: 0;
  font-size: 64px;
  letter-spacing: -0.1em;
  line-height: 0;
}
.contact .b_bottom {
  overflow: hidden;
  padding: 90px 0 32px;
  margin-bottom: 56px;
  border-bottom: 2px solid #2e3357;
}
.contact .b_bottom p {
  float: left;
  width: 660px;
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.1em;
}
.contact .b_bottom p.pdfDl {
  margin-top: 8px;
  padding-top: 0;
  font-size: 13px;
  text-align: right;
}
.contact .b_bottom .quotation {
  width: 300px;
  margin: 40px auto 80px;
  padding: 2px 16px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0em;
  background-color: #527ab2;
  border-radius: 5px;
}

.contact .inside_box.pb {
  padding-bottom: 40px;
}

.contact .inside_box.pb h2 {
  margin-top: 0;
  line-height: 0;
}
.contact .inside_box.pb h2 img {
  vertical-align: -23px;
}
.contact .inside_box.pb h2 span {
  display: inline-block;
  padding: 0 0 0 8px;
  font-size: 16px;
  font-weight: normal;
}

.contact .l_box ul {
  padding: 0 0 24px 0;
  font-size: 18px;
  list-style-type: none;
}
.contact .l_box ul li {
  margin-left: 0;
  padding-bottom: 4px;
}
.contact .l_box ul li span {
  display: inline-block;
  padding-right: 8px;
  font-weight: bolder;
}
.contact .l_box ul li a:link,
.contact .l_box ul li a:hover {
  color: #2e3357;
}

.contact .address span {
  font-size: 13px;
  margin-right: 8px;
}

.contact .l_box {
  float: left;
  width: 500px;
  padding-bottom: 80px;
}
.contact .r_box {
  float: right;
  width: 460px;
}

.news_cnt a.tx_cl {
  font-size: 20px;
  color: #2e3357;
}
/*--------------------------------------------------
singular
--------------------------------------------------*/
body.newstopics .wrapper {
  width: 100%;
  background: url(../images/products/other/other_bg.jpg) repeat;
  position: fixed;
  top: 0;
  z-index: 0;
  min-height: 100%;
}
body.newstopics .contents {
  width: 1024px;
  left: 50%;
  margin-left: -512px;
  z-index: 3;
  position: absolute;
}
body.newstopics .news_title {
  width: 1000px;
  height: 200px;
  margin: 0 auto;
  background-color: #000000;
  background-color: rgba(0, 0, 20, 0.5);
  background-image: url('../images/newstopics_title.png');
  background-repeat: no-repeat;
  background-position: center 100px;
  color: #ffffff;
}
body.newstopics .container {
  position: relative;
  height: 100%;
}

body.newstopics .news_ttl {
  width: 1024px;
  height: 100px;
  margin: 0 auto;
  background-color: #527ab2;
  background-image: url('../images/dot.png');
  background-repeat: no-repeat;
  background-position: 1000px 52px;
  color: #ffffff;
}

body.newstopics .news_ttl_bd {
  font-size: 24px;
  width: 96%;
  padding: 20px 0 0 20px;
  margin: 0;
  border-bottom: 1px solid #ffffff;
}
body.newstopics .postdate {
  width: 96%;
  padding: 0 0 20px 20px;
}

body.newstopics .news_box {
  width: 1000px;
  margin: 0 auto;
  background-color: #2a2a2a;
  background-color: rgba(0, 0, 10, 0.3);
}

body.newstopics .news_cnt {
  width: 800px;
  margin: 0 auto;
  background-color: #000000;
  background-color: rgba(0, 0, 20, 0.5);
  color: #ffffff;
  padding: 40px 100px 60px;
  line-height: 30px;
}

body.newstopics .arrow_box {
  width: 1000px;
  height: 100px;
  margin: 0 auto;
}

body.newstopics .arrow_box_min {
  margin: -26px auto;
  width: 260px;
  background-color: transparent;
}
body.newstopics .arrow_box_min img.left {
  float: left;
}
body.newstopics .arrow_box_min img.right {
  float: right;
}
body.newstopics .leftyear_box {
  float: left;
}
body.newstopics .rightyear_box {
  float: right;
}

/*--------------------------------------------------
 404
--------------------------------------------------*/
body.page404 .container .inside_box {
  min-height: calc(100vh - 43px);
  text-align: center;
}

body.page404 .page404_title {
  margin: 0;
  padding: 90px 0 32px;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #2e3357;
}

body.page404 .page404_text {
  margin: 56px 0;
}

body.page404 .page404_to_top_link {
  color: #000;
  text-decoration: underline;
}
