@charset 'UTF-8';
/* window-size + 17px */
/*  Clear Fix
--------------------------------------- */
.clearfix:after
{
	display: table;
	clear: both; 
	content: '';
}

/*	Base Style

/*  Base
--------------------------------------- */
body
{
	font-family: 'Noto Sans Japanese', serif;
	font-size: 10px;
	line-height: 1.5;
	color: #222;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	-webkit-font-smoothing: antialiased;
}


/*  Links
--------------------------------------- */
a
{
	color:#222;
	text-decoration: none; 
}
a:link,
a:visited
{
	text-decoration: none; 
}
a:active,
a:hover,
a:focus
{
	outline: none;
}

a:hover {
	opacity:0.7;
}

/* -------------------------------------------------------------------

	Base Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
html,
body,
div,
main,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
svg,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
picture,
button
{
	zoom: 1; 
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
	background: transparent;
}

/*  HTML5 Display Definitions
--------------------------------------- */
main,
section,
nav,
article,
aside,
hgroup,
menu,
summary,
svg,
header,
footer,
figure,
figcaption,
details,
picture
{
	display: block;
}

/*  Typography
--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6
{
	font-size: 100%;
	font-weight: normal; 
	line-height: 1.5;
}

em
{
	font-weight: bold; 
	font-style: normal;
}

strong,
b
{
	font-weight: bold; 
}

sup
{
	font-size: 65%; 
	line-height: 0;

	position: relative;
	top: -4px;

	vertical-align: middle;
}

sub
{
	font-size: 65%; 
	line-height: 0;
	position: relative;
	top: 0;
	vertical-align: middle;
}

pre
{
	font-family: monospace, sans-serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/*  Horizontal Rule
--------------------------------------- */
hr
{
	display: none;
}

/*  Embedded Content
--------------------------------------- */
img
{
	vertical-align: top; 
	border: 0;
}

svg:not(:root)
{
	overflow: hidden;
}

/*  List Content
--------------------------------------- */
ul,
ol
{
	list-style: none;
}

/*  Tables
--------------------------------------- */
table
{
	width: 100%; 
	border-collapse: collapse;
	border: 0 none;
}

table th,
table td
{
	font-size: 1em;
	font-weight: normal; 
	text-align: left;
	vertical-align: top;
	border: 0 none;
}

/*  Forms
--------------------------------------- */
input::-moz-focus-inner,
button::-moz-focus-inner
{
	padding: 0; 
	border: 0;
}

fieldset
{
	border: 0 none;
}

legend
{
	display: none;
}

label
{
	cursor: pointer;
}

input
{
	padding:0;
	vertical-align: middle;
	border-radius: 0;
	border: none; 
	outline: none;
	background:none;
}

input[type='submit'],
input[type='button'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='image'],
input[type='email'],
input[type='password']
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Noto Sans Japanese', serif;
}

input[type='checkbox'],
input[type='radio']
{
	box-sizing: border-box; 
	padding: 0;
}

textarea
{
	resize: none;
	vertical-align: top;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	font-family: 'Noto Sans Japanese', serif;
}

select
{
	line-height: normal;
	outline: none;
	font-family: 'Noto Sans Japanese', serif;
}

button
{
	font-size: 100%;
}

img {
	max-width:100%;
}

@media screen and (min-width: 761px) {

.pcHide {
	display:none !important;
}

.pagetop {
	display:none;
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:99999;
}

/*---------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------*/

header {
	background:#171717;
}

.header-inner {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding:8px 5.7% 2px;
	box-sizing:border-box;
}

.header-inner .lead {
	float:left;
	color:#fff;
	font-size:120%;
}

.header-inner .logo {
	float:right;
	width:74px;
}

.header-inner h1 {
	float:left;
	width:22.98%;
	max-width:216px;
	margin:22px 0 0;
}

.header-inner nav {
	float:right;
	width:70%;
	max-width:658px;
	margin:32px 0 0;
}

.header-inner nav ul {
	letter-spacing:-0.5em;
}

.header-inner nav ul li {
	display:inline-block;
	width:19.75%;
	margin:0 0 0 0.25%;
	letter-spacing:0;
	vertical-align:top;
}

/*---------------------------------------------------------------------------------
ftNews
---------------------------------------------------------------------------------*/

#ftNews {
	margin:0 0 -18px;
	background:#222;
}

#ftNews .inner {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding:75px 5.7% 0;
	box-sizing:border-box;
}

#ftNews .inner h2 {
	margin:0 0 28px;
}

#ftNews .inner ul {
	letter-spacing:-0.5em;
}

#ftNews .inner ul li {
	display:inline-block;
	width:20.535%;
	margin:0 5.95% 0 0;
	letter-spacing:0;
	vertical-align:top;
}

#ftNews .inner ul li:last-child {
	margin:0;
}

#ftNews .inner ul li a {
	display:block;
}

#ftNews .inner ul li a p {
	color:#999;
	font-size:120%;
}

#ftNews .inner ul li a p.txt {
	margin:12px 0 10px;
	color:#fff;
	font-size:140%;
	line-height:1.72;
}

#ftNews .inner .more_link {
    position: relative;
    margin: -56px 0 24px;
    font-size: 140%;
    text-align: right;
    color: #fff;
}

#ftNews .inner .more_link a{
    display: inline-block;
    padding: 3px 13px;
    color: #fff;
    line-height: 1.6;
    background: #e75418;
    text-decoration: none;
}

#ftNews .inner .more_link a:hover{
	text-decoration: none;
}




/*---------------------------------------------------------------------------------
newsAddress
---------------------------------------------------------------------------------*/

#newsAddress {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0 5.7% 117px;
	box-sizing:border-box;
}

#newsAddress .inner {
	position:relative;
	padding:44px 0 0;
	border-top:10px solid #222;
	border-bottom:1px solid #222;
}

#newsAddress .inner h2 {
	position:absolute;
	top:52px;
	right:18px;
}

#newsAddress .inner dl {
	margin:0 0 92px 25px;
}

#newsAddress .inner dl dt {
	font-size:140%;
	font-weight:500;
	line-height:2.15;
}

#newsAddress .inner dl dd {
	font-size:140%;
	line-height:2.15;
}

#newsAddress .inner dl dd a {
	padding:0 0 0 28px;
	color:#222;
	background:url(/ba/common/img/target_black_01.png) no-repeat left center;
}

#newsAddress .newsContact {
	padding:15px 25px 20px;
	border-top:1px dotted #989898;
}

#newsAddress .newsContact h3{
	margin:0 0 5px;
	font-size:180%;
	line-height:1.67;
}

#newsAddress .newsContact p{
	font-size:140%;
	line-height:2.15;
}




/*---------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------*/

footer {
	padding:75px 0 60px;
	text-align:center;
	background:#222;
}

footer .copy {
	margin:12px 0 0;
	color:#fff;
	font-size:130%;
	font-weight:bold;
}

}

@media screen and (min-width: 1100px) {
.header-inner h1 {
	width:216px;
}

.header-inner nav {
	width:658px;
}
}

@media screen and (max-width: 760px) {

.spHide {
	display:none !important;
}

.pagetop {
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
	width:35px;
	z-index:99999;
}

.top .pagetop {
	display:none;
	position:fixed;
	right:10px;
	bottom: 9rem;
	width:35px;
	z-index:99999;
}

header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:62px;
	background:#171717;
	z-index:99999;
}

.header-inner .lead {
	float:left;
	margin:3px 0 0 2.34%;
	color:#fff;
	font-size:100%;
	line-height:1.2;
}

.header-inner .logo {
	float:right;
	width:45px;
	margin:8px 1.25% 5px 0;
}

.header-inner h1 {
	float:left;
	width:130px;
	margin:5px 0 0 2.84%;
}

.header-inner .menu {
	float:right;
	width:16px;
	margin:5px 4.6875% 0 0;
}

.header-inner nav {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:#171717;
}

.header-inner nav ul li {
	margin:7px 0 0;
}

.header-inner nav .logo02 {
	padding:23% 0 0;
	text-align:center;
}

#wrapper {
	padding:62px 0 0;
}


/*---------------------------------------------------------------------------------
ftNews
---------------------------------------------------------------------------------*/

#ftNews {
	background:#222;
}

#ftNews .inner {
	width:93.75%;
	margin:0 auto;
	padding:12% 0 0;
	box-sizing:border-box;
}

#ftNews .inner h2 {
	width:30%;
	margin:0 0 5%;
}

#ftNews .inner ul {
	letter-spacing:-0.5em;
}

#ftNews .inner ul li {
	display:inline-block;
	width:48%;
	margin:0 4% 4% 0;
	letter-spacing:0;
	vertical-align:top;
}

#ftNews .inner ul li:nth-child(2n) {
	margin:0 0 4%;
}

#ftNews .inner ul li a {
	display:block;
}

#ftNews .inner ul li a p {
	color:#999;
	font-size:100%;
}

#ftNews .inner ul li a p.txt {
	margin:3% 0 2%;
	color:#fff;
	font-size:120%;
	line-height:1.72;
}

#ftNews .inner .more_link {
    position: relative;
    margin: -39px 0 13px;
    font-size: 120%;
    text-align: right;
    color: #fff;
}

#ftNews .inner .more_link a{
    display: inline-block;
    padding: 3px 13px;
    color: #fff;
    line-height: 1.6;
    background: #e75418;
    text-decoration: none;
}

#ftNews .inner .more_link a:hover{
	text-decoration: none;
}



/*---------------------------------------------------------------------------------
newsAddress
---------------------------------------------------------------------------------*/

#newsAddress {
	width:93.75%;
	margin:0 auto;
	padding:0 0 15%;
	box-sizing:border-box;
}

#newsAddress .inner {
	position:relative;
	padding:9% 0 0;
	border-top:10px solid #222;
	border-bottom:1px solid #222;
}

#newsAddress .inner h2 {
	position:absolute;
	top:20px;
	right:9px;
	width:25%;
}

#newsAddress .inner dl {
	margin:0 0 15% 5%;
}

#newsAddress .inner dl dt {
	font-size:120%;
	font-weight:500;
	line-height:2.15;
}

#newsAddress .inner dl dd {
	font-size:120%;
	line-height:2.15;
}

#newsAddress .inner dl dd a {
	padding:0 0 0 20px;
	color:#222;
	background:url(/ba/common/img/target_black_01.png) no-repeat left center;
	background-size:12px auto;
}

#newsAddress .newsContact {
	padding:3% 5% 4%;
	border-top:1px dotted #989898;
}

#newsAddress .newsContact h3{
	margin:0 0 5px;
	font-size:150%;
	line-height:1.67;
}

#newsAddress .newsContact p{
	font-size:120%;
	line-height:2.15;
}

#newsAddress .newsContact p img {
	display:inline-block;
	width:160px;
}



/*---------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------*/

footer {
	padding:12% 0 10%;
	text-align:center;
	background:#222;
}

footer h2 {
	width:115px;
	margin:0 auto;
}

footer .copy {
	margin:3% 0 0;
	color:#fff;
	font-size:120%;
	font-weight:bold;
}


}