@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Poppins", "Noto Sans JP", serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #313131;
  letter-spacing: .1rem;
  font-weight: 400;
  padding-top: 8rem; }
  @media only screen and (max-width: 767px) {
    body {
      padding-top: 6rem; } }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #313131;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }

@media only screen and (min-width: 1025px) {
  a:hover, a:focus, a:active {
    color: #313131;
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.5; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top; }

dl, dt, dd {
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Poppins", "Noto Sans JP", serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    box-sizing: border-box; }

  label {
    font-size: 1.4rem; } }
button {
  font-family: "Poppins", "Noto Sans JP", serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
.post-content:after {
  content: "";
  display: block;
  clear: both; }
.post-content iframe {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 1.5em; }
.post-content img {
  height: auto; }
.post-content p {
  padding-bottom: 1.5em;
  word-break: break-all; }
.post-content h1 {
  font-size: 2.0em;
  margin: 1em 0 1.5em; }
.post-content h2 {
  font-size: 1.8em;
  margin: 1em 0 1.5em; }
.post-content h3 {
  font-size: 1.65em;
  margin: 1em 0 1.5em;
  background: #053c7c;
  color: #fff;
  border-bottom: 0.3rem solid #053c7c;
  padding: .5em 1em; }
.post-content h4 {
  font-size: 1.55em;
  margin: 1em 0 1.5em;
  border-left: 0.5rem solid rgba(5, 60, 124, 0.8);
  padding-left: 1rem; }
.post-content h5 {
  font-size: 1.4em;
  margin: 1em 0 1.5em;
  border-bottom: 0.1rem dashed rgba(49, 49, 49, 0.2);
  padding: .5em; }
.post-content h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(49, 49, 49, 0.05);
  color: #666;
  padding: .8em 1.2em; }
@media only screen and (max-width: 767px) {
  .post-content h1 {
    font-size: 1.5em; }
  .post-content h2 {
    font-size: 1.4em; }
  .post-content h3 {
    font-size: 1.3em; }
  .post-content h4 {
    font-size: 1.2em; }
  .post-content h5 {
    font-size: 1.1em; }
  .post-content h6 {
    font-size: 1em; } }
.post-content small {
  font-size: 80%; }
.post-content pre {
  display: block; }
.post-content strong {
  font-weight: bold; }
.post-content em {
  font-style: italic; }
.post-content ul {
  margin-bottom: 2.5rem; }
  .post-content ul li {
    list-style: outside disc;
    margin-left: 3rem;
    overflow: visible;
    zoom: normal;
    padding-bottom: 1rem; }
.post-content ol {
  margin-bottom: 2.5rem; }
  .post-content ol li {
    list-style: outside decimal;
    margin-left: 3rem;
    overflow: visible;
    zoom: normal;
    padding-bottom: 1rem; }
.post-content blockquote {
  display: block;
  margin: 1em 4rem;
  position: relative; }
  .post-content blockquote:before {
    content: "“";
    position: absolute;
    left: -1em;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.5;
    top: 0; }
  .post-content blockquote:after {
    content: "”";
    position: absolute;
    right: -1rem;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.5;
    bottom: 0; }
.post-content a {
  color: #666;
  text-decoration: underline; }
  .post-content a:hover {
    text-decoration: none; }
.post-content del {
  text-decoration: line-through; }
.post-content hr {
  display: block;
  border: none;
  border-top: #9a9a9a 1px solid;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1rem; }
.post-content .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: .5rem; }
  @media only screen and (max-width: 767px) {
    .post-content .alignright {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.post-content .alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: .5rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .post-content .alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.post-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 64rem; }
.post-content table {
  border-top: 1px solid #ccc;
  width: 100%;
  margin-bottom: 2rem; }
  .post-content table tr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border-bottom: 1px solid #ccc;
    padding: 2rem 0; }
    @media only screen and (max-width: 767px) {
      .post-content table tr {
        flex-direction: column;
        padding: 0; } }
    .post-content table tr th {
      width: 30%;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: .5rem 2rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .post-content table tr th {
          width: 100%;
          padding: 1rem 0; } }
    .post-content table tr td {
      width: 100%;
      padding: 1.5rem 2.5rem;
      text-align: left;
      border-left: 1px solid #eee; }
      @media only screen and (max-width: 767px) {
        .post-content table tr td {
          border: none;
          border-top: 1px solid #eee;
          padding: 1.5rem 0; } }

#loader {
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  width: 100%;
  height: 8rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
  background: #fff;
  box-shadow: 0 0 1rem 0 rgba(5, 60, 124, 0.15); }
  @media only screen and (max-width: 767px) {
    .header {
      height: 6rem; } }
  .header-logo {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    max-width: 39.5rem;
    margin-left: 2rem; }
    @media only screen and (max-width: 767px) {
      .header-logo {
        max-width: 20rem;
        height: 3rem;
        margin-left: 1rem; } }
    .header-logo-img {
      width: 100%; }
  @media only screen and (max-width: 1024px) {
    .header-menu {
      width: 4rem;
      height: 4rem;
      margin: auto 0;
      position: fixed;
      z-index: 999;
      background: #053c7c;
      border-radius: .5rem;
      right: 2rem;
      top: 2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-menu {
      right: 1rem;
      top: 1rem; } }
  @media only screen and (max-width: 1024px) {
      .header-menu.on span {
        transform: rotate(45deg);
        margin-top: -.15rem;
        top: 50%;
        position: absolute; }
        .header-menu.on span:nth-of-type(1) {
          left: 50%;
          margin-left: -1rem; }
        .header-menu.on span:nth-of-type(2) {
          transform: rotate(-45deg);
          right: 50%;
          margin-right: -1rem; }
      .header-menu span {
        width: 2rem;
        height: 1px;
        background: #fff;
        display: block;
        margin: .4rem auto; } }
  .header-nav {
    margin-left: auto;
    padding-right: .8rem; }
    @media only screen and (max-width: 1024px) {
      .header-nav {
        width: 30rem;
        position: fixed;
        right: -30rem;
        top: 8rem;
        transition: all .5s;
        z-index: 999;
        border: none;
        background: #053c7c;
        padding: 1.5rem;
        border-bottom-left-radius: 1.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav {
      width: 20rem;
      right: -20rem;
      top: 6rem; } }
    @media only screen and (max-width: 1024px) {
        .header-nav.active {
          right: 0; } }
    .header-nav > ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 8rem;
      overflow: visible; }
      @media only screen and (max-width: 1024px) {
        .header-nav > ul {
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          height: 100%; } }
      .header-nav > ul > li {
        overflow: visible;
        font-size: 1.2rem; }
        @media only screen and (max-width: 1024px) {
          .header-nav > ul > li {
            width: 100%;
            font-size: 1.6rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li {
      font-size: 1.4rem;
      margin: 0; } }

        .header-nav > ul > li.fair {
          position: relative; }
          @media only screen and (max-width: 1024px) {
            .header-nav > ul > li.fair {
              width: 100%;
              background: #053c7c;
              border-radius: 1rem;
              transition: .5s all;
              overflow: hidden; } }
          .header-nav > ul > li.fair div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            color: #053c7c;
            height: 8rem;
            font-weight: 700;
            padding: 0 .8rem; }
            @media only screen and (min-width: 1025px) {
              .header-nav > ul > li.fair div:hover {
                background: #a8d7ec; } }
            @media only screen and (max-width: 1024px) {
              .header-nav > ul > li.fair div {
                width: 100%;
                border-radius: 0;
                align-items: center;
                padding: 0 .8rem;
                color: #fff; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li.fair div {
      height: auto;
      padding: 1rem 1.5rem; } }

          @media only screen and (max-width: 1024px) {
            .header-nav > ul > li.fair.active {
              background: #a8d7ec; } }
          .header-nav > ul > li.fair.active div {
            color: #053c7c; }
            @media only screen and (max-width: 1024px) {
              .header-nav > ul > li.fair.active div {
                padding-top: 3rem;
                height: 5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li.fair.active div {
      padding: 1rem 0;
      height: auto; } }

          .header-nav > ul > li.fair.active ul {
            padding: 1rem 0;
            max-height: 9999rem;
            overflow: visible; }
            @media only screen and (max-width: 1024px) {
              .header-nav > ul > li.fair.active ul {
                padding: 1rem; } }
            @media only screen and (max-width: 1024px) {
              .header-nav > ul > li.fair.active ul:before {
                border-color: transparent transparent #053c7c;
                top: 3rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li.fair.active ul:before {
      top: 1rem; } }

          .header-nav > ul > li.fair ul {
            width: 24rem;
            background: #053c7c;
            max-height: 0;
            overflow: hidden;
            transition: all .5s;
            position: absolute;
            right: 1.5rem;
            top: 7rem;
            flex-direction: column;
            height: auto;
            z-index: 5;
            border-radius: 1rem; }
            @media only screen and (max-width: 1024px) {
              .header-nav > ul > li.fair ul {
                width: 100%;
                padding: 0 1rem;
                border-radius: 0;
                background: none; } }
            .header-nav > ul > li.fair ul:before {
              content: "";
              border-width: .5rem;
              border-color: transparent transparent #053c7c;
              border-style: solid;
              position: absolute;
              right: 1.5rem;
              top: -.9rem; }
              @media only screen and (max-width: 1024px) {
                .header-nav > ul > li.fair ul:before {
                  border-color: #fff transparent transparent;
                  top: 3.5rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li.fair ul:before {
      top: 1.5rem; } }

            @media only screen and (max-width: 1024px) {
              .header-nav > ul > li.fair ul {
                position: static; } }
            .header-nav > ul > li.fair ul li {
              margin: 0; }
              .header-nav > ul > li.fair ul li a {
                display: flex;
                justify-content: flex-start;
                padding: 1rem;
                font-weight: 700;
                color: #fff;
                font-size: 1.4rem;
                height: auto; }
                .header-nav > ul > li.fair ul li a span {
                  font-size: 1.8rem;
                  margin-right: .5rem;
                  color: #a8d7ec; }
                  @media only screen and (max-width: 1024px) {
                    .header-nav > ul > li.fair ul li a span {
                      color: #036fc4; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .header-nav > ul > li.fair ul li a span {
      font-size: 1.4rem; } }

                @media only screen and (max-width: 1024px) {
                  .header-nav > ul > li.fair ul li a {
                    color: #053c7c; } }
                @media only screen and (max-width: 767px) {
                  .header-nav > ul > li.fair ul li a {
                    font-size: 1.2rem; } }
                .header-nav > ul > li.fair ul li a:hover {
                  color: #a8d7ec; }
        .header-nav > ul > li a {
          display: flex;
          height: 8rem;
          align-items: center;
          justify-content: center;
          line-height: 1.2;
          color: #053c7c;
          font-weight: 700;
          padding: 0 .8rem; }
          @media only screen and (max-width: 1024px) {
            .header-nav > ul > li a {
              height: auto;
              color: #fff;
              padding: 2rem 1.5rem; } }
          @media only screen and (max-width: 767px) {
            .header-nav > ul > li a {
              align-items: flex-start;
              padding: 1rem 1.5rem; } }
          .header-nav > ul > li a:hover {
            background: #053c7c;
            color: #fff; }

/* --------------------------------------
		103 content
-------------------------------------- */
.container {
  position: relative;
  z-index: 1;
  padding-bottom: 10rem; }
  @media only screen and (max-width: 767px) {
    .container {
      overflow: hidden;
      padding-bottom: 3rem; } }
  .container-pankuzu {
    font-size: 1.4rem;
    letter-spacing: .1rem;
    padding: 1rem 1.5vw; }
    @media only screen and (max-width: 1024px) {
      .container-pankuzu {
        font-size: 1.3rem; } }
    @media only screen and (max-width: 767px) {
      .container-pankuzu {
        font-size: 1rem; } }
    .container-pankuzu ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap; }
      .container-pankuzu ul li {
        margin-right: .3rem; }
        .container-pankuzu ul li a {
          display: flex;
          align-items: center; }
          .container-pankuzu ul li a:after {
            content: "";
            width: .5rem;
            height: .5rem;
            background: #036fc4;
            border-radius: 50%;
            margin: 0 .5rem; }
  .container-inner {
    max-width: 90rem;
    margin: 0 auto;
    padding: 8rem 0 0 0;
    font-size: 1.6rem; }
    @media only screen and (max-width: 1024px) {
      .container-inner {
        padding: 8rem 3vw 0 3vw; } }
    @media only screen and (max-width: 767px) {
      .container-inner {
        font-size: 1.3rem;
        padding: 1.5rem 5vw 0 5vw; } }
    .container-inner-btn {
      margin-bottom: 10rem; }
      @media only screen and (max-width: 767px) {
        .container-inner-btn {
          margin-bottom: 3rem; } }
      .container-inner-btn a {
        background: #053c7c;
        width: 100%;
        max-width: 40rem;
        height: 6rem;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .5s;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 700;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .container-inner-btn a {
            font-size: 1.3rem;
            height: 4.6rem; } }
        .container-inner-btn a span {
          margin-left: .5rem;
          color: #036fc4;
          font-weight: 700;
          font-size: 2.2rem; }
          @media only screen and (max-width: 767px) {
            .container-inner-btn a span {
              font-size: 1.8rem; } }
        .container-inner-btn a:hover {
          background: #036fc4; }
          .container-inner-btn a:hover span {
            color: #053c7c; }
  .container .aside-contact {
    margin-bottom: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 31rem;
    background: url("../img/common/bg_contact.jpg") 50% 50% no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .container .aside-contact {
        padding: 0 1.5rem;
        height: 27rem;
        margin-bottom: 20px; } }
    .container .aside-contact-ttl {
      text-align: center;
      font-size: 3rem;
      margin-bottom: 2rem;
      font-family: "Barlow", serif;
      color: #fff;
      font-weight: 600; }
      .container .aside-contact-ttl span {
        color: #e60012; }
      @media only screen and (max-width: 767px) {
        .container .aside-contact-ttl {
          width: 100%;
          font-size: 2.4rem; } }
    .container .aside-contact-entry {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .container .aside-contact-entry {
          padding: 0 1.5rem; } }
      .container .aside-contact-entry a {
        background: #fff;
        width: 100%;
        max-width: 40rem;
        height: 5rem;
        border-radius: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: .3rem solid #fff;
        transition: all .5s;
        color: #053c7c;
        font-size: 1.8rem;
        font-weight: 700;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .container .aside-contact-entry a {
            font-size: 1.5rem;
            height: 4.6rem;
            padding: 0; } }
        .container .aside-contact-entry a span {
          margin-left: .5rem;
          color: #036fc4;
          font-weight: 700;
          font-size: 2.2rem; }
          @media only screen and (max-width: 767px) {
            .container .aside-contact-entry a span {
              font-size: 1.8rem; } }
        .container .aside-contact-entry a:hover {
          background: #a8d7ec; }
    .container .aside-contact-btn {
      width: 100%;
      margin-bottom: 1.5rem; }
      .container .aside-contact-btn > a {
        background: #e60012;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 700;
        width: 100%;
        max-width: 60rem;
        height: 8rem;
        border-radius: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: .3rem solid #fff;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .container .aside-contact-btn > a {
            height: 6rem;
            font-size: 1.6rem;
            border-radius: 1rem;
            padding: 0; } }
        .container .aside-contact-btn > a span {
          margin-left: 1.5rem;
          font-size: 3rem;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .container .aside-contact-btn > a span {
              font-size: 2rem; } }
        .container .aside-contact-btn > a:hover {
          background: #fff;
          color: #e60012; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.btn-pgtop {
  position: fixed;
  bottom: 2%;
  right: 1rem;
  z-index: 9999; }
  .btn-pgtop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6.3rem;
    height: 6.3rem;
    border-radius: .5rem;
    background: rgba(204, 204, 204, 0.75);
    text-align: center;
    letter-spacing: 0; }
    .btn-pgtop a span {
      color: #444; }
    @media only screen and (max-width: 767px) {
      .btn-pgtop a {
        width: 3.6rem;
        height: 3.6rem; }
        .btn-pgtop a span {
          font-size: 1.6rem; } }

.footer {
  width: 100%;
  background: rgba(238, 238, 238, 0.5);
  clear: both;
  position: relative; }
  .footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 5vw 5rem; }
    @media only screen and (max-width: 767px) {
      .footer-wrap {
        padding: 4rem 5vw 0;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .footer-wrap .dl-info {
        width: 100%;
        margin-bottom: 3rem; } }
    .footer-wrap .dl-info-btn a {
      background: #fff;
      display: inline-block;
      padding: .8rem; }
    .footer-wrap .dl-info dt {
      max-width: 34rem;
      text-align: center;
      font-size: 1.8rem;
      font-weight: 400;
      padding-bottom: 1.5rem;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer-wrap .dl-info dt strong {
        font-family: "Barlow", serif;
        font-size: 2.4rem;
        line-height: 1;
        color: #053c7c;
        margin-bottom: 1rem; }
        .footer-wrap .dl-info dt strong span {
          color: #e60012; }
      .footer-wrap .dl-info dt a > img {
        width: 1.5rem; }
    .footer-wrap .dl-info dd {
      text-align: center;
      font-size: 1.2rem; }
      .footer-wrap .dl-info dd p {
        padding-bottom: .8rem; }
  .footer > p {
    text-align: center;
    font-size: 1.2rem;
    padding: 2.5rem 1rem; }
    @media only screen and (max-width: 767px) {
      .footer > p {
        font-size: 1rem;
        padding: 1.5rem 5vw 1rem;
        text-align: left; }
        .footer > p br {
          display: none; } }
  .footer-nav {
    display: flex;
    font-size: 1.2rem; }
    @media only screen and (max-width: 767px) {
      .footer-nav {
        width: 100%; } }
    .footer-nav ul li a {
      display: flex;
      align-items: center;
      padding: .5rem 1rem; }
      @media only screen and (max-width: 767px) {
        .footer-nav ul li a {
          font-size: 1rem;
          padding: .5rem; } }
    .footer-nav ul li span {
      color: #053c7c;
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .footer-nav ul li span {
          font-size: 1.4rem; } }
  .footer-copy {
    font-size: 1rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #053c7c; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: .9rem;
        text-align: center;
        height: auto;
        padding: 1rem 0; } }
