@charset "utf-8";

/*-----------------------------------------------
 public
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #626262;
	font-family:'Frutiger LT W01_45 Ligh1475730', sans-serif;
	background: url("/content/dam/static-sites/au_jvckenwood_com/securityinfo/images/body_back01.gif") repeat 0 0;
	font-size: 17px;
  line-height: 150%;
	-webkit-text-size-adjust: 100%;
	max-height: 100%;
}
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----------------------------------------------
 structure
-----------------------------------------------*/
.content {
	padding:  0;
	/* background: url("/content/dam/static-sites/au_jvckenwood_com/securityinfo/images/content_back01.png") repeat-x 0 0; */
	background-color: #fff;
}

.inner1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.content .inner1280 {
	position: relative;
}
.chileattention {
	color: #ad0000;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	line-height: 1.5;
	padding: 20px 0;
}

/*-----------------------------------------------
 pageTop
-----------------------------------------------*/
#go-top {
	position: fixed;
	bottom: 0px;
}
#go-top a {
	display: block;
	width: 42px;
	height: 44px;
	background: url("/content/dam/static-sites/au_jvckenwood_com/securityinfo/images/icon_gotop.png") no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}
#go-top a:hover {
	background: url("/content/dam/static-sites/au_jvckenwood_com/securityinfo/images/icon_gotop_on.png") no-repeat 0 0;
}

html,
body {
	height: 100%;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.content {
	flex: 1 0 auto;
}
#header {
	width: 100%;
	background: #ffffff;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}
#header::before {
	content: "";
	display: block;
	height: 8px;
	background: #0b8ad8;
}
#header .companylogo {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 27px 64px 25px;
	box-sizing: border-box;
}
#header .companylogo a {
	display: inline-block;
}
#header .companylogo img {
	display: block;
	height: auto;
	max-width: 190px;
	width: 100%;
}
.content-inner {
	margin: 0 64px;
  padding-top: 20px;
}
.breadcrumb {
 display: block;
 padding:0;
  padding-left: 7px;
}
.breadcrumb ul li {
  display: inline;
  font-size: 12px;
  color:#545454;
}
.breadcrumb ul li:before {
  content: '\003e'; /* 8進数の文字コード → 実際には「>」が表示される */
  margin-right: 4px;
}
.breadcrumb ul li:first-child:before {
  content: "";
}
.breadcrumb ul li a {
  font-size: 12px;
  color:#545454;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}
h1.pageTitle {
	font-size: 36px;
	color: #006ABA;
	line-height: 1.1;
	padding: 28px 7px;
	overflow-wrap: anywhere;
	word-break: break-word;
	margin: 0;
	border-bottom: 1px solid #d0d0d0;
	background: #fff;
  font-family: 'Frutiger LT W01_65 Bold1475746', sans-serif;
  letter-spacing: 1px;
}
.table-wrap {
  padding-top: 40px;
}
table {
  width: 100%;
}
th {
  text-align: left;
}
td,
th {
  padding: 1em 0.5em;
}
tr.border-b {
  border-bottom: 1px solid #d5d5d5;
}
#footer {
	width: 100%;
	background-color: #0061ab;
	height: 36px;
	display: flex;
	align-items: center;
    flex-shrink: 0;
}
.footer-pc {
  color: #fff;
  background-color: #0061AB;
  min-height: 36px;
}
.footer-pc .footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.footer-pc .footer-inner .footer-left {
  font-size: 11px;
  padding-top: 1px;
}
.footer-pc .footer-inner .footer-right {
  width: 50%;
  font-size: 12px;
}
.footer-pc .footer-inner .footer-right ul {
  display: flex;
  justify-content: flex-end;
  padding: 11px 0;
}
.footer-pc .footer-inner .footer-right li {
  margin-left: 3%;
  list-style: none;
}
.footer-pc .footer-inner .footer-right a {
  color: #fff;
  text-decoration: none;
}
.footer-pc .footer-inner .footer-right a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
	font-size: 14px;
}
	#header .companylogo {
		padding: 27px 16px 25px;
	}
	.inner1280 {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}
  .content-inner {
    margin: 0;
  }
	h1.pageTitle {
		font-size: 25px;
		margin: 0;
		line-height: 1.1;
		height: 100%;
		padding:16px 7px;
		min-height: 0px;
	}
  .breadcrumb ul li,
  .breadcrumb ul li a {
    font-size: 10px;
  }
  .table-wrap {
    overflow-x: auto;
  }
  .footer-sp {
    margin-block-end: 0;
    padding: 0;
  }
  .footer-sp ul, p {
    margin: 0;
  }
  .footer-sp li {
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 2em;
    margin: 0;
    border-top: 1px solid #ccc;
    }
  .footer-sp li::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    background-color: #0074C1;
    border-radius: 50%;
    top: 45%;
    left: 8px;
    margin-top: -7px;
  }
  .footer-sp li::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 5px #fff;
    top: 45%;
    left: 13px;
    margin-top: -4px;
  }
  .footer-sp li a {
    color: #545454;
    text-decoration: none;
  }
  .footer-sp .footer-copyright {
    height: auto;
    background-color: #0061AB;
    padding: 15px 0;
  }
  .footer-sp .footer-copyright p {
    text-align: center;
    color: #fff;
  }
  .footer-pc {
    display: none;
  }
}