@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

body, html, * {
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif; }

body, html {
  background: #fff; }

html {
  font-size: 10px;
  line-height: 10px; }

body {
  position: relative;
  color: #333;
  min-width: 0;
  width: 100%;
  position: relative;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.4rem;
  -webkit-print-color-adjust: exact; }

a, a *, img, :after, :before, input, .tran {
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -ms-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0, 1); }

a {
  text-decoration: none;
  color: #000;
  word-break: break-all; }

input, textarea, select {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

a, a *, div, div * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
  overflow: hidden;
  outline: none; }

article, section {
  display: block; }

table {
  border-collapse: collapse; }

fieldset, img {
  border: 0; }

fieldset {
  vertical-align: top; }

img {
  vertical-align: bottom; }

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

strong {
  font-weight: bold; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

p, aside {
  word-wrap: break-word;
  text-align: left; }

* {
  -webkit-touch-callout: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  pointer-events: none; }

input, select {
  vertical-align: middle; }

section {
  position: relative; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  overflow: hidden;
  outline: none;
  text-decoration: none; }

a:hover, a:hover * {
  opacity: 0.75; }

::-moz-selection {
  background-color: #1a509d;
  color: #fff; }

::selection {
  background-color: #1a509d;
  color: #fff; }

.clearfix {
  width: 100%; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

input:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto; }

header {
  width: 100%; }

body > header {
  padding: 10px;
  z-index: 8000;
  background-color: #fff;
  position: fixed;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  top: calc((10vw + 20px) * -1); }
  body > header.show {
    top: 0; }
  @media print, screen and (min-width: 768px) {
    body > header {
      padding: 20px 0 20px 2vw;
      top: 0; } }
  body > header > h1 {
    position: relative;
    padding-left: calc(10vw + 4px);
    font-size: 4vw;
    line-height: 6vw;
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      body > header > h1 {
        padding-left: 80px;
        font-size: 36px;
        line-height: 36px; } }
    body > header > h1:before {
      content: "";
      display: block;
      background-image: url(../img/logo.svg);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 10vw;
      height: 10vw;
      position: absolute;
      top: 0;
      left: 0; }
      @media print, screen and (min-width: 768px) {
        body > header > h1:before {
          width: 60px;
          height: 60px; } }
    body > header > h1 > span:first-of-type {
      font-size: 2vw;
      line-height: 4vw;
      display: block;
      font-weight: normal; }
      @media print, screen and (min-width: 768px) {
        body > header > h1 > span:first-of-type {
          font-size: 16px;
          line-height: 20px;
          padding-bottom: 4px; } }
    body > header > h1 > span:last-of-type {
      padding-left: 4px;
      font-size: 3vw; }
      @media print, screen and (min-width: 768px) {
        body > header > h1 > span:last-of-type {
          font-size: 24px;
          line-height: 24px; } }

body > div:last-of-type {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8001;
  background: #fff;
  width: 100%; }
  body > div:last-of-type > div > a {
    padding: 10px 10px 10px 10vw; }
  body > div:last-of-type > div {
    width: 100%;
    height: calc(10vw + 20px);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media print, screen and (min-width: 768px) {
      body > div:last-of-type > div > div {
        padding-right: 2vw; } }
    body > div:last-of-type > div > div > address {
      position: relative;
      font-size: 4vw;
      line-height: 6vw;
      padding-left: 6vw;
      font-weight: bold; }
      @media print, screen and (min-width: 768px) {
        body > div:last-of-type > div > div > address {
          font-size: 32px;
          line-height: 34px;
          padding-left: 40px;
          letter-spacing: -1px; } }
      body > div:last-of-type > div > div > address:before {
        content: "";
        display: block;
        width: 5vw;
        height: 5vw;
        background-image: url(../img/icon_tel.svg);
        background-position: left center;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0; }
        @media print, screen and (min-width: 768px) {
          body > div:last-of-type > div > div > address:before {
            width: 34px;
            height: 34px; } }
      @media print, screen and (min-width: 768px) {
        body > div:last-of-type > div > div > address > a {
          line-height: 34px;
          display: block;
          letter-spacing: -1px; } }
    body > div:last-of-type > div > div > p {
      font-size: 2vw;
      line-height: 4vw;
      color: #019796;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        body > div:last-of-type > div > div > p {
          font-size: 14px;
          line-height: 18px;
          padding-top: 8px; } }
      body > div:last-of-type > div > div > p > span {
        color: #2B2B2B;
        padding-left: 5px; }
    body > div:last-of-type > div > a {
      position: relative;
      background-image: url(../img/icon_mail.svg);
      border-radius: 1vw;
      border: solid 1px #007272;
      background: #009999;
      /* Old browsers */
      background: -moz-linear-gradient(top, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
      background: -webkit-linear-gradient(top, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#009999), color-stop(49%, #008484), color-stop(50%, #007b7b), to(#008484));
      background: -o-linear-gradient(top, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
      background: linear-gradient(to bottom, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#008484',GradientType=0 );
      color: #fff;
      font-size: 4vw;
      line-height: calc(10vw - 22px); }
      @media print, screen and (min-width: 768px) {
        body > div:last-of-type > div > a {
          font-size: 18px;
          line-height: 58px;
          border-radius: 10px;
          padding: 0 40px 0 70px; } }
      body > div:last-of-type > div > a:before {
        content: "";
        display: block;
        width: calc(10vw - 20px);
        height: calc(10vw - 20px);
        position: absolute;
        background-image: url(../img/icon_mail.svg);
        background-repeat: no-repeat;
        background-size: cover;
        left: 10px;
        top: 10px; }
        @media print, screen and (min-width: 768px) {
          body > div:last-of-type > div > a:before {
            width: 40px;
            height: 40px;
            background-position: center center;
            left: 24px;
            top: 8px; } }
  @media print, screen and (min-width: 768px) {
    body > div:last-of-type > div {
      height: 100px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    body > div:last-of-type > div {
      padding: 20px; } }
  @media only screen and (min-width: 1200px) {
    body > div:last-of-type > div {
      padding: 20px 2vw 20px 0; } }
  @media only screen and (min-width: 1200px) {
    body > div:last-of-type {
      bottom: auto;
      left: auto;
      top: 0;
      right: 100px;
      width: auto; } }

body > aside:last-of-type {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9000;
  width: calc(10vw + 20px);
  height: calc(10vw + 20px);
  background-color: #EAEAEA;
  cursor: pointer;
  top: calc((10vw + 20px) * -1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  @media print, screen and (min-width: 768px) {
    body > aside:last-of-type {
      width: 100px;
      height: 100px;
      top: 0; } }
  body > aside:last-of-type.show {
    top: 0; }
  body > aside:last-of-type.active {
    background-color: transparent; }
  body > aside:last-of-type, body > aside:last-of-type span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  body > aside:last-of-type span {
    position: absolute;
    left: 10px;
    width: 10vw;
    height: 4px;
    background-color: #333333; }
    @media print, screen and (min-width: 768px) {
      body > aside:last-of-type span {
        width: 48px;
        left: 26px; } }
    body > aside:last-of-type span:nth-of-type(1) {
      top: 10px; }
      @media print, screen and (min-width: 768px) {
        body > aside:last-of-type span:nth-of-type(1) {
          top: 30px; } }
    body > aside:last-of-type span:nth-of-type(2) {
      top: calc(5vw + 8px); }
      @media print, screen and (min-width: 768px) {
        body > aside:last-of-type span:nth-of-type(2) {
          top: 48px; } }
    body > aside:last-of-type span:nth-of-type(3) {
      bottom: 10px; }
      @media print, screen and (min-width: 768px) {
        body > aside:last-of-type span:nth-of-type(3) {
          bottom: 30px; } }
  body > aside:last-of-type.active > span {
    background: #fff; }
    body > aside:last-of-type.active > span:nth-of-type(1) {
      -webkit-transform: translateY(4vw) rotate(-45deg);
      -ms-transform: translateY(4vw) rotate(-45deg);
      transform: translateY(4vw) rotate(-45deg); }
      @media print, screen and (min-width: 768px) {
        body > aside:last-of-type.active > span:nth-of-type(1) {
          -webkit-transform: translateY(16px) rotate(-45deg);
          -ms-transform: translateY(16px) rotate(-45deg);
          transform: translateY(16px) rotate(-45deg); } }
    body > aside:last-of-type.active > span:nth-of-type(2) {
      opacity: 0; }
    body > aside:last-of-type.active > span:nth-of-type(3) {
      -webkit-transform: translateY(-5vw) rotate(45deg);
      -ms-transform: translateY(-5vw) rotate(45deg);
      transform: translateY(-5vw) rotate(45deg); }
      @media print, screen and (min-width: 768px) {
        body > aside:last-of-type.active > span:nth-of-type(3) {
          -webkit-transform: translateY(-20px) rotate(45deg);
          -ms-transform: translateY(-20px) rotate(45deg);
          transform: translateY(-20px) rotate(45deg); } }

body > nav:last-of-type {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 100vw;
  top: 0;
  z-index: 8999;
  background-color: rgba(80, 80, 80, 0.8);
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -ms-transition-property: left;
  -o-transition-property: left;
  transition-property: left; }
  body > nav:last-of-type.active {
    left: 0; }
  body > nav:last-of-type > div {
    width: 100vw;
    padding: 0 5vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media print, screen and (min-width: 768px) {
      body > nav:last-of-type > div {
        width: 768px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }
    body > nav:last-of-type > div > ul > li {
      border-bottom: solid 2px #fff; }
      body > nav:last-of-type > div > ul > li > a {
        display: block;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 5vw;
        line-height: 10vw; }
        @media print, screen and (min-width: 768px) {
          body > nav:last-of-type > div > ul > li > a {
            font-size: 36px;
            line-height: 72px; } }

body #wrapper {
  padding-top: calc(10vw + 20px);
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    body #wrapper {
      padding-bottom: 0; } }
  @media print, screen and (min-width: 768px) {
    body #wrapper {
      padding-top: 100px; } }
  body #wrapper > article, body #wrapper > article * {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "MS P明朝", "MS PMincho", serif; }
  body #wrapper > article > section > *:not(header) {
    padding-left: 5vw;
    padding-right: 5vw; }
    @media only screen and (min-width: 1200px) {
      body #wrapper > article > section > *:not(header) {
        padding-left: 0;
        padding-right: 0; } }
  body #wrapper > article > section > header > h2 {
    text-align: center;
    font-size: 6vw;
    line-height: calc(6vw + 4px);
    padding: calc(8vw - 2px) 0;
    color: #073987;
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      body #wrapper > article > section > header > h2 {
        font-size: 46px;
        font-weight: normal;
        line-height: 50px;
        padding: 60px 0; } }
  body #wrapper > article > section:nth-of-type(2) > header, body #wrapper > article > section:nth-of-type(4) > header, body #wrapper > article > section:nth-of-type(5) > header {
    background-color: #0855A5;
    position: relative; }
    body #wrapper > article > section:nth-of-type(2) > header:after, body #wrapper > article > section:nth-of-type(4) > header:after, body #wrapper > article > section:nth-of-type(5) > header:after {
      content: "";
      background-color: #0855A5;
      width: 36px;
      height: 36px;
      position: absolute;
      left: 50%;
      bottom: -30px;
      -webkit-transform: rotate(45deg) translate(-50%, 0);
      -moz-transform: rotate(45deg) translate(-50%, 0);
      -ms-transform: rotate(45deg) translate(-50%, 0);
      -o-transform: rotate(45deg) translate(-50%, 0);
      transform: rotate(45deg) translate(-50%, 0); }
    body #wrapper > article > section:nth-of-type(2) > header *, body #wrapper > article > section:nth-of-type(4) > header *, body #wrapper > article > section:nth-of-type(5) > header * {
      color: #fff; }
    body #wrapper > article > section:nth-of-type(2) > header > h2, body #wrapper > article > section:nth-of-type(4) > header > h2, body #wrapper > article > section:nth-of-type(5) > header > h2 {
      position: relative;
      z-index: 1; }
  body #wrapper > article > section:nth-of-type(3) > p, body #wrapper > article > section:nth-of-type(4) > p, body #wrapper > article > section:nth-of-type(5) > p {
    text-align: center;
    font-size: 2vw;
    line-height: calc(2vw + 4px);
    padding-top: 2.5vw; }
    body #wrapper > article > section:nth-of-type(3) > p:first-of-type, body #wrapper > article > section:nth-of-type(4) > p:first-of-type, body #wrapper > article > section:nth-of-type(5) > p:first-of-type {
      font-size: 5vw;
      line-height: calc(5vw + 4px);
      padding-top: calc(5vw + 20px); }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(3) > p:first-of-type, body #wrapper > article > section:nth-of-type(4) > p:first-of-type, body #wrapper > article > section:nth-of-type(5) > p:first-of-type {
          padding-top: 78px;
          font-size: 32px;
          line-height: 36px; } }
    body #wrapper > article > section:nth-of-type(3) > p:nth-of-type(2), body #wrapper > article > section:nth-of-type(4) > p:nth-of-type(2), body #wrapper > article > section:nth-of-type(5) > p:nth-of-type(2) {
      font-size: 4vw;
      line-height: calc(4vw + 4px);
      padding-top: 2.5vw; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(3) > p:nth-of-type(2), body #wrapper > article > section:nth-of-type(4) > p:nth-of-type(2), body #wrapper > article > section:nth-of-type(5) > p:nth-of-type(2) {
          padding-top: 32px;
          font-size: 18px;
          line-height: 30px; } }
  body #wrapper > article > section:nth-of-type(n+2) {
    border-top: solid 4px #073987; }
  body #wrapper > article > section:first-of-type {
    background-color: #F5F5F5;
    position: relative;
    padding-bottom: 5vw; }
    @media only screen and (min-width: 1200px) {
      body #wrapper > article > section:first-of-type {
        padding-bottom: 70px; } }
    body #wrapper > article > section:first-of-type:before, body #wrapper > article > section:first-of-type:after {
      display: block;
      position: absolute;
      bottom: 0;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover; }
    body #wrapper > article > section:first-of-type:before {
      width: 248px;
      height: 432px;
      background-image: url(../img/trouble01.svg);
      left: 30px; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:first-of-type:before {
          content: ""; } }
    body #wrapper > article > section:first-of-type:after {
      content: "";
      width: 284px;
      height: 440px;
      z-index: 1;
      background-image: url(../img/trouble02.svg);
      right: 0; }
      @media print, screen and (min-width: 1600px) {
        body #wrapper > article > section:first-of-type:after {
          z-index: 3; } }
    body #wrapper > article > section:first-of-type > header > h2 {
      color: #073987;
      font-weight: bold; }
    body #wrapper > article > section:first-of-type > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto; }
      body #wrapper > article > section:first-of-type > div > section {
        width: 100%;
        border-top: solid 2px #073987;
        background-color: rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: 4px 4px 6px -6px #333333;
        box-shadow: 4px 4px 6px -6px #333333;
        padding: 0 2.5vw 2.5vw 2.5vw; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:first-of-type > div > section {
            width: calc((100% - 40px) / 2);
            padding: 0 40px 30px 40px; } }
        body #wrapper > article > section:first-of-type > div > section:nth-of-type(n+2) {
          margin-top: 5vw; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:first-of-type > div > section:nth-of-type(n+2) {
              margin-top: 0; } }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:first-of-type > div > section:nth-of-type(n+3) {
            margin-top: 40px; } }
        body #wrapper > article > section:first-of-type > div > section > header > h3 {
          color: #073987;
          font-size: 5vw;
          line-height: calc(5vw + 4px);
          font-weight: bold;
          border-bottom: solid 1px #ccc;
          position: relative;
          padding-left: 6vw;
          padding-top: calc(7vw - 2px);
          padding-bottom: calc(7vw - 2px); }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:first-of-type > div > section > header > h3 {
              font-size: 18px;
              line-height: 24px;
              padding: 28px 0 28px 40px; } }
          @media only screen and (min-width: 1200px) {
            body #wrapper > article > section:first-of-type > div > section > header > h3 {
              font-size: 30px;
              line-height: 34px;
              padding: 28px 0 28px 40px; } }
          body #wrapper > article > section:first-of-type > div > section > header > h3:before {
            content: "";
            background-image: url(../img/icon_check.svg);
            height: 4vw;
            width: 4vw;
            display: block;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: left center;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:first-of-type > div > section > header > h3:before {
                height: 24px;
                width: 30px; } }
        body #wrapper > article > section:first-of-type > div > section > ul > li {
          font-size: 4vw;
          line-height: calc(4vw + 8px);
          padding-left: 5vw;
          position: relative;
          padding-top: 2.5vw; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:first-of-type > div > section > ul > li {
              padding-left: 24px;
              padding-top: 24px;
              font-size: 18px;
              line-height: 24px; } }
          body #wrapper > article > section:first-of-type > div > section > ul > li:before {
            content: "";
            display: block;
            width: 3vw;
            height: 3vw;
            background-color: #073987;
            border-radius: 2vw;
            position: absolute;
            left: 0;
            top: calc(2.5vw + 6px); }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:first-of-type > div > section > ul > li:before {
                width: 14px;
                height: 14px;
                border-radius: 7px;
                top: 28px; } }
          body #wrapper > article > section:first-of-type > div > section > ul > li br {
            display: none; }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:first-of-type > div > section > ul > li br {
                display: inline; } }
          body #wrapper > article > section:first-of-type > div > section > ul > li > span {
            border-bottom: solid 2px #FFE600; }
  body #wrapper > article > section:nth-of-type(2) > header > h2 > span {
    display: block;
    width: 100%;
    font-size: 4vw;
    line-height: calc(4vw + 4px); }
    @media print, screen and (min-width: 768px) {
      body #wrapper > article > section:nth-of-type(2) > header > h2 > span {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 24px; } }
  body #wrapper > article > section:nth-of-type(2) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px; }
    body #wrapper > article > section:nth-of-type(2) > div > section {
      width: 100%;
      padding-top: calc(152px + 7.5vw);
      position: relative; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(2) > div > section {
          padding-top: 364px;
          width: calc((100% - 120px) / 3); } }
      body #wrapper > article > section:nth-of-type(2) > div > section:before {
        content: "";
        width: 142px;
        height: 152px;
        position: absolute;
        top: 7.5vw;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(2) > div > section:before {
            width: 284px;
            height: 304px;
            top: 60px; } }
      body #wrapper > article > section:nth-of-type(2) > div > section:nth-of-type(1):before {
        background-image: url("../img/reason01.png"); }
      body #wrapper > article > section:nth-of-type(2) > div > section:nth-of-type(2):before {
        background-image: url("../img/reason02.png"); }
      body #wrapper > article > section:nth-of-type(2) > div > section:nth-of-type(3):before {
        background-image: url("../img/reason03.png"); }
      body #wrapper > article > section:nth-of-type(2) > div > section:first-of-type {
        padding-top: calc(152px + 5vw); }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(2) > div > section:first-of-type {
            padding-top: 364px; } }
        body #wrapper > article > section:nth-of-type(2) > div > section:first-of-type:before {
          top: 5vw; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(2) > div > section:first-of-type:before {
              top: 60px; } }
      body #wrapper > article > section:nth-of-type(2) > div > section > header {
        padding-top: 2.5vw;
        position: relative; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(2) > div > section > header {
            padding-top: 24px; } }
        body #wrapper > article > section:nth-of-type(2) > div > section > header > h3 {
          color: #0A3385;
          font-weight: bold;
          font-size: 5vw;
          line-height: calc(5vw + 8px);
          text-align: center;
          border-bottom: solid 1px #ccc;
          padding-bottom: 2.5vw;
          position: relative; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(2) > div > section > header > h3 {
              font-size: 24px;
              line-height: 36px;
              padding-bottom: 24px; } }
        body #wrapper > article > section:nth-of-type(2) > div > section > header:after {
          content: "";
          background: #fff;
          width: 5vw;
          height: 5vw;
          display: block;
          border-right: solid 1px #ccc;
          border-bottom: solid 1px #ccc;
          position: absolute;
          left: 50%;
          -webkit-transform: translate(-50%, 0) rotate(45deg);
          -moz-transform: translate(-50%, 0) rotate(45deg);
          -ms-transform: translate(-50%, 0) rotate(45deg);
          -o-transform: translate(-50%, 0) rotate(45deg);
          transform: translate(-50%, 0) rotate(45deg);
          bottom: -2.5vw; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(2) > div > section > header:after {
              width: 16px;
              height: 16px;
              bottom: -8px; } }
      body #wrapper > article > section:nth-of-type(2) > div > section > p {
        font-size: 4vw;
        line-height: 7.5vw;
        padding-top: 5vw; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(2) > div > section > p {
            padding-top: 22px;
            font-size: 18px;
            line-height: 34px; } }
        body #wrapper > article > section:nth-of-type(2) > div > section > p > span {
          border-bottom: solid 2px #FFE600; }
  body #wrapper > article > section:nth-of-type(3) > header {
    background-color: #F2F7F9;
    color: #0A3385;
    position: relative; }
    body #wrapper > article > section:nth-of-type(3) > header:after {
      content: "";
      background: #F2F7F9;
      width: 5vw;
      height: 5vw;
      display: block;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0) rotate(45deg);
      -moz-transform: translate(-50%, 0) rotate(45deg);
      -ms-transform: translate(-50%, 0) rotate(45deg);
      -o-transform: translate(-50%, 0) rotate(45deg);
      transform: translate(-50%, 0) rotate(45deg);
      bottom: -2.5vw; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(3) > header:after {
          width: 40px;
          height: 40px;
          bottom: -20px; } }
  body #wrapper > article > section:nth-of-type(3) > figure {
    padding: 5vw 0 0 0;
    margin: 0 auto;
    width: 90vw;
    padding-bottom: 5vw; }
    @media print, screen and (min-width: 768px) {
      body #wrapper > article > section:nth-of-type(3) > figure {
        width: 720px;
        padding-bottom: 60px; } }
    body #wrapper > article > section:nth-of-type(3) > figure > img {
      width: 100%;
      height: auto; }
  body #wrapper > article > section:nth-of-type(3) > section {
    background-color: #fff; }
    body #wrapper > article > section:nth-of-type(3) > section:nth-of-type(n+1) {
      background-color: #F2F7F9; }
    body #wrapper > article > section:nth-of-type(3) > section > header {
      text-align: center;
      position: relative;
      padding: 5vw 0; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(3) > section > header {
          padding: 80px 0 32px 0; } }
      body #wrapper > article > section:nth-of-type(3) > section > header > h3 {
        color: #073987;
        font-size: 5vw;
        line-height: calc(5vw + 4px); }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(3) > section > header > h3 {
            font-size: 32px;
            line-height: 36px; } }
      body #wrapper > article > section:nth-of-type(3) > section > header:after {
        content: "";
        width: 100px;
        height: 2px;
        background-color: #073987;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    body #wrapper > article > section:nth-of-type(3) > section > p {
      font-size: 4vw;
      line-height: calc(4vw + 4px);
      padding: 4vw 0;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(3) > section > p {
          font-size: 18px;
          line-height: 22px;
          padding: 32px 0; } }
    body #wrapper > article > section:nth-of-type(3) > section > dl {
      max-width: 960px;
      margin: 0 auto;
      padding-bottom: 5vw; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(3) > section > dl {
          padding-bottom: 80px; } }
      body #wrapper > article > section:nth-of-type(3) > section > dl > dt, body #wrapper > article > section:nth-of-type(3) > section > dl > dd {
        -webkit-box-shadow: 4px 6px 15px -7px #666;
        box-shadow: 4px 6px 15px -7px #666;
        font-size: 4vw;
        line-height: calc(4vw + 4px); }
      body #wrapper > article > section:nth-of-type(3) > section > dl > dt {
        cursor: pointer;
        margin-top: 2.5vw;
        background-color: #073987;
        color: #fff;
        border-radius: 6px 6px 6px 6px;
        position: relative;
        padding: 2.5vw 28px; }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dt.open {
          border-radius: 6px 6px 0 0; }
          body #wrapper > article > section:nth-of-type(3) > section > dl > dt.open:after {
            -webkit-transform: rotate(45deg) translate(0, calc(-50% + 10px));
            -moz-transform: rotate(45deg) translate(0, calc(-50% + 10px));
            -ms-transform: rotate(45deg) translate(0, calc(-50% + 10px));
            -o-transform: rotate(45deg) translate(0, calc(-50% + 10px));
            transform: rotate(45deg) translate(0, calc(-50% + 10px)); }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(3) > section > dl > dt {
            font-size: 18px;
            line-height: 24px;
            padding: 20px 76px 20px 76px; } }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dt:before, body #wrapper > article > section:nth-of-type(3) > section > dl > dt:after {
          content: "";
          position: absolute; }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dt:before {
          background-image: url(../img/q.png);
          background-repeat: no-repeat;
          background-position: left center;
          background-size: contain;
          display: block;
          width: 20px;
          height: 18px;
          left: 4px;
          top: 2.5vw; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(3) > section > dl > dt:before {
              width: 32px;
              height: 24px;
              left: 30px;
              top: 22px; } }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dt:after {
          width: 12px;
          height: 12px;
          display: block;
          border-left: solid 2px #fff;
          border-top: solid 2px #fff;
          -webkit-transform: translate(0, -50%) rotate(-135deg);
          -moz-transform: translate(0, -50%) rotate(-135deg);
          -ms-transform: translate(0, -50%) rotate(-135deg);
          -o-transform: translate(0, -50%) rotate(-135deg);
          transform: translate(0, -50%) rotate(-135deg);
          top: calc(50% - 6px);
          right: 8px; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(3) > section > dl > dt:after {
              width: 24px;
              height: 24px;
              right: 30px; } }
      body #wrapper > article > section:nth-of-type(3) > section > dl > dd {
        height: 0px;
        overflow: hidden;
        background-color: #fff;
        border-radius: 0 0 6px 6px;
        position: relative; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(3) > section > dl > dd {
            font-size: 18px;
            line-height: 30px; } }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dd > * {
          padding-top: 2.5vw;
          font-size: 4vw;
          line-height: calc(4vw + 8px); }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(3) > section > dl > dd > * {
              padding-top: 30px;
              font-size: 16px;
              line-height: 26px; } }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dd > *:first-child {
          padding-top: 0; }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dd > h4 {
          font-weight: bold;
          line-height: 22px; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(3) > section > dl > dd > h4 {
              font-size: 16px;
              line-height: 20px; } }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dd > h4 + * {
          padding-top: 0; }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dd > p.servicecase, body #wrapper > article > section:nth-of-type(3) > section > dl > dd > ul.servicecase {
          padding: 9vw 2.5vw 2.5vw 2.5vw;
          border: solid 1px #073987;
          background-color: #F5F5F5;
          position: relative; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(3) > section > dl > dd > p.servicecase, body #wrapper > article > section:nth-of-type(3) > section > dl > dd > ul.servicecase {
              padding: 50px 30px 20px 30px;
              font-size: 18px;
              line-height: 28px; } }
          body #wrapper > article > section:nth-of-type(3) > section > dl > dd > p.servicecase:before, body #wrapper > article > section:nth-of-type(3) > section > dl > dd > ul.servicecase:before {
            content: "事例";
            color: #073987;
            font-weight: bold;
            position: absolute;
            left: 2.5vw;
            top: 2.5vw; }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(3) > section > dl > dd > p.servicecase:before, body #wrapper > article > section:nth-of-type(3) > section > dl > dd > ul.servicecase:before {
                left: 30px;
                top: 20px;
                line-height: 22px; } }
          body #wrapper > article > section:nth-of-type(3) > section > dl > dd > p.servicecase > li, body #wrapper > article > section:nth-of-type(3) > section > dl > dd > ul.servicecase > li {
            position: relative;
            padding-left: calc(2vw + 4px); }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(3) > section > dl > dd > p.servicecase > li, body #wrapper > article > section:nth-of-type(3) > section > dl > dd > ul.servicecase > li {
                padding-left: 22px; } }
            body #wrapper > article > section:nth-of-type(3) > section > dl > dd > p.servicecase > li:before, body #wrapper > article > section:nth-of-type(3) > section > dl > dd > ul.servicecase > li:before {
              content: "";
              display: block;
              width: 2vw;
              height: 2vw;
              border-radius: 2vw;
              background-color: #000;
              position: absolute;
              left: 0;
              top: calc(1vw + 4px); }
              @media print, screen and (min-width: 768px) {
                body #wrapper > article > section:nth-of-type(3) > section > dl > dd > p.servicecase > li:before, body #wrapper > article > section:nth-of-type(3) > section > dl > dd > ul.servicecase > li:before {
                  width: 12px;
                  height: 12px;
                  border-radius: 12px;
                  top: 7px; } }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dd > figure > figcaption {
          font-size: 3.5vw;
          line-height: calc(3.5vw + 8px);
          font-weight: bold; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(3) > section > dl > dd > figure > figcaption {
              font-size: 16px;
              line-height: 20px;
              padding-top: 0; } }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dd > figure > ul {
          padding-left: 2.5vw; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(3) > section > dl > dd > figure > ul {
              padding-left: 14px; } }
          body #wrapper > article > section:nth-of-type(3) > section > dl > dd > figure > ul > li {
            font-size: 3.5vw;
            line-height: calc(3.5vw + 8px);
            padding-left: 4vw;
            position: relative; }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(3) > section > dl > dd > figure > ul > li {
                font-size: 16px;
                line-height: 26px;
                padding-left: 22px; } }
            body #wrapper > article > section:nth-of-type(3) > section > dl > dd > figure > ul > li:before {
              content: "";
              display: block;
              width: 2.5vw;
              height: 2.5vw;
              border-radius: 2.5vw;
              position: absolute;
              left: 0;
              top: calc(1vw + 2px);
              background-color: #000; }
              @media print, screen and (min-width: 768px) {
                body #wrapper > article > section:nth-of-type(3) > section > dl > dd > figure > ul > li:before {
                  width: 12px;
                  height: 12px;
                  border-radius: 12px;
                  top: 7px; } }
        body #wrapper > article > section:nth-of-type(3) > section > dl > dd > figure + figure {
          padding-top: 0; }
      body #wrapper > article > section:nth-of-type(3) > section > dl > dt.open + dd {
        height: auto;
        padding: 2.5vw; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(3) > section > dl > dt.open + dd {
            padding: 40px 30px; } }
  body #wrapper > article > section:nth-of-type(2) > nav, body #wrapper > article > section:nth-of-type(3) > nav {
    background-image: url(../img/sky.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5vw;
    padding: 0 calc((100% - 1200px) / 2) 0 calc((100% - 1200px) / 2);
    position: relative; }
    @media print, screen and (min-width: 768px) {
      body #wrapper > article > section:nth-of-type(2) > nav, body #wrapper > article > section:nth-of-type(3) > nav {
        margin-top: 170px; } }
    body #wrapper > article > section:nth-of-type(2) > nav:before, body #wrapper > article > section:nth-of-type(3) > nav:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 4px;
      background-image: url(../img/contactperson.png); }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(2) > nav:before, body #wrapper > article > section:nth-of-type(3) > nav:before {
          width: 410px;
          height: 386px; } }
      @media only screen and (min-width: 1200px) {
        body #wrapper > article > section:nth-of-type(2) > nav:before, body #wrapper > article > section:nth-of-type(3) > nav:before {
          right: calc((100% - 1200px) / 2); } }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      body #wrapper > article > section:nth-of-type(2) > nav, body #wrapper > article > section:nth-of-type(3) > nav {
        padding-left: 10px;
        padding-right: 10px; } }
    body #wrapper > article > section:nth-of-type(2) > nav > header > h3, body #wrapper > article > section:nth-of-type(3) > nav > header > h3 {
      text-align: center;
      font-weight: bold;
      font-size: 4vw;
      line-height: calc(4vw + 4px);
      padding-top: 5vw; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(2) > nav > header > h3, body #wrapper > article > section:nth-of-type(3) > nav > header > h3 {
          text-align: left; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        body #wrapper > article > section:nth-of-type(2) > nav > header > h3, body #wrapper > article > section:nth-of-type(3) > nav > header > h3 {
          padding-top: 16px;
          font-size: 24px;
          line-height: 72px; } }
      @media only screen and (min-width: 1200px) {
        body #wrapper > article > section:nth-of-type(2) > nav > header > h3, body #wrapper > article > section:nth-of-type(3) > nav > header > h3 {
          padding-top: 24px;
          font-size: 36px;
          line-height: 108px; } }
    body #wrapper > article > section:nth-of-type(2) > nav > div, body #wrapper > article > section:nth-of-type(3) > nav > div {
      width: 100%;
      height: calc(10vw + 20px);
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(2) > nav > div > div, body #wrapper > article > section:nth-of-type(3) > nav > div > div {
          padding-right: 2vw; } }
      body #wrapper > article > section:nth-of-type(2) > nav > div > div > address, body #wrapper > article > section:nth-of-type(3) > nav > div > div > address {
        position: relative;
        font-size: 4vw;
        line-height: 6vw;
        padding-left: 6vw;
        font-weight: bold; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(2) > nav > div > div > address, body #wrapper > article > section:nth-of-type(3) > nav > div > div > address {
            font-size: 32px;
            line-height: 34px;
            padding-left: 40px;
            letter-spacing: -1px; } }
        body #wrapper > article > section:nth-of-type(2) > nav > div > div > address:before, body #wrapper > article > section:nth-of-type(3) > nav > div > div > address:before {
          content: "";
          display: block;
          width: 5vw;
          height: 5vw;
          background-image: url(../img/icon_tel.svg);
          background-position: left center;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 0; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(2) > nav > div > div > address:before, body #wrapper > article > section:nth-of-type(3) > nav > div > div > address:before {
              width: 34px;
              height: 34px; } }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(2) > nav > div > div > address > a, body #wrapper > article > section:nth-of-type(3) > nav > div > div > address > a {
            line-height: 34px;
            display: block;
            letter-spacing: -1px; } }
      body #wrapper > article > section:nth-of-type(2) > nav > div > div > p, body #wrapper > article > section:nth-of-type(3) > nav > div > div > p {
        font-size: 2vw;
        line-height: 4vw;
        color: #019796;
        text-align: center; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(2) > nav > div > div > p, body #wrapper > article > section:nth-of-type(3) > nav > div > div > p {
            font-size: 14px;
            line-height: 18px;
            padding-top: 8px; } }
        body #wrapper > article > section:nth-of-type(2) > nav > div > div > p > span, body #wrapper > article > section:nth-of-type(3) > nav > div > div > p > span {
          color: #2B2B2B;
          padding-left: 5px; }
      body #wrapper > article > section:nth-of-type(2) > nav > div > a, body #wrapper > article > section:nth-of-type(3) > nav > div > a {
        position: relative;
        background-image: url(../img/icon_mail.svg);
        border-radius: 1vw;
        border: solid 1px #007272;
        background: #009999;
        /* Old browsers */
        background: -moz-linear-gradient(top, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
        background: -webkit-linear-gradient(top, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#009999), color-stop(49%, #008484), color-stop(50%, #007b7b), to(#008484));
        background: -o-linear-gradient(top, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
        background: linear-gradient(to bottom, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#008484',GradientType=0 );
        color: #fff;
        font-size: 4vw;
        line-height: calc(10vw - 22px); }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(2) > nav > div > a, body #wrapper > article > section:nth-of-type(3) > nav > div > a {
            font-size: 18px;
            line-height: 58px;
            border-radius: 10px;
            padding: 0 40px 0 70px; } }
        body #wrapper > article > section:nth-of-type(2) > nav > div > a:before, body #wrapper > article > section:nth-of-type(3) > nav > div > a:before {
          content: "";
          display: block;
          width: calc(10vw - 20px);
          height: calc(10vw - 20px);
          position: absolute;
          background-image: url(../img/icon_mail.svg);
          background-repeat: no-repeat;
          background-size: cover;
          left: 10px;
          top: 10px; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(2) > nav > div > a:before, body #wrapper > article > section:nth-of-type(3) > nav > div > a:before {
              width: 40px;
              height: 40px;
              background-position: center center;
              left: 24px;
              top: 8px; } }
    @media print, screen and (min-width: 768px) {
      body #wrapper > article > section:nth-of-type(2) > nav > div > div > address, body #wrapper > article > section:nth-of-type(3) > nav > div > div > address {
        padding-left: 40px; } }
    @media print, screen and (min-width: 768px) {
      body #wrapper > article > section:nth-of-type(2) > nav > div > div > address:before, body #wrapper > article > section:nth-of-type(3) > nav > div > div > address:before {
        width: 34px;
        height: 52px;
        background-size: auto 34px; } }
    @media print, screen and (min-width: 768px) {
      body #wrapper > article > section:nth-of-type(2) > nav > div > div > address > a, body #wrapper > article > section:nth-of-type(3) > nav > div > div > address > a {
        font-size: 48px;
        line-height: 52px; } }
    body #wrapper > article > section:nth-of-type(2) > nav > div > a, body #wrapper > article > section:nth-of-type(3) > nav > div > a {
      padding: 10px 5px 10px 10vw;
      font-size: 3vw; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(2) > nav > div > a, body #wrapper > article > section:nth-of-type(3) > nav > div > a {
          font-size: 26px;
          line-height: 90px;
          padding: 0 40px 0 70px; } }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(2) > nav > div > a:before, body #wrapper > article > section:nth-of-type(3) > nav > div > a:before {
          top: 25px; } }
    @media print, screen and (min-width: 768px) {
      body #wrapper > article > section:nth-of-type(2) > nav > div, body #wrapper > article > section:nth-of-type(3) > nav > div {
        height: 140px;
        padding: 0 0 50px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  body #wrapper > article > section:nth-of-type(4) {
    padding-bottom: 10vw; }
    @media print, screen and (min-width: 768px) {
      body #wrapper > article > section:nth-of-type(4) {
        padding-bottom: 120px; } }
    body #wrapper > article > section:nth-of-type(4) > div {
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 5vw; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(4) > div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding-top: 50px; } }
      body #wrapper > article > section:nth-of-type(4) > div > section {
        padding-top: 13vw;
        position: relative; }
        body #wrapper > article > section:nth-of-type(4) > div > section:nth-of-type(1):before {
          content: "Step.1"; }
        body #wrapper > article > section:nth-of-type(4) > div > section:nth-of-type(2):before {
          content: "Step.2"; }
        body #wrapper > article > section:nth-of-type(4) > div > section:nth-of-type(3):before {
          content: "Step.3"; }
        body #wrapper > article > section:nth-of-type(4) > div > section:nth-of-type(4):before {
          content: "Step.4"; }
        body #wrapper > article > section:nth-of-type(4) > div > section:nth-of-type(5):before {
          content: "Step.5"; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(4) > div > section {
            width: calc(((100% - 200px) / 5) + 50px);
            padding-left: 50px;
            padding-top: 0; }
            body #wrapper > article > section:nth-of-type(4) > div > section:first-of-type {
              padding-left: 0;
              width: calc((100% - 200px) / 5); }
              body #wrapper > article > section:nth-of-type(4) > div > section:first-of-type:before {
                width: 100%; }
              body #wrapper > article > section:nth-of-type(4) > div > section:first-of-type > figure {
                width: 100%; }
              body #wrapper > article > section:nth-of-type(4) > div > section:first-of-type:after {
                content: none; } }
        body #wrapper > article > section:nth-of-type(4) > div > section:before {
          position: absolute;
          top: 5vw;
          right: 0;
          display: block;
          width: 100%;
          font-size: 5vw;
          line-height: 8vw;
          border-radius: calc(3.5vw + 8px);
          text-align: center;
          background-color: #009999;
          color: #fff; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(4) > div > section:before {
              width: calc(100% - 50px);
              top: 0;
              line-height: 30px;
              font-size: 14px; } }
        body #wrapper > article > section:nth-of-type(4) > div > section > header {
          padding-top: 156px; }
          body #wrapper > article > section:nth-of-type(4) > div > section > header > h3 {
            text-align: center;
            border-bottom: solid 1px #ccc;
            color: #073987;
            font-size: 5vw;
            line-height: calc(5vw + 4px);
            padding-bottom: 16px; }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(4) > div > section > header > h3 {
                font-size: 20px;
                line-height: 60px;
                padding-top: 16px;
                padding-bottom: 0; } }
        body #wrapper > article > section:nth-of-type(4) > div > section > figure {
          position: absolute;
          top: calc(8.5vw + 24px);
          right: 0;
          text-align: center;
          width: 100%; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(4) > div > section > figure {
              width: calc(100% - 50px);
              top: 46px; } }
        body #wrapper > article > section:nth-of-type(4) > div > section > p {
          padding-top: 16px;
          font-size: 4vw;
          line-height: 6vw;
          padding-bottom: 16px; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(4) > div > section > p {
              font-size: 18px;
              line-height: 34px; } }
          body #wrapper > article > section:nth-of-type(4) > div > section > p > span {
            border-bottom: solid 2px #FFE600; }
        body #wrapper > article > section:nth-of-type(4) > div > section > aside {
          font-size: 3.5vw;
          line-height: calc(3.5vw + 16px);
          text-align: center;
          border: solid 2px #073987;
          color: #073987;
          font-weight: bold; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(4) > div > section > aside {
              font-size: 16px;
              line-height: 30px; } }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(4) > div > section:after {
            content: "";
            width: 30px;
            height: 30px;
            display: block;
            border: solid 15px transparent;
            border-left: solid 15px #073987;
            left: 17px;
            top: 90px;
            position: absolute; } }
  body #wrapper > article > section:nth-of-type(5) {
    background-color: #F2F7F9;
    padding-bottom: 10vw; }
    body #wrapper > article > section:nth-of-type(5) > section {
      padding-top: 10vw; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > article > section:nth-of-type(5) > section {
          padding-top: 80px; } }
      body #wrapper > article > section:nth-of-type(5) > section header > h3 {
        color: #073987;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        font-weight: bold; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(5) > section header > h3 {
            font-size: 22px;
            line-height: 26px; } }
      body #wrapper > article > section:nth-of-type(5) > section div#telwrap {
        max-width: 360px;
        padding-top: 5vw;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(5) > section div#telwrap {
            padding-top: 40px;
            width: auto; } }
        body #wrapper > article > section:nth-of-type(5) > section div#telwrap > a {
          display: block;
          position: relative;
          letter-spacing: -1px;
          line-height: 60px;
          font-size: 12vw;
          padding-left: 12vw;
          width: 100%;
          text-align: right; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section div#telwrap > a {
              letter-spacing: 2px;
              font-size: 44px;
              line-height: 48px;
              padding-left: 48px; } }
          body #wrapper > article > section:nth-of-type(5) > section div#telwrap > a:before {
            content: "";
            background-image: url(../img/icon_tel.svg);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: contain;
            display: block;
            height: 42px;
            width: 12vw;
            position: absolute;
            left: 1.5vw;
            top: 12px; }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(5) > section div#telwrap > a:before {
                width: 48px;
                height: 36px;
                top: 6px;
                left: 0; } }
        body #wrapper > article > section:nth-of-type(5) > section div#telwrap > p, body #wrapper > article > section:nth-of-type(5) > section div#telwrap > dl > * {
          font-size: 4.5vw;
          line-height: calc(4.5vw + 4px); }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section div#telwrap > p, body #wrapper > article > section:nth-of-type(5) > section div#telwrap > dl > * {
              font-size: 18px;
              line-height: 24px; } }
        body #wrapper > article > section:nth-of-type(5) > section div#telwrap > p {
          color: #019796;
          font-weight: bold; }
        body #wrapper > article > section:nth-of-type(5) > section div#telwrap > dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          body #wrapper > article > section:nth-of-type(5) > section div#telwrap > dl > dt {
            padding-right: 10px; }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(5) > section div#telwrap > dl > dt {
                padding-right: 20px; } }
      body #wrapper > article > section:nth-of-type(5) > section > form .require {
        position: relative; }
        body #wrapper > article > section:nth-of-type(5) > section > form .require:before {
          content: "必須";
          display: block;
          font-size: 14px;
          color: #fff;
          background-color: #0A3385;
          font-size: 3.5vw;
          line-height: 20px;
          width: 46px;
          text-align: center;
          border-radius: 4px;
          letter-spacing: 4px;
          text-indent: 4px;
          position: absolute;
          right: 2.5vw;
          top: calc(((3.5vw - 4px) / 2) + 2.5vw); }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section > form .require:before {
              top: 40px;
              font-size: 16px;
              line-height: 20px; } }
      body #wrapper > article > section:nth-of-type(5) > section > form > dl {
        padding-top: 0;
        padding-bottom: 10vw; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(5) > section > form > dl {
            padding-top: 0;
            padding-bottom: 60px;
            max-width: 960px;
            margin: 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        body #wrapper > article > section:nth-of-type(5) > section > form > dl > dt, body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd {
          border-bottom: solid 1px #ccc;
          padding-top: 2.5vw;
          padding-bottom: 2.5vw; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section > form > dl > dt, body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd {
              padding-top: 28px;
              padding-bottom: 28px; } }
        body #wrapper > article > section:nth-of-type(5) > section > form > dl > dt {
          text-align: center;
          font-size: 5vw;
          line-height: calc(5vw + 16px);
          font-weight: bold; }
          body #wrapper > article > section:nth-of-type(5) > section > form > dl > dt:first-of-type {
            border-top: solid 1px #ccc; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section > form > dl > dt {
              width: 260px;
              font-size: 16px;
              line-height: 40px;
              text-align: left;
              padding-left: 20px; } }
        body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd {
          font-size: 3.5vw;
          line-height: 20px;
          background-color: #fff;
          padding-left: 2.5vw;
          padding-right: 2.5vw; }
          body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd.telwrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
            body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd.telwrap > input[type="text"] {
              width: calc((100% - 20px) / 3); }
              @media print, screen and (min-width: 768px) {
                body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd.telwrap > input[type="text"] {
                  width: 80px; } }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd:first-of-type {
              border-top: solid 1px #ccc; } }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd {
              width: calc(100% - 260px); } }
          body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > input[type="text"], body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > input[type="email"], body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd textarea, body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd select, body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > label {
            width: 100%;
            border: solid 1px #aaa;
            padding: 2.5vw; }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > input[type="text"], body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > input[type="email"], body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd textarea, body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd select, body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > label {
                padding-top: 10px;
                padding-right: 20px;
                padding-bottom: 10px;
                padding-left: 20px;
                font-size: 16px; } }
          body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > select {
            background-image: url(../img/icon_arrow_btm.png);
            background-repeat: no-repeat;
            background-position: 95% center; }
            body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > select > option {
              background-color: #fff !important; }
          body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > span {
            width: 10px;
            text-align: center;
            display: block;
            line-height: calc(5vw + 20px); }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > span {
                line-height: 40px;
                width: 18px; } }
          body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > label {
            width: 100%;
            display: block;
            font-weight: bold;
            border: none; }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > label {
                width: auto;
                display: inline-block;
                padding-left: 0; } }
            @media print, screen and (min-width: 768px) {
              body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > label:first-of-type {
                padding-left: 0; } }
            body #wrapper > article > section:nth-of-type(5) > section > form > dl > dd > label > input {
              margin-right: 4px; }
      body #wrapper > article > section:nth-of-type(5) > section > form > section {
        border: solid 1px #ccc;
        background-color: #fff;
        padding: 2.5vw;
        max-height: 120vw;
        overflow-y: scroll;
        max-width: 960px;
        margin: 0 auto; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(5) > section > form > section {
            padding-top: 10px;
            padding-right: 20px;
            padding-bottom: 30px;
            padding-left: 20px;
            height: 260px; } }
        body #wrapper > article > section:nth-of-type(5) > section > form > section > header, body #wrapper > article > section:nth-of-type(5) > section > form > section > p {
          width: 100%; }
        body #wrapper > article > section:nth-of-type(5) > section > form > section > header > h4 {
          font-weight: bold; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section > form > section > header > h4 {
              font-size: 16px;
              line-height: 56px; } }
      body #wrapper > article > section:nth-of-type(5) > section > form > div {
        padding-top: 5vw;
        padding-bottom: 5vw; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(5) > section > form > div {
            max-width: 560px;
            margin: 0 auto; } }
        body #wrapper > article > section:nth-of-type(5) > section > form > div > label {
          width: 100%;
          padding: 2.5vw;
          display: block;
          background-color: #fff;
          font-size: 3.5vw;
          line-height: 20px;
          padding-top: 2.5vw;
          padding-bottom: 2.5vw; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section > form > div > label {
              font-size: 16px; } }
          body #wrapper > article > section:nth-of-type(5) > section > form > div > label:before {
            top: 2.5vw !important; }
          @media print, screen and (min-width: 768px) {
            body #wrapper > article > section:nth-of-type(5) > section > form > div > label > input {
              margin-right: 20px; } }
      body #wrapper > article > section:nth-of-type(5) > section > form > button {
        border: solid 1px #007272;
        border-radius: 4px;
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: bold;
        border: solid 1px #007272;
        background: #009999;
        background: -moz-linear-gradient(top, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
        background: -webkit-linear-gradient(top, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#009999), color-stop(49%, #008484), color-stop(50%, #007b7b), to(#008484));
        background: -o-linear-gradient(top, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
        background: linear-gradient(to bottom, #009999 0%, #008484 49%, #007b7b 50%, #008484 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009999', endColorstr='#008484',GradientType=0 );
        font-size: 5vw;
        line-height: 10vw;
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
        max-width: 560px;
        margin: 0 auto;
        display: block;
        cursor: pointer; }
        body #wrapper > article > section:nth-of-type(5) > section > form > button:hover {
          opacity: 0.8; }
        body #wrapper > article > section:nth-of-type(5) > section > form > button:nth-of-type(2) {
          margin-top: 10px; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > article > section:nth-of-type(5) > section > form > button {
            font-size: 28px;
            line-height: 100px;
            padding: 0; } }
      body #wrapper > article > section:nth-of-type(5) > section > form > button[name="towrite"] {
        background: #fff;
        color: #007272; }
  body #wrapper > div:first-of-type {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-image: url(../img/main.jpg);
    background-size: contain;
    background-repeat: no-repeat; }
    body #wrapper > div:first-of-type:before, body #wrapper > div:first-of-type:after {
      content: "";
      display: block;
      background-repeat: no-repeat; }
    body #wrapper > div:first-of-type:before {
      padding-top: 40%;
      background-image: url(../img/main_layer.png);
      background-size: auto 100%;
      background-position: right top; }
    body #wrapper > div:first-of-type > div {
      position: absolute;
      top: 2.5vw;
      left: 2.5vw;
      width: 25vw;
      height: calc(100% - (8vw + 12px)); }
      @media only screen and (min-width: 1200px) {
        body #wrapper > div:first-of-type > div {
          top: 20px;
          left: calc((100% - 1200px) / 2); } }
      body #wrapper > div:first-of-type > div > img {
        max-width: 100%;
        max-height: calc((100% - 5vw) / 3);
        height: auto;
        margin-top: 2.5vw; }
        @media print, screen and (min-width: 768px) {
          body #wrapper > div:first-of-type > div > img {
            max-width: 280px;
            max-height: calc((100% - 20px) / 3);
            margin-top: 10px; } }
        body #wrapper > div:first-of-type > div > img:first-of-type {
          margin-top: 0; }
    body #wrapper > div:first-of-type > img:first-of-type {
      position: absolute;
      width: 60vw;
      height: auto;
      top: 2.5vw;
      right: 5vw;
      max-width: 800px;
      max-height: 400px; }
      @media only screen and (min-width: 1200px) {
        body #wrapper > div:first-of-type > img:first-of-type {
          top: calc(50% - 100px);
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          right: calc((100% - 1200px) / 2); } }
    body #wrapper > div:first-of-type > p:last-of-type, body #wrapper > div:first-of-type:after {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
    body #wrapper > div:first-of-type > p:last-of-type {
      line-height: calc(3vw + 12px);
      font-size: 2.9vw;
      color: #fff;
      text-align: center;
      z-index: 20;
      text-shadow: -2px -2px 3px #000000, 2px 2px 3px #000000; }
      @media print, screen and (min-width: 768px) {
        body #wrapper > div:first-of-type > p:last-of-type {
          font-size: 32px;
          line-height: 80px; } }
    body #wrapper > div:first-of-type:after {
      background-color: rgba(26, 80, 157, 0.8);
      height: calc(3vw + 12px); }
      @media print, screen and (min-width: 768px) {
        body #wrapper > div:first-of-type:after {
          height: 80px; } }

body > footer {
  padding-bottom: calc((10vw - 22px) + 40px);
  padding-top: 5vw; }
  @media print, screen and (min-width: 768px) {
    body > footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 96px;
      padding-top: 50px;
      padding-left: calc((100% - 1200px) / 2);
      padding-right: calc((100% - 1200px) / 2); } }
  body > footer > h1, body > footer > dl {
    padding-left: 5vw;
    padding-right: 5vw; }
    @media print, screen and (min-width: 768px) {
      body > footer > h1, body > footer > dl {
        padding-left: 0;
        padding-right: 0; } }
  body > footer > h1 {
    position: relative;
    padding-left: calc(10vw + 4px);
    font-size: 4vw;
    line-height: 6vw;
    font-weight: bold; }
    @media print, screen and (min-width: 768px) {
      body > footer > h1 {
        padding-left: 80px;
        font-size: 36px;
        line-height: 36px; } }
    body > footer > h1:before {
      content: "";
      display: block;
      background-image: url(../img/logo.svg);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      width: 10vw;
      height: 10vw;
      position: absolute;
      top: 0;
      left: 0; }
      @media print, screen and (min-width: 768px) {
        body > footer > h1:before {
          width: 60px;
          height: 60px; } }
    body > footer > h1 > span:first-of-type {
      font-size: 2vw;
      line-height: 4vw;
      display: block;
      font-weight: normal; }
      @media print, screen and (min-width: 768px) {
        body > footer > h1 > span:first-of-type {
          font-size: 16px;
          line-height: 20px;
          padding-bottom: 4px; } }
    body > footer > h1 > span:last-of-type {
      padding-left: 4px;
      font-size: 3vw; }
      @media print, screen and (min-width: 768px) {
        body > footer > h1 > span:last-of-type {
          font-size: 24px;
          line-height: 24px; } }
    @media print, screen and (min-width: 768px) {
      body > footer > h1 {
        width: 450px; } }
  body > footer > dl {
    padding-top: 2.5vw; }
    @media print, screen and (min-width: 768px) {
      body > footer > dl {
        padding-top: 0;
        width: calc(100% - 450px); } }
    @media print, screen and (min-width: 768px) {
      body > footer > dl {
        position: relative; } }
    @media only screen and (min-width: 1200px) {
      body > footer > dl > dt, body > footer > dl > dd {
        padding-left: 30px;
        width: 50%; } }
    body > footer > dl > dt {
      padding-top: 2.5vw;
      color: #073987;
      font-weight: bold; }
      @media print, screen and (min-width: 768px) {
        body > footer > dl > dt {
          padding-top: 0; } }
      @media only screen and (min-width: 1200px) {
        body > footer > dl > dt {
          position: absolute; }
          body > footer > dl > dt:last-of-type {
            right: 0;
            top: 0; } }
    @media only screen and (min-width: 1200px) {
      body > footer > dl > dd {
        padding-top: 28px;
        float: left; } }
  body > footer > address {
    margin-top: 2.5vw;
    text-align: center;
    color: #fff;
    background-color: #073987;
    font-size: 3vw;
    line-height: calc(3vw + 10px);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0; }
    @media print, screen and (min-width: 768px) {
      body > footer > address {
        font-size: 14px;
        line-height: 46px; } }
