@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}

.thesis-item {
	list-style-type: none !important;
	border-bottom: solid 1px #ccc;
	margin-bottom: 50px;
	padding-bottom: 10px;
}

.result-heading {
	margin-bottom: 10px;
}

.result-heading a {
	transition: 0.3;
}

.result-heading a:hover {
	text-decoration: underline;
}

.grecaptcha-badge {
	bottom: 100px !important;
}



@media (max-width:767px){
	.sp-text-left {
		text-align: left;
	}
	.thesis-item {
		margin-bottom: 30px;
	}
}


