@charset "utf-8";
@import "/common/css/simple-head-foot.css";
.footer-imaj .txt-copy {font-size: 1.4rem;}

/*------------ベース------------*/

* {
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	list-style: none;
}
html {
	font-size: 62.5%;
}
img, video {
	vertical-align:bottom;
}

body {
	background: #fff;
	line-height: 1.4;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴシック", Meiryo, Verdana, "Hiragino KakuGothic Pro", Osaka, ＭＳＰゴシック, sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #0099CC;
}
a:hover {
	text-decoration: none;
}
.sp-only {
	display: none;
}
/*------------ベースSP表示------------*/

@media screen and (max-width: 767px){
	
	.pc-only {
		display: none;
	}
	.sp-only {
		display: inline-block;
	}
}




/*------------ヘッダー------------*/

#head {
	max-width: 1070px;
	margin: 0 auto;
	padding: 10px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo {
	max-width: 100%;
	height: auto;
}
#head p a {
	color: #000;
}
/*------------ヘッダーSP表示------------*/

@media screen and (max-width: 767px){
	
	.logo img {
		max-width: 140px;
	}
	#head p a {
		font-size: 0.7rem;
	}	
	
}

/*------------パンくずリスト------------*/

.bc {
    background: #f1f1f1;
    padding: 5px 10px;
    font-size: 1.2rem;
    border-top: 1px solid #dcdde9;
    border-bottom: 1px solid #dcdde9;
}

.bc p {
	max-width: 1070px;
	margin: 0 auto;
	line-height: 1.8;
}
/*------------パンくずリストSP表示------------*/

@media screen and (max-width: 767px){
	
	.bc {
		padding: 5px;
		font-size: 1rem;
	}
}

/*------------フッター------------*/

#foot {
	padding: 20px 0;
	text-align: center;
	font: 1.3rem bold;
}



 