@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
html {
  font-size: 62.5%;
  width: 100%;
  text-size-adjust: 100%;
  color: #33334D;
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
body {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #0c2eb9;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}
a:link, a:visited, a:active {
  color: #0f378c;
  text-decoration: underline;
}
a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.bold {
  font-weight: 600;
}
img {
  width: 100%;
}
h1 {
  width: 260px;
  margin: 0px auto 50px auto;
  border-bottom: 1px solid color(srgb 1 1 1 / 0.3);
  padding-bottom: 50px;
}
#main .inner {
  padding: 60px;
}
.footer_supporter {
  width: 100%;
  line-height: 130%;
  padding: 60px 7%;
  background: #FFF;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px dotted #a6a6c8;
}
.footer_supporter ul {
  list-style: none;
  margin: 0px 0;
}
.footer_supporter li {
  position: relative;
  padding: 5px 0px 5px 20px;
  margin: 0px auto;
}
.footer_supporter h3 {
  color: #ffa163;
  font-weight: 600;
  font-size: 2.0rem;
  border-left: 2px solid #FFA164;
  padding: 0 0 0 15px;
    margin: 0 0 10px 0;
}
.footer_supporter li:after {
  content: '';
  width: 10px;
  height: 12px;
  background: url(../img/icon.svg);
  position: absolute;
  left: 0%;
  top: 10px;
}
.footer_main {
  width: 100%;
  line-height: 130%;
  padding: 100px 7%;
  background: #FFF;
  display: flex;
  justify-content: flex-end;
}
.secretariat {
  color: #0f378c;
  border: 1px solid #0f378c;
  align-content: center;
  padding: 0px 25px;
  border-radius: 100vh;
  margin: 0px 20px 0px 0px;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 1080px) {
  #global-head {
    width: auto;
    padding: 30px;
    background: rgb(0 0 94 / 75%);
    display: -webkit-flex;
    display: flex;
  }
  h1 {
    width: 100%;
    max-width: 300px;
    margin: 0px;
    border-bottom: none;
    padding-bottom: 0px;
  }
  .footer_supporter {
    justify-content: center;
  }
  .footer_main {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  #global-head {
    width: 100%;
    padding: 20px 7%;
  }
  h1 {
    max-width: 250px;
  }
  .footer_supporter {
    display: inline-block;
    font-size: 1.5rem;
  }
  .footer_main {
    display: inline-block;
    padding: 70px 7%;
  }
  .secretariat {
    padding: 10px 25px;
    margin: 0px 0px 10px 0px;
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
  }
}