@charset "UTF-8";

/* html and body */

html {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Verdana, DejaVu Sans, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}

/* figure */

figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 800px;
  height: 1000px;
  background-image: url('/download/images/intro_circle.svg');
  background-repeat: no-repeat;
  background-position: 0px 150px;
}

figure>nav:nth-of-type(1) {
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  top: 50px;
}

figure>nav:nth-of-type(1)>img {
  display: block;
  width: 200px;
  height: 100px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

figure>nav:nth-of-type(1)>h1 {
  display: block;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 25px;
  font-weight: bold;
  background-color: #FFFFFF;
}

figure>nav:nth-of-type(2) {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  left: 75px;
  top: 150px;
  height: 800px;
}

figure>nav:nth-of-type(2)>a {
  display: block;
  margin: 15px 0px 15px 0px;
  height: 35px;
  line-height: 35px;
  color: #2E7FA8;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  background-color: #FFFFFF;
}

figure>nav:nth-of-type(2)>a:nth-of-type(2), figure>nav:nth-of-type(2)>a:nth-of-type(4) {
  margin-left: 10px;
}

figure>nav:nth-of-type(2)>a:nth-of-type(1), figure>nav:nth-of-type(2)>a:nth-of-type(5) {
  margin-left: 30px;
}

figure>nav:nth-of-type(3) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 833px;
}

figure>nav:nth-of-type(3)>strong {
  display: block;
  margin: 0px 15px 0px 15px;
  width: 60px;
  color: #000000;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
}

figure>nav:nth-of-type(3)>a {
  display: block;
  margin: 0px 15px 0px 15px;
  width: 60px;
  color: #2E7FA8;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
}

figure>nav:nth-of-type(2)>a:hover, figure>nav:nth-of-type(3)>a:hover {
  color: #000000;
}

/* header */

header {
  display: flex;
  flex-direction: row;
  width: 1200px;
  height: 100px;
  margin: 50px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

header>nav:nth-of-type(1) {
  display: flex;
  width: 200px;
  height: 100px;
  margin: 0px 0px 0px 0px;
}


header>nav:nth-of-type(1)>a {
  width: 200px;
  height: 100px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

header>nav:nth-of-type(1)>a>img {
  display: block;
  width: 200px;
  height: 100px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

header>nav:nth-of-type(1)>button {
  display: none;
}

header>nav:nth-of-type(2) {
  display: flex;
  flex-grow: 1;
  align-items: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-image: url('/download/images/header_line_single.svg');
}

header>nav:nth-of-type(2)>strong {
  display: block;
  height: 24px;
  margin: 76px 12px 0px 12px;
  padding: 0px 4px 0px 4px;
  color: #000000;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  background-color: #FFFFFF;
}

header>nav:nth-of-type(2)>a {
  display: block;
  height: 24px;
  margin: 76px 12px 0px 12px;
  padding: 0px 4px 0px 4px;
  color: #2E7FA8;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  background-color: #FFFFFF;
}

header>nav:nth-of-type(2)>a:hover {
  color: #000000;
}

header>nav:nth-of-type(2)>a:first-child, header>nav:nth-of-type(2)>strong:first-child {
  margin-left: 36px;
}

header>nav:nth-of-type(2)>a:last-child, header>nav:nth-of-type(2)>strong:last-child {
  margin-right: 0px;
}

header>nav:nth-of-type(3) {
  display: flex;
  position: relative;
  margin: 0px 90px 0px 120px;
  padding: 0px 0px 0px 0px;
  background-image: url('/download/images/header_line_double.svg');
}

header>nav:nth-of-type(3):before {
  content: "";
  position: absolute;
  top: 0px;
  left: -120px;
  width: 120px;
  height: 100px;
  background-image: url('/download/images/header_line_salesman.svg');
}

header>nav:nth-of-type(3):after {
  content: "";
  position: absolute;
  top: 0px;
  right: -90px;
  width: 90px;
  height: 100px;
  background-image: url('/download/images/header_line_turn.svg');
}

header>nav:nth-of-type(3)>strong {
  display: block;
  height: 24px;
  margin: 0px 12px 0px 12px;
  padding: 0px 4px 0px 4px;
  color: #000000;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  background-color: #FFFFFF;
}

header>nav:nth-of-type(3)>a {
  display: block;
  height: 24px;
  margin: 0px 12px 0px 12px;
  padding: 0px 4px 0px 4px;
  color: #2E7FA8;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  background-color: #FFFFFF;
}

header>nav:nth-of-type(3)>a:hover {
  color: #000000;
}

header>nav:nth-of-type(3)>a:first-child, header>nav:nth-of-type(3)>strong:first-child {
  margin-left: 0px;
}

header>nav:nth-of-type(3)>a:last-child, header>nav:nth-of-type(3)>strong:last-child {
  margin-right: 0px;
}

/* main */

main {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 50px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

main section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 0px 30px 30px 30px;
  padding: 15px 120px 15px 120px;
  border-radius: 30px;
  background-color: #F7F7F7;
}

main article {
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 15px 0px;
  border-style: dotted;
  border-color: #B3B3B3;
  border-width: 0px 0px 3px 0px
}

main h1 {
  display: block;
  margin: 30px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-style: dotted;
  border-color: #B3B3B3;
  border-width: 3px;
  line-height: 32px;
}

main h2 {
  display: block;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 28px;
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
}

main h3 {
  display: block;
  margin: 30px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  font-style: italic;
  font-weight: bold;
  color: #123123;
}

main p {
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 28px;
  text-align: left;
  font-size: 15px;
}

main strong {
  font-weight: bold;
}

main ul, main ol {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  line-height: 28px;
  text-align: left;
  font-size: 15px;
}

main li {
  margin: 0px 0px 15px 60px;
  padding: 0px 0px 0px 0px;
  line-height: 28px;
  text-align: left;
  font-size: 15px;
}

main a {
  color: #2E7FA8;
  text-decoration: none;
}

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

main form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

main form p {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: justify;
}

main form label {
  width: 270px;
  margin: 0px 30px 20px 30px;
  text-align: right;
  font-size: 15px;
}

main form input[type=checkbox] + main form label {
  margin: 0px 30px 20px 30px;
  text-align: justify;
  font-size: 15px;
}

main form input[type=radio] + main form label {
  margin: 0px 30px 20px 30px;
  text-align: justify;
  font-size: 15px;
}

main form input[type=text], main form input[type=password] {
  box-sizing: border-box;
  width: 300px;
  margin: 0px 30px 20px 0px;
  padding: 5px 15px 5px 15px;
  font-size: 15px;
  border: 2px solid #B3B3B3;
  background-color: #FFFFFF;
}

main form input[type=text]:focus, main form input[type=password]:focus {
  outline: none;
  border-color: #000000;
}

main form textarea {
  width: 100%;
  height: 500px;
  margin: 0px 0px 20px 0px;
  padding: 15px 15px 15px 15px;
  line-height: 28px;
  font-size: 15px;
  border: 2px solid #B3B3B3;
  resize: none;
}

main form textarea:focus {
  outline: none;
  border-color: #000000;
}

main form input[type=checkbox] {
  width: 15px;
  margin: 0px 10px 0px 0px;
  accent-color: #2E7FA8;
}

main form input[type=radio] {
  width: 15px;
  margin: 0px 10px 0px 0px;
  accent-color: #2E7FA8;
}

main form input[type=submit] {
  width: 200px;
  padding: 5px 0px 5px 0px;
  margin: 0px 50px 20px 50px;
  background-color: #F7F7F7;
  color: #2E7FA8;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid #2E7FA8;
  cursor: pointer;
}

main form input[type=submit]:hover {
  color: #000000;
  border-color: #000000;
}

main form div {
  display: flex;
  width: 260px;
  margin: 0px 15px 20px 15px;
}

main form div label {
  display: flex;
  margin: 0px 0px 0px 0px;
  text-align: left;
}

main form p label {
  display: inline;
  width: 100%;
  margin: 0px 0px 0px 0px;
  text-align: justify;
  font-style: italic;
}

main nav {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

main nav form {
  width: 240px;
}

main nav form input[type=submit] {
  width: 200px;
  padding: 5px 0px 5px 0px;
  margin: 0px 20px 20px 20px;
}

main table {
  width: 100%;
  border-collapse: collapse;
}

main table tr:nth-child(even) {
  background-color: #FFFFFF;
}

main table th {
  padding: 5px 10px 5px 10px; 
  text-align: left;
  font-weight: normal;
  font-style: italic;
}

main table td {
  padding: 5px 10px 5px 10px; 
  text-align: left;
  font-weight: normal;
}

main td form {
  display: inline;
}

main td form input[type=submit] {
  width: 100%;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 0px 0px;
}

main pre {
  margin: 0px 0px 15px 0px;
  padding: 5px 10px 5px 10px;
  line-height: 28px;
  text-align: left;
  font-size: 15px;
  font-family: Verdana, DejaVu Sans, sans-serif;
  background-color: #FFFFFF;
  white-space: pre-wrap;
}

.success {
  color: #2E7FA8;
}

.failure {
  color: #A82E2E;
}

/* footer */

footer {
  display: flex;
  width: 1200px;
  margin: 40px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
}

footer>address {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 4px 10px 0px 10px;
  padding: 0px 0px 0px 0px;
}

footer>address:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0px;
  width: 100%;
  height: 4px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  background-color: #B3B3B3;
}

footer>address>p {
  margin: 15px 0px 0px 0px;
  color: #000000;
  text-align: center;
  font-style: normal;
  font-size: 12px;
}

footer>address>p>a {
  color: #2E7FA8;
  text-decoration: none;
}

footer>address>p>a:hover {
  color: #000000;
  text-decoration: underline;
}

footer>address img {
  vertical-align: text-bottom;
  width: 16px;
  height: 16px;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
}

