main{
	max-width:960px;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	margin:0 auto;
}
main section{
	width:calc((100% - 20px) / 2);
}
main section article{
	width:100% !important;
}
main section table{
width:100%;
}
main section table img{
	width:98%;
	height:auto;
}
main section td{
	width:50%;
}
#contents5{
	width:100% !important;
	padding:60px 0;
}
#contents5 h4{
	color:#999;
	text-align:center;
	font-size:36px;
	margin:0 0 20px;
    font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#contents5 ul{
	list-style:none;
	display:flex;
	width:640px;
	margin:0 auto 60px;
}
#contents5 ul li:before{
	content:"" !important;
	display:inline;
}
#contents5 ul li{
	width:300px;
	flex:none;
	margin:0 20px;
}
#contents5 ul li a{
	display:block;
	border-radius:5px;
	border:2px solid #db0e97;
	text-align:center;
	color:#db0e97;
	text-decoration:none;
	line-height:45px;
	font-size:24px;
}
#contents5 ul li:nth-child(1) a{
	background:url('../images/common/fax.png') no-repeat left 10px center;
	background-size:auto 80%;
}
#contents5 ul li:nth-child(2) a{
	background:url('../images/common/mail.png') no-repeat left 10px center;
	background-size:auto 80%;
}
#top3{
	text-align:center;
	font-size:24px;
}
#top3 .tel{
	font-size:48px;
	width:450px;
	border:2px solid #7a18c2;
	line-height:60px;
	border-radius:5px;
	margin:20px auto;
		font-family: yu-mincho-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight:bold;
	background:url('../images/common/tel.png') no-repeat left 10px center;
	background-size:40px auto;
}