
.page_title{	margin-bottom: 30px;}

.imgup{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 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 20px 30px 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{
	width: 300px;
	margin: 0 auto;
	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,
.rcontact > a:hover{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 60px;
	margin-bottom: 10px;
	padding: 0 15px;
}
.rcontact > a span.rcon_line{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
	margin: -2px 5px 0 0;
	border-radius: 50%;
}

.rcontact > a:last-child,
.rcontact > div:last-child{	margin-bottom: 0;}

.rcontact > a.btline{	border-radius: 3px;}

.about{
	padding: 20px 20px 30px 20px;
}
.aboutbox{
	position: relative;
	display: flex;
	width: 100%;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.aboutbox:last-of-type{	margin-bottom: 0;}

.aboutimg{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.aboutimg img{
	width: 100px;
	height: auto;
}

.abouttxt:after{
	content: '';
	width: calc(100% - 100px);
	height: 1px;
	position: absolute;
	top: 50px;
}
.aboutbox:nth-of-type(odd) .abouttxt::after{	left: 0;}
.aboutbox:nth-of-type(even) .abouttxt::after{	right: 0;}

.abouttxt{
	width: calc(100% - 110px);
	text-align: left;
	padding: 70px 0 0 0;
}
.abouttxt:only-child{	width: 100%; padding-top: 20px;}
.abouttxt:only-child:after{
	width: 100%;
	top: 0;
}

.abouttxt h4{
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.abouttxt:only-child h4{
	padding-top: 0;
}

.aboutbox:nth-of-type(odd) .aboutimg{
	order: 2;
	margin-left: 10px;
}
.aboutbox:nth-of-type(odd) .abouttxt{	order: 1;}
.aboutbox:nth-of-type(even) .aboutimg{
	margin-right: 10px;
}


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

.voicebox{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	padding: 0 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.voicebox_l{
	width: 90px;
	height: 90px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: auto;
	overflow: hidden;
}

.voicebox_l span{
	display: inline-block;
	vertical-align: top;
	font-size: 54px;
	line-height: 90px;
	text-align: center;
}
.voicebox_l img{
	width: 90px;
	height: auto;
}

.voicebox_r{
	width: calc(100% - 100px);
	margin: 0 0 0 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.voicebox_r:after{
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 36px;
	left: 90px;
}
.voicebox_r p{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding: 10px 15px;
}


@media screen and (max-width: 650px) {
	.aboutimg{
		width: 70px;
		height: 70px;
	}
	.aboutimg img{
		width: 70px;
		height: auto;
	}
	.abouttxt:after{
		width: calc(100% - 70px);
		top: 35px;
	}
	.aboutbox:nth-of-type(odd) .aboutimg{	margin-left: auto;}
	.abouttxt{
		width: 100%;
		text-align: left;
	}
	.aboutbox{	display: block;}
	.abouttxt{	padding-top: 10px;}
	.voicebox_l{
		width: 60px;
		height: 60px;
	}
	.voicebox_l span{
		font-size: 34px;
		line-height: 60px;
		text-align: center;
	}
	.voicebox_l img{
		width: 60px;
		height: auto;
	}
	.voicebox_r{
		width: calc(100% - 70px);
	}
	.voicebox_r:after{
		content: '';
		width: 0;
		height: 0;
		position: absolute;
		top: 21px;
		left: 60px;
	}
}