@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.information-content section{
	margin-bottom: 0 !important;
	border: none !important;
	padding: 5vh 0 0 0 !important;
}
.information-content section h3{
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    padding-left: 15px;
    border-left: 5px solid #dc448b;
    margin-bottom: 26px;
    font-weight: bold;
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center; 
	max-width: 910px;
	margin:25px auto 0 auto;
}
.flex.ver1 div:nth-child(1){
	width:60%;
	margin-right: 10%;
}
.flex.ver1 div:nth-child(2){
	width:30%;
}

.flex.ver2 div:nth-child(2){
	width:30%;
}
.flex.ver2 div:nth-child(1){
	width: 60%;	margin-right: 10%;
}
.flex.ver2 div:nth-child(1) table{
	width: 100%;
	  border-collapse: collapse;
  border-spacing: 0;
	font-size: 110%;

}
@media only screen and (max-width:736px) {
	.flex{
	display: block;
	}
	.flex.ver1 div:nth-child(1){
	width:auto;
}
.flex.ver1 div:nth-child(2){
	width:50%;
	margin: 25px auto 0;
	display: block;
}
.flex.ver2 div:nth-child(1){
	width: auto;	margin-right: 0;
}
.flex.ver2 div:nth-child(2){
	width:70%;
	margin: 25px auto 0;
	display: block;
}
.flex.ver2 div:nth-child(1) table{
	width:100%;
	font-size: 15px;
	margin-right: 0;
}
	
}
.flex table tr{
line-height: 1;
}
.flex table thead th{
	padding: 10px;
	background: #539D9A;
}
.flex table th,.flex table td{
border:2px solid #575454;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.flex table th{
	background: #82BDBB;
	color: #FFF;
	text-align: left;
	padding: 0 10px;
	vertical-align: middle;
}
.flex table td{
	background: #EDF4F3;
	text-align: right;
	padding:  10px;
	  font-family: "Roboto", sans-serif;
}
.flex table tr:last-child th,
.flex table tr:last-child td{
	background:#539D9A;
	color: #FFF;
}
.main .news__contents h4{
	line-height: 27px !important;
}