@charset "utf-8";


#mf1{
	padding:40px 0;
}

#mf1 h2{
	color:#c00;
	font-weight: bolder;
	font-size:2em;
	line-height: 1.7em;
	margin: 0 0 20px 0;
}

#mf1 h2 +ul{
	display: flex;
	justify-content:space-between;
	margin: 0 0 20px 0;
}

#mf1 h3{
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
}

#mf1 h3 + p{
	margin: 0 0 50px 0;
}


#mf1 table{
	table-layout:fixed;
	width:100%;
}

#mf1 table th{
	background: #ffebc2;
	text-align:center;
	border:3px solid #ffe3ac;
	font-size:1.5em;
	line-height: 1.7em;
	font-weight: bold;
}

#mf1 table td{
	padding:25px;
	border:3px solid #ffe3ac;
}

#mf1 table tr:nth-of-type(2n) td{
	background:#fff8e9;
}


#mf1 table td.td1{
	padding:0 25px;
}


#mf1 table .td1 dl{
	padding:20px;
	border:1px dashed #673822;
	border-width:0 0 1px 0;
	
	display: flex;
	justify-content: space-between;
	
}


#mf1 table .td1 dl:last-child{
	border:none;
}


#mf1 table .td1 dl dt{
	font-weight: bold;
}

#mf1 table .td1 dl dd{
	width:calc(100% - 6em);
}


#mf1 table .td3 hr{
	border:1px dashed #673822;
	border-width:0 0 1px 0;
	background:none;
	padding:0;
	margin:20px 0;
}


#mf1 table .td3 p{
	padding:0 20px;
}

#mf1 table .td3 p span{
	font-size:1rem;
}


#mf1 table .td3 ul{
	padding:20px 0 0 20px;
}


#mf1 table .td3 li{
	float:left;
	padding:0 8px 8px 0;
}



#mf1 table .td2{

}


#mf1 table .td2 ul{
	margin:0 0 0 20px;
}


#mf1 table .td2 ul li{
	list-style:disc;
	font-size:1.1rem;
	line-height:1.7em;
	margin:0 0 10px 0;
	font-weight:bold;
	
}


@media screen and (max-width: 1024px) {

#mf1{
	padding:5vw;
}




#mf1 h2{
	color:#c00;
	font-weight: bolder;
	font-size:1.0em;
	line-height: 1.7em;
	margin: 0 0 20px 0;
}

#mf1 h2 +ul{
	display: flex;
	justify-content:space-between;
	margin: 0 0 20px 0;
}

#mf1 h3{
	font-size: 1.0em;
	line-height: 1.7em;
	font-weight: bold;
}

#mf1 h3 + p{
	margin: 0 0 50px 0;
}


#mf1 table{
	table-layout:fixed;
	width:100%;
}

#mf1 table th{
	background: #ffebc2;
	text-align:center;
	border:3px solid #ffe3ac;
	font-size:1.0em;
	line-height: 1.7em;
	font-weight: bold;
}

#mf1 table td{
	padding:10px;
	border:3px solid #ffe3ac;
}

#mf1 table tr:nth-of-type(2n) td{
	background:#fff8e9;
}


#mf1 table td.td1{
	padding:0 10px;
}


#mf1 table .td1 dl{
	padding:20px;
	border:1px dashed #673822;
	border-width:0 0 1px 0;
	
	display: block;
	justify-content: space-between;
	
}


#mf1 table .td1 dl:last-child{
	border:none;
}


#mf1 table .td1 dl dt{
	font-weight: bold;
}

#mf1 table .td1 dl dd{
	width:auto;
}


#mf1 table .td3 hr{
	border:1px dashed #673822;
	border-width:0 0 1px 0;
	background:none;
	padding:0;
	margin:20px 0;
}


#mf1 table .td3 p{
	padding:0 20px;
}

#mf1 table .td3 p span{
	font-size:1rem;
}


#mf1 table .td3 ul{
	padding:20px 0 0 20px;
}


#mf1 table .td3 li{
	float:left;
	padding: 0;
	width:49%;
	margin: 0 1% 1% 0;
}



#mf1 table .td2{

}


#mf1 table .td2 ul{
	margin:0 0 0 20px;
}


#mf1 table .td2 ul li{
	list-style:disc;
	font-size:1.1rem;
	line-height:1.7em;
	margin:0 0 10px 0;
	font-weight:bold;
	
}



}