@import url(utility.css);
.clearfix:after, section:after, .inner_frame:after, body.sub_page .page_main .page_title h1:after, body.sub_page .page_main .page_content:after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1026px;
  padding: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  background-color: #324a87;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% auto;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #ffb822;
  text-decoration: underline;
}

a::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a[target="_blank"]:after {
  content: "\f360";
  color: #ffb822 !important;
}

a[href*="mailto:"]:after {
  content: "\f0e0";
}

a.no-icon:after {
  content: "" !important;
  display: none !important;
}

img {
  vertical-align: top;
}

object {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

address {
  font-style: normal;
  line-height: 1.5;
}

.fa-icon, a[target="_blank"]:after, a[href*="mailto:"]:after, body.sub_page .page_main ul.links > li::before {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  color: #324a87;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  vertical-align: baseline;
}

.inner_frame, body.sub_page .page_main .page_title h1, body.sub_page .page_main .page_content {
  display: block;
  width: 1000px;
  margin: 0 auto;
}

.page_top {
  padding: 25px 0;
}

.page_top .site_title {
  display: table;
  width: 490px;
  margin: 0;
  font-size: 4.0rem;
  text-align: center;
  font-family: 'Arial Black', Gadget, 'sans-serif';
  line-height: 1;
  background-color: #172341;
  border: 1px solid #fff;
}

.page_top .site_title a {
  display: table-cell;
  padding: 14px 0;
  color: #ffff;
  letter-spacing: 6px;
  text-decoration: none;
}

.page_top .formal_title {
  width: 490px;
  padding: 0 0 15px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.7rem;
  border-bottom: 1px solid #fff;
  text-shadow: 0 0 6px #172341;
}

.page_top .formal_title span {
  display: inline-block;
}

.page_top .date {
  float: left;
  padding-bottom: 5px;
  text-shadow: 0 0 6px #172341;
}

.page_top .organized {
  float: right;
  display: table;
  margin: 0;
  padding: 5px 0 0;
  font-size: 1.3rem;
}

.page_top .organized > * {
  display: table-cell;
  padding-left: 20px;
  vertical-align: bottom;
}

.page_top .organized > *:first-child {
  font-family: 'Arial Black', Gadget, 'sans-serif';
  font-size: 1.4rem;
}

.page_top .organized > *:nth-child(2) {
  padding-bottom: 2px;
}

.page_top .organized > *:nth-child(3) {
  width: 130px;
}

body.home_page .page_top {
  background: url(../images/img_page-top-bg.png) center bottom repeat-x;
}

body.home_page .page_main h2 {
  margin: 0 0 30px;
  text-align: center;
  line-height: 1;
  font-size: 2.1rem;
}

body.sub_page .page_top {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(38%, #172341), color-stop(62%, #324a87));
  background: -webkit-linear-gradient(bottom, #172341 38%, #324a87 62%);
  background: -o-linear-gradient(bottom, #172341 38%, #324a87 62%);
  background: linear-gradient(0deg, #172341 38%, #324a87 62%);
}

body.sub_page .page_top .site_title {
  float: left;
}

body.sub_page .page_top .site_menu {
  padding-top: 35px;
}

body.sub_page .page_top .date {
  float: right;
  margin-top: 15px;
}

.site_menu {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 50px 0 0;
  font-size: 1.7rem;
}

.site_menu ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.1;
  text-align: center;
}

.site_menu ul > li {
  display: table-cell;
  margin: 0;
  border-left: 1px solid #fff;
}

.site_menu ul > li:last-child {
  border-right: 1px solid #fff;
}

.site_menu ul > li.current a {
  color: #ffb822;
}

.site_menu ul a {
  display: inline-block;
  min-width: 5em;
  text-decoration: none;
}

.site_menu ul a:hover {
  text-decoration: underline;
}

.page_main {
  background-color: #fff;
}

.page_main a {
  color: #324a87;
}

.page_main a:hover {
  color: #ffb822;
  text-decoration: none;
}

.page_main a.btn1 {
  display: inline-block;
  padding: 15px 25px;
  line-height: 1;
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none;
  background-color: #324a87;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #324a87), to(#4a67b3));
  background: -webkit-linear-gradient(bottom, #324a87 30%, #4a67b3 100%);
  background: -o-linear-gradient(bottom, #324a87 30%, #4a67b3 100%);
  background: linear-gradient(0deg, #324a87 30%, #4a67b3 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.page_main a.btn1::after {
  color: #fff !important;
}

.page_main a.btn1:hover {
  color: #ff9;
  text-decoration: underline;
}

.page_main a.btn1:hover::after {
  color: #ff9 !important;
}

body.sub_page .page_main h2 {
  margin: 35px 0 25px;
  text-align: left;
  color: #324a87;
  font-size: 1.9rem;
  border-bottom: 1px solid #324a87;
}

body.sub_page .page_main ul {
  margin-left: 1.5em;
  padding-left: 0;
  line-height: 1.3;
}

body.sub_page .page_main ul > li {
  margin-top: 0.6em;
}

body.sub_page .page_main ul > li:first-child {
  margin-top: 0;
}

body.sub_page .page_main ol {
  margin-left: 2em;
  padding-left: 0;
  line-height: 1.3;
}

body.sub_page .page_main ol > li {
  margin-top: 0.6em;
}

body.sub_page .page_main ol > li:first-child {
  margin-top: 0;
}

body.sub_page .page_main table {
  border-collapse: collapse;
}

body.sub_page .page_main table th, body.sub_page .page_main table td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #999;
}

body.sub_page .page_main table thead tr th {
  font-weight: normal;
  color: #172341;
  background-color: #d7def0;
}

body.sub_page .page_main table thead tr:last-child {
  border-bottom: 3px double #999;
}

body.sub_page .page_main table tbody tr th {
  text-align: left;
  color: #172341;
  font-weight: normal;
  background-color: #f9fafd;
}

.greeting {
  padding: 35px;
  background-color: #324a87;
}

.greeting h2 {
  color: #fff;
}

.scope {
  padding: 35px;
  color: #222;
  background-color: #e9e9e9;
}

.news {
  display: table;
  width: 100%;
  margin: 30px 0 0;
  color: #172341;
  font-family: 'Arial Black', Gadget, 'sans-serif';
  background-color: #fff;
}

.news h2 {
  display: table-cell;
  position: relative;
  width: 180px;
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  font-size: 1.7rem;
  line-height: 1;
  background: url("../images/img_news-bg.png") right center no-repeat;
}

ol.headline {
  display: table-cell;
  margin: 0;
  padding: 10px 10px 10px 30px;
  list-style-type: none;
}

ol.headline > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ol.headline > li + li {
  margin-top: 0.5em;
}

ol.headline > li time {
  width: 8em;
  color: #324a87;
}

ol.headline > li p {
  margin: 0;
}

.sponsors {
  padding: 35px 0 45px;
  color: #172341;
  text-align: center;
  background-color: #fff;
}

.sponsors h2 {
  margin: 0 0 30px;
  line-height: 1;
}

ul.banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

ul.banners > li {
  min-width: 30%;
  margin-bottom: 15px;
}

ul.banners > li a::after {
  content: "";
  display: none;
}

body.sub_page .page_main .page_title {
  background-color: #439bcb;
}

body.sub_page .page_main .page_title h1 {
  margin-top: 0;
  margin-bottom: 35px;
  padding: 25px 0;
  line-height: 1.3;
  font-size: 2.2rem;
}

body.sub_page .page_main .page_content {
  min-height: 250px;
  padding: 0 0 40px;
  color: #222;
  line-height: 1.5;
}

body.sub_page .page_main ul.links {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

body.sub_page .page_main ul.links > li {
  position: relative;
  padding-left: 1.5em;
}

body.sub_page .page_main ul.links > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f138";
  color: #439bcb;
}

.page_bottom {
  background-color: #172341;
}

.page_bottom > .inner_frame, body.sub_page .page_main .page_title .page_bottom > h1, body.sub_page .page_main .page_bottom > .page_content {
  position: relative;
  padding: 30px 0;
}

.page_bottom .site_title {
  display: table;
  width: 320px;
  margin: 0;
  padding: 15px 0;
  letter-spacing: 5px;
  font-size: 2.6rem;
  text-align: center;
  font-family: 'Arial Black', Gadget, 'sans-serif';
  line-height: 1;
  background-color: #172341;
  border: 1px solid #fff;
}

.page_bottom .formal_title {
  float: left;
  width: 320px;
  margin: 10px 0 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
}

.page_bottom .formal_title span {
  display: inline-block;
}

.page_bottom .organized {
  float: right;
  display: table;
  margin: 23px 0 0;
  padding: 0;
  font-size: 1.3rem;
}

.page_bottom .organized > * {
  display: table-cell;
  padding-left: 20px;
  vertical-align: bottom;
}

.page_bottom .organized > *:first-child {
  font-family: 'Arial Black', Gadget, 'sans-serif';
  font-size: 1.4rem;
}

.page_bottom .organized > *:nth-child(2) {
  padding-bottom: 2px;
}

.page_bottom .organized > *:nth-child(3) {
  width: 150px;
}

.page_bottom .top_back {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  line-height: 1;
}

.page_bottom .top_back a {
  display: block;
  padding: 12px 25px 12px 20px;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  background-color: #324a87;
}

.page_bottom .top_back a:hover {
  text-decoration: underline;
}

.page_bottom .top_back a::before {
  content: "\025b2";
  display: inline-block;
  margin-right: 15px;
}

.page_bottom .copyright {
  padding: 10px 0;
  font-size: 1.4rem;
  background-color: #324a87;
}

.page_bottom .copyright p {
  margin: 0;
  line-height: 1;
}
