/*! 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: 1200px;
}

.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 {
  text-decoration: underline;
}

#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: 175px;
  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: #ccc;
}
#mv .content {
  padding: 0;
}
#mv .content h2 {
  margin: 0;
}

.check ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.check ul li {
  position: relative;
  padding-left: 2em;
  margin-top: 8px;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
}
.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;
}

#content {
  font-size: 1.5rem;
}
#content > section {
  margin-top: 50px;
}
#content > section h2 {
  margin: 0 0 30px;
  color: #32443e;
  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: #008e61;
}
#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 h2 span.n {
  letter-spacing: -0.5em;
}
#content > section#intro {
  margin-top: 0;
}
#content > section#intro .intro ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 860px;
  max-width: 100%;
  margin: -15% auto 0;
  padding: 0;
}
#content > section#intro .intro ul li {
  width: 24%;
}
#content > section#intro .intro h2 {
  margin-top: 20px;
  font-size: 2.5rem;
}
#content > section#intro .intro h2::after {
  width: 713px;
}
#content > section#intro .intro h2 span.l {
  font-size: 3.4rem;
}
#content > section#intro .intro p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
#content > section#intro .intro p span.red {
  color: #cc0000;
}
#content > section#intro .intro p span.l {
  font-size: 4.4rem;
}
#content > section#intro .solution {
  position: relative;
  padding: 120px 0 50px;
  background: #f0f4e9;
}
#content > section#intro .solution::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  height: calc(171px / 3);
  width: 171px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  transform: translate(-50%, 0);
}
#content > section#intro .solution .head {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#content > section#intro .solution .head li {
  width: 50%;
  margin: 0 20px;
  background: #664d4d;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
#content > section#intro .solution .head li:nth-child(2) {
  background: #558699;
}
#content > section#intro .solution .body {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#intro .solution .body li {
  position: relative;
  margin-top: 20px;
  background: #fff;
}
#content > section#intro .solution .body li h3 {
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 1;
  width: 40%;
  height: 38px;
  margin: 0;
  border-radius: 19px;
  background: #35473a;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 38px;
  transform: translate(-50%, 0);
}
#content > section#intro .solution .body li > div {
  display: flex;
}
#content > section#intro .solution .body li > div > div {
  display: flex;
  position: relative;
  width: 50%;
  padding: 29px 20px 29px;
}
#content > section#intro .solution .body li > div > div p {
  width: 240px;
  margin: 0;
  padding: 39px 15px 0;
  color: #32443e;
}
#content > section#intro .solution .body li > div > div div {
  flex: 1;
}
#content > section#intro .solution .body li > div > div:nth-of-type(2) {
  background: #cbdadc;
}
#content > section#intro .solution .body li > div > div:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 26px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #fff;
  transform: translate(-50%, 0);
}
#content > section#intro .solution .body li > div > div:nth-of-type(2) p {
  padding-left: 40px;
}
#content > section#intro .solution .content > p {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}
#content > section#intro .solution .content > p span.l {
  font-size: 3.6rem;
}
#content > section#intro .solution .content > p span.n {
  letter-spacing: -0.5em;
}
#content > section#feature {
  margin-top: 0;
  padding: 30px 0 50px;
}
#content > section#feature .content {
  text-align: center;
}
#content > section#feature .content > p {
  margin: 20px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
#content > section#feature .content > div:nth-of-type(1) {
  margin: 40px 0;
}
#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 {
  margin-top: 0;
  padding-top: 30px;
  background: #e4f2f2;
}
#content > section#function > .content {
  padding-bottom: 40px;
}
#content > section#function > .content > p {
  margin: 20px 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
#content > section#function > .content > .image {
  text-align: center;
}
#content > section#function > .content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#function > .content > ul li {
  display: flex;
  margin-top: 12px;
  background: #fff;
}
#content > section#function > .content > ul li > div:nth-of-type(1) {
  width: 340px;
  background: #71a5b5;
  color: #fff;
}
#content > section#function > .content > ul li > div:nth-of-type(1) h3 {
  margin: 0;
  padding: 10px 15px;
  background: #558699;
  font-size: 3rem;
  text-align: center;
  letter-spacing: -0.03em;
}
#content > section#function > .content > ul li > div:nth-of-type(1) p {
  margin: 0;
  padding: 15px;
}
#content > section#function > .content > ul li > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px 15px;
}
#content > section#function > .content > ul li:nth-child(1) {
  margin-top: 0;
}
#content > section#function > .content > .other {
  margin-top: 30px;
  text-align: center;
}
#content > section#function > .content > .other h3 {
  display: inline-block;
  height: 36px;
  margin: 0;
  padding: 0 40px;
  border-radius: 18px;
  background: #558699;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 36px;
}
#content > section#function > .content > .other div {
  display: flex;
  align-items: center;
  margin-top: -18px;
  padding: 30px 15px 20px;
  background: #fff;
  color: #558699;
  text-align: left;
}
#content > section#function > .content > .other div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#function > .content > .other div ul li {
  display: inline-block;
  margin: 5px 0 0 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
#content > section#function > .content > .other div p {
  flex-shrink: 0;
  margin: 0;
  padding: 0 50px;
  font-size: 2.4rem;
  font-weight: 700;
}
#content > section#system > .content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#system > .content > ul > li {
  margin-top: 40px;
}
#content > section#system > .content > ul > li > p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
#content > section#system > .content > ul > li > p::before, #content > section#system > .content > ul > li > p::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 34px;
  margin: 0 5px 0 0;
  background: url(../img/icon-01.png) 0 0 no-repeat;
  background-size: contain;
}
#content > section#system > .content > ul > li > p::after {
  margin: 0 0 0 5px;
  background-image: url(../img/icon-02.png);
}
#content > section#system > .content > ul > li > div {
  margin-top: 24px;
  padding: 0 0 30px;
  background: #f0f4e9;
}
#content > section#system > .content > ul > li > div h3 {
  width: 444px;
  height: 38px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 19px;
  background: #35473a;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 38px;
  transform: translate(0, -19px);
}
#content > section#system > .content > ul > li > div > div {
  padding: 0 20px;
  text-align: center;
}
#content > section#system > .content > ul > li > div > ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0 40px;
}
#content > section#system > .content > ul > li > div > ul li {
  margin-top: 4px;
  font-size: 1.3rem;
}
#content > section#system > .content > ul > li > div h4 {
  margin: 40px 0 20px;
  text-align: center;
}
#content > section#system > .content > ul > li > div h4 > span {
  display: inline-block;
  width: 275px;
  height: 32px;
  max-width: 100%;
  background: #666666;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 32px;
}
#content > section#system > .content > ul > li > div h4:nth-of-type(2) {
  padding-top: 40px;
  border-top: solid 5px #fff;
}
#content > section#system > .content > ul > li:nth-of-type(2) {
  position: relative;
}
#content > section#system > .content > ul > li:nth-of-type(2)::before, #content > section#system > .content > ul > li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 20px;
  width: 224px;
  max-width: 23.5%;
  height: 126px;
  background: url(../img/system-photo-01.png) 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(-7deg);
}
#content > section#system > .content > ul > li:nth-of-type(2)::after {
  left: auto;
  right: -30px;
  background-image: url(../img/system-photo-02.png);
  transform: rotate(7deg);
}
#content > section#flow > .content > p {
  margin: 20px 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
#content > section#flow .flow {
  position: relative;
  margin-top: 40px;
  padding: 120px 0 50px;
  background: #f4f4f4;
}
#content > section#flow .flow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  height: calc(171px / 3);
  width: 171px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  transform: translate(-50%, 0);
}
#content > section#flow .flow ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#flow .flow ul li {
  display: flex;
  background: #fff;
}
#content > section#flow .flow ul li > div:nth-of-type(1) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  padding: 40px 0 10px;
  background: #e7efd3;
}
#content > section#flow .flow ul li > div:nth-of-type(1)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1px;
  height: 39px;
  width: 162px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  transform: translate(-50%, 0);
}
#content > section#flow .flow ul li > div:nth-of-type(1) h4 {
  margin: 0;
  color: #fff;
  font-size: 4.7rem;
  font-weight: 700;
}
#content > section#flow .flow ul li > div:nth-of-type(1) h3 {
  width: 218px;
  margin: 0;
  padding: 6px 0 3px;
  background: #35473a;
  color: #fff;
  font-size: 4.4rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.05em;
}
#content > section#flow .flow ul li > div:nth-of-type(1) p {
  margin: 0;
  padding: 20px;
}
#content > section#flow .flow ul li > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 20px;
  border-bottom: solid 5px #f4f4f4;
}
#content > section#flow .flow ul li:nth-child(even) > div:nth-of-type(1) {
  background: #fff;
}
#content > section#flow .flow ul li:nth-child(even) > div:nth-of-type(1)::before {
  background: #e7efd3;
}
#content > section#flow .flow ul li:nth-child(even) > div:nth-of-type(1) h4 {
  color: #e7efd3;
}
#content > section#flow .flow ul li:nth-child(1) > div:nth-of-type(1) {
  padding-top: 0;
}
#content > section#flow .flow ul li:nth-child(1) > div:nth-of-type(1)::before {
  display: none;
}
#content > section#customize > .content > p {
  margin: 20px 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
#content > section#customize > .content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#customize > .content > ul li {
  display: flex;
  margin-top: 12px;
  background: #f2f6f7;
}
#content > section#customize > .content > ul li > div:nth-of-type(1) {
  width: 340px;
  background: #71a5b5;
  color: #fff;
}
#content > section#customize > .content > ul li > div:nth-of-type(1) h3 {
  margin: 0;
  padding: 10px 15px;
  background: #558699;
  font-size: 3rem;
  text-align: center;
  letter-spacing: -0.03em;
}
#content > section#customize > .content > ul li > div:nth-of-type(1) p {
  margin: 0;
  padding: 15px;
}
#content > section#customize > .content > ul li > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px 15px;
}
#content > section#customize > .content > ul li:nth-child(1) {
  margin-top: 0;
}
#content > section#difference > .difference {
  padding: 30px 0 60px;
  background: #e4f2f2;
}
#content > section#difference > .difference .scroll-wrap table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}
#content > section#difference > .difference .scroll-wrap table thead tr th {
  padding: 10px 20px;
  background: #664d4d;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
}
#content > section#difference > .difference .scroll-wrap table thead tr th:nth-child(2) {
  width: 30px;
  padding: 0;
  background: none;
}
#content > section#difference > .difference .scroll-wrap table thead tr th:nth-child(3) {
  background: #558699;
}
#content > section#difference > .difference .scroll-wrap table tbody tr td {
  padding: 10px 20px;
  background: #fff;
  font-size: 1.7rem;
}
#content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(1), #content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(3) {
  display: flex;
  align-items: center;
  align-items: center;
}
#content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(1)::before, #content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(3)::before {
  content: "";
  display: block;
  width: 51px;
  height: 51px;
  background: url(../img/icon-x.png) 50% 50% no-repeat;
  background-size: contain;
  margin-right: 20px;
}
#content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(2) {
  width: 30px;
  padding: 0;
  background: none;
  text-align: center;
}
#content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(2)::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 40px;
  background: url(../img/icon-arrow-r.png) 50% 50% no-repeat;
  background-size: contain;
}
#content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(3)::before {
  background-image: url(../img/icon-o.png);
}
#content > section#case > .content > p {
  margin: 20px 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
#content > section#case > .content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content > section#case > .content > ul > li {
  margin-top: 60px;
}
#content > section#case > .content > ul > li h3 {
  width: 444px;
  height: 38px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 19px;
  background: #35473a;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 38px;
}
#content > section#case > .content > ul > li h3 span.t {
  font-weight: 400;
}
#content > section#case > .content > ul > li p {
  font-size: 2rem;
  text-align: center;
}
#content > section#case > .content > ul > li ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
#content > section#case > .content > ul > li ul li {
  margin: 20px 0 0;
  padding: 0 25px;
}
#content > section#case > .content .link {
  margin-top: 50px;
}
#content > section#spec > .content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -20px 0 0;
  padding: 0;
}
#content > section#spec > .content ul li {
  width: 45%;
  margin-top: 40px;
}
#content > section#spec > .content ul li h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
#content > section#spec > .content ul li table {
  border-collapse: collapse;
  width: 100%;
}
#content > section#spec > .content ul li table tbody tr th, #content > section#spec > .content ul li table tbody tr td {
  padding: 5px 15px;
  border: solid 1px #666;
  font-size: 1.4rem;
}
#content > section#spec > .content ul li table tbody tr th {
  width: 50%;
  background: #ddd;
}
#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;
  }

  .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 .intro ul {
    width: calc(100% + 20px);
    max-width: initial;
    margin: -15% -10px 0;
  }
  #content > section#intro .intro h2 {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  #content > section#intro .intro h2 span.l {
    font-size: 3rem;
  }
  #content > section#intro .intro p {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }
  #content > section#intro .intro p span.red {
    color: #cc0000;
  }
  #content > section#intro .intro p span.l {
    font-size: 3rem;
  }
  #content > section#intro .solution {
    padding: 60px 0 30px;
  }
  #content > section#intro .solution::before {
    height: calc(108px / 3);
    width: 108px;
  }
  #content > section#intro .solution .head li {
    margin: 0 10px;
    font-size: 1.8rem;
  }
  #content > section#intro .solution .body li {
    margin-top: 10px;
  }
  #content > section#intro .solution .body li h3 {
    top: 10px;
    z-index: 1;
    width: 280px;
    height: 28px;
    border-radius: 14px;
    font-size: 1.8rem;
    line-height: 28px;
  }
  #content > section#intro .solution .body li > div > div {
    flex-direction: column;
    padding: 10px;
  }
  #content > section#intro .solution .body li > div > div p {
    width: auto;
    padding: 0;
  }
  #content > section#intro .solution .body li > div > div div {
    flex: 0;
    padding: 39px 10px 10px;
  }
  #content > section#intro .solution .body li > div > div:nth-of-type(2)::before {
    content: "";
    position: absolute;
    left: 8px;
    width: 16px;
  }
  #content > section#intro .solution .body li > div > div:nth-of-type(2) p {
    padding-left: 10px;
    font-size: 1.3rem;
    order: 1;
  }
  #content > section#intro .solution .content > p {
    font-size: 1.8rem;
  }
  #content > section#intro .solution .content > p span.l {
    font-size: 2.8rem;
  }
  #content > section#feature {
    padding: 30px 0;
  }
  #content > section#feature .content > p {
    margin: 20px 0 15px;
    font-size: 1.4rem;
  }
  #content > section#feature .content > h3 {
    margin: 15px 0;
  }
  #content > section#feature .content > h3 span {
    height: 20px;
    padding: 0 2em;
    font-size: 1.3rem;
    line-height: 20px;
  }
  #content > section#feature .content > div:nth-of-type(1) {
    margin: 20px 0;
  }
  #content > section#feature .content > div:nth-of-type(1) + p img {
    width: 73px;
  }
  #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 > .content {
    padding-bottom: 40px;
  }
  #content > section#function > .content > p {
    font-size: 1.4rem;
  }
  #content > section#function > .content > .image img {
    width: 240px;
  }
  #content > section#function > .content > ul li {
    flex-direction: column;
    margin-top: 10px;
  }
  #content > section#function > .content > ul li > div:nth-of-type(1) {
    width: auto;
  }
  #content > section#function > .content > ul li > div:nth-of-type(1) h3 {
    margin: 0;
    padding: 5px 8px;
    font-size: 2rem;
  }
  #content > section#function > .content > ul li > div:nth-of-type(1) p {
    padding: 10px;
  }
  #content > section#function > .content > ul li > div:nth-of-type(2) {
    padding: 10px;
  }
  #content > section#function > .content > ul li:nth-child(1) {
    margin-top: 0;
  }
  #content > section#function > .content > .other {
    margin-top: 20px;
  }
  #content > section#function > .content > .other h3 {
    height: 28px;
    padding: 0 20px;
    border-radius: 14px;
    font-size: 2rem;
    line-height: 28px;
  }
  #content > section#function > .content > .other div {
    flex-direction: column;
    margin-top: -14px;
    padding: 20px 10px 10px;
    background: #fff;
    color: #558699;
    text-align: left;
  }
  #content > section#function > .content > .other div ul li {
    margin: 5px 0 0 10px;
    font-size: 1.2rem;
  }
  #content > section#function > .content > .other div p {
    flex-shrink: 1;
    padding: 10px 0 0;
    font-size: 1.6rem;
  }
  #content > section#system > .content > ul > li {
    margin-top: 20px;
  }
  #content > section#system > .content > ul > li > p {
    margin: 20px 0 0;
    font-size: 1.7rem;
  }
  #content > section#system > .content > ul > li > p::before, #content > section#system > .content > ul > li > p::after {
    width: 14px;
    height: 22px;
    margin: 0 3px 0 0;
  }
  #content > section#system > .content > ul > li > p::after {
    margin: 0 0 0 3px;
  }
  #content > section#system > .content > ul > li > div {
    margin-top: 20px;
    padding: 0 0 10px;
  }
  #content > section#system > .content > ul > li > div h3 {
    width: 280px;
    height: 28px;
    border-radius: 14px;
    font-size: 1.8rem;
    line-height: 28px;
    transform: translate(0, -14px);
  }
  #content > section#system > .content > ul > li > div > div {
    padding: 0 10px;
    text-align: center;
  }
  #content > section#system > .content > ul > li > div > ul {
    padding: 0 10px;
  }
  #content > section#system > .content > ul > li > div > ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.2rem;
  }
  #content > section#system > .content > ul > li > div h4 {
    margin: 10px 0 10px;
  }
  #content > section#system > .content > ul > li > div h4 > span {
    display: inline-block;
    width: 220px;
    height: 24px;
    font-size: 1.3rem;
    line-height: 24px;
  }
  #content > section#system > .content > ul > li > div h4:nth-of-type(2) {
    padding-top: 20px;
    border-top: solid 3px #fff;
  }
  #content > section#system > .content > ul > li:nth-of-type(2) {
    position: relative;
  }
  #content > section#system > .content > ul > li:nth-of-type(2)::before, #content > section#system > .content > ul > li:nth-of-type(2)::after {
    display: none;
  }
  #content > section#flow > .content > p {
    font-size: 1.4rem;
  }
  #content > section#flow .flow {
    position: relative;
    margin-top: 20px;
    padding: 60px 0 30px;
  }
  #content > section#flow .flow::before {
    height: calc(108px / 3);
    width: 108px;
  }
  #content > section#flow .flow ul li {
    display: flex;
    flex-direction: column;
  }
  #content > section#flow .flow ul li > div:nth-of-type(1) {
    width: auto;
    padding: 20px 0 0 10px;
  }
  #content > section#flow .flow ul li > div:nth-of-type(1)::before {
    height: 13px;
    width: 54px;
  }
  #content > section#flow .flow ul li > div:nth-of-type(1) h4 {
    font-size: 2.5rem;
  }
  #content > section#flow .flow ul li > div:nth-of-type(1) h3 {
    width: 160px;
    margin: 5px 0;
    padding: 3px 0 2px;
    background: #35473a;
    color: #fff;
    font-size: 2.2rem;
  }
  #content > section#flow .flow ul li > div:nth-of-type(1) p {
    padding: 10px;
  }
  #content > section#flow .flow ul li > div:nth-of-type(2) {
    padding: 10px;
    border-bottom: none;
  }
  #content > section#flow .flow ul li:nth-child(even) > div:nth-of-type(1) {
    background: #e7efd3;
  }
  #content > section#flow .flow ul li:nth-child(even) > div:nth-of-type(1)::before {
    background: #fff;
  }
  #content > section#flow .flow ul li:nth-child(even) > div:nth-of-type(1) h4 {
    color: #fff;
  }
  #content > section#flow .flow ul li:nth-child(1) > div:nth-of-type(1) {
    padding-top: 0;
  }
  #content > section#flow .flow ul li:nth-child(1) > div:nth-of-type(1)::before {
    display: none;
  }
  #content > section#customize > .content > p {
    font-size: 1.4rem;
  }
  #content > section#customize > .content > .image img {
    width: 240px;
  }
  #content > section#customize > .content > ul li {
    flex-direction: column;
    margin-top: 10px;
  }
  #content > section#customize > .content > ul li > div:nth-of-type(1) {
    width: auto;
  }
  #content > section#customize > .content > ul li > div:nth-of-type(1) h3 {
    margin: 0;
    padding: 5px 8px;
    font-size: 2rem;
  }
  #content > section#customize > .content > ul li > div:nth-of-type(1) p {
    padding: 10px;
  }
  #content > section#customize > .content > ul li > div:nth-of-type(2) {
    padding: 10px;
  }
  #content > section#customize > .content > ul li:nth-child(1) {
    margin-top: 0;
  }
  #content > section#difference > .difference {
    padding: 20px 0 30px;
    background: #e4f2f2;
  }
  #content > section#difference > .difference .scroll-wrap {
    overflow: scroll;
  }
  #content > section#difference > .difference .scroll-wrap table {
    border-spacing: 5px;
    width: 140vw;
  }
  #content > section#difference > .difference .scroll-wrap table thead tr th {
    padding: 0 10px;
    font-size: 1.8rem;
  }
  #content > section#difference > .difference .scroll-wrap table thead tr th:nth-child(2) {
    width: 20px;
    padding: 0;
    background: none;
  }
  #content > section#difference > .difference .scroll-wrap table thead tr th:nth-child(3) {
    background: #558699;
  }
  #content > section#difference > .difference .scroll-wrap table tbody tr td {
    padding: 10px;
    font-size: 1.4rem;
  }
  #content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(1), #content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(3) {
    display: table-cell;
  }
  #content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(1)::before, #content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(3)::before {
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
  }
  #content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(2) {
    width: 20px;
    padding: 0;
    background: none;
    text-align: center;
  }
  #content > section#difference > .difference .scroll-wrap table tbody tr td:nth-child(2)::before {
    width: 10px;
    height: 30px;
  }
  #content > section#case > .content > p {
    font-size: 1.4rem;
  }
  #content > section#case > .content > ul > li {
    margin-top: 30px;
  }
  #content > section#case > .content > ul > li h3 {
    width: 280px;
    height: 28px;
    border-radius: 14px;
    font-size: 1.8rem;
    line-height: 28px;
  }
  #content > section#case > .content > ul > li p {
    font-size: 1.4rem;
    text-align: left;
  }
  #content > section#case > .content > ul > li ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  #content > section#case > .content > ul > li ul li {
    margin: 10px 0 0;
    padding: 0 10px;
  }
  #content > section#case > .content .link {
    margin-top: 30px;
  }
  #content > section#spec > .content ul {
    flex-direction: column;
    margin: 0;
  }
  #content > section#spec > .content ul li {
    width: auto;
    margin-top: 20px;
  }
  #content > section#spec > .content ul li h3 {
    margin: 0 0 5px;
    font-size: 1.4rem;
  }
  #content > section#spec > .content ul li table tbody tr th, #content > section#spec > .content ul li table tbody tr td {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
  #content > section#howto {
    padding-top: 20px;
  }
  #content > section#howto > .content {
    padding-bottom: 30px;
  }
  #content > section#howto > .content > p {
    margin: 20px 0 15px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
  }
  #content > section#howto > .content .howto {
    padding: 20px 0 0;
    background: #fff;
  }
  #content > section#howto > .content .howto ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #content > section#howto > .content .howto ul li {
    display: block;
    align-items: center;
    padding: 40px 20px 20px;
    border-top: solid #f4f4f4 4px;
  }
  #content > section#howto > .content .howto ul li::before {
    left: 50%;
    top: -4px;
    height: calc(99px / 3);
    width: 99px;
  }
  #content > section#howto > .content .howto ul li::after {
    top: -4px;
    height: calc(76px / 3);
    width: 76px;
  }
  #content > section#howto > .content .howto ul li:nth-child(1) {
    padding-top: 20px;
  }
  #content > section#howto > .content .howto ul li > div {
    width: auto;
  }
  #content > section#howto > .content .howto ul li > div:nth-of-type(2) {
    margin-top: 10px;
    padding-left: 0;
  }
  #content > section#howto > .content .howto ul li > div:nth-of-type(2) p.num {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 36px;
  }
  #content > section#howto > .content .howto ul li > div:nth-of-type(2) h3 {
    font-size: 1.8rem;
  }
  #content > section#howto > .content .howto ul li > div:nth-of-type(2) h3 + p {
    margin: 10px 0 0;
  }
  #content > section#howto .advice {
    padding: 20px 0;
  }
  #content > section#howto .advice .content h3 {
    font-size: 3rem;
  }
  #content > section#howto .advice .content > p {
    margin: 20px 0 15px;
    font-size: 1.4rem;
  }
  #content > section#howto .advice .content > div:not(.cta) {
    display: block;
  }
  #content > section#howto .advice .content > div:not(.cta) > div:nth-of-type(1) {
    width: auto;
  }
  #content > section#howto .advice .content > div:not(.cta) > div:nth-of-type(1) ul li {
    padding: 10px;
  }
  #content > section#howto .advice .content > div:not(.cta) > div:nth-of-type(1) ul li > p {
    font-size: 1.4rem;
  }
  #content > section#howto .advice .content > div:not(.cta) > div:nth-of-type(1) ul li > div {
    margin-top: 10px;
    padding: 10px;
  }
  #content > section#howto .advice .content > div:not(.cta) > div:nth-of-type(1) ul li > div p::before {
    width: 36px;
    height: 28px;
    margin-right: 10px;
  }
  #content > section#howto .advice .content > div:not(.cta) > div:nth-of-type(1) ul li:nth-child(1) {
    margin-top: 0;
  }
  #content > section#howto .advice .content > div:not(.cta) > div:nth-of-type(2) {
    display: block;
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
  }
  #content > section#howto .advice .content > div:not(.cta) > div:nth-of-type(2) img {
    width: 240px;
  }
  #content > section#howto .advice .content .cta {
    margin-top: 30px;
  }
  #content > section#merit .content > div {
    display: block;
  }
  #content > section#merit .content > div > div:nth-of-type(1) {
    margin-right: 0;
    text-align: center;
  }
  #content > section#merit .content > div > div:nth-of-type(1) img {
    width: 160px;
  }
  #content > section#merit .content > div > div:nth-of-type(2) {
    width: auto;
    margin-top: 20px;
  }
  #content > section#merit .content > div > div:nth-of-type(2) .check ul li {
    margin-top: 10px;
  }
  #content > section#merit .content > div > div:nth-of-type(2) .check ul li:nth-child(1) {
    margin-top: 0;
  }
  #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/
 * * ========================================================================== */