@charset "UTF-8";
/* _____________________________________________________________________ HTML5 Reset */

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

time, figcaption{
	display: inline;
}

/* _____________________________________________________________________ TEXT */

p{
	margin:0 0 1em 0;
}

.nowrap{
	white-space:nowrap;
}

em{
	font-style:normal;
	font-weight:bold;
}

/* _____________________________________________________________________ ALIGN */

.align_left{
	text-align:left;
}

.align_center{
	text-align:center;
}

.align_right{
	text-align:right;
}


button.slick-prev {
  left: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-image: url(../lib/slick/slick-arrow-prev.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
button.slick-prev:hover,
button.slick-prev:focus {
  background-image: url(../lib/slick/slick-arrow-prev.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
button.slick-prev:before {
  content: "";
}
button.slick-next {
  right: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background-image: url(../lib/slick/slick-arrow-next.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
button.slick-next:hover,
button.slick-next:focus {
  background-image: url(../lib/slick/slick-arrow-next.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
button.slick-next:before {
  content: "";
}
.slick-dots {
  left: 0;
  right: 0;
}

.tel-link {
  color: #333333 !important;
  text-decoration: underline !important;
}