@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html{
	font-size: 62.5%;
	overflow: auto;
}
body{
	width: 100%;
	color: #000;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Sans","ヒラギノ角ゴ ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

img{
	vertical-align: bottom;
}

.spview{display: none;}

@media screen and (max-width: 767px){
	.pcview{display: none;}
	.spview{display: block;}
}


/* header
----------------------------------------*/
div.nbo_header{
	width: 100%;
	text-align: center;
	background: url(bg-header.png) no-repeat center;
	border-right: none;
	margin: auto;
}
div.nbo_header img{
	max-width: 996px;
	margin: 0 auto;
}
.spheader{
	display: none;
}

@media screen and (max-width: 990px){
	.nbo_header{
		display: none;
	}
	.spheader{
		display: block;
		height: 50px;
		padding: 10px 0;
		background: #000;
		text-align: center;
	}
	.spheader img{
		height: 30px;
	}
}


/* layout
----------------------------------------*/
.wrapper{
	padding-top: 60px;
	background: url(bg-contents.jpg) no-repeat center top;
	background-size: 100%;
	border-bottom: solid 1px #ccc;
}
.wrapper img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
	.wrapper{
		padding-top: 40px;
		background: url(bg-contents-sp.jpg) no-repeat center top;
		background-size: 100%;
	}
}


/* about
----------------------------------------*/
.about{
	padding: 50px 5%;
}
.about > .inner{
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 10px;
	border: solid 1px #ccc;
}
.about-heading{
	margin-bottom: 25px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
.about-text{
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width: 767px){
	.about{
		padding: 30px 5%;
	}
	.about > .inner{
		padding: 20px;
	}
	.about-heading{
		margin-bottom: 10px;
		font-size: 2.0rem;
	}
	.about-text{
		font-size: 1.4rem;
		text-align: left;
	}
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 100;
}
.pagetop img{
	width: 60px;
	height: 60px;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 767px){
	.pagetop{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
	}
	.pagetop img{
		width: 50px;
		height: 50px;
	}
}


/* margin0
----------------------------------------*/
.mb0{
	margin-bottom: 0 !important;
}

/* localFooter
----------------------------------------*/
div.localFooter{
	padding: 20px;
	background: #fff;
	text-align: left;
	line-height: 1.6;
}