@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html,body {width:100%;height:100%;scroll-behavior: smooth;}

body {
  color: #323232;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

@media (max-width: 899px) {
body {
  font-size: 15px;
  line-height: 27px;
}
}
img {border: 0; vertical-align: top;image-rendering: -webkit-optimize-contrast;}
a{
	color: #333;
	cursor: pointer;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
ul,dl,ol {text-indent: 0;}
ul li,dl li {list-style: none;}

address,caption,cite,code,dfn,em,th,var {font-style: normal; font-weight: normal;}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
	color: #605f5f;
}
 
sup {bottom: 1ex;}
sub {top: .5ex;}

input,textarea,select {font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}
input,select,textarea {font-size: 100%;}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  width: 100%;
  color: inherit;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
button[type= button]{
	border: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; 
}
.clearfix:after{
   content: "";
   display: block;
   clear: both;
}