@charset "utf-8";
/* CSS Document */






/*-----------------------------------------------------------------------------
	PC
-----------------------------------------------------------------------------*/
@media screen and (min-width:768px){
	
	
	.r_content_box{
		margin-bottom: 250px;
	}
	
	
	.r_content *{
		font-weight: 500;
		font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Noto Sans JP', sans-serif;
	}
	
	.r_content dl{
		display: flex;
		width: 904px;
		border-top: 1px solid #707070;
		padding: 30px 0;
		margin: auto;
	}
	
	.r_content dl:last-of-type{
		border-bottom: 1px solid #707070;
		margin-bottom: 90px;
	}
	
	.r_content dl dt{
		font-weight: 700;
		width: 180px;
	}
	
	.r_content dl dd{
		width: calc(100% - 180px);
		line-height: 2.8;
	}
	
	.r_content a{
		display: block;
		background-color: #707070;
		font-weight: 700;
		color: #fff;
		width: 250px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		border-radius: 23px;
		border: 1px solid #707070;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
		margin: auto;
		transition: all 0.3s 0s ease;
	}
	
	.r_content a:hover{
		background-color: #fff;
		color: #707070;
	}
	
	
}











/*-----------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------*/
@media screen and (max-width:767px){
	
	
	.r_content_box{
		margin-bottom: 125px;
	}
	
	
	.r_content *{
		font-weight: 500;
		font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Noto Sans JP', sans-serif;
	}
	
	.r_content dl{
		border-top: 1px solid #707070;
		padding: 15px 0;
	}
	
	.r_content dl:last-of-type{
		border-bottom: 1px solid #707070;
		margin-bottom: 45px;
	}
	
	.r_content dl dt{
		font-weight: 700;
		margin-bottom: 10px;
	}
	
	.r_content dl dd{
		line-height: 1.8;
		padding-left: 1.2em;
	}
	
	.r_content a{
		display: block;
		background-color: #707070;
		font-weight: 700;
		color: #fff;
		width: 250px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		border-radius: 23px;
		border: 1px solid #707070;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
		margin: auto;
		transition: all 0.3s 0s ease;
	}
	
	.r_content a:hover{
		background-color: #fff;
		color: #707070;
	}
	
	
}