@charset "utf-8";
/*
=======================================
  Reset CSS
=======================================
*/
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, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
}

body {
  color: #000;
  line-height: 1.5;
  background:#fff;
  font-size: 16px;
  font-family: 'BIZ UDGothic', sans-serif;
}
@media screen and (max-width: 600px) {
body{
  font-size: 14px;
}
}



ul,ol{
  list-style-type: none;
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
}

img, input, select, textarea { 
  vertical-align: middle;
}

a {
  color: #111;
  transition: 0.5s;
  text-decoration:none;
}
a:hover {
  color: #333;
}


/*
=========================================
  Base Layout
=========================================
*/

.inner{
	margin: 0 auto;
	max-width:1100px;
	overflow:hidden;
	padding: 5rem 0 0 0;
}
.inner:after {
	  content: "";
	  clear: both;
	  display: block;
}

@media screen and (max-width:1400px) {
.inner{
	margin: 0 8%;
}
}

@media screen and (max-width:900px) {
.inner{
	padding: 3rem 0 0 0;
}

}
@media screen and (max-width:600px) {
.inner{
	margin:0 5%;
	padding: 2rem 0 1rem 0;
}

}



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

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

}




h1{
}

h2{
}


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

}

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

}

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

}



/*
=========================================
  header
=========================================
*/
 




/*
=========================================
  footer
=========================================
*/




/*
=========================================
  ページ上部へ
=========================================
*/
