/*
    Theme Name: saxa
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }
html{
  margin-top: 0 !important
}
body {
  line-height: 1;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

article, footer, header, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

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

em, b {
  font-style: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

input, select {
  vertical-align: middle; }
a{
	outline: none;
  transition: .3s;
}
a:focus{
	outline: none;
}
a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*//////////////////////////////
		header
//////////////////////////////*/
#globalheader{
  height: 70px;
}
#globalheader .hlogo{
  float: left;
  margin-top: 10px;
  margin-left: 30px;
  height: 50px;
}
#globalheader nav{
  float: right;
  margin-right: 30px;
}
#globalheader nav ul{
}
#globalheader nav li{
  position: relative;
  font-weight: bold;
  float: left;
  padding: 0 20px;
  line-height: 70px;
  font-size: 15px;
}
#globalheader nav li:not(:last-child)::after{
  position: absolute;
  content: "／";
  top:0;
  right: -10px;
  color: #178EA8;
}


#globalheader .drop_wrap{
  list-style: none;
  position: absolute;
  z-index: 9999;
  width: 165px;
  top: 70px;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-left: 1px solid #003e8c;
  border-right: 1px solid #003e8c;
}
#globalheader .drop_wrap li{
  float: none;
  border-left: none;
  overflow: hidden;
  display: block;
  height: 0;
  padding: 0;
  text-align: center;
  transition: .2s;
}
#globalheader .drop_wrap li::after{
  display: none;
}
#globalheader li ul li a{
  display: block;
  padding: 0;
  line-height: 50px;
}
#globalheader li:hover ul li{
  overflow: visible;
  width: 100%;
  padding: 0;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #003e8c;
}
#globalheader li:hover ul li a{
  width: 100%;
}


/* spnav */
#globalheadersp{
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 3;
  background: url(assets/img/top/slash.png) center / cover no-repeat;
}
.fnav {
 width: 100%;
 height: 100%;
 transition: all 0.2s;
 transform: translate(100vw);
 position: fixed;
 top: 0;
 right: 0;
 z-index: 2;
 overflow-y: scroll;
 background-color: #fff;
}
.fnav .wrap{
  padding: 80px 10px 0;
}
.fnav.open {
 transform: translate(0);
}
.fnav ul{
  margin-bottom: 20px;
}
.fnav li {
  font-size: 14px;
  padding: 10px 15px;
  margin: 0;
	text-align: left;
  color: #000;
  position: relative;
  line-height: 1.5;
}
.arrow01{
  position: relative;
}
.arrow01::after{
  position: absolute;
  content: "";
  left: 5px;
  top: calc(50% - 5px);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #188ea8;
}
.fnav li:hover{
	color:#da3952;
}
.fnav li span{
  display: block;
  font-size: 12px;
  line-height: 1;
  font-style: italic;
  color: #8d8d8d;
}
.fnav .menu01 li{
  border-bottom: 1px solid #013f8d;
}
.fnav .menu02 li{
  float: left;
  width: 49%;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.fnav .menu02 li:first-child{
  margin-right: 2%;
}

header button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 40px;
  color: #333;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 5px;
  z-index: 100;
  text-align: center;
  outline: none;
}
/*   ハンバーガーボタン3本線   */
header button span.bar {
	display: block;
	height: 3px;
	border-radius: 3px;
	background-color: #fff;
	margin: 8px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
header button .close {
    letter-spacing: 0.08em;
    display: none;
}
header button .menu {
  display: block;
}
header button span{
  color: #fff;
}
/*  メニューアクティブ時  */
header button.active span.bar {
    width: 40px;
}
header button.active .bar1 {
	margin: 6px 7px;
  transform: rotate(45deg);
}
header button.active .bar2 {
  opacity: 0;
}
header button.active .bar3 {
  transform: rotate(-45deg);
	margin: 14px 5px;
}
header button.active .menu {
  display: none;
}
header button.active .close {
  display: block;
}


@media screen and (max-width: 768px) {
  .fnav li {
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
footer{
  border-top: 2px solid #cecece;
}
footer .inner{
  padding: 30px 50px;
}
footer .inner .left-cont{
  float: left;
}
footer .inner .flogo{
  height: 50px;
  margin-bottom: 10px;
}
footer .inner .left-cont p{
  font-size: 14px;
  line-height: 20px;
}
footer nav{
  float: right;
  font-size: 15px;
  line-height: 20px;
}
footer nav li{
  position: relative;
  font-weight: bold;
}
footer nav li::before{
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #178EA8;
  border-bottom: 2px solid #178EA8;
  transform: rotate(-45deg);
}
footer nav li a{
  font-weight: bold;
}
.fnav01{
  float: left;
  margin-right: 20px;
}
.fnav01 li{
  padding-left: 20px;
  margin-bottom: 10px;
}
.fnav02{
  float: left;
}
.fnav02 li{
  padding-left: 20px;
}
footer nav .fnav02 li a{
  font-weight: normal;
}
.fnav02 a{
  display:block;
  font-size: 13px;
  margin-top: 10px;
}
.copyright{
  text-align: center;padding: 15px;
  text-align: center;
  font-size: 10px;
  background-color: #cecece;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px){
  footer .inner {
    padding: 20px;
  }
  footer .inner .left-cont {
    float: none;
  }
  footer nav {
    float: none;
    margin-top: 20px;
  }
  footer .inner .flogo {
    height: 40px;
  }
}
/* /////////////////////////////
      sidebar
///////////////////////////// */
#sidebar{
  float: left;
  width: 180px;
  padding: 50px 20px;
}
#sidebar li{
  font-size: 14px;
  line-height: 1.8;
  padding-left: 12px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}
#sidebar li li{
  margin-bottom: 0;
}
#sidebar li::before{
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #178EA8;
  border-bottom: 2px solid #178EA8;
  transform: rotate(-45deg);
}
#sidebar .ecbtn{
  margin-bottom: 10px;
}
#sidebar .slist{
  text-align: right;
  color: red;
}
#sidebar .slist::before{
  display: none;
}
@media screen and (max-width: 1000px) {
  #sidebar{
    display: none;
  }
}
/* /////////////////////////////
      common
///////////////////////////// */

.clearfix::after{
  content: "";
  clear: both;
  display: block;
}
.rightmain{
  width: calc(100% - 220px);
  float: left;
  overflow: hidden;
  background: url(assets/img/common/content_bg.png) top / cover repeat;
}
.rightmain .rm_wrap{
  width: 750px;
  min-height: 750px;
  margin: 50px auto;
}
h2{
  text-align: center;
  padding: 18px 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #178EA8;
}
h3{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
h3 span{
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
h4{
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  color: #178EA8;
}
.cl-w{
  color: #fff!important;
}
.cl-r{
  color: red !important;
}
.is-pc,.is-pcnav{
  display: block;
}
.is-sp,.is-spnav{
  display: none;
}

@media screen and (max-width: 1000px) {
  .is-spnav{
    display: block;
    height: 50px;
  }
  .is-spnav .hlogo{
    padding-top: 10px;
    padding-left: 10px;
    height: 30px;
  }
  .is-pcnav{
    display: none;
  }
  .rightmain {
    width: 100%;
    float: none;
  }
  h2 {
    padding: 10px 0;
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .is-pc{
    display: none;
  }
  .is-sp{
    display: block;
  }
  .rightmain .rm_wrap {
    width: 90%;
    min-height: auto;
  }
}

/* /////////////////////////////
      top page
///////////////////////////// */
.mainvidual{
  position: relative;
}
.mainvidual .bx-wrapper .bx-controls-direction a{
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 1;
  background-color: #013f8d;
}
.mainvidual .bx-wrapper .bx-prev::after{
  content: "";
  top: 17px;
  left: 20px;
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg);
  width: 15px;
  height: 15px;
}
.mainvidual .bx-wrapper .bx-next::after{
  content: "";
  top: 17px;
  right: 20px;
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
}
.main_index{
  position: absolute;
  z-index: 1;
  padding: 20px;
  top: 40px;
  left: 40px;
  color: #fff;
  width: 250px;
  height: 250px;
  background: url(assets/img/top/slash.png) center / cover no-repeat;
}
.main_index .ttl{
  font-size: 24px;
  line-height: 1.5;
}
.main_index .txt{
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  bottom: 20px !important;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
#tsec01{
  text-align: center;
}
#tsec01 .product .item{
  height: 200px;
}
#tsec01 .shopping .item{
  height: 170px;
}
#tsec01 .product{
  float: left;
  position: relative;
  padding: 50px 0;
  width: calc(50% - 80px);
  height: 320px;
  background-color: #178EA8;
}
#tsec01 .product .btn{
  margin-top: 21px;
  height: 50px;
}
#tsec01 .product::after{
  content: "";
  position: absolute;
  top: 0;
  right: -160px;
  border-bottom: 210px solid #178EA8;
  border-left: 80px solid #178EA8;
  border-top: 210px solid transparent;
  border-right: 80px solid transparent;
}
#tsec01 .shopping{
  float: left;
  position: relative;
  padding: 50px 0;
  margin-left: 160px;
  width: calc(50% - 80px);
  height: 320px;
  color: #fff;
  text-align: center;
  background-color: #003F8D;
}
#tsec01 .shopping::after{
  content: "";
  position: absolute;
  top: 0;
  left: -160px;
  border-bottom: 210px solid transparent;
  border-left: 80px solid transparent;
  border-top: 210px solid #003F8D;
  border-right: 80px solid #003F8D;
}
#tsec01 .shopping ul{
  margin-top: 19px;
  display: inline-block;
}
#tsec01 .shopping li{
  float: left;
  height: 80px;
  margin: 0 5px;
}
#tsec02{
  padding: 50px 0;
  background: url(assets/img/top/sec02_bg.png) center / cover no-repeat;
}
#tsec02 ul{
  width: 900px;
  margin: 40px auto;
}
#tsec02 ul li{
  float: left;
  width: calc(25% - 55px);
  height: 98px;
  padding: 20px;
  background: url(assets/img/top/info_waku.png) center / cover no-repeat;
}
#tsec02 ul li  .date{
  color: #003D8C;
  line-height: 24px;
  border-bottom: 1px solid;
}
#tsec02 ul li .title{
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
}
#tsec02 ul li:not(:first-child){
  margin-left: 20px;
}
#tsec02 .btn{
  height: 50px;
  text-align: center;
}
#tsec03{
  padding: 50px 0;
  background: url(assets/img/top/sec03_bg.png) center / cover no-repeat;
}
#tsec03 h3{
  color: #fff;
}
.mapArea{
  width: 750px;
  display: table;
  margin: 50px auto 0;
  background-color: rgba(255,255,255,0.8);
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .mapArea {
      width: 100%;
  }
}
.mapArea dd{
  display: table-cell;
  /* width: 310px; */
  padding: 30px 20px;
  vertical-align: middle;
}
.mapArea .txt{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.mapArea .txt span{
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 20px;
}
.mapArea dd iframe{
  /* width: 100%; */
}

.access-info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;

}

.access-info iframe{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .access-info {
    flex-direction: column;
  }
}

.access-info-left {
  width: 55%;

}

@media screen and (max-width: 768px) {
  .access-info-left {
    width: 100%;
  }
}

.access-info-title {
  font-size: 20px;
  color: #000000;
}

.access-info-text {
  margin-top: 12px;
  line-height: 1.7;
}


.company_access {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 750px;
  margin: 50px auto 0;
  background-color: rgba(255,255,255,0.8);
  padding: 40px;
}


@media screen and (max-width: 768px) {
  .company_access {
    flex-direction: column;
  }
}

.company_access .txt {
  width: 50%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;

}

@media screen and (max-width: 768px) {
  .company_access .txt {
    width: 100%;
  }
}

.company_access .txt span{
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 20px;
}


.company_access iframe {
  width: 100%;
}


@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
  .main_index {
    position: static;
    width: calc(100% - 40px);
    height: auto;
    padding: 20px;
  }
  #tsec01 .product {
    float: none;
    padding: 20px 0;
    width: 100%;
  }
  #tsec01 .product::after{
    display:none;
  }
  #tsec01 .shopping {
    float: none;
    padding: 20px 0;
    margin-left: 0;
    width: 100%;
    height: 320px;
  }
  #tsec02 ul {
    width: 300px;
  }
  #tsec02 ul li {
    float: none;
    width: calc(100% - 40px);
    height: 160px;
    padding: 20px;
  }
  #tsec02 ul li:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
  .mapArea {
    width: 100%;
  }
  .mapArea dd {
    display: block;
    width: auto;
    padding: 20px;
  }
}

/* /////////////////////////////
      company page
///////////////////////////// */
#csec01 table th,
#csec01 table td{
  border: 1px solid #fff;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  padding: 10px;
}
#csec01 table th{
  background-color: #c6eeeb;
}
#csec01 table td{
  background-color: #fff;
}
#csec02{
  padding: 50px 0;
}
#csec02 p,#csec03 p{
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
  #csec01 table th, #csec01 table td {
    display: block;
    font-size: 14px;
  }
}

/* /////////////////////////////
      product page
///////////////////////////// */
#pdct_list{
display: flex;
flex-wrap: wrap;
list-style: none;
}
#pdct_list li{
  width: calc((100% / 3) - 20px);
  margin-left: 30px;
  margin-bottom: 50px;
}
#pdct_list li:first-child,#pdct_list li:nth-child(4),#pdct_list li:nth-child(7){
  margin-left: 0;
}
#pdct_list li:first-child .txt,#pdct_list li:nth-child(2) .txt,#pdct_list li:nth-child(3) .txt{
min-height: 200px;
}
#pdct_list li:nth-child(4) .txt,#pdct_list li:nth-child(5) .txt,#pdct_list li:nth-child(6) .txt{
min-height: 130px;
}
#pdct_list li:nth-child(7) .txt,#pdct_list li:nth-child(8) .txt,#pdct_list li:nth-child(9) .txt{
min-height: 160px;
}
#pdct_list li .ttl{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.8;
  color: #178EA8;
  text-align: center;
}
#pdct_list li .txt{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 10px;
}



@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
  #pdct_list li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
	#pdct_list li .txt{
	min-height: unset !important;
	margin-bottom: 20px;
	}
  #pdct_list .btn{
    width: 50%;
    margin: 0 auto;
  }
}

/* /////////////////////////////
      category page
///////////////////////////// */
.cat_tbl{
  width: 100%;
}
.cat_tbl th,
.cat_tbl td{
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
}
.cat_tbl th:first-child{
  width: 150px;
}
.cat_tbl th{
  background-color: #dfe9f7;
  padding: 10px 0;
}
.cat_tbl th:last-child{
  width: 120px;
}
.cat_tbl td a{
  color: #003e8b;
  text-decoration: underline;
}
.cat_tbl td img{
  max-width: 150px;
  height: auto;
}
.cat_tbl td:last-child{
  padding-right: 20px;
  text-align: right;
}
.end-link{
  float: right;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
}
/* /////////////////////////////
      alarm page
///////////////////////////// */
#lasec01 .video{
  width: 300px;
  margin-bottom: 50px;
  text-align: center;
  float: left;
}
#lasec01 .video video{
  width: 370px;
  margin: 0 auto;
}
#lasec01 .keihoImg{
  float: left;
  width: 350px;
  margin-left: 40px;
}
#lasec01 .keihoImg p:first-child{
  margin-bottom: 39px;
}

#lasec01 .keihoImg_pict {
  margin: 0 auto;
  max-width: 300px;
}

#lasec01 .img{
  margin: 20px 0;
}
#lasec01 .txtArea{
  font-size: 15px;
  line-height: 1.8;
}
#lasec01 .txtArea .ttl01,#lasec03 .ttl01,#lasec04 .ttl01{
  width: 200px;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  background-color: red;
  border-radius: 22px;
}
#lasec01 .txtArea .ttl02{
  font-size: 18px;
  font-weight: bold;
}
#lasec01 .txtArea .ttl03{
  font-size: 18px;
  color: #178EA8;
  font-weight: bold;
}
#lasec01 .txtArea .txt{
  float: left;
  width: 60%;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}
#lasec01 .txtArea .txt span{
  font-weight: bold;
  color: red;
}
.mt20{
  margin-top: 20px;
}
#lasec01 .txtArea .txt02{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2;
}
#lasec01 .txtArea .img02{
  float: left;
  margin-left: 1%;
  width: 39%;
}
#lasec02,#lasec03,#lasec04{
  padding-top: 50px;
}
#lasec02 ul li{
  float: left;
  width: calc((100% / 3) - 20px);
  margin-left: 30px;
  margin-bottom: 10px;
}
#lasec02 ul li:first-child,
#lasec02 ul li:nth-child(4){
  margin-left: 0;
}
#lasec02 ul li .img{
  width: 100%;
  height: auto;
  background-color: #ccc;
  margin-bottom: 10px;
}
#lasec02 ul li p{
  font-size: 15px;
  line-height: 1.5;
  height: 44px;
}
.ctBtn{
  padding: 20px 0;
}
.ctBtn a{
  display:block;
  text-align: center;
  line-height: 50px;
  color: #000;
  margin: 0 auto;
  border: 2px solid #000;

}

@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
  /* 既存：#lasec01 周りはそのまま */
  #lasec01 .video {
    float: none;
    width: 100%;
  }
  #lasec01 .keihoImg {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
  #lasec01 .video video {
    width: 100%;
  }
  #lasec01 .keihoImg img{
    width: 100%;
    height: auto;
  }
  #lasec01 .txtArea .ttl01,#lasec03 .ttl01,#lasec04 .ttl01{
    margin: 0 auto 30px;
  }
  #lasec01 .txtArea .ttl02,
  #lasec01 .txtArea .ttl03 {
    font-size: 16px;
  }
  #lasec01 .txtArea .txt {
    float: none;
    width: 100%;
  }
  #lasec01 .txtArea .img02 {
    float: none;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }

  /* ▼ SP時：#lasec02 の各ULを必ず2列に。floatハックをやめてflexで安定させる */
  #lasec02 ul{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px;                    /* 行間・列間 */
    padding: 0;
    margin: 0 0 20px;             /* UL同士の間隔 */
  }
  #lasec02 ul > li{
    float: none !important;       /* 既存floatを無効化 */
    box-sizing: border-box;
    width: calc(50% - 5px) !important; /* 2カラム */
    margin: 0 !important;         /* 既存のnth-childマージンを無効化 */
  }
  #lasec02 ul li img{
    width: 100%;
    height: auto;
    display: block;
  }
  #lasec02 ul li p{
    height: auto;                 /* タイトル行の高さ固定を解除して折返し許可 */
    line-height: 1.5;
    font-size: 14px;
  }

  /* 既存：他テーブル等 */
  .cat_tbl tr th:first-child{
    width: 80px !important;
  }
  .cat_tbl tr td img{
    width: 100%;
    height: auto;
  }
  .cat_tbl th, .cat_tbl td{
    font-size: 14px;
  }
  .ctBtn a {
    display: block;
    font-size: 12px;
  }
}

/* /////////////////////////////
       group page
///////////////////////////// */
#g_tbl{
  width: 100%;
  margin: 0 auto;
}
#g_tbl td{
  position: relative;
  padding: 20px;
}
#g_tbl td a{
  text-decoration: underline;
}
#g_tbl td img{
  margin: 2px 5px 0 0;
}


.sitemap {
  width: 450px;
  margin: 0 auto;
  font-weight: bold;
}
.cl-b{
  color: #003e8b;
}
.sitemap li{
  font-weight: bold;
}
.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}

.sitemap ul li ul li {
  line-height: 40px;
  position: relative;
}
.sitemap ul li a{
  color: #003e8b;
  font-weight: bold;
}

.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -16px;
  width: 10px;
  height: calc(100% + 20px);
  border-left: 1px solid #ccc;
}

.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}

.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 768px) {
  #g_tbl td {
    font-size: 14px;
    display: block;
  }
  .sitemap ul li{
    max-height: 100%;
  }
  .sitemap ul li,.sitemap ul li a{
    font-size: 12px;
  }
  .sitemap ul li ul{
    margin-left: 30px;
  }
}

.office {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.office-item a {
  text-decoration: underline;
}

.office-label {
  font-weight: bold;
  margin-bottom: 8px;
}

/* /////////////////////////////
      end product page
///////////////////////////// */
.pd-list,.pd-list2{
  width: 100%;
}
.pd-list .series,.pd-list2 .series{
  color: #178EA8;
  font-size: 24px;
  line-height: 1.5;
  background-color: #ecf9f8;
}
.pd-list th,
.pd-list td{
  width: calc(100% / 3);
  padding: 5px 0;
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
}
.pd-list2 th,
.pd-list2 td{
  width: 50%;
  padding: 5px 0;
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
  background-color: #fff;
}
.pd-list th,.pd-list2 td{
  padding: 5px 0;
}
/* /////////////////////////////
      battery page
///////////////////////////// */
.bt-img{
  float: left;
  width: 48%;
  margin-right: 4%;
}
.bt-txt{
  float: left;
  width: 48%;
}
.bt-txt p{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.bt-txt p span{
  color: #003e8c;
  font-weight: bold;
}
.bt-txt a{
  color: #003e8c;
  text-decoration: underline;
  text-align: right;
}
.bt-amuse h5{
  border-left: 5px solid #178EA8;
  font-size: 24px;
  padding-left: 10px;
  margin-top: 30px;
  font-weight: bold;
  line-height: 40px;
}
.bt-amuse dl{
  display: table;
  margin-top: 20px;
}
.bt-amuse dl dt{
  display: table-cell;
  font-size: 15px;
  width: 350px;
  font-weight: bold;
  line-height: 20px;
}
.bt-amuse dl dt span{
  color: red;
  font-weight: bold;
}
.bt-amuse dl dd{
  display: table-cell;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding-left: 10px;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .bt-img{
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .bt-txt{
    margin-top: 10px;
    float: none;
    width: 100%;
  }
  .bt-amuse dl dt,.bt-amuse dl dd {
    display: block;
    font-size: 14px;
    width: 100%;
  }
  .bt-amuse dl dd {
    margin-top: 10px;
    font-weight: normal;
    font-size: 13px;
  }
}


/* /////////////////////////////
      information page
///////////////////////////// */
.news-wrap{
	width: 670px;
	padding: 40px;
	background: rgba(255,255,255,0.7);
	margin: 0 auto;
}
.news-wrap .news_content{
	color: #000;
	padding: 5px 0;
	border-bottom: 1px solid #1a7fdb;
}
.news-wrap .news_content .wrap{
	display: table;
	width: 100%;
}
.news-wrap .news_content .wrap .detail{
	display: table-cell;
	vertical-align: middle;
	width: 30px;
}
.news-wrap .news_content .wrap .ntxt{
	display: table-cell;
  line-height: 1.5;
}

/*wp-pagenavi*/
.wp-pagenavi {
				width: 100%;
				padding: 50px 0 10px;
				clear: both;
				text-align:center;
			}
      .wp-pagenavi .pages{
        display: none;
      }
			.wp-pagenavi a, .wp-pagenavi span {
				color: #000;
				border:1px solid #dcdcdc;
        padding: 10px 14px !important;
        font-size: 1.2em;
        font-weight: lighter !important;
				white-space: nowrap;
				-webkit-transition: 0.2s ease-in-out;
				-moz-transition: 0.2s ease-in-out;
				-o-transition: 0.2s ease-in-out;
				transition: 0.2s ease-in-out;
				text-align: center;
				text-decoration:none;
			}
			.wp-pagenavi a:hover{
			    color:#fff;
          background-color: #188ea7;
			    }
			.wp-pagenavi span.current{
				color: #fff;
				background-color:#1a7fdb;
				border-color: #188ea7;
}
/* /////////////////////////////
      single page
///////////////////////////// */
.p-imgArea{
  width: 280px;
  float: left;
  margin-right: 20px;
}
.p-imgArea img{
  width: 100%;
  height: auto;
}
.p-imgArea a{
  display: inline-block;
  padding: 10px 0;
  width: 120px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin: 10px 20px 10px 20px;
  color: #188ea8;
  border: 2px solid #188ea8;
}
.p-imgArea .img01{
  margin-bottom: 20px;
}
.p-info{
  width: 450px;
}
.p-info th,
.p-info td{
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
}
.p-info th{
  background-color: #dfe9f7;
}
.p-info td{
  background-color: #fff;
}


/* お知らせ */
.single-content{
	color: #000;
	width: 670px;
	padding: 40px;
	background: rgba(255,255,255,0.7);
	margin: 0 auto;
}
.single-content .title{
	font-size: 20px;
}
.single-content img{
	width: 100%;
}

.single-content .content{
	margin: 30px 0;
	font-size: 15px;
	line-height: 1.5;
}
.post_next a{
  float: right;
	color: #000;
  position: relative;
  text-align: center;
  width: 80px;
  height: 60px;
  line-height: 60px;
  border: 2px solid;
  transition: .3s;
	background-color: #fff;
}
.post_prev a{
  float: left;
	color: #000;
  position: relative;
  text-align: center;
  width: 80px;
  height: 60px;
  line-height: 60px;
  border: 2px solid;
	transition: .3s;
	background-color: #fff;
}
.post_next a,.post_prev a{
}
.post_next:hover a, .post_prev:hover a {
  color: #fff;
  background-color: #1a7fdb;
}
.pnpost .back{
	text-align: center;
}
.pnpost .back a{
	color: #000;
	display: block;
	text-align: center;
	width: 150px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	border: 2px solid;
	transition: .3s;
	background-color: #fff;
}
.pnpost .back a:hover {
  color: #fff;
  background-color: #003e8d;
}

@media screen and (max-width: 768px) {
  .p-imgArea {
      width: 100%;
      float: none;
      margin-right: 0;
  }
  .p-info {
    width: 100%;
  }
  .news-wrap, .single-content {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 14px;
  }
}

/* /////////////////////////////
      battery page
///////////////////////////// */
.shoplist{
  line-height: 20px;
}
.rightmain.shoplist {
  background-size: 100% auto;
}
.shoplist .qa li{
  margin-top: 20px;
}
.shoplist .dmenu{
  text-align: center;
  font-weight: bold;
  display: block;
  position: relative;
  font-size: 24px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  background-color: #0f218d;
}
.shoplist .dmenu::after{
  position: absolute;
  transition: .3s;
  content: "";
  right: 10px;
  top: 12px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
}
.shoplist .dmenu.active::after,.shoplist .dmenu02.active::after{
  transform: rotate(90deg);
}
.shoplist .dmenu02{
  position: relative;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
}
.shoplist .dmenu02::after{
  position: absolute;
  transition: .3s;
  content: "";
  right: 0;
  top: 14px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #178EA8;
}
.shoplist .dmenu03{
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
}
.shoplist .submenu,.shoplist .submenu02{
  display: none;
}
.shoplist .submenu{
  margin-bottom: 20px;
}
.shoplist .submenu02 li{
  border: 1px solid #000;
  padding: 10px 20px;
  line-height: 24px;
}
strong{
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .shoplist .dmenu {
    font-size: 18px;
  }
  .shoplist .dmenu02,.shoplist .dmenu03 {
    font-size: 12px;
  }
  .shoplist .submenu02 li{
    font-size: 12px;
  }
  .shoplist .dmenu02::after {
    top: 12px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #178EA8;
  }
}
/* /////////////////////////////
      greeting page
///////////////////////////// */
.gretxt{
  line-height: 1.8;
}
.grepresi{
  margin-top: 30px;
  font-size: 20px;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gretxt{
    font-size: 14px;
  }
}
/* /////////////////////////////
      history page
///////////////////////////// */
#hisec01{
  padding-bottom: 50px
}
/* #hisec01 p{
  margin-top: 20px;
  line-height: 1.5;
} */
#hisec02{
  padding-bottom: 50px
}
/* #hisec02 p{
  margin-top: 20px;
  line-height: 1.8;
} */
@media screen and (max-width: 768px) {
  #hisec01 p,#hisec02 p{
    font-size: 14px;
  }

}

.history-item {
  margin-top: 12px;
  display: flex;
  gap: 20px;
}

.history-year {
  line-height: 1.5;
}

.history-text {
  line-height: 1.5;
}
