@charset "utf-8";

 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;
}
 
body {
    line-height:1;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
ol,ul,li {
    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;
		text-decoration: none;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
	-ms-interpolation-mode: bicubic;
	}	
	
iframe {
	vertical-align: bottom;
	display: block;
	}


/*---------------------------------------------------------
　クリアフィックス
----------------------------------------------------------- */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.cf2:before,
.cf2:after {
    content: " ";
    display: table;
}

.cf2:after {
    clear: both;
}

.cf2 {
    *zoom: 1;
}

/*---------------------------------------------------------
　ベーシック
----------------------------------------------------------- */

* {
	box-sizing: border-box;
	}

html, body {
	width: 100%;
	height: 100%;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	color: #3c3c3c;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: auto;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

a {
	color: #3c3c3c;
	}
	
span {
	font-size: inherit;
	font-weight: inherit;
	}
	
	
*:before,
*:after {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: inherit;
	font-weight: inherit;
	}
		
		
	
/*　センターよせ
-------------------------- */	

.center {
	width: 1160px;
	margin: 0 auto;
	position: relative;
	}	
	
	
@media screen and (max-width:700px) {

.center {
	width: 100%;
	position: relative;
	}	
	
} 

	
	
/*　PC・SP切り替え
-------------------------- */	
		
@media screen and (min-width:700px) {

.sp {
	display: none;
	}
	
} 

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

.pc {
	display: none;
	}
	
} 
	
	
	
	
	
	
	
	
