
/* ========================================
                  ターミナルガードPc
   ======================================== */
html{min-width:1024px;}
.obWrap{font-size:18px;}
.obWrap div > *{width:100%; line-height: 1.5;}
.battery-titleBg { background: url(../img/top-bg3.jpg); }
.battery-contentBg{padding: 50px 0 90px 0;}
.battery-contentBg ul.itemThumb figure{position:relative;}	
.battery-contentBg ul.itemThumb figure:hover::after{content:"商品詳細はこちらから";position:absolute;top:0;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,0.7);width:100%;height:100%;color:#FFF;animation:fadeIn 0.3s ease-in-out 0s 1 forwards;}
@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}

.page_content h2 {
	padding: 0 !important;
	height: auto !important;
}
.page_content h3 {
	border: none !important;
}

.battery-contentBg > p {
	font-size: 23px;
	margin-bottom: 80px;
}
.battery-contentBg > div > h3 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: #073358;
	padding: 10px 0;
	margin: 0 0 35px 0;
}
.battery-contentBg > div > h3 span {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
}
.battery-contentBg > div > .itemThumb {
	max-width: 1024px;
	margin: 0 auto 80px auto;
	display: flex;
	justify-content: space-between;
}
.battery-contentBg > div > .itemThumb li:first-child {
	width: 415px;
}
.battery-contentBg > div > .itemThumb li:first-child figcaption {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: #073358;
	padding: 6px 0 6px 20px;
}
.battery-contentBg > div > .itemThumb li:last-child {
	max-width: 560px;
}
.battery-contentBg > div > .itemThumb li:last-child p:last-child {
	margin-top: 25px;
	display: flex;
	justify-content: flex-end;
}
.battery-contentBg > div > .itemThumb li:last-child p:last-child img {
	max-width: 393px;
}

.terminal_guard01 {
	max-width: 1140px;
	margin: 0 auto;
}
.terminal_guard01 h4 {
	font-size: 30px;
	font-weight: bold;
	color: #073358;
	margin-bottom: 30px;
}
.terminal_guard01 h4 span {
	font-size: 50px;
	display: inline !important;
}
.terminal_guard01 ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.terminal_guard01 ul li {
	width: 31%;
}
.terminal_guard01 ul li span {
	display: inline-block;
	background: #073358;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 10px 8px 10px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.terminal_guard01 ul li dd {
	margin-top: 20px;
	font-size: 17px;
}

.terminal_guard02 ul {
	display: flex;
	max-width: 1140px;
	margin: 0 auto 65px auto;
}
.terminal_guard02 ul li {
	padding: 0 15px;
	box-sizing: border-box;
}
.terminal_guard02 ul li span {
	display: inline-block;
	background: #073358;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 15px 5px 15px;
	margin: 0 0 20px 10px;
	border-radius: 10px;
}
.terminal_guard02 ul li img {
	margin: 0 auto;
	display: block;
}
.terminal_guard02 ul li:nth-child(1) {
	width: 20%;
}
.terminal_guard02 ul li:nth-child(1) img {
	max-width: 120px;
}
.terminal_guard02 ul li:nth-child(2) {
	width: 30%;
	border-left: 1px solid #fff;
	position: relative;
}
.terminal_guard02 ul li:nth-child(2) img {
	max-width: 305px;
}
.terminal_guard02 ul li:nth-child(3),
.terminal_guard02 ul li:nth-child(4) {
	width: 25%;
	border-left: 1px solid #fff;
	position: relative;
}
.terminal_guard02 ul li:nth-child(3) img {
	max-width: 225px;
}
.terminal_guard02 ul li:nth-child(4) img {
	max-width: 235px;
}
.terminal_guard02 ul li:nth-child(n+2)::after {
	content: "";
	width: 26px;
	height: 33px;
	background: url(../img/terminal_guard12.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: -13px;
	bottom: 105px;
}
.terminal_guard02 ul li dl dt {
	font-size: 17px;
	padding-left: 1.1em;
	text-indent: -1.1em;
	min-height: 100px;
}

.terminal_guard03 ul {
	display: flex;
	justify-content: space-between;
	max-width: 1140px;
	margin: 0 auto 50px auto;
}
.terminal_guard03 ul li {
	width: 48.8%;
}
.terminal_guard03 ul li span {
	display: inline-block;
	border: 2px solid #073358;
	padding: 3px 15px 0 15px;
	font-size: 30px;
	font-weight: bold;
	color: #073358;
}
.terminal_guard03 ul li dt {
	padding: 30px 20px;
	font-size: 21px;
	line-height: 2;
}

.terminal_guard04 {
	max-width: 1140px;
	margin: 0 auto 50px auto;
}
.terminal_guard04 > ul:first-child {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.terminal_guard04 > ul:first-child li {
	background: #073358;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	border-radius: 10px;
	padding: 5px 13px;
}
.terminal_guard04 > ul + p {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.8;
}
.terminal_guard04 > ul + p + dl {
	margin-bottom: 30px;
}
.terminal_guard04 > ul + p + dl dt {
	display: inline-block;
	border: 2px solid #073358;
	padding: 5px 15px 2px 15px;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
	color: #073358;
}
.terminal_guard04 > ul + p + dl + ul {
	margin-bottom: 50px;
}
.terminal_guard04 > ul + p + dl + ul li:first-child {
	font-size: 39px;
	font-weight: bold;
	color: #073358;
	text-align: center;
	line-height: 1.5;
}
.terminal_guard04 > ul + p + dl + ul li:first-child span {
	font-size: 40px;
	letter-spacing: -0.02em;
	position: relative;
	display: inline-block;
}
.terminal_guard04 > ul + p + dl + ul li:first-child span::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #e45e76;
	position: absolute;
	bottom: 0;
	left: 0;
}
.terminal_guard04 > ul + p + dl + ul li:first-child span::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #e45e76;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.terminal_guard04 + p {
	margin-bottom: 45px;
}

.terminal_guard05 h3 {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
	background: #073358;
	padding: 15px 0;
	margin: 0 0 25px 0;
}
.terminal_guard05 h3 span {
	display: block;
	max-width: 1140px;
	margin: 0 auto;
}
.terminal_guard05 h4 {
	max-width: 1140px;
	font-size: 27px;
	font-weight: bold;
	color: #073358;
	margin: 0 auto 25px auto;
	padding-left: 1em;
	text-indent: -1em;
}
.terminal_guard05 h4 + p {
	margin: 0 auto 40px auto;
	max-width: 1140px;
}
.terminal_guard05 h4 + ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 40px auto;
	max-width: 1140px;
}
.terminal_guard05 h4 + ul li {
	width: 49.2%;
}
.terminal_guard05 ul + p {
	font-size: 42px;
	font-weight: bold;
	color: #e41c29;
	text-align: center;
	text-shadow: 
    3px 3px #fff, -3px -3px #fff, 
    3px -3px #fff, -3px 3px #fff, 
    0px 3px #fff, 3px 0px #fff, 
    -3px 0px #fff, 0px -3px #fff;
}


.topLink a{padding:0.8% 0; margin-top: 60px;}














