@import url('https://fonts.googleapis.com/css?family=Proxima+Nova');

@font-face {
    font-family: "Brown-Regular";
    src:url("../fonts/lineto-brown-regular.eot");
    src:url("../fonts/lineto-brown-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-brown-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Brown-Bold";
    src:url("../fonts/lineto-brown-bold.eot");
    src:url("../fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/lineto-brown-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

:root {
  --sans: "Proxima Nova", sans-serif;
  --sans2: "Brown-Regular", sans-serif;
  --sans2bold: "Brown-Bold", sans-serif;
  --sans-c: "proxima-nova-condensed", sans-serif;
  --serif: serif;
  --mb: 1.625rem;

  --orange: #ff5400;
  --gx-orange: #FF5400;
  --gx-marine: #002F37;
  --gx-sea: #8EB1B2;

  --gx-granite: #606060;
  --gx-earth: #3d3935;
  --gx-neutral4: #BCBEBC;
  --gx-neutral5: #D2D3D1;
  --gx-neutral6: #E5E6E5;
}

body{
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  color: var(--gx-earth);
  background-color: #03242b;
}

.page {
  color: var(--gx-earth);
  background-color: var(--gx-marine);
}

.page p {
  color: var(--gx-neutral6);
}

.mp-1 {
  background: #002f37 url(../images/bg1.png) no-repeat 50%;
  background-size: cover;
  font-family: "Brown-Regular", sans-serif;
  color: #fff;
  position: relative;
  padding-bottom: 360px;
}

.mp-1 hr {
  border-top: 7px solid #ff5400;
  width: 30px;
  margin: 100px 0 15px;
}

.mp-1 h1 {
  font-size: 62px;
  line-height: 1.2083333333em;
  font-weight: 400;
  letter-spacing: .0069444444em;
  margin-bottom: 16px;
}

.main-header2 {
  padding: 30px 0 20px;
  font-family: "Brown-Regular", sans-serif;
  position: relative;
}

.site-w {
  max-width: 1268px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.main-header2 .main-menu {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.main-header2 .logotype {
  width: 284px;
  display: block;
  height: 25px;
}

.main-header2 .logotype svg {
  fill: #ff5400;
}

.container-fluid {
  max-width: 1268px;
  padding-left: 30px;
  padding-right: 30px;
}

.content-wrap {
  max-width: 1268px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.mp-2 {
  margin: -220px 0 100px;
  position: relative;
  z-index: 1;
}

.mp-2 .box {
  display: block;
  background-color: #fff;
  padding: 50px;
  margin-bottom: 50px;
}

.mp-2 .box .intro {
  text-align: left;
  margin-bottom: 40px;
}

.mp-2 .box .intro h2 {
  font-family: "Brown-Regular", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.0769230769em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #002f37;
}

.mp-2 .announcement ul {
  margin-top: 5px;
  border-top: 1px solid #e5e6e5;
}

.mp-2 .announcement li {
  border-bottom: 1px solid #e5e6e5;
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mp-2 .announcement .dt {
  color: #606060;
  font-family: "Proxima Nova", sans-serif;
  font-size: 13px;
  line-height: 1.8461538462em;
  font-weight: 400;
  letter-spacing: .0153846154em;
  font-variant-numeric: tabular-nums;
  max-width: 110px;
  flex: 0 0 110px;
}

.mp-2 .announcement h3 {
  font-family: "Brown-Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}

.mp-2 .announcement a{
  color: #002F37;
  text-decoration: none;
}

.mp-2 .announcement a:hover{
  color: #ff5400;
}

.disclaim {
  background-color: #03242b;
  padding: 80px 0 40px;
}



@media (max-width:769px) {
  .mp-1 h1 {
    font-size: 48px;
  }

  .mp-2 .announcement ul {
    padding-left: 0px;
  }
}

@media (max-width:536px) {
  .mp-2 .box {
    padding: 20px;
  }

  .mp-2 .announcement li {
    display: block;
  }
}
