@charset "utf-8";

.newstopic_wrap dl dt{
	align-self: flex-start;
}

/*  2020.09.11修正   */
.page_title {
	border-bottom: 3px solid #6fba2c;
	border-top: 3px solid #6fba2c;
}
.page_title h1{
	font-size: 32px;
	font-weight: bold;
}

.white_bg {
	background: white !important;
}

.pankuzu a {
	color: #3a3a3a !important;
}

.non_margin {
	margin: 0 !important;
}

table .big div {
	font-size: 3.5rem !important;
	font-weight: bold;
}

.h_logo p {
	font-size: 11px;
	line-height: 1.5;
	position: absolute;
	top: -20px;
	left: 0;
}


@media screen and (max-width: 834px) {
	.page_title {
		margin-top: 100px;
	}
	table .big div {
		font-size: 3rem !important;
	}
	.h_logo p {
		top: -29px;
		width: 330px;
		left: -10px;
	}
}
@media screen and (max-width: 640px) {
   .page_title {
	   margin-top: 0;
	   padding: 60px 0 60px 0 !important;
   }
   .page_title h1 {
	   font-size: 24px;
   }
   table .big div {
	font-size: 2.5rem !important;
}
.h_logo p {
	top: 88px;
	width: 330px;
	left: 26px;
}
}
@media screen and (max-width: 376px) {
 .h_logo p {
	 top: 36px;
	 left: 15px;
 }
 }
 
