@charset "utf-8";
/* CSS Document */

section{
	margin:30px auto 80px auto;
	box-sizing: border-box;
}
h2{
	font-weight:bold;
	text-align:center;
}
h3{
	font-weight:bold;
	font-size:22px;
	display:flex;
	margin:0 0 10px 0;
}
h3::before{
	content:"";
	display:block;
	width:15px;
	height:15px;
	background-color:#43211A;
	margin-right:7px;
	margin-top:3px;
}
p{
	line-height:30px;
	margin-bottom:25px;
}
table{
	width:100%;
}
th{
	padding:10px;
	box-sizing: border-box;
	background-color:#FFF7ED;
}
.left1{
	width:220px;
}
.left1 span{
	display:inline-block;
}
td{
	padding:10px;
	box-sizing: border-box;
}
h4{
	font-weight:bold;
	font-size:20px;
	margin:20px 0 10px 10px;
	border-bottom:solid 1px;
	display:inline-block;
}
ul{
	margin-bottom:30px;
}
li{
	margin-bottom:10px;
}
.sankou{
	margin-bottom:80px;
	width:100%;
	display:block;
}
p a:hover{
	color:#43211A;
	text-decoration:underline;
}
.sankou a{
	word-wrap: break-word;
}
.sankou a:hover{
	color:#43211A;
	text-decoration:underline;
}
@media(max-width:640px){
.left1{
	width:160px;
}	
}