/* CSS Document */

.bb{
    border-bottom: 1px solid #333;
}
.borderBlock {
    margin: 40px 0;
    border: 3px solid #BDE4F9;
}
.borderBlock h5 {
    font-size: 120%;
    line-height: 1.4em;
    letter-spacing: 3px;
    text-align: center;
    color: #3AAF4A;
    padding: 5px 0;
    margin-top: 50px;
}
.borderBlock h5:before {
    content: url(img/diagonal_left.webp);
    margin-right: 15px;
}
.borderBlock h5:after {
    content: url(img/diagonal_right.webp);
    margin-left: 10px;
}
.borderBlock h6 {
display: flex;
    justify-content: center;
    margin: 50px 0 0;
}
.borderBlock h6 a {
   display: block;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 10px;
    background: #3AAF4A;
    color: #fff; 
}
h6 a:visited {
	color: #fff;
}
.borderBlock h4 {
    font-size: 110%;
  color: #fff;
  background: #3AAF4A;
  padding: 5px 15px;
  margin: 20px 0;
}
.member {
	display: flex;
  gap: 100px;
  margin: 20px 20px 50px;
}
.member ul {
	
}
.member ul li {
	line-height: 2.5em;
}
.member ul li a {
	text-decoration: underline;
}


/*#main article .borderBlock .tb1 {
	width: 950px;
	margin: 20px 20px 50px;
}
#main article .borderBlock .tb1 tr th,
#main article .borderBlock .tb1 tr td {
	height: 25px;
}
#main article .borderBlock .tb1 thead tr th {
    width: 100%;
}*/
#main article .borderBlock .category tr th,
#main article .borderBlock .fee tr th,
#main article .borderBlock .staff tr th {
    width: 150px;
}
#main article .borderBlock .fee {
    width: 380px; 
}
#main article .borderBlock .fee tr td {
    text-align: right; 
}

#aboutus ul.btn {
	display: flex;
	justify-content: center;
   gap: 50px;
}

#aboutus ul.btn a {
	display: block;
  font-weight: 500;
  padding: 15px 100px;
  border-radius: 10px;
  background: #3AAF4A;
  color: #fff;
	margin: 30px 0 0;
}

@media screen and (max-width: 480px) {


#main article .borderBlock .tb1 {
    width: auto;
    margin: 20px 0 50px;
}
.member {
	display: block;
  margin: 20px 0 50px;
}	
.borderBlock h6 {	
	text-align: center;
  display: block;
}
#main article .borderBlock .tb1 th,
#main article .borderBlock .tb1 td {
　　border-bottom: none;
    display: block;
    width: auto;
}	
#main article .borderBlock .tb1 tr th,
#main article .borderBlock .tb1 tr td {
    height: unset;
}
#main article .borderBlock .tb1 tbody tr th {
    text-align: center;
    border: none;
    border-left: 1px solid #3AAF4A;
    border-right: 1px solid #3AAF4A;
	font-weight: bold;
}
#main article .borderBlock .tb1 thead tr th {
    width: auto;
}
#main article .borderBlock .last td:last-child {
    border-bottom: solid 1px #3AAF4A;
    width: auto;
}
#main article .borderBlock .tb1 .head {
	display: none;
	}
#main article .borderBlock .tb1 .first {
  border-top: solid 1px #3AAF4A;
}
#main article .borderBlock .category tr th,
#main article .borderBlock .fee tr th,
#main article .borderBlock .staff tr th {
    width: auto;
    }
#main article .borderBlock .fee tr td {
    width: auto;
}
#main article .borderBlock .fee {
    width: 100%; 
}
#main article .borderBlock .fee tr td {
    text-align: center;
}
#aboutus ul.btn {
		flex-direction: column;
    gap: 30px;
	}
#aboutus ul.btn li a {
  padding: 10px 30px;
	text-align: center;
}





}
