.table{
	width:100%;
	margin-bottom:50px;
	font-family: "NotoSans_R";
}
.table tr td:first-child{
	background: url(../../images/base/bg.png);
	padding:10px 20px;
	color:#000;
	font-size:15px;
	text-align: center;
	border-bottom:1px solid #ccc;
}
.table tr td{
	width:100%;
	display: block;
}
.table tr td:first-child + td{
	font-size:15px;
	padding:10px 20px;
	border-bottom:1px solid #ccc;
}
ul.rinen,ul.rinen2{
	width:96%;
	margin:0 auto 30px auto;
	font-size:16px;
	padding:0 0 0 20px;
}
ul.rinen2{
	font-size:17px!important;
}
ul.rinen li,ul.rinen2 li{
	list-style:disc;
	margin:15px 0;
	font-family: "NotoSans_R";
}
.f-right{
	display: block;
	width:auto;
	margin:0 auto!important;
}
.step{
	width:210px;
	margin:0 auto;
	
}
.step span{
	width:210px;
	text-align: center;
	display: block;
	font-weight: bold;
	color:#fff;
	background: #000;
	padding:5px 0;
}
.step span.memo{
	width:210px;
	text-align:left;
	display: block;
	font-weight: bold;
	color:#333;
	background: #fff;
	padding:0!important;
	font-size:14px;
	font-family: "NotoSans_R";
	
}
.step img{
	line-height: 0;
	display: inline;
	margin:0;
}
.arrow02 {
     position:relative;
     height:16px;
     width:16px;
     background-color:#000;
	 margin:5px auto 25px auto;
}
 
.arrow02::before {
     position:absolute;
     content:"";
     border:solid 16px transparent;
     border-top:solid 16px #000;
     top:12px;
     left:-8px;
	margin-bottom:10px;
}
img.shiire_img{
	width:auto;
	display: block;
	margin:0 auto;
}
.brand{
	width:140px;
	float:left;
	margin-right:5px;
}
.brand span{
	width:140px;
	text-align: center;
	display: block;
	font-weight: bold;
	color:#fff;
	background: #000;
	padding:5px 0;
}
.sqf{
	background: #eeeeee;
	border-radius: 20px;
	padding:20px;
	font-size:15px;
	line-height: 160%;
	margin-bottom:20px;
}
.sqf h4{
	color:#cb4733;
	font-size:20px;
	margin:0 0 10px 0;
}
.sqf img{
	display: block;
	width:auto;
	margin:0 auto;
}
.sqf .sqf_title{
	font-weight:bold;
	font-size:20px!important;
}
ul.check{
	margin-bottom:20px;
}
ul.check li{
	background: url("../../images/base/check.png") no-repeat center left;
	padding:0 0 0 23px; 
	font-size:16px;
	margin:10px 0;
}