@charset "UTF-8";
/* CSS Document */
body {
  background-image:url(../img/top-cloud.png),url(../img/bg_pattern.png)!important;
  background-repeat:no-repeat,repeat!important;
  background-position: top center,top center!important;
  background-size:2000px, 103px!important;
  -webkit-text-size-adjust: 100%;
  min-width: 1080px;
  box-sizing: border-box;

}
.description{
  padding: 15px 0;
  margin-top: 5px;
  line-height: 1.5rem;
}
.description p {
  line-height: 1.4rem;
}
.description h3 {
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #00304d;
  padding: 10px 0px 10px 25px;
  margin: 20px 0px 14px 0px;
  position: relative;
}
.description h3:after {
  content: '';
  height: 15px;
  border-left: 1px solid #FFF;
  position: absolute;
  top: 14px;
  left: 12px;
}
.term_tb {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  font-size: 18px;
  background-color: #fff2f4;
}
.term_tb .term_tb01 {
  padding: 10px;
  background-color: #c20f21;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.txt01 {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 25px 0px 25px 0px;
}
table{
  border-collapse:inherit;
}
.description h4 {
  font-weight: 600;
  color: #001C2D;
  padding: 6px 0px 5px 3px;
  margin: 10px 0px 10px 0px;
  border-top: 1px dotted #001C2D;
  border-bottom: 1px dotted #001C2D;
  background-color: #FFFFFF;
}
.abstract-list ul li span{
  display: block;
}
.abstract-list ul li{
  text-indent: -1.2rem;
  padding-left: 20px;
  line-height: 1.5rem;
  list-style: none;
  margin: 10px 0;
}
.abstract-list ul li h5{
  position: relative;
  font-weight: 500;
  padding-left: 15px;
}

.abstract-list ul li h5:after {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #001C2D;
  border-right: 2px solid #001C2D;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: -18px;
}
.award{
  padding: 20px 0 20px 20px; ;
}
.point{
  padding: 0;
  text-indent: 0;
  margin-left: -20px;
}
.award-p{
  padding-left: 20px;
}
.btn1 a{
  display: block;
  background-color: #c20f21;
  color: #fff;
  padding: 25px 15px ;
  width: 350px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin: 40px auto;
  font-size: 1.2rem;
  font-weight: 500;
}
.btn1 a:hover{
  opacity: 1;
  background-color: #86000d;
  transition: 0.3s;
}
.bold{
  color: #001C2D;
}
.section-greeting{
  padding-bottom: 70px;
}
.list01 li {
  margin: 0px;
  list-style: none;
}



.table1 {
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin: 0px 0px 20px 0px;
}
.table1 th {
  background-color: #f4f4f9;
  text-align: center;
  line-height: 150%;
  font-weight: bold;
  padding: 10px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  vertical-align: middle;
}
.table1 td {
  background-color: #FFF;
  text-align: center;
  line-height: 120%;
  padding: 10px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}









.footer{
  background-color: #001C2D;
  padding: 30px 0;
  font-size: 0.8rem;
  font-weight: 400;
      width: 100%;
    position: absolute;
    bottom: 0;
}