
.page_title{	margin-bottom: 20px;}

.imgup{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
	padding: 0 10px;
}
.imgup p{	margin-bottom: 10px;}
.imgup p:last-of-type{	margin-bottom: 0;}
.imgup img{
	width: 100%;
	height: auto;
}

.rec{
	padding: 20px;
}

.rec .s_title{	margin-bottom: 20px;}

.rbox{
	text-align: left;
	padding: 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.rbox:first-of-type{	padding-top: 0;}

.rbox h4{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

.rbox h4 span{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	margin-top: 1px;
}

.rbox p{
	font-size: 16px;
	line-height: 22px;
}

.rbox ul{
	font-size: 0;
	line-height: 0;
	margin-bottom: -5px;
}

.rbox li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	margin: 0 5px 5px 0;
	padding: 0 5px;
	border-radius: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rbt{
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
}

.rbt .bt{
	width: calc(100% / 2 - 10px);
	max-width: 280px;
	font-size: 16px;
	line-height: 22px;
	padding: 8px 0;
}

.rbt .bt:only-of-type{
	width: 280px;
	font-size: 19px;
	line-height: 24px;
	padding: 17px;
}

.rbt .bt:only-of-type span{ vertical-align: bottom;}
.rbt .bt:only-of-type br{ display: none;}

.rbt .bt span{
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	line-height: 20px;
}

.rcontact{	padding-top: 20px;}

.as_line{
	width: 280px;
	height: 60px;
	display: flex;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.rcontact > a{	margin-bottom: 10px;}

.rcontact > a:last-child,
.rcontact > div:last-child{	margin-bottom: 0;}
.as_line:hover{	text-decoration: none;}

.as_line span{
	width: 50px;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.as_line span i{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
}

.as_line p{
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	padding: 0 0 0 5px;
}

.as_line p em{
	display: block;
	font-size: 13px;
	line-height: 14px;
}
.as_line p i{
	font-style: normal;
}

