/* nextquality official site style CSS */
body{
	color:#2B2B2B;
	font-family:'sans-serif','游ゴシック','ヒラギノ角ゴ Pro W3','メイリオ','MS Pゴシック';
	background-image:url('../img/bg.png');
	background-repeat: repeat-x;
}
ul,li {
  list-style: none;
}
a:link { color: #009ef8; text-decoration:underline;}
a:visited { color: #009ef8; text-decoration:underline;}
a:hover { color: #2B2B2B; text-decoration:underline;}
a:active { color: #009ef8 text-decoration:none;}
article{
	background-image:url('../img/main.png');
	background-repeat: no-repeat;
	background-position: top center; 
}
section {
	text-align:center;
}
section {
	border-top:1px #FFF solid;
}
section:first-child{
	border:0px;
}
section h2{
	margin-top:50px;
	height:30px;
	background-repeat: no-repeat;
	background-size: auto 30px; 
	background-position: center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.blue {
	color:#006cb6;
}
#business h2 {
	background-image:url('../img/business.png');
}
#company h2 {
	background-image:url('../img/company.png');
}
#contact h2 {
	background-image:url('../img/contact.png');
}
#privacypolicy h2 {
	background-image:url('../img/privacypolicy.png');
}
#business h3{
	margin-top:30px;
	color:#006cb6;
	font-size:24px;
}
#business .container{
	display: flex;
	frex-direction: row;
	flex-wrap: wrap;
}

/* PC */
.pc section {
	width:1200px;
	margin:0 auto;
}
.pc #firstview {
	position:relative;
}
.pc #firstview img{
	position:absolute;
}
.pc #business .system div{
	width:25%;
}
.pc #business .container div:nth-child(5){
	margin-left:12.5%;
}
.pc #business .system2{
}
.pc #business .event div{
	width:33%;
}
.pc #company .container{
	display:flex;
	line-height:30px;

}
.pc #company ul{
	width:500px;
}
.pc #company ul.left{
	margin-left:100px;
}
.pc #company ul.left li{
	display:flex;
}
.pc #company ul li .title{
	width:100px;
	font-weight:bold;
	text-align:left;
}
.pc #company ul li .body{
	text-align:left;
}
.pc #company ul div span{
	font-weight:bold;
	display:block;
	width:100px;
}

.pc #contact{
	font-weight:bold;
}
.pc #contact .container{
	margin-top:50px;
}
.pc #contact ul{
	width:1000px;
	margin:0 auto;

}
.pc #contact li{
	display:flex;
	padding:10px 20px;
	border-bottom:1px dashed #2B2B2B;
}
.pc #contact li:last-child{
	border-bottom:0px;
}
.pc #contact li .title {
	width:250px;
	padding-top:10px;
	text-align:left;
}
.pc #contact li .title span{
	font-size:12px;
	border:1px solid #009ef8;
	color:#009ef8;
	margin-left:5px;
	padding:2px;
}
.pc #contact li .body input{
	background-color:#EEE;
	border:0px;
	width:750px;
	padding:10px;
}
.pc #contact li .body textarea{
	background-color:#EEE;
	border:0px;
	width:750px;
	height:100px;
	padding:10px;
}
.pc #contact .check{
	font-weight:normal;
	font-size:14px;
	margin:10px;
}
.pc #contact #submit{
	background:#009ef8;
	padding:20px;
	width:400px;
	border:0px;
	color:#fff;
	font-weight:bold;
}
.pc #contact #submit[disabled] {
	background:#95d0fa;
}

.pc #privacypolicy div{
	margin:20px auto;
	width:1000px;
	font-size:14px;
	line-height:20px;
}
.pc #privacypolicy div:nth-child(3){
	text-align:left;
}
.pc #privacypolicy div:nth-child(3) span{
	font-weight:bold;
}
.pc #privacypolicy div:nth-child(3) span:last-child{
	color:#2b2b2b;
	font-weight:bold;
}
.pc #tweet{
   	overflow: hidden;
   	padding-bottom:100px;
}
.pc #tweet div{
	margin:0 auto;
	width:500px;
	height:600px;
	overflow:hidden;
}
.pc #header{
	width:100%;
}

.pc #header{
	display:flex;
	position:fixed;
	top:0;
	z-index:24;
}
.pc #header{
min-width:1200px;
}
.pc #header img.splogo{
	display:none;
}
.pc #header img{
	height:33px;
}

.pc #header .navi{
	margin-left: auto;
}
.pc #header .navi{
	display: flex;
	frex-direction: row;
	flex-wrap: wrap;
}
.pc #header .navi a{
	height:33px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-repeat:no-repeat;
}

.pc #header .navi a:nth-child(1){
	width:100px;
	background-image:url('../img/menu.png');
	background-position:-30px 0px;
}
.pc #header .navi a:nth-child(2){
	width:100px;
	background-image:url('../img/menu.png');
	background-position:-175px 0px;
}
.pc #header .navi a:nth-child(3){
	width:100px;
	background-image:url('../img/menu.png');
	background-position:-308px 0px;
}
.pc #header .navi a:nth-child(4){
	width:150px;
	background-image:url('../img/menu.png');
	background-position:-445px 0px;
}
.pc #header .navi a:nth-child(5){
	width:33px;
	background-image:url('../img/twittericon.png');
	background-position:2px 2px;
}
.pc #header .navi a:nth-child(1):hover{
	background-position:-30px -33px;
}
.pc #header .navi a:nth-child(2):hover{
	background-position:-175px -33px;
}
.pc #header .navi a:nth-child(3):hover{
	background-position:-308px -33px;
}
.pc #header .navi a:nth-child(4):hover{
	background-position:-445px -33px;
}


/* SP */
.sp section {
	margin:0 auto;
	width:95%;
}
.sp #firstview {
	position:relative;
}
.sp #firstview img{
	position:absolute;
	width:100%;
}
.sp #business .system div{
	width:50%;
	overflow:hidden;
	text-align:center;
}
.sp #business h3{
	font-size:18px;
}
.sp #business .event div{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.sp #business .event div:first-child{
	margin-bottom:20px;
}
.sp #business img{
    width: 100%;
}


.sp #company .map {
	width:100%;
	overflow:hidden;
	background-position: center;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image:url('../img/map.png');
	background-position:-400px 0px;
}
.sp #company {
	font-size:14px;
	
}
.sp #company ul{
	margin:0 auto;
	width:98%;
	padding:0;
	line-height:26px;;
}
.sp #company ul.left{
}
.sp #company ul.left li{
	display:flex;
}
.sp #company ul li .title{
	width:80px;
	font-weight:bold;
	text-align:left;
}
.sp #company ul li .body{
	text-align:left;
	
}
.sp #company ul div span{
	font-weight:bold;
	display:block;
	width:100px;
}



.sp #contact{
	font-weight:bold;
}
.sp #contact .container{
	margin-top:20px;
}
.sp #contact ul{
	margin:0;
	padding:0px;

}
.sp #contact li{
	padding:0px;
	border-bottom:1px dashed #2B2B2B;
}
.sp #contact li:last-child{
	border-bottom:0px;
}
.sp #contact li .title {
	padding:10px;
	text-align:left;
}
.sp #contact li .title span{
	font-size:12px;
	border:1px solid #009ef8;
	color:#009ef8;
	padding:2px;
}
.sp #contact li .body input{
	background-color:#EEE;
	border:0px;
	width:90%;
	padding:10px;
	margin-bottom:10px;
}
.sp #contact li .body textarea{
	background-color:#EEE;
	border:0px;
	width:90%;
	height:100px;
	padding:10px;
}
.sp #contact .check{
	font-weight:normal;
	font-size:14px;
	margin:10px;
}
.sp #contact #submit{
	background:#009ef8;
	padding:20px;
	width:100%;
	border:0px;
	color:#fff;
	font-weight:bold;
}
.sp #contact #submit[disabled] {
	background:#95d0fa;
}

.sp #privacypolicy div{
	margin:20px auto;
	font-size:12px;
	line-height:20px;
}
.sp #privacypolicy div:nth-child(3){
	text-align:left;
}
.sp #privacypolicy div:nth-child(3) span{
	font-weight:bold;
}
.sp #privacypolicy div:nth-child(3) span:last-child{
	color:#2b2b2b;
	font-weight:bold;
}
.sp #tweet{
	height:600px;
	overflow: hidden;
}
.sp #tweet div{
	margin:0 auto;
	height:500px;
	overflow:hidden scroll;
}



.sp #header img.pclogo{
	display:none;
}
.sp #header img{
	height:25px;
}



.sp #header{
	width:100%;
}

.sp #header{
	display:flex;
	position:fixed;
	top:0;
	z-index:24;
}

.sp #header img.pclogo{
	display:none;
}
.sp #header img{
	height:25px;
}

.sp #header .navi{
	margin-left: auto;
}

.sp #header .navi{
	display: flex;
	frex-direction: row;
	flex-wrap: wrap;
}
.sp #header .navi a{
	height:25px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.sp #header .navi a:nth-child(1){
	width:72px;
	background-image:url('../img/menu_s.png');
	background-position:-70px -5px;
}
.sp #header .navi a:nth-child(2){
	width:68px;
	background-image:url('../img/menu_s.png');
	background-position:-200px -5px;
}
.sp #header .navi a:nth-child(3){
	width:66px;
	background-image:url('../img/menu_s.png');
	background-position:-320px -5px;
}
.sp #header .navi a:nth-child(4){
	width:110px;
	background-image:url('../img/menu_s.png');
	background-position:-447px -5px;
}
.sp #header .navi a:nth-child(5){
	width:25px;
	background-image:url('../img/twittericon.png');
	background-size:25px;
}
.sp #header .navi a:nth-child(1):hover{
	background-position:-70px -35px;
}
.sp #header .navi a:nth-child(2):hover{
	background-position:-200px -35px;
}
.sp #header .navi a:nth-child(3):hover{
	background-position:-320px -35px;
}
.sp #header .navi a:nth-child(4):hover{
	background-position:-447px -35px;
}
