/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*全体*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;700&display=swap');
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #3a3a3a;
}

html {
margin-top: 0 !important;
}
.admin-bar .navbar-fixed-top {
    top: 0 !important;
}
#wpadminbar {
    display: none !important;
}

h1, h2, h3 {
	font-weight: 700;
	color: #86b24f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 { font-size: 24px;}
h3 { font-size: 18px;}
h4,h5,h6,h7 { font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2 {
	font-size: 22px;
	margin: 40px 0 10px;
	background-color: #e7f3dd;
	padding: 10px 20px;
	border-radius: 1px;
}

article {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border: 0;
}

span.red {
	color: red;
	font-size: 80%;
}

/*ヘッダー*/
#site-description.margin-top {
	margin-top: 10px;
	height: 0;
	overflow: hidden;
}

.home #site-description.margin-top {
	height: auto;
	margin-top: 10px;
}

#site-logo.image-anchor {
	height: 0;
	overflow: hidden;
}

.home #site-logo.image-anchor {
	height: auto;
}

.title-card-wrapper {
	height: 20px;
}
@media screen and (min-width:769px ) {
	.title-card-wrapper {
    height: 60px;
  }
}

/*フッター*/
.copyright {
	font-size: 12px;
}

/*リンク色*/
a, a:link, a:visited {
	color: #86b24f;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

#infinite-handle span {
	background-color: #86b24f;
}

#infinite-handle span:hover {
	background-color: #eca926;
}

.dropdown-menu > li > a, .navbar-nav > li > a {
	color: #86b24f;
}

#more-site:hover {
	background-color: rgba(134,178,79,0.5);
}

/*メニューアレンジ*/

.navbar-inverse {
  background: #86b24f url(https://bexide.co.jp/wp-content/uploads/2017/08/logo_bexide_white1.png) 0 7px no-repeat;
  border-bottom: 6px solid #3a3a3a;
  background-size: auto 40px;
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:focus {
  background: none;
  border: 0;
}

.navbar-collapse {
	background: #86b24f !important;
  box-shadow: none;
  border: none;
  padding: 0;
}

.navbar-nav {
	margin: 0;
}

.navbar-nav > li > a {
	height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #3a3a3a !important;
  padding: 10px 5px 10px 60px;
  transition: 0.5s background;
}

.navbar-nav > li > a:hover, 
.navbar-nav > li > a:active, 
.navbar-nav > li > a:focus {
  color: #86b24f !important;
  background-color: #3a3a3a !important;
  border: 0;
  text-decoration: none;
}

.navbar-nav > li > a::before,
.dropdown-menu li:first-child a::before {
	content: "";
  display: block;
	background-image: url(https://bexide.co.jp/wp-content/uploads/2022/10/bexide_web04.png);
	background-repeat: no-repeat;
  position: absolute;
  filter: brightness(100);
  transform: scale(0.7);
}

.navbar-nav > li > a:hover::before, .navbar-nav > li > a:active::before, .navbar-nav > li > a:focus::before,
.dropdown-menu li:first-child a:hover::before,
.dropdown-menu li:first-child a:active::before,
.dropdown-menu li:first-child a:focus::before{
	filter: none;
}

.menu-item-1227 > a::before {
  background-position: -44px -43px;
  width: 39px;
  height: 39px;
	margin: -10px 0px 0 -51px;
}

.menu-item-14 > a::before,
.menu-item-14 > .dropdown-menu li:first-child a::before{
  background-position: 0 -16px;
  width: 40px;
  height: 42px;
	margin: -10px 0 0 -50px;
}

.menu-item-412 > a::before,
.menu-item-412 > .dropdown-menu li:first-child a::before{
  background-position: 0 -62px;
  width: 39px;
  height: 39px;
	margin: -10px 0 0 -50px;
}

.menu-item-17 > a::before,
.menu-item-17 > .dropdown-menu li:first-child a::before{
  background-position: -91px -54px;
  width: 41px;
  height: 32px;
	margin: -7px 0 0 -50px;
}

.menu-item-1336 > a::before {
  background-position: -90px -92px;
  width: 41px;
  height: 38px;
	margin: -5px 0 0 -50px;
}

.menu-item-1792 > a::before {
  background-position: -56px 0;
  width: 28px;
  height: 38px;
	margin: -10px 0 0 -43px;
}

.caret {
	display: none;
}

.dropdown-menu {
	background: #86b24f !important;
  display: block;
  position: static;
  float: none;
  width: auto;
  margin: 0 0 0 12px;
	padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.dropdown-menu li {
  display: inline-block;
  border-right: 1px solid #fff;
	margin-left: -5px;
}

.dropdown-menu li:first-child {
	width: 100%;
	height:40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	border: 0;
}

.dropdown-menu li:last-child {
  border-right: 0;
}

.dropdown-menu li a,
.dropdown-menu a:link,
.dropdown-menu a:visited {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 1.5;
  color: #fff !important;
  margin: 0;
  padding: 0 7px 0 4px !important;
	transition: 0.5s;
}

.dropdown-menu a:hover,
.dropdown-menu a:active,
.dropdown-menu a:focus {
	background-color: #3a3a3a !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #86b24f;
}

.dropdown-menu li:first-child a {
	width: 100%;
	height:40px;
	display: block;
	font-size: 18px !important;
	line-height: 20px;
  font-weight: 700;
  color: #3a3a3a !important;
	background: #86b24f;
	padding: 10px 5px 10px 60px !important;
  transition: 0.5s background;
}

.dropdown-menu li:first-child a:hover,
.dropdown-menu li:first-child a:active,
.dropdown-menu li:first-child a:focus
{
	color: #86b24f !important;
  background-color: #3a3a3a !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #86b24f;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #eca926;
	color: #fff;
}

@media screen and (max-width: 480px) {
    .navbar-fixed-top {
        top: 0 !important;
        position: fixed;
    }
}
@media screen and (min-width: 769px) {
  .navbar-inverse {
     background-position: 0 12px;
     background-size: auto;
  }
	
	.navbar-collapse{
		background: none !important;
	}
	
  .navbar-nav {
    width: 100%;
		padding-right: 15px;
  }
	
  .navbar-nav > li {
    display: inline-block;
    height: 70px !important;
  }
	
  .menu-item-14, .menu-item-412, .menu-item-17 {
    max-width: 200px;
    width: 16vw;
    min-width: 150px;
  }
	
  .menu-item-1336, .menu-item-1792 {
    width: 44px;
    float: right !important;
    border: none;
    text-align: center;
  }
/*	.menu-item-1336 {
		margin-right: 130px;
}*/
  .menu-item-1227 > a {
    background: none !important;
    width: 190px !important;
    height: 70px !important;
    font-size: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
	
  .navbar-nav > li.menu-item-1227 > a:hover,
	.navbar-nav > li.menu-item-1227 > a:focus,
	.navbar-nav > li.menu-item-1227 > a:active {
    background: none !important;
  }
	
  .navbar-nav > li.menu-item-14 > a,
	.navbar-nav > li.menu-item-412 > a,
	.navbar-nav > li.menu-item-17 > a {
    padding: 10px 0 10px 60px !important;
		width: 100%;
		height: 70px;
		display: flex;
		align-items: flex-end;
		word-break: break-all;
  }
	
 .navbar-nav > li.menu-item-1336 > a,
	.navbar-nav > li.menu-item-1792 > a {
    font-size: 0;
    padding: 42px 0 0;
    color: #fff !important;
    width: 50px;
    height: 70px;
  }
	
  .navbar-nav > li > a::before {
    margin: 0;
  }
	
  .menu-item-14 > a::before,
	.menu-item-412 > a::before, 
	.menu-item-17 > a::before {
    transform: scale(1) !important;
    left: 10px;
    top: 17px;
  }
	
  .menu-item-17 > a::before {
    top: 24px;
  }
	
  .menu-item-1227 > a::before {
    display: none !important;
  }
	
  .menu-item-1336 > a::before {
    left: 2px;
    top: 30px;
  }
	
  .menu-item-1792 > a::before {
    left: 11px;
    top: 24px;
   }
	
  .caret {
    display: inline-block;
		margin: 0 4px 6px 4px;
  }
	
	.navbar-nav > li:hover .dropdown-menu {
		display: block;
		min-width: 100%;
    width: fit-content;
	}
	
  .dropdown-menu {
	  margin: 0;
    padding: 6px 0 0 !important;
    width: 100%;
    min-width: 150px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    border-radius: 1px;
    background: #3a3a3ad9 !important;
		transition: 0.5s;
  }
	
  .dropdown-menu > li {
    display: block;
    border-right: 0;
		padding: 0;
		margin: 0;
  }
	
	.dropdown-menu li:first-child {
		display: none;
	}
	
	.dropdown-menu li a,
	.dropdown-menu a:link,
	.dropdown-menu a:visited {
		font-size: 16px !important;
		padding: 4px 7px 5px !important;
	}
	
	.dropdown-menu a:hover,
  .dropdown-menu a:active,
  .dropdown-menu a:focus {
  	background-color: #86b24fd9 !important;
  }
	
}


@media screen and (min-width: 900px) {
	
  .menu-item-1227 > a {
		width: 200px !important;
	}
	
	.menu-item-1336,
	.menu-item-1792 {
    width: 80px;
  }
	
 .navbar-nav > li.menu-item-1336 > a,
	.navbar-nav > li.menu-item-1792 > a {
    font-size: 12px;
    width: 80px;
  }
	
  .menu-item-1336 > a::before {
    left: 19px;
    top: 10px;
  }
	
  .menu-item-1792 > a::before {
    left: 26px;
    top: 7px;
   }
	
}

/*メインタイトル*/
#top_gallery {
	text-align: center;
}

.home-jumbotron:before, .home-jumbotron:after {
	border: none;
}

.container .jumbotron {
	padding: 0;
}

.top_title {
	max-width: 560px;
	position: relative;
	display: inline-block;
	padding: 14px 10px 0;
	border: solid 2px #86b24f;
	border-radius: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

img.top_title {
	width: 100%;
	height: auto;
}

.top_title a, .top_title a:link, .top_title a:visited {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top_title a:hover,
.top_title a:active,
.top_title a:focus {
	background-color: #aed88e;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

h3.game_title {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	color: #86b24f;
}

.caption {
	font-size: 80%;
}

.home-jumbotron h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 16px;
}

#home-page-widgets {
	text-align: center;
	background: transparent;
	padding-top: 12px;
	padding-bottom: 0;
}

/*投稿ページ*/
article.post {
	border-bottom: 6px dotted #aed88e;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.home .post:hover,
.page-id-6 .post:hover {
	background-color: #e7f3dd;
}

.entry-title a,
.entry-title a:link,
.entry-title a:visited {
	font-size: 20px;
	font-weight: bold;
	color: #86b24f;
}

.entry-title a:hover,
.entry-title a:active,
.entry-title a:focus {
	color: #eca926;
}

.single-post .entry-title {
	border-bottom: 2px solid #86b24f;
	height: auto;
	font-size: 20px;
	line-height: 1.1;
	color: #86b24f;
	vertical-align: bottom;
	padding: 10px 0 0 60px;
	position: relative;
	background-size: auto;
	background-position: 0 100%;
	background-image: none;
}
.single-post .entry-title::before {
	content: "";
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-image: url(https://bexide.co.jp/wp-content/uploads/2017/08/menu_icon6-1.png);
}

.wp-post-image {
	border-radius: 1px;
}

.single-post .wp-block-image,
.single-post .wp-block-embed-youtube {
	margin: 15px auto
}


.widget_recent_entries li {
	padding: 4px 0 2px;
	border-bottom: 1px dotted #aed88e;
}

/*各ページ見出し*/
.hierarchy {
	font-size: 14px;
	margin: 0 0 20px;
}

.page-id-2 .entry-title,
.parent-pageid-2 .entry-title,
.parent-pageid-1834 .entry-title,
.page-id-410 .entry-title,
.parent-pageid-410 .entry-title,
.page-id-7 .entry-title,
.parent-pageid-7 .entry-title,
.page-id-1322 .entry-title,
.page-id-632 .entry-title,
.page-id-6 .page-header
   {
	color: #86b24f;
	height: 52px;
	line-height: 150%;
	border-bottom: 2px solid #86b24f;
	padding-top: 2px;
	padding-left: 60px;
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/08/menu_icon1-1.png');
	background-repeat: no-repeat;
	background-size: contain;
}

.parent-pageid-1834 .entry-title {
	font-size: 24px;
	line-height: 180%;
}

.page-id-410 .entry-title,
.parent-pageid-410 .entry-title {
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/08/menu_icon2-1.png');
}

.page-id-7 .entry-title,
.parent-pageid-7 .entry-title {
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/08/menu_icon3-1.png');
}

.page-id-1322 .entry-title {
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/08/menu_icon4-1.png');
}

.page-id-632 .entry-title {
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/08/menu_icon5-1.png');
}

.page-id-6 .page-header h2 {
	color: #86b24f;
	line-height: 50%;
}

@media screen and (max-width: 320px) {
	.page-id-2 .entry-title,
	.parent-pageid-2 .entry-title,
	.parent-pageid-1834 .entry-title,
	.page-id-410 .entry-title,
	.parent-pageid-410 .entry-title,
	.page-id-7 .entry-title,
	.parent-pageid-7 .entry-title,
	.page-id-1322 .entry-title,
	.page-id-632 .entry-title,
	.page-id-6 .page-header {
		font-size: 24px;
		padding-top: 10px;
	}
}
@media screen and (max-width: 520px) {
.single-post .entry-title {
	  font-size: 16px;
	}
}
/*製品ページ*/
ul.products_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 6px dotted #aed88e;
}

.products_info img {
	border: 1px solid #cdcdcd;
}

.products_list_contents {
	border: solid 1px #86b24f;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 12px;
	position: relative;
	vertical-align: middle;
}

.products_info > img {
	max-width: 280px;
	height: auto;
}

.products_title {
	font-weight: bold;
	padding-bottom: 6px;
	color: #86b24f;
}

table.products_outline {
	width: auto;
	white-space: nowrap;
}

table.products_outline td {
	padding: 0 3px;
	border: none;
	text-align: left;
	vertical-align: top;
}

.products_list_contents a:link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.products_list_contents a:hover {
	background-color: #aed88e;
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
}

.products_list_contents > p {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

@media screen and (min-width:1200px) {
	.products_title {
		font-size: 22px;
		margin-bottom: 12px;
	}
	
	.products_info > img {
		width: 280px;
	}
	
	table.products_outline {
		font-size: 14px;
	}
	
	.products_info, .clear_shadow {
		padding-right: 20px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.products_list_old li.products_list_contents {
		width: 49%;
		float: left;
	}
	
	.products_list_old li:nth-child(2n) {
		margin-left: 2%;
	}
	
	.products_list_old table.products_outline {
		font-size: 12px;
	}
}

@media screen and (min-width:769px) and (max-width:1199px) {
	.products_title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	
	.products_info > img {
		width: 220px;
	}
	
	table.products_outline {
		font-size: 12px;
	}
	
	.products_info {
		padding-right: 20px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.products_list_old li.products_list_contents {
		width: 49%;
		float: left;
	}
	
	.products_list_old li:nth-child(2n) {
		margin-left: 2%;
	}
	
	.products_list_old table.products_outline {
		font-size: 10px;
	}
}

@media screen and (min-width:481px) and (max-width:768px) {
	.products_title {
		font-size: 20px;
		margin-top: 8px;
		margin-bottom: 12px;
	}
	
	.products_info > img {
		width: 240px;
	}
	
	table.products_outline {
		font-size: 12px;
	}
	
	.products_info {
		padding-right: 20px;
		display: table-cell;
		vertical-align: middle;
	}
	
	.products_list_old li.products_list_contents {
		width: 49%;
		float: left;
	}
	
	.products_list_old li:nth-child(2n) {
		margin-left: 2%;
	}
	
	.products_list_old table.products_outline {
		font-size: 10px;
	}
}

@media screen and (max-width:480px) {
	.products_title {
		font-size: 16px;
		margin-top: 8px;
		margin-bottom: 6px;
	}
	
	.products_info > img {
		width: 220px;
	}
	
	table.products_outline {
		font-size: 8px;
	}
	
	.products_info {
		padding-right: 0;
		display: table;
		margin: auto;
		vertical-align: middle;
	}
	
	.products_list_old li.products_list_contents {
		width: 100%;
		float: none;
	}
	
	.products_list_old li:nth-child(2n) {
		margin-left: 0;
	}
	
	.products_list_old table.products_outline {
		font-size: 10px;
	}
}

/*製品ページ（古いタイトル）*/
ul.products_list_old {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 6px dotted #aed88e;
	display: block;
	min-height: 100%;
	grid-template-columns: repeat(3, 1fr);
  display: flex;
  flex-wrap: wrap;
}

.products_list_old li.products_list_contents {
	border: solid 1px #86b24f;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 12px;
	display: block;
}

.products_list_old .products_info {
	padding-right: 0;
	display: table;
	margin: auto;
	vertical-align: middle;
	text-align: center;
}

.products_list_old .products_info h3 {
	text-align: left;
}

.products_list_old .products_info > img {
	max-width: 60%;
	height: auto;
}

ul.products_list_old:after {
	content: "";
	clear: both;
	display: block;
}

.products_list_old .products_title {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 2px;
}

/*製品ページ（協力・監修）*/
.products_title span.lower {
	font-size: 12px;
}

ul.products_list_supervise {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 6px dotted #aed88e;
	display: block;
	min-height: 100%;
}

.products_list_supervise li {
	margin-bottom: 20px;
}

h2.lower {
	font-size: 24px;
}

.products_list_supervise table.products_outline {
	font-size: 12px;
	width: 100%;
}

.products_list_supervise tr:nth-child(even) td {
	background-color: #e7f3dd;
}

.products_list_supervise td.td_1 {
	width: 70px;
}

.products_list_supervise td.td_2 {
	width: 20px;
}

.products_list_supervise .products_title {
	font-size: 18px;
	float: left;
	margin: 0 20px 13px 0;
	padding: 3px 0;
}

div.supervise_title {
	width: 100%;
	padding-top: 0;
	margin-bottom: 4px;
	border-bottom: 1px solid #86b24f;
}

.products_list_supervise a:link {
	color: #86b24f;
	font-size: 12px;
	padding: 3px 0;
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #86b24f;
	width: 100px;
	text-align: center;
	text-decoration: none;
}

.products_list_supervise a:visited {
	color: #86b24f;
	font-size: 12px;
	padding: 3px 0;
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #86b24f;
	width: 100px;
	text-align: center;
	text-decoration: none;
}

.products_list_supervise a:hover {
	background-color: #e7f3dd;
	text-decoration: none;
}

.products_list_supervise a:active {
	background-color: #e7f3dd;
	text-decoration: none;
}

div.supervise_title:after {
	content: "";
	clear: both;
	display: block;
}

/*製品ページ（キャラ）*/
ul.character_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 6px dotted #aed88e;
	min-height: 100%;
}

.character_info > img {
	max-width: 280px;
	height: auto;
}

.character_list li:nth-child(2n) {
	margin-left: 2%;
}

.character_list li {
	border: solid 1px #86b24f;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 12px;
	text-align: center;
	width: 49%;
	float: left;
}

ul.character_list:after {
	content: "";
	clear: both;
	display: block;
}

h3.character_name {
	font-weight: bold;
	color: #86b24f;
}

/*製品ページ（個別）*/
ul.screenshot {
	display: table;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.screenshot li {
	display: table-cell;
}

.screenshot li:nth-child(2n) {
	padding-left: 6px;
	padding-right: 6px;
}

.title_header {
	text-align: center;
	margin: auto;
}

.title_header img {
	box-shadow: 0 0 3px 1px #aaa;
	-moz-box-shadow: 0 0 3px 1px #aaa;
	-webkit-box-shadow: 0 0 3px 1px #aaa;
}

.screenshot img {
	box-shadow: 0 0 3px 1px #aaa;
	-moz-box-shadow: 0 0 3px 1px #aaa;
	-webkit-box-shadow: 0 0 3px 1px #aaa;
}

/*会社案内ページ*/
table.company {
	max-width: 650px;
	margin: auto;
}

table.company td {
	padding: 0;
	border: none;
	vertical-align: top;
}

span.title_cell {
	font-size: 14px;
	background-color: #aed88e;
	padding: 2px 10px;
	white-space: nowrap;
	border-radius: 0 0 12px 12px;
	width: 100%;
	margin: auto;
	display: table;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
}

div.company_cell {
	border-top: 1px solid #aed88e;
	padding: 15px;
}

.company_cell img {
	margin-top: 12px;
}

table.history {
	font-size: 14px;
	max-width: 650px;
	margin: auto;
	height: 100%;
}

table.history td {
	padding: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: none;
	border-right: none;
	height: 100%;
}

div.year_cell {
	background-color: #aed88e;
	border-radius: 12px 0 0 12px;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.5;
	border-bottom: 1px solid #86b24f;
	padding: 5px 0;
}

div.history_cell {
	background-color: #e7f3dd;
	line-height: 1.5;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	border-radius: 0 12px 12px 0;
	border-bottom: 1px solid #aed88e;
}

ul.side-by-side_list {
	list-style-type: none;
	display: table;
	width: 100%;
	text-align: center;
	padding: 0;
}

.side-by-side_list li {
	display: inline-block;
	margin: 10px;
}

.side-by-side_list > li a,
.side-by-side_list > li a:link,
.side-by-side_list > li a:visited {
	color: #86b24f;
	font-size: 100%;
	border: 1px solid #86b24f;
	display: block;
	height: 50px;
	min-width: 140px;
	line-height: 50px;
	border-radius: 25px;
	text-decoration: none !important;
	padding: 0 10px;
}

.side-by-side_list > li a:hover,
.side-by-side_list > li a:active {
	text-decoration: none !important;
	background-color: #e7f3dd;
}

/*会社情報（請負契約）*/
div.contract1 {
	margin: 20px auto;
	padding-top: 10px;
	width: 90%;
	height: 160px;
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/07/contract_ios01.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

div.contract2 {
	margin: 20px auto;
	padding-top: 10px;
	width: 90%;
	height: 160px;
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/07/contract_chara01.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

div.contract3 {
	margin: 20px auto;
	padding-top: 10px;
	width: 90%;
	height: 160px;
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/07/contract_unity01.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}

/*お問い合わせページ*/
ul.common_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.common_list li {
	padding: 5px 0 5px 12px;
	line-height: 180%;
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/08/list_button01.png');
	background-repeat: no-repeat;
	background-position: 0 15px;
}

/*採用ページ（環境）*/
ul.environment_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.environment_list li {
	padding: 0 0 0 20px;
	line-height: 180%;
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/08/list_button02.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.environment_list h3 {
	font-size: 22px;
	font-weight: bold;
	color: #86b24f;
}

.environment_list li:after {
	content: "";
	clear: both;
	display: block;
}

.environment_list img {
	border: 2px solid #86b24f;
	border-radius: 20px;
}

@media screen and (min-width:1200px) {
	.with_img {
		width: 450px;
		position: absolute;
	}
	
	.environment_list img {
		float: right;
	}
}

@media screen and (min-width:769px) and (max-width:1199px) {
	.with_img {
		width: 320px;
		position: absolute;
	}
	
	.environment_list img {
		float: right;
	}
}

@media screen and (min-width:481px) and (max-width:768px) {
	.with_img {
		width: 380px;
		position: absolute;
	}
	
	.environment_list img {
		float: right;
	}
}

@media screen and (max-width:480px) {
	.with_img {
		width: 100%;
		position: static;
	}
	
	.environment_list img {
		float: none;
	}
}

/*採用ページ（プロセス）*/
div.recruit_process {
	width: 100%;
	display: block;
}

.recruit_process h3 {
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
	width: 140px;
	height: 140px;
	text-align: center;
	line-height: 140px;
	background-color: #86b24f;
	border-radius: 70px;
}

div.recruit_process_cell {
	display: table-cell;
	vertical-align: middle;
}

.recruit_process_cell p {
	padding: 20px;
	margin-left: 30px;
	background-color: #e7f3dd;
	border-radius: 20px;
	border-bottom: 1px solid #aed88e;
}

.recruit_arrow {
	margin-top: -20px;
	margin-left: 50px;
	clear: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 20px 0;
	border-color: #86b24f transparent transparent;
}

/*採用ページ（募集要項）*/
h3.job {
	color: #86b24f;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 0 30px;
	line-height: 130%;
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/08/list_button02.png');
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

table.job_table {
	margin: auto;
	max-width: 700px;
}

table.job_table td {
	border: 1px solid #aed88e;
	position: relative;
	font-size: 14px;
}

.job_cell_left {
	color: #888;
	font-weight: bold;
	width: 120px;
	height: auto;
	white-space: nowrap;
	text-align: center;
}

.job_cell_number {
	color: #888;
	font-weight: bold;
	width: 50px;
	height: auto;
	white-space: nowrap;
	text-align: center;
}

.job_cell_right {
	padding-left: 20px;
	padding-right: 20px;
}

.job_cell_right ul.common_list li {
	padding: 0 0 0 12px;
	line-height: 180%;
	background-position: 0 9px;
}

td.right_up_border {
	background-image: linear-gradient(to top left,transparent 49.5%,#aed88e 49.5%,#aed88e 50.5%,transparent 50.5%,transparent);
}

/*投稿ページ*/
.blog_table {
	width: 350px;
}

/*フッター*/
.bexide_footer {
	width: calc(100% - 40px);
	margin: 0 20px 20px;
}

.bexide_footer:after {
	content: "";
	clear: both;
	display: block;
}

ul.footer_list {
	list-style: none;
	display: table;
	margin: 0;
	padding: 0;
	float: left;
}

.footer_list li {
	display: inline-block;
	margin: 10px;
	background-image: url('https://bexide.co.jp/wp-content/uploads/2017/08/list_button01.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
}

.bexide_footer span {
	float: right;
	line-height: 37px;
}

/*サイトマップ*/
.page-id-2432 h1 {
	text-align: center;
}

#sitemap_main h2 {
	font-size: 24px;
	color: #86b24f;
	text-align: center;
	width: 40%;
	margin: 10px auto;
	padding: 10px 0 5px;
	border-bottom: 1px solid #86b24f;
}

#sitemap_main article {
	margin: 20px auto;
	width: 40%;
}

/*このサイトについて*/
.page-id-2451 .side_menu_content a:link {
	font-size: 14px;
}

.page-id-2451 .side_menu_content a:visited {
	font-size: 14px;
}

.page-id-2451 .widget_custom_html h3.widget-title {
	font-size: 22px;
	line-height: 2.5;
}

.page-id-2529 .side_menu_content a:link {
	font-size: 14px;
}

.page-id-2529 .side_menu_content a:visited {
	font-size: 14px;
}

.page-id-2529 .widget_custom_html h3.widget-title {
	font-size: 22px;
	line-height: 2.5;
}

span.bold {
	font-weight: bold;
}

.about-web_content {
	font-size: 14px;
}
/* FOOTER */
body.page .jp-relatedposts{
	display: none !important;
}
#footer .copyright a {
    color: #aaa !important;
}
#footer a, #footer a .text-muted {
    color: #7B7B7B !important;
}
#footer .copyright {
	  padding: 0 20px 5px;
}
@media screen and (max-width:768px) {
	#footer .copyright {
	  padding: 0 10px 5px;
  }
}
/*ウィジェットメニュー*/

h3.widget-title {
	  width: 100%;
    font-size: 20px;
    color: #86b24f;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

h3.widget-title::before, h3.widget-title::after {
    width: calc(52px * 0.667);
    height: calc(12px * 0.667);
    display: inline-block;
    content: "";
    background: url(https://bexide.co.jp/wp-content/uploads/2022/10/bexide_web04.png) 0 0 no-repeat;
    background-size: 250%;
    vertical-align: middle;
	margin: 0 10px 3px;
}

h3.widget-title::after {
	transform: scaleX(-1);
}

.custom-html-widget {
	margin: 0 auto 50px;
}
.side_menu_list {
	text-align: center;
  flex-flow:row wrap;
	display: flex;
	justify-content: space-between;
}
.side_menu_content {
  width:200px;
	margin: 0 auto;
	flex-basis: 100%;
}
.side_menu_content a
 {
	color: #86b24f;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #86b24f;
	border-radius: 40px;
	margin: 10px auto;
	padding: 20px 0;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	max-width: 200px;
}
.side_menu_content a:link,
.side_menu_content a:visited {
	color: #86b24f;
}
.side_menu_content a:hover,
.side_menu_content a:active,
.side_menu_content a:focus {
	background-color: #e7f3dd;
	text-decoration: none;
}

@media screen and (min-width:360px) and (max-width:992px) {
  .parent-pageid-410  .side_menu_content,
	.parent-pageid-7  .side_menu_content {
		flex-basis: 46%;
		width: auto;
		min-width: 130px;
    margin: 0 5px;
  }
	.parent-pageid-410 .side_menu_content a {
		max-width: unset;
	}
}
@media screen and (min-width:510px) and (max-width:992px) {
	.parent-pageid-2  .side_menu_content {
		flex-basis: 31%;
    margin: 0 5px;
  }
	.side_menu_content a {
		max-width: unset;
	}
}
@media screen and (min-width:590px) and (max-width:992px) {
	.parent-pageid-410  .side_menu_content,
	.parent-pageid-7  .side_menu_content {
		flex-basis: 23%;
  }
}
/*
.widget_custom_html h3.widget-title {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background-color: #aed88e;
    margin: auto;
    text-align: center;
    border-radius: 30px 30px 0 0;
    height: 50px;
    line-height: 2;
    width: 300px;
}
#side_menu {
	padding: 0 2px 2px;
	margin: auto;
	height: auto;
	border-radius: 0 0 30px 30px;
	background-color: #aed88e;
	width: 300px;
}
div.side_menu_list {
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #aed88e;
	text-align: center;
	margin: 0 20px 20px;
}
div.side_menu_content {
	margin: 20px auto;
	max-width: 200px;
}
*/


/*ウィジェット新着一覧*/
.widget_recent_entries li {
	border: 0;
}
.wp-block-latest-posts__featured-image img {
	border: 1px solid #cdcdcd;
}
.wp-block-latest-posts__list a,
.wp-block-latest-posts__list a:link,
.wp-block-latest-posts__list a:visited {
	color:#3a3a3a;
}
.wp-block-latest-posts__list a,
.wp-block-latest-posts__list a:link,
.wp-block-latest-posts__list a:visited {
	color:#3a3a3a;
}
.wp-block-latest-posts__list a:active,
.wp-block-latest-posts__list a:hover,
.wp-block-latest-posts__list a:focus {
	text-decoration: underline;
}
.wp-block-latest-posts li {
	padding-bottom: 20px;
	position: relative;
}
.wp-block-latest-posts__post-date {
	color: #9ca3a2;
	position: absolute;
	bottom: 4px;
	left: 142px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
	max-height: 100px;
	overflow: hidden;
	display: block;
  line-height: 20px;
  text-overflow: ellipsis;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}


/* プレスリリース記事 */
.CorpData {
	border: 2px dotted #88b25a;
  padding: 0 1em;
  font-size: 14px;
}
.CorpData h3 {
  font-size: 18px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #88b25a;
}
.CorpData p {
  font-size: 14px;
}

/* GTranslate */

a.glink img {
    display: none !important;
}
.gt_container-ru57ma a.glink span {
    color:#fff !important;
}
.menu-item-gtranslate {

	    display: none !important;
}
.gt-menu-68536 {
    padding: 40px 0;
}
@media screen and (min-width: 769px) {
	.gt-menu-68536 {
    position: absolute;
    right: 0;
    top: 0;
}
}
