h1 {
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: white;
  background: url('../../../assets/images/system_bg.gif') 0 0 repeat-x;
  background-size: auto 100%;
  height: 50px;
}

h2 {
  font-size: 18px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: url('../img/h2.png?v=3') 0 0 repeat-x;
}

h3 {
  font-size: 16px;
  text-align: center;
  height: auto;
	margin: 5px 0 !important;
  line-height: 40px;
	background: url('../img/sub_title.png') repeat-x;
	background-size: auto 40px;
}

h4 {
  font-size: 14px;
  text-align: center;
	margin: 15px 0 5px !important;
  height: auto;
  line-height: 30px;
/*  background-color: rgb(255, 197, 64);*/
}

.texture img{
	width: 30%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p, ul {
  font-size: 12px;
  padding: 10px 20px;
/*  background-color: white;*/
}

ul {
  padding: 0px 20px 10px 50px;
}

a, a:visited {
  color: #000000;
}

.texr{
	color:#e84c4c;
	font-weight: bold;
}
.texb{
	color:#31b5ec;
	font-weight: bold;
}
.texg{
	color:#68c253;
	font-weight: bold;
}
.texy{
	color: #f4b801;
	font-weight: bold;
}

/* リスト */
.order li {
	position: relative;
	padding-left: 2em;
	counter-increment: li;
	list-style-type: none;
  font-size: 12px;
}
.order li::before {
	content: counter(li) ".";
	display: block;
	position: absolute;
  top: .07em;
	left: 0.4em;
	color:#31b5ec;
	font-size: 1.3em;
	line-height: 1;
	font-weight: bold;
}

#content a.banner {
  text-decoration: none;
	display: block;
/*	width: 100%;
  height: 50px;
  padding: 10px 10px 10px 20px;
  margin: 10px 0px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;*/
	background-color:#3bb3e0;
	padding:20px;
	position:relative;
	font-size:12px;
	text-decoration:none;
	color:#000;
	border: solid 1px #ccc;
	background: rgb(255,255,255); /* Old browsers */
	background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: linear-gradient(rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0px -1px 0px #b3b3b3, 0px 1px 0px #fff;
	border-radius: 5px;
}

.carousel-container {
  width: 320px;
  height: 232px;
  margin: 20px auto 40px;
}

.slick-slide img{
  width: 58%;
  margin: 0 auto;
}

.slick-prev, .slick-next {
  width: 50px !important;
  height: 50px !important;
}

.slick-prev {
  left: -75px !important;
}

.slick-next {
  right: -75px !important;
}

.back {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: white;
  border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.slick-next::before
{
    content: '\002192\';
}
