@charset "UTF-8";
   
/* ------------------------------------------------------------
	00. RESET SETTING CSS
   ------------------------------------------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, figure{
	margin: 0; 
	padding: 0;
}
html{
	overflow-y: scroll;
}
body{
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%; 
	font-weight: normal;
}
ol, ul{
	list-style:none;
}
fieldset, img{
	 border:0;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal; 
	font-weight: normal;
}
* {
	max-height: 999999px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;  
}
img{
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;  
  height: auto;
}

figure {
  line-height: 0;
}
.img_inherit{
  max-width: inherit;
  max-height: inherit;
}
main{
  display: block;
}
a{
  text-decoration: none;
}
a:focus{
  outline: none;
}
.slick-slide{
  outline: none;
}

body {
	font-family: 'Noto Sans JP', '游ゴシック', 'YuGothic', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #222;
  position: relative;
  min-width: 1240px;
  word-wrap: break-word;
}
table {
	font-size:inherit;
	font:100%;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
}
.slick-dots li{
  display: inline-block;
  vertical-align: top;
  background: none;
  cursor: pointer;
}
.slick-dots button{
  border: none!important;
  background: none!important;
  outline: none!important;
  font-size: 0;
}
.slick-arrow.slick-disabled{
  pointer-events: none;
}

@media only screen and (max-width:767px){
  body {
    min-width: 0;
  }
}
