@charset "utf-8";

.news {
  font-size: 16px;
}
.news a, .news a:visited {
  color: #1C81CF;
}
.contLink01 a:hover {
	color: #ffffff;
}
.news h3 {
  margin: 5px 0 0 0;
}
.news h4 {
  margin-bottom: 5px;
	font-weight: bold;
}
.news small {
	font-weight: normal;
}
.news td, .news th {
  padding: 10px;
  vertical-align: top;
  font-size :16px;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-collapse: collapse;
}
.news th {
  width: 15%;
  font-weight: bold;
}
.news td {
  width: 85%;
}
.customTbl {
  margin-bottom: 1rem;
}
.news .mainvisual {
  margin-bottom: 30px;
  text-align: center;
}
.news .mainvisual img {
 width: 100%;
 max-width: 700px;
}
.news .comment {
	margin-bottom: 30px;
	padding: 15px 20px;
	background: #eee;
}
.news .comment h4 {
	font-weight: bold;
}
.news .comment p {
	margin: 0;
	padding: 0;
}.news .comment u {
	text-decoration: none;
	background: linear-gradient(transparent  70%, #EDD9CB  70%);
}
.news .comment small {
	margin-top: 15px;
	color: #666;
	display: block;
}
.news .indent-s {
	margin: 0;
	padding: 0;
}
.news .indent-s li {
	margin: 0;
	text-indent: -2.9rem;
	padding-left: 2.9rem;
	font-size: 12px;
}
.news .flexContact {
	display: flex;
}
.news .flexContact .contact1 {
	width: 48%;
}
.news .delimiter {
	margin: 80px 0 30px;
	border-top: 1px solid #999;
}
.news .flexbox {
	display: flex;
	justify-content: space-between;
}
.news .flexbox .flexbox1 {
	margin-right: 50px;
	width: 540px;
}
.news .flexbox .flexbox1 table {
	width: 100%;
}
.news .flexbox .flexbox2 {
	width: 400px;
}
@media screen and (max-width:768px) {
.news .flexContact {
	display: block;
}
.news .flexContact .contact1 {
	width: 100%;
}
}