/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* * What follows is the result of much research on cross-browser styling.
 * * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * * Kroc Camen, and the H5BP dev community and team. */
/* ==========================================================================
 * * Base styles: opinionated defaults
 * * ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* * Remove text-shadow in selection highlight:
 * * https://twitter.com/miketaylr/status/12228805301
 * *
 * * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * * https://stackoverflow.com/a/16982510/7133471
 * *
 * * Customize the background color to match your design. */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* * A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* * Remove the gap between audio, canvas, iframes,
 * * images, videos and the bottom of their containers:
 * * https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* * Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* * Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ==========================================================================
 * * Browser Upgrade Prompt
 * * ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 * * Author's custom styles
 * * ========================================================================== */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  color: #363649;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
}
body * {
  box-sizing: border-box;
}
body *::before, body *::after {
  box-sizing: border-box;
}

a {
  color: #506ce2;
  text-decoration: underline;
  opacity: 1;
  transition: all 300ms ease-in;
}
a:hover {
  opacity: 0.7;
}

input[type=submit], input[type=reset], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transition: all 300ms ease-in;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  opacity: 0.7;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 300ms ease-in;
}
button:hover {
  opacity: 1;
}
button::-webkit-search-decoration {
  display: none;
}
button::focus {
  outline-offset: -2px;
}

input[type=submit]::-webkit-search-decoration, input[type=reset]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=reset]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

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

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

:focus {
  outline: none;
}

@font-face {
  font-family: "Kaisotai-Next-UP-B";
  src: url(../fonts/Kaisotai-Next-UP-B.woff2);
}
.k {
  font-family: "Kaisotai-Next-UP-B", sans-serif;
  font-weight: 400;
}

.content {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.content.w {
  width: 1240px;
}

.button {
  margin-top: 40px;
  text-align: center;
}
.button a img {
  width: 338px;
}

.to {
  margin: 60px 0 0;
  font-size: 1.9rem;
  text-align: center;
}

.cta {
  margin-top: 30px;
  text-align: center;
}

.btn {
  display: flex;
  justify-content: center;
}
.btn a {
  display: flex;
  width: 460px;
  max-width: 100%;
  height: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 1em 0;
  background: #313182;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.btn a span {
  font-size: 2.3rem;
}

span.u {
  background: linear-gradient(transparent 65%, #ffcc00 35%);
}

#wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 127px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  transition: all 300ms ease-in;
}
#header h1 {
  margin: 0;
  height: 67px;
  padding: 10px 0 10px 20px;
  line-height: 0;
  transition: all 300ms ease-in-out;
}
#header h1 a {
  display: flex;
  align-items: flex-end;
  color: #000;
  font-size: 1.4rem;
  text-decoration: none;
}
#header h1 a img {
  transition: all 300ms ease-in-out;
}
#header h1 a span {
  padding-bottom: 10px;
  transition: all 300ms ease-in-out;
}
#header > ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
#header > ul > li {
  border-right: solid 1px #e8e8e8;
}
#header > ul > li a {
  display: block;
  height: 30px;
  padding: 0 24px;
  color: #000;
  text-decoration: none;
  line-height: 30px;
}
#header > ul > li a img {
  width: 148px;
}
#header > ul > li:nth-last-child(1) {
  border: none;
}
#header.hide {
  top: -67px;
}
#header #nav {
  width: 100%;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
#header #nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#header #nav ul li a {
  display: block;
  position: relative;
  width: 200px;
  height: 60px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
}
#header #nav ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  background: #e8e8e8;
  transform: translate(0, -50%);
}
#header #nav ul li.n {
  display: none;
}

#mv {
  background: url(../img/mv-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#mv .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
}
#mv .content > div {
  display: flex;
  align-items: flex-end;
  color: #fff;
}
#mv .content > div > div:nth-of-type(1) {
  flex: 1;
}
#mv .content > div > div:nth-of-type(1) > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#mv .content > div > div:nth-of-type(1) > div h2 {
  margin: 0 0 30px;
}
#mv .content > div > div:nth-of-type(2) {
  display: flex;
  flex-shrink: 0;
  width: 561px;
}
#mv .content > div > div:nth-of-type(2) h3 {
  margin: 0;
  padding: 10px 0;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  font-size: 3.3rem;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  text-align: center;
}
#mv .content > div > div:nth-of-type(2) h3 span {
  font-weight: 700;
}

.check {
  position: relative;
  padding: 10px 50px;
  background: #fff;
}
.check ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.check ul li {
  position: relative;
  padding-left: 2em;
  margin-top: 8px;
  color: #000;
  font-size: 2.4rem;
}
.check ul li::before {
  content: url(../img/intro-icon.png);
  position: absolute;
  left: 0.1em;
  top: -0.15em;
}
.check ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 18px;
  height: 18px;
  border: solid 4px #363649;
}
.check ul li span {
  font-weight: 700;
}
.check > div {
  position: absolute;
  right: 1.5em;
  top: -1em;
}

#content {
  font-size: 1.5rem;
}
#content > section {
  margin-top: 50px;
}
#content > section h2 {
  margin: 0 0 30px;
  color: #083644;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
}
#content > section h2::after {
  content: "";
  display: block;
  width: 814px;
  max-width: 100%;
  height: 7px;
  margin: 0 auto;
  background: #558699;
}
#content > section h2 span.s {
  margin: 0 0.2em;
  font-size: 3.6rem;
}
#content > section h2 span.l {
  font-size: 5.6rem;
}
#content > section h2 span.t {
  font-weight: 400;
}
#content > section#intro {
  margin-top: 0;
}
#content > section#intro h2 {
  font-size: 3.2rem;
}
#content > section#intro h2::after {
  width: 720px;
  background: #363649;
}
#content > section#intro h2 span.l {
  font-size: 4.6rem;
}
#content > section#intro h2 span.nn {
  margin-left: -0.3em;
}
#content > section#intro h2 span.n {
  letter-spacing: -0.5em;
}
#content > section#intro .intro {
  padding: 30px 0;
  background: #f4f4f4;
}
#content > section#intro .intro .flow > div {
  position: relative;
  margin-bottom: 97px;
}
#content > section#intro .intro .flow > div::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -67px;
  width: 71px;
  height: 47px;
  margin: 0 auto;
  background: url(../img/arrow.png) 50% 50% no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
}
#content > section#intro .intro .flow > div ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#content > section#intro .intro .flow > div ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 95px;
  margin-top: 2%;
  border-radius: 5px;
  background: #75b5c4;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#content > section#intro .intro .flow > div ul li:nth-child(1), #content > section#intro .intro .flow > div ul li:nth-child(2) {
  margin-top: 0;
}
#content > section#intro .intro .flow > div > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#content > section#intro .intro .flow p {
  position: relative;
  z-index: 1;
  width: 823px;
  max-width: 100%;
  height: 73px;
  max-width: 100%;
  margin: 90px auto 0;
  border-radius: 5px;
  background: #2e467a;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 73px;
}
#content > section#intro .intro .check {
  margin-top: -37px;
  padding-top: 75px;
}
#content > section#intro .intro .check ul {
  position: relative;
  z-index: 2;
}
#content > section#intro .intro .check ul li span.n {
  letter-spacing: -0.5em;
}
#content > section#intro .intro .check div {
  top: 65px;
  right: 0;
  z-index: 1;
}
#content > section#intro .intro .solution {
  margin-top: 60px;
}
#content > section#intro .intro .solution h2 {
  font-size: 2.8rem;
}
#content > section#intro .intro .solution h2::after {
  display: none;
}
#content > section#intro .intro .solution h2 span.l {
  font-size: 3.8rem;
}
#content > section#intro > .solution {
  position: relative;
  padding-top: 50px;
}
#content > section#intro > .solution::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  height: calc(132px / 3);
  width: 132px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f4f4f4;
  transform: translate(-50%, 0);
}
#content > section#intro > .solution .content p {
  margin: 20px 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
#content > section#intro > .solution .content h2 {
  margin-bottom: 40px;
}
#content > section#intro > .solution .content h2::after {
  display: none;
}
#content > section#feature {
  margin-top: 0;
  padding: 30px 0 50px;
  background: #d6ebf2;
}
#content > section#feature .content {
  text-align: center;
}
#content > section#feature .content > p {
  margin: 20px 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
#content > section#feature .content > div:nth-of-type(2) {
  margin-top: 60px;
}
#content > section#feature .content > div:nth-of-type(2) > p {
  margin: 0;
  color: #c42626;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
#content > section#feature .content > div:nth-of-type(2) > div {
  width: 920px;
  max-width: 100%;
  background: #f7f1d7;
  color: #000;
}
#content > section#feature .content > div:nth-of-type(2) > div h3 {
  position: relative;
  top: -40px;
  margin: 0;
  font-size: 4rem;
}
#content > section#feature .content > div:nth-of-type(2) > div h3 span.l {
  font-size: 5.3rem;
  font-weight: 700;
}
#content > section#feature .content > div:nth-of-type(2) > div h3 img {
  margin-left: -15px;
  vertical-align: bottom;
}
#content > section#feature .content > div:nth-of-type(2) > div p {
  position: relative;
  top: -30px;
  margin: 0;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
#content > section#function .body {
  margin-top: 60px;
  padding: 90px 0 60px;
  position: relative;
  background: #daeaea;
}
#content > section#function .body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  height: calc(132px / 3);
  width: 132px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  transform: translate(-50%, 0);
}
#content > section#function .body .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#content > section#function .body .content ul li.function {
  width: 49%;
  margin-top: 2%;
  background: #fff;
}
#content > section#function .body .content ul li.function h3 {
  margin: 0;
  padding: 5px 30px;
  background: #558699;
  color: #fff;
  font-size: 4.2rem;
  text-align: center;
}
#content > section#function .body .content ul li.function div {
  margin: 0;
  padding: 20px 30px;
  text-align: center;
}
#content > section#function .body .content ul li.function p {
  padding: 0 30px 20px;
  margin: 0;
}
#content > section#function .body .content ul li.tool {
  width: 100%;
  margin-top: 2%;
  background: #fff;
  text-align: center;
}
#content > section#function .body .content ul li.tool h3 {
  margin: 0;
  padding: 10px 30px;
  font-size: 4rem;
}
#content > section#function .body .content ul li.tool p {
  margin: 40px 0 0;
  padding: 0 30px 30px;
}
#content > section#function .body .content ul li.tool > div:nth-of-type(2) {
  position: relative;
  padding-top: 10px;
  border-top: solid #d6ebf2 7px;
}
#content > section#function .body .content ul li.tool > div:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  height: calc(99px / 3);
  width: 99px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #d6ebf2;
  transform: translate(-50%, 0);
}
#content > section#function .body .content ul li.tool > div:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  height: calc(72px / 3);
  width: 72px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  transform: translate(-50%, 0);
}
#content > section#function .body .content > p {
  margin: 60px 0 10px;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
}
#content > section#function .body .content > p::after {
  content: "";
  display: block;
  height: calc(132px / 3);
  width: 132px;
  margin: 20px auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
}
#content > section#function .body .content .cta {
  margin-top: 0;
}
#content > section#system .content > div:nth-of-type(1) {
  padding-top: 30px;
  text-align: center;
}
#content > section#system .content > div:nth-of-type(2) {
  margin-top: 80px;
  padding: 30px;
  background: #daeaea;
}
#content > section#system .content > div:nth-of-type(2) h3 {
  margin: 0;
  border-bottom: 2px solid #083644;
  font-size: 2.75rem;
  font-weight: 700;
  text-align: center;
}
#content > section#system .content > div:nth-of-type(2) .advice {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content > section#system .content > div:nth-of-type(2) .advice > div {
  text-align: center;
}
#content > section#system .content > div:nth-of-type(2) .advice > div p {
  margin: 0 0 10px;
  font-size: 2.1rem;
  font-weight: 700;
}
#content > section#system .content > div:nth-of-type(2) .advice > div h4 {
  margin: 0 0 15px;
  padding: 2px 60px;
  border-radius: 3px;
  background: #2e707f;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
}
#content > section#system .content > div:nth-of-type(2) .advice > div:nth-of-type(1) {
  position: relative;
  padding-right: 100px;
}
#content > section#system .content > div:nth-of-type(2) .advice > div:nth-of-type(1)::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  height: 72px;
  width: 27px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #aecad1;
  transform: translate(0, -50%);
}
#content > section#system .content > div:nth-of-type(2) .check {
  margin-top: 30px;
}
#content > section#system .content > div:nth-of-type(2) .check p {
  margin: 20px 0 10px;
  color: #c70000;
  font-size: 1.8rem;
}
#content > section#system .content > div:nth-of-type(2) .check p span {
  font-weight: 70;
}
#content > section#case h2 {
  margin-bottom: 10px;
}
#content > section#case .head {
  padding: 30px 0;
  background: #f4f4f4;
}
#content > section#case .head .content p {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}
#content > section#case .body {
  position: relative;
  padding-bottom: 50px;
  background: #d6ebf2;
}
#content > section#case .body::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  height: calc(99px / 3);
  width: 99px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #f4f4f4;
  transform: translate(-50%, 0);
}
#content > section#case .body .content > ul {
  list-style: none;
  margin: 0;
  padding: 100px 0 0;
}
#content > section#case .body .content > ul > li {
  margin-top: 80px;
  padding: 30px 0;
  background: #fff;
}
#content > section#case .body .content > ul > li p.k {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  margin: -73px auto 0;
  border-radius: 43px;
  background: #558699;
  color: #fff;
  font-size: 76px;
  line-height: 1;
}
#content > section#case .body .content > ul > li .title > div {
  padding: 30px 50px;
  display: flex;
}
#content > section#case .body .content > ul > li .title > div > div:nth-of-type(1) {
  width: 55%;
  padding-right: 5%;
}
#content > section#case .body .content > ul > li .title > div > div:nth-of-type(1) h4 {
  margin: 0 0 20px;
  border-bottom: solid #083644 7px;
  font-size: 2.4rem;
  font-weight: 700;
}
#content > section#case .body .content > ul > li .title > div > div:nth-of-type(1) h3 {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
}
#content > section#case .body .content > ul > li .title > div > div:nth-of-type(2) {
  flex: 1;
}
#content > section#case .body .content > ul > li .problem, #content > section#case .body .content > ul > li .solution {
  position: relative;
  padding: 50px 50px 30px;
  border-top: solid #d6ebf2 7px;
}
#content > section#case .body .content > ul > li .problem::before, #content > section#case .body .content > ul > li .solution::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  height: calc(99px / 3);
  width: 99px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #d6ebf2;
  transform: translate(-50%, 0);
}
#content > section#case .body .content > ul > li .problem::after, #content > section#case .body .content > ul > li .solution::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  height: calc(72px / 3);
  width: 72px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  transform: translate(-50%, 0);
}
#content > section#case .body .content > ul > li .problem > p, #content > section#case .body .content > ul > li .solution > p {
  margin: 0;
  text-align: center;
}
#content > section#case .body .content > ul > li .problem > p span, #content > section#case .body .content > ul > li .solution > p span {
  display: inline-block;
  height: 32px;
  padding: 0 0.55em 0 1.5em;
  border-radius: 16px;
  background: #083644;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.75em;
}
#content > section#case .body .content > ul > li .problem div h5, #content > section#case .body .content > ul > li .solution div h5 {
  margin: 0 0 0.5em;
  color: #083644;
  font-size: 2.4rem;
  font-weight: 700;
}
#content > section#case .body .content > ul > li .problem div p, #content > section#case .body .content > ul > li .solution div p {
  margin: 0;
}
#content > section#case .body .content > ul > li .problem > div {
  display: flex;
  padding: 30px 0 0;
}
#content > section#case .body .content > ul > li .problem > div > div:nth-of-type(1) {
  width: 55%;
  padding-right: 5%;
  text-align: center;
}
#content > section#case .body .content > ul > li .problem > div > div:nth-of-type(2) {
  flex: 1;
}
#content > section#case .body .content > ul > li .solution ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
#content > section#case .body .content > ul > li .solution ul li {
  display: flex;
  padding: 30px 0;
  border-bottom: dashed 2px #d6ebf2;
}
#content > section#case .body .content > ul > li .solution ul li > div:nth-of-type(1) {
  width: 55%;
  padding-right: 5%;
}
#content > section#case .body .content > ul > li .solution ul li > div:nth-of-type(2) {
  flex: 1;
  text-align: center;
}
#content > section#case .body .content > ul > li .solution > div {
  padding: 5px 20px 20px;
  border: solid 3px #cccccc;
  text-align: center;
}
#content > section#case .body .content > ul > li .solution > div p {
  font-size: 1.9rem;
  font-weight: 700;
}
#content > section#case .body .content > ul > li:nth-child(1) {
  margin-top: 0;
}
#content > section#case .cta {
  margin-top: 50px;
}
#content > section#customize {
  padding-bottom: 50px;
}
#content > section#customize .content .intro {
  text-align: center;
}
#content > section#customize .content .intro p {
  margin: 0;
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
}
#content > section#customize .content .intro p span.l {
  font-size: 3.6rem;
}
#content > section#customize .content .body > div {
  margin-top: 50px;
  padding: 20px 30px;
  background: #daeaea;
}
#content > section#customize .content .body > div > div {
  display: flex;
  margin-bottom: 30px;
}
#content > section#customize .content .body > div > div h3 {
  flex-shrink: 0;
  width: 274px;
  margin: 0;
}
#content > section#customize .content .body > div > div h3 span {
  display: block;
  padding: 5px 0 0;
  background: #083644;
  color: #fff;
  font-size: 5.6rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
#content > section#customize .content .body > div > div p {
  margin: 0;
  padding-left: 1.5em;
  font-size: 2.1rem;
  font-weight: 700;
}
#content > section#customize .content .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#customize .content .body ul li {
  margin-top: 30px;
}
#content > section#customize .content .body ul li h4 {
  margin: 0;
  width: 330px;
  max-width: 100%;
  height: 32px;
  margin: 0 auto;
  border-radius: 16px;
  background: #083644;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
#content > section#customize .content .body ul li > div {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
}
#content > section#customize .content .body ul li > div > div:nth-of-type(1) {
  width: 45%;
  padding-right: 5%;
}
#content > section#customize .content .body ul li > div > div:nth-of-type(2) {
  flex: 1;
}
#content > section#customize .content .body ul li > div > div:nth-of-type(2) > p {
  margin: 0;
  font-size: 1.6rem;
}
#content > section#customize .content .body ul li > div > div:nth-of-type(2) > div {
  margin-top: 15px;
  padding: 7px 30px;
  background: #f7ebeb;
  color: #cc6666;
}
#content > section#customize .content .body ul li > div > div:nth-of-type(2) > div h5 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
#content > section#customize .content .body ul li > div > div:nth-of-type(2) > div p {
  margin: 0;
}
#content > section#customize .content .body ul li > div > div:nth-of-type(2) > div:nth-of-type(2) {
  background: #e5f0f9;
  color: #336699;
}
#content > section#customize .content .body ul:nth-of-type(1) > div h3 {
  padding-left: 0.175em;
  letter-spacing: 0.175em;
}
#content > section#step {
  padding: 50px 0;
  background: #f4f4f4;
}
#content > section#step .content ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#content > section#step .content ul li {
  width: 197px;
  padding-right: 40px;
}
#content > section#step .content ul li h4 {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}
#content > section#step .content ul li div {
  position: relative;
}
#content > section#step .content ul li div::after {
  content: "";
  position: absolute;
  left: calc(100% + 18px);
  top: 50%;
  height: 20px;
  width: 20px;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  background: #60797f;
  transform: translate(0, -50%);
}
#content > section#step .content ul li h3 {
  margin: 10px 0 0;
  padding: 3px 0 1px;
  background: #363649;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
}
#content > section#step .content ul li p {
  margin: 10px 0 0;
  font-size: 1.4rem;
}
#content > section#step .content ul li:nth-last-child(1) {
  width: 157px;
  padding-right: 0;
}
#content > section#step .content ul li:nth-last-child(1) div::after {
  display: none;
}
#content > section#contact .title {
  padding: 20px 0;
  background: #232256;
}
#content > section#contact .title .content {
  height: auto;
}
#content > section#contact .title .content h2 {
  margin: 0;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 400;
}
#content > section#contact .title .content h2::after {
  display: none;
}
#content > section#contact .body .content h3 {
  margin: 30px 0 0;
  font-size: 4.1rem;
  font-weight: 700;
  text-align: center;
}
#content > section#contact .body .content p {
  margin: 0;
  font-size: 1.4rem;
  text-align: center;
}
#content > section#contact .body .content > div {
  display: flex;
  margin-top: 10px;
}
#content > section#contact .body .content > div > div:nth-of-type(1) {
  width: 50%;
  padding-right: 5%;
  text-align: center;
}
#content > section#contact .body .content > div > div:nth-of-type(2) {
  flex: 1;
}

#footer {
  margin-top: 60px;
  padding: 40px 0;
  background: #f7f7f7;
}
#footer .content > div {
  display: flex;
  justify-content: center;
}
#footer .content > div ul {
  list-style: none;
  margin: 0 20px 0;
}
#footer .content > div ul li {
  margin-top: 10px;
}
#footer .content > div ul li a {
  color: #666;
  font-size: 1.4rem;
  text-decoration: none;
}
#footer .content > div ul li a::after {
  content: url(../img/li_window.gif);
}
#footer .content p {
  margin: 40px 0 0;
  color: #666;
  font-size: 1.2rem;
  text-align: center;
}

/* ==========================================================================
 * * Helper classes
 * * ========================================================================== */
/* * Hide visually and from screen readers */
.hidden {
  display: none !important;
}

/* * Hide only visually, but have it available for screen readers:
 * * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 * *
 * * 1. For long content, line feeds are not interpreted as spaces and small width
 * *    causes content to wrap 1 word per line:
 * *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/* * Extends the .visuallyhidden class to allow the element
 * * to be focusable when navigated to via the keyboard:
 * * https://www.drupal.org/node/897638 */
/* * Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
}

/* * Clearfix: contain floats
 * *
 * * For modern browsers
 * * 1. The space content is one way to avoid an Opera bug when the
 * *    `contenteditable` attribute is included anywhere else in the document.
 * *    Otherwise it causes space to appear at the top and bottom of elements
 * *    that receive the `clearfix` class.
 * * 2. The use of `table` rather than `block` is only necessary if using
 * *    `:before` to contain the top-margins of child elements. */
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
 * * EXAMPLE Media Queries for Responsive Design.
 * * These examples override the primary ('mobile first') styles.
 * * Modify as content requires.
 * * ========================================================================== */
@media only screen and (min-width: 1065px) {
  #header #nav #nav-btn {
    display: none;
  }
}
@media only screen and (min-width: 815px) {
  .sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 1064px) {
  #wrapper {
    padding-top: 67px;
  }

  #header h1 {
    position: relative;
    z-index: 1;
  }
  #header > ul {
    position: relative;
    z-index: 1;
  }
  #header > ul > li {
    display: none;
  }
  #header > ul > li:nth-last-of-type(1) {
    display: block;
    padding-right: 40px;
  }
  #header #nav ul {
    display: block;
    position: absolute;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    padding-top: 87px;
    background: #fff;
    opacity: 0;
    transition: all 300ms ease-in;
  }
  #header #nav ul li a {
    width: auto;
    height: 40px;
    line-height: 40px;
  }
  #header #nav ul li a::before {
    display: none;
  }
  #header #nav ul li.n {
    display: block;
  }
  #header #nav ul li.f::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    margin: 20px auto;
    background: #000;
  }
  #header #nav.active ul {
    top: 0;
    opacity: 1;
  }
  #header #nav #nav-btn {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 10;
  }
  #header #nav #nav-btn a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    padding-top: 22px;
    border: solid 1px #558699;
    background: #fff;
    color: #558699;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
  #header #nav #nav-btn a::before {
    content: "MENU";
  }
  #header #nav #nav-btn a span {
    position: absolute;
    top: 10px;
    left: 7px;
    width: 24px;
    height: 2px;
    background: #558699;
    transition: all 300ms ease-in-out;
  }
  #header #nav #nav-btn a span:nth-of-type(2) {
    top: 16px;
  }
  #header #nav #nav-btn a.active::before {
    content: "CLOSE";
  }
  #header #nav #nav-btn a.active span:nth-of-type(1) {
    top: 19px;
  }
  #header #nav #nav-btn a.active span:nth-of-type(2) {
    top: 19px;
  }
  #header.hide {
    top: 0;
  }
}
@media only screen and (max-width: 814px) {
  body {
    font-size: 1.4rem;
  }

  .pc-only {
    display: none !important;
  }

  .button {
    margin-top: 30px;
  }
  .button a img {
    width: 300px;
  }

  .to {
    margin: 30px 0 0;
    font-size: 1.5rem;
  }

  .btn a {
    width: 335px;
    height: 80px;
  }
  .btn a span {
    font-size: 2rem;
  }

  #wrapper {
    padding-top: 60px;
  }

  #header h1 {
    height: 60px;
    padding-left: 0;
  }
  #header h1 a img {
    width: 160px;
  }
  #header h1 a span {
    font-size: 0;
  }
  #header > ul > li:nth-last-of-type(1) a img {
    width: 120px;
  }

  #mv .content {
    height: auto;
  }
  #mv .content > div {
    display: block;
    padding: 20px 0;
  }
  #mv .content > div > div:nth-of-type(1) > div h2 {
    margin: 0 0 20px;
  }
  #mv .content > div > div:nth-of-type(2) {
    display: block;
    width: auto;
    margin-top: 20px;
  }
  #mv .content > div > div:nth-of-type(2) h3 {
    font-size: 1.9rem;
  }

  .check {
    padding: 5px 10px;
    text-align: center;
  }
  .check ul {
    display: inline-block;
  }
  .check ul li {
    padding-left: 1.5em;
    font-size: 1.8rem;
    text-align: left;
  }
  .check ul li::before {
    top: 0;
  }
  .check > div {
    position: static;
    padding-top: 10px;
    text-align: center;
  }
  .check > div img {
    max-width: 80%;
  }

  #content {
    font-size: 1.4rem;
  }
  #content > section {
    margin-top: 30px;
  }
  #content > section h2 {
    margin: 0 0 20px;
    font-size: 2.4rem;
  }
  #content > section h2::after {
    width: 100%;
    height: 5px;
  }
  #content > section h2 span.s {
    font-size: 1.6rem;
  }
  #content > section h2 span.l {
    font-size: 3rem;
  }
  #content > section#intro h2 {
    font-size: 2.4rem;
  }
  #content > section#intro h2 span.l {
    font-size: 3.6rem;
  }
  #content > section#intro .intro .flow > div {
    margin-bottom: 77px;
  }
  #content > section#intro .intro .flow > div::after {
    bottom: -57px;
    width: 52px;
    height: 38px;
  }
  #content > section#intro .intro .flow > div ul li {
    font-size: 1.6rem;
  }
  #content > section#intro .intro .flow > div > div img {
    width: 100px;
  }
  #content > section#intro .intro .flow p {
    position: relative;
    z-index: 1;
    height: auto;
    max-width: 90%;
    margin: 70px auto 0;
    padding: 10px 0;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  #content > section#intro .intro .check {
    margin-top: -22px;
    padding-top: 35px;
  }
  #content > section#intro .intro .solution {
    margin-top: 40px;
  }
  #content > section#intro .intro .solution h2 {
    font-size: 2rem;
  }
  #content > section#intro .intro .solution h2 span.l {
    font-size: 2.8rem;
  }
  #content > section#intro > .solution {
    padding-top: 30px;
  }
  #content > section#intro > .solution::before {
    height: calc(99px / 3);
    width: 99px;
  }
  #content > section#intro > .solution .content p {
    font-size: 1.8rem;
  }
  #content > section#feature {
    padding: 30px 0;
  }
  #content > section#feature .content > p {
    margin: 20px 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
  }
  #content > section#feature .content > div:nth-of-type(2) {
    margin-top: 30px;
  }
  #content > section#feature .content > div:nth-of-type(2) > p {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
  }
  #content > section#feature .content > div:nth-of-type(2) > div {
    padding: 10px 0;
  }
  #content > section#feature .content > div:nth-of-type(2) > div h3 {
    top: 0;
    font-size: 2rem;
  }
  #content > section#feature .content > div:nth-of-type(2) > div h3 span.l {
    font-size: 3rem;
  }
  #content > section#feature .content > div:nth-of-type(2) > div h3 img {
    width: 50px;
    margin-left: 0;
    vertical-align: bottom;
  }
  #content > section#feature .content > div:nth-of-type(2) > div p {
    top: 0;
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  #content > section#function .body {
    margin-top: 40px;
    padding: 60px 0 40px;
  }
  #content > section#function .body::before {
    height: calc(99px / 3);
    width: 99px;
  }
  #content > section#function .body .content ul li.function {
    width: 100%;
    margin-top: 20px;
  }
  #content > section#function .body .content ul li.function h3 {
    margin: 0;
    padding: 0 20px;
    font-size: 3.6rem;
  }
  #content > section#function .body .content ul li.function div {
    padding: 15px 20px;
  }
  #content > section#function .body .content ul li.function div img {
    max-width: 80%;
  }
  #content > section#function .body .content ul li.function p {
    padding: 0 20px 15px;
  }
  #content > section#function .body .content ul li.tool {
    margin-top: 20px;
  }
  #content > section#function .body .content ul li.tool h3 {
    padding: 10px 20px 5px;
    font-size: 3.6rem;
    line-height: 1.2;
  }
  #content > section#function .body .content ul li.tool p {
    margin: 20px 0 0;
    padding: 0 20px 15px;
    text-align: left;
  }
  #content > section#function .body .content ul li.tool > div img {
    max-width: 80%;
  }
  #content > section#function .body .content ul li.tool > div:nth-of-type(2) {
    padding-top: 20px;
    border-top: solid #d6ebf2 5px;
  }
  #content > section#function .body .content ul li.tool > div:nth-of-type(2)::before {
    top: -5px;
    height: calc(66px / 3);
    width: 66px;
  }
  #content > section#function .body .content ul li.tool > div:nth-of-type(2)::after {
    top: -5px;
    height: calc(48px / 3);
    width: 48px;
  }
  #content > section#function .body .content > p {
    margin: 30px 0 10px;
    font-size: 2rem;
  }
  #content > section#function .body .content > p::after {
    height: calc(99px / 3);
    width: 99px;
  }
  #content > section#system .content > div:nth-of-type(1) {
    padding-top: 10px;
  }
  #content > section#system .content > div:nth-of-type(2) {
    margin-top: 30px;
    padding: 15px;
  }
  #content > section#system .content > div:nth-of-type(2) h3 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
  }
  #content > section#system .content > div:nth-of-type(2) .advice {
    margin-top: 20px;
    flex-direction: column;
  }
  #content > section#system .content > div:nth-of-type(2) .advice > div p {
    margin: 0 0 10px;
    font-size: 1.7rem;
  }
  #content > section#system .content > div:nth-of-type(2) .advice > div h4 {
    margin: 0 0 15px;
    padding: 2px 20px;
    font-size: 1.9rem;
    font-weight: 700;
  }
  #content > section#system .content > div:nth-of-type(2) .advice > div:nth-of-type(1) {
    padding-right: 0;
  }
  #content > section#system .content > div:nth-of-type(2) .advice > div:nth-of-type(1)::after {
    content: "";
    position: static;
    display: block;
    height: 27px;
    width: 72px;
    margin: 20px auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: none;
  }
  #content > section#system .content > div:nth-of-type(2) .check {
    margin-top: 10px;
  }
  #content > section#system .content > div:nth-of-type(2) .check p {
    font-size: 1.6rem;
    text-align: left;
  }
  #content > section#case .head {
    padding: 20px 0;
  }
  #content > section#case .head .content p {
    font-size: 1.6rem;
  }
  #content > section#case .body {
    padding-bottom: 30px;
  }
  #content > section#case .body::before {
    height: calc(66px / 3);
    width: 66px;
  }
  #content > section#case .body .content > ul {
    padding: 80px 0 0;
  }
  #content > section#case .body .content > ul > li {
    margin-top: 60px;
    padding: 20px 0 0;
  }
  #content > section#case .body .content > ul > li p.k {
    width: 70px;
    height: 70px;
    margin: -55px auto 0;
    border-radius: 35px;
    font-size: 64px;
  }
  #content > section#case .body .content > ul > li .title > div {
    padding: 20px;
    flex-direction: column;
  }
  #content > section#case .body .content > ul > li .title > div > div:nth-of-type(1) {
    width: auto;
    padding-right: 0;
  }
  #content > section#case .body .content > ul > li .title > div > div:nth-of-type(1) h4 {
    margin: 0 0 10px;
    border-bottom: solid #083644 5px;
    font-size: 2rem;
  }
  #content > section#case .body .content > ul > li .title > div > div:nth-of-type(1) h3 {
    font-size: 2.2rem;
  }
  #content > section#case .body .content > ul > li .title > div > div:nth-of-type(2) {
    padding-top: 10px;
  }
  #content > section#case .body .content > ul > li .problem, #content > section#case .body .content > ul > li .solution {
    padding: 30px 20px 30px;
    border-top: solid #d6ebf2 5px;
  }
  #content > section#case .body .content > ul > li .problem::before, #content > section#case .body .content > ul > li .solution::before {
    top: -5px;
    height: calc(66px / 3);
    width: 66px;
  }
  #content > section#case .body .content > ul > li .problem::after, #content > section#case .body .content > ul > li .solution::after {
    top: -5px;
    height: calc(48px / 3);
    width: 48px;
  }
  #content > section#case .body .content > ul > li .problem > p span, #content > section#case .body .content > ul > li .solution > p span {
    display: inline-block;
    height: 24px;
    border-radius: 12px;
    font-size: 1.6rem;
    line-height: 24px;
  }
  #content > section#case .body .content > ul > li .problem div h5, #content > section#case .body .content > ul > li .solution div h5 {
    font-size: 1.8rem;
  }
  #content > section#case .body .content > ul > li .problem div p, #content > section#case .body .content > ul > li .solution div p {
    margin: 0;
  }
  #content > section#case .body .content > ul > li .problem > div {
    display: flex;
    flex-direction: column;
    padding: 10px 0 0;
  }
  #content > section#case .body .content > ul > li .problem > div > div:nth-of-type(1) {
    width: auto;
    padding-right: 0;
  }
  #content > section#case .body .content > ul > li .problem > div > div:nth-of-type(1) img {
    max-width: 80%;
  }
  #content > section#case .body .content > ul > li .problem > div > div:nth-of-type(2) {
    padding-top: 10px;
  }
  #content > section#case .body .content > ul > li .solution ul {
    margin: 0 0 20px;
  }
  #content > section#case .body .content > ul > li .solution ul li {
    flex-direction: column;
    padding: 20px 0;
  }
  #content > section#case .body .content > ul > li .solution ul li > div:nth-of-type(1) {
    width: auto;
    padding-right: 0;
  }
  #content > section#case .body .content > ul > li .solution ul li > div:nth-of-type(2) {
    padding-top: 10px;
  }
  #content > section#case .body .content > ul > li .solution ul li > div:nth-of-type(2) img {
    max-width: 80%;
  }
  #content > section#case .body .content > ul > li .solution > div {
    padding: 5px 10px 15px;
    border: solid 2px #cccccc;
  }
  #content > section#case .body .content > ul > li .solution > div p {
    font-size: 1.4rem;
  }
  #content > section#case .cta {
    margin-top: 30px;
  }
  #content > section#customize {
    padding-bottom: 30px;
  }
  #content > section#customize .content .intro p {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  #content > section#customize .content .intro p span.l {
    font-size: 2.4rem;
  }
  #content > section#customize .content .intro div img {
    max-width: 80%;
  }
  #content > section#customize .content .body {
    margin: 0 -20px;
  }
  #content > section#customize .content .body > div {
    margin-top: 30px;
    padding: 20px;
  }
  #content > section#customize .content .body > div > div {
    display: block;
    margin-bottom: 20px;
  }
  #content > section#customize .content .body > div > div h3 {
    width: 200px;
    margin: 0 auto;
  }
  #content > section#customize .content .body > div > div h3 span {
    font-size: 3.6rem;
  }
  #content > section#customize .content .body > div > div p {
    margin: 10px 0 0;
    padding-left: 0;
    font-size: 1.6rem;
  }
  #content > section#customize .content .body ul li {
    margin-top: 20px;
  }
  #content > section#customize .content .body ul li h4 {
    margin: 0 auto;
    width: 280px;
    height: 24px;
    border-radius: 12px;
    font-size: 1.8rem;
    line-height: 24px;
  }
  #content > section#customize .content .body ul li > div {
    display: block;
    padding: 20px;
  }
  #content > section#customize .content .body ul li > div > div:nth-of-type(1) {
    width: 80%;
    margin: 0 auto;
    padding-right: 0;
  }
  #content > section#customize .content .body ul li > div > div:nth-of-type(2) {
    padding-top: 15px;
  }
  #content > section#customize .content .body ul li > div > div:nth-of-type(2) > p {
    margin: 0;
    font-size: 1.4rem;
  }
  #content > section#customize .content .body ul li > div > div:nth-of-type(2) > div {
    margin-top: 10px;
    padding: 10px;
  }
  #content > section#customize .content .body ul li > div > div:nth-of-type(2) > div h5 {
    font-size: 1.2rem;
  }
  #content > section#customize .content .body ul:nth-of-type(1) > div h3 {
    padding-left: 0.175em;
    letter-spacing: 0.175em;
  }
  #content > section#step {
    padding: 30px 0;
  }
  #content > section#step .content ul {
    display: block;
  }
  #content > section#step .content ul li {
    position: relative;
    width: auto;
    padding: 30px 0 0;
  }
  #content > section#step .content ul li h4 {
    font-size: 1.6rem;
  }
  #content > section#step .content ul li div {
    position: static;
    text-align: center;
  }
  #content > section#step .content ul li div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    height: 20px;
    width: 20px;
    margin-left: -10px;
    clip-path: polygon(0 0, 50% 50%, 0 100%);
    transform: rotate(90deg);
  }
  #content > section#step .content ul li h3 {
    width: 157px;
    margin: 10px auto 0;
  }
  #content > section#step .content ul li p {
    margin: 10px 0 0;
    font-size: 1.4rem;
  }
  #content > section#step .content ul li:nth-child(1) {
    padding-top: 0;
  }
  #content > section#step .content ul li:nth-last-child(1) {
    width: auto;
  }
  #content > section#contact .title {
    padding: 10px 0;
  }
  #content > section#contact .title .content h2 {
    font-size: 1.8rem;
  }
  #content > section#contact .body .content h3 {
    margin: 20px 0 0;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  #content > section#contact .body .content p {
    font-size: 1.2rem;
    text-align: left;
  }
  #content > section#contact .body .content > div {
    display: block;
  }
  #content > section#contact .body .content > div > div:nth-of-type(1) {
    width: auto;
    padding-right: 0;
  }
  #content > section#contact .body .content > div > div:nth-of-type(1) img {
    max-width: 60%;
  }
  #content > section#contact .body .content > div > div:nth-of-type(2) {
    padding-top: 20px;
  }

  #footer {
    margin-top: 30px;
    padding: 20px 0;
  }
  #footer .content > div {
    flex-wrap: wrap;
  }
  #footer .content > div ul {
    list-style: none;
    width: 280px;
    margin: 0;
  }
  #footer .content > div ul li {
    margin-top: 6px;
  }
  #footer .content > div ul li a {
    font-size: 1.2rem;
  }
  #footer .content p {
    margin: 30px 0 0;
    font-size: 1rem;
  }

  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
 * * Print styles.
 * * Inlined to avoid the additional HTTP request:
 * * http://www.phpied.com/delay-loading-your-print-css/
 * * ========================================================================== */