.table{
	width:100%;
	margin-bottom:50px;
	font-family: "NotoSans_R";
	position: relative;
}
.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;
	width: 100px;
}
.table tr td:first-child + td{
	font-size:15px;
	padding:10px 20px;
	border-bottom:1px solid #ccc;
}
.table img{
	position: absolute;
	right:0;
	top:5px;
}
.rec_box span, .table span {
    display: inline-block;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #333;
    text-align: center;
    /* padding: 2px 5px; */
    margin: 0 5px 20px 5px;
}

ul.rinen,ul.rinen2{
	width:600px;
	margin:0 auto 80px auto;
	font-size:19px;
}
ul.rinen2{
	font-size:17px!important;
}
ul.rinen li,ul.rinen2 li{
	list-style:disc;
	margin:15px 0;
	font-family: "NotoSans_R";
}
.step{
	float:left;
	padding-bottom:30px;
}
.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:5px 0;
	font-size:14px;
	font-family: "NotoSans_R";
}
.arrow02 {
     position:relative;
     height:16px;
     width:16px;
     background-color:#000;
	float:left;
	margin:80px 20px 0 10px;
}
 
.arrow02::before {
     position:absolute;
     content:"";
     border:solid 16px transparent;
     border-left:solid 16px #000;
     top:-8px;
     left:12px;
}
img.shiire_img{
	float:left;
	margin:0 20px 0 0;
}
.brand{
	width:150px;
	float:left;
	margin-right:10px;
}
.brand span{
	width:150px;
	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:16px;
	line-height: 200%;
	margin-bottom:20px;
}
.sqf h4{
	color:#cb4733;
	font-size:20px;
	margin:0 0 10px 20px;
}
.sqf img{
	float:left;
	margin-right:20px;
}
.sqf .sqf_title{
	font-size:20px!important;
}
ul.check{
	width:410px;
	margin-bottom:40px;
}
ul.check li{
	background: url("../images/base/check.png") no-repeat center left;
	padding:0 0 0 23px; 
	font-size:16px;
	margin:10px 0;
}
/*--Google MAP--*/
.map, .rec_map {
    display: block;
    border: 1px solid #333;
    text-align: center;
    padding: 2px 10px;
    width: 150px;
    margin: 5px 0;
    background: #333;
    color: #fff;
    font-size: 15px;
}