@charset "utf-8";

/* CSS Document */

#header .header_l h1 {
	width:70%;
	margin-top:5px;
}


.main_text{
	width:270px;
	position:absolute;
	left:calc(50% - 137.5px);
	top:calc(50% - 130px);
}

.main_scroll{
	width:40px;
	position:absolute;
	bottom:-35px;
	left:calc(50% - 20px);
	
}

.footer_left{
	float:none;
}

.footer_left p{
	text-align:center;
}

.footer_logo{
	margin:0 auto 15px;
	display:block;
}

.footer_right ul{
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
}

.footer_right ul li{
	width:33.333%
}

.footer_right{
	display:none;
}

section h3{
	font-size:25px;
}

.slider div{
	width:200px;
}

.title p{
	text-align:left;
}


.list3 li{
	width:49%;
	border-bottom: 5px solid #EEE;
}


.list4 li , .list5 li{
	width:32%;
}

#product_section01 ul li p{
	border:5px solid #EEE;
	padding:10px;
}

#product_section01 ul li h6{
	font-size:15px;
}

.list3 li br{
	display:block;
}


#chain table ,#onkan table{
	font-size:11px;
}

.more_bn{
	padding:10px 0;
}

.more_bn img{
	width:90% !important;
	margin:0 auto;
	display:block;
}