/* 調整用スタイル */

body {
	font-family: 'M PLUS 1p', sans-serif; -webkit-text-size-adjust: 100%; font-size: 400; color: #221714;
}

.tit_img{
	width: 280px;
	padding-left: 10px;
}


a {
  text-decoration: none;
  color:#000;
}

a:hover {
  text-decoration: none;
  color:#1AA2CF;
}


ul,
li {
  list-style: none;
}



.hp_spaces {
  max-width: 1400px;
  margin: 0 auto;
}


.slider{
  margin-top: 80px;
}


.top_img{
  margin: 80px 0 40px;
  position: relative;/
}
.top_img img{
  width: 100%;
}
.top_img p {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 2em;
    font-family :Quicksand, sans-serif;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #000; 
}


.main {
	align-items: baseline;
	max-width: 1400px;
	margin: 0 auto;
}

.main h1{
  width: 100%;
  height: 33px;
  background-color: #333;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  padding-top:16px
}

.main h2{
  width: 100%;
  height: 28px;
  background-color: #DDD;
  color: #333;
  font-size: 22px;
  text-align: center;
  padding-top:10px;
}

.main .img{
	max-width: 100%;
	margin: 20px;
	text-align: center;
}
.main .img img{
	max-width: 100%;
}



p.center_line{
	margin: 40px;
	line-height: 1.5em;
	text-align: center;
	font-size: 18px;
}
p.left_line{
	margin: 40px;
	line-height: 1.5em;
	font-size: 18px;
	text-indent: 1em;
	text-align: justify;
}



.list_line {
	margin:40px 40px 40px 60px;
}
.list_line li {
	list-style-type: disc;
	font-size: 18px;
	margin:10px;
	line-height:1.5em;
}



/* 製品リスト */

.product_button ul{
	display: flex;
	justify-content: center;
	margin: 40px 0;
	padding: 0;
	flex-wrap: wrap;
}
.product_button li{
	list-style: none;
	border: 1px solid #999;
	width: 30%;
	margin: 10px;
	background: #f0f8ff;
}
.product_button li.nothing{
	border: none;
	width: 30%;
	margin: 10px;
	background: #FFF;
}
.product_button a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #333;
	line-height: 1.5em;
}
.product_button a:hover{
	color: #1AA2CF;
}
@media(max-width:960px){
	.product_button ul{
		margin: 10px 0;
		flex-wrap: wrap;
	}
	.product_button li{
		width: 90%;
		margin: 5px;
	}
}


/* トップ分割 */
.kbl_list ul{
	display: flex;
	justify-content: center;
	margin: 40px 0;
	padding: 0;
	flex-wrap: wrap;
}
.kbl_list li{
	list-style: none;
	width: 45%;
	margin: 10px;
}
@media(max-width:960px){
	.kbl_list ul{
		margin: 10px 0;
		flex-wrap: wrap;
	}
	.kbl_list li{
		width: 90%;
		margin: 5px;
	}
}
.kbl_list li H2{
	width: 100%;
	height: 28px;
	background-color: #DDD;
	color: #000;
	font-size: 18px;
	text-align: center;
	padding-top:14px
}
.kbl_list li p{
	margin: 20px;
	line-height: 1.5em;
	font-size: 18px;
	text-indent: 1em;
}
.kbl_list li img{
	width: 100%;
	margin-top: 10px
}



.big_font{
	font-weight: bold;
	font-size:1.2em;
}

.red_bold{
 	font-weight: bold;
	color: red;
}



table.guide{
	width:80%;
	margin: 0 auto;
}

table.guide th{
	padding: 10px 30px 5px;
	border:1px solid #666;
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
}

table.guide td{
	padding: 10px 30px 5px;
	border:1px solid #666;
	line-height: 1.7em;
}
