html {
  scroll-behavior: smooth;
}
.ex{
	font-size:13px;
	line-height: 1.7em;

}
h1{
	margin:0 0 40px 0;
	padding:0;
}
h1 img{
	margin:0 auto;
	width:100%;
}
.basic-box{
	margin:0 0 20px 0;
	padding:0;
}
.basic-img{
	display: block;
	margin:20px auto;
	padding:0;
	width:100%;
}
.gray-box{
	background: #DBDBDB;
	padding:10px;
}
.gray-box h5{
	text-align: center;
}
.circle-ul{
	margin:0 0 0 1.5em;
	padding:0;
	/*display: flex;*/
	list-style-type: circle;
	/*flex-wrap: wrap;*/
}
.circle-ul li{ 
	margin:0 0 5px 0;
	width:100%;
}
.ex h2{
	border-left: #FABD00 solid 6px;
	padding:5px 10px;
	margin:30px 0 20px 0;
}
.ex h3{
	font-weight:bold;
	font-size:20px;
	line-height: 1.5em;
	margin:30px 0 20px 0;
}
.ex h4{
	font-weight:bold;
	font-size:16px;
	line-height: 1.5em;
	margin:30px 0 20px 0;
}
.ex h5{
	font-weight:bold;
	font-size:14px;
}
.orange-txt{
	color:#FF9900;
	font-weight:bold;
}
.b-txt{
	font-weight:bold;
}

.ex-table{
	border-collapse: collapse;
}
.ex-table{
	border-collapse: collapse;
	margin:20px 0;
}
.ex-table,.ex-table td{
	border:#CCC solid 1px;
	padding:10px;
}
.ex-table th{
	font-weight:bold;
	text-align: center;
	border:#FFF solid 1px;
	background: #FF9900;
	color:#FFF;
	padding:10px;
}
.table1 td:nth-child(2n){
	text-align: right;
}
.table2 td:nth-child(2n+1){
	font-weight:bold;
}
.shikaku{
	width:100px;
}
.ex a:link{
	color: #333;
	text-decoration: underline
}
.ex a:visited{
	color: #333;
	text-decoration: underline
}
.ex a:hover{
	color: #333;
	text-decoration: underline
}
.ex a:active{
	color: #333;
	text-decoration: underline
}

.ex-list1{
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ex-list1 li {
  /*font-size: 12px;*/
	line-height: 1.5;
	padding-left: 24px;
	position: relative;
	margin-bottom:5px;
}
.ex-list1 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FFF;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  color: #333;
  font-size: 80%;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}
.mb10{
	margin:10px 0;
}

.prof{
	background: #FAF1D7;
	padding:0 16px 16px 16px;
	magin:0;
}
.prof h4{
	background: #FABD00;
	display: block;
	margin:0 auto 0 auto;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	text-align: center;
	padding:5px;
	width:6em;
}
.prof-txt{
	text-align: center;
	line-height: 2em;
	margin:0 auto 10px auto;
	padding:0 auto; 
	font-size:15px;
}
.prof-txt a{
	text-decoration: none;
}

.logo-img img,.logo-img source{
	width:50%;
	margin-bottom:5px;
}
table a{
	word-break: break-all ;
}
.w4{
	width:calc(20px + 4em);
	color:#26BA49;
}
.banner{
	text-align: center;
	font-weight:bold;
	margin:40px auto 20px auto;	
}
.banner img{
	width:100%;

}