@charset "UTF-8";
footer {
  background-color: #4c5758;
  color: #FFF;
  padding-top: 60px;
  padding-bottom: 60px; }

footer a {
  color: #FFF; }

footer a:hover {
  color: #FFF; }

footer a.footer-sns-link {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  background: #FFF;
  color: #4c5758;
  text-align: center;
  padding: 0;
  margin: 0; }

footer a.footer-sns-link:hover {
  background: #DDD;
  text-decoration: none; }

footer a.footer-sns-link i {
  line-height: 36px; }

.languages {
  position: fixed;
  right: 0;
  bottom: 20px;
  padding: 8px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 2px 0px 0px 2px;
  border: solid 1px #DDD;
  color: #333;
  font-size: 14px;
  background-color: #FAFAFA;
  z-index: 1000; }

.languages__label {
  font-weight: normal;
  margin-right: 8px; }

.link-download {
  overflow: hidden;
  position: relative;
  display: block; }

.link-download img {
  height: 50px;
  width: auto; }

.link-download.link-download-comingsoon::before {
  content: "coming soon";
  background: #2196F3;
  padding: 2px 40px;
  position: absolute;
  top: 0;
  -webkit-transform: rotateZ(30deg);
  -ms-transform: rotateZ(30deg);
  -o-transform: rotateZ(30deg);
  transform: rotateZ(30deg) translate(37px, -10px);
  right: 0;
  font-size: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }

.link-download.link-download-maintenance::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  text-align: center;
  line-height: 52px;
  font-size: 14px; }

.link-download.link-download-maintenance::before {
  content: "Suspended temporarily"; }

html[lang=ja] .link-download.link-download-maintenance::before {
  content: "一時提供中断中"; }

/*
    black : #111015;
    gray: #918996;
    light-gray: #E8E2E4;
    dark-red : #D72439;
    red: #EE5558;
*/
html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  background-color: #FAFAFA;
  font-size: 18px; }

header {
  color: #FFF;
  background-color: #EE5558;
  padding: 40px 0px; }

header figure {
  margin: 0 auto;
  text-align: center; }

header figure img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  object-fit: center center; }

header p {
  text-align: center;
  font-size: 20px; }

section h2 {
  margin-bottom: 40px; }

.maintenance {
  padding: 60px 0; }

.maintenance_body {
  display: block;
  border: double 6px #EE5558;
  padding: 80px 20px;
  text-align: center;
  margin: 0;
  font-size: 24px; }

.concept {
  padding: 60px 0px; }

.concept div[class*=col] {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.concept-info {
  padding: 20px; }

.concept figure {
  display: flex;
  justify-content: center;
  align-items: center; }

.concept figure img {
  width: 60%;
  object-fit: contain;
  object-position: center center;
  height: auto; }

.concept p {
  color: #666; }

.concept-desc {
  background-color: #FAFAFA;
  font-size: 16px;
  padding: 20px 0px;
  color: #666; }

.concept-desc h2 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold; }

.concept-desc p {
  font-size: 16px; }

.feature,
.description {
  display: flex; }

@media screen and (max-width: 600px) {
  .feature,
  .description {
    flex-wrap: wrap; } }

.feature div[class*=col],
.description div[class*=col] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px; }

.feature figure img,
.description figure img {
  width: 100%;
  height: auto; }

.feature div[class*=col]:nth-child(1),
.description div[class*=col]:nth-child(2) {
  background-color: #EE5558;
  color: #FFF; }

.usage {
  padding: 60px 0px; }

.usage figure {
  display: block;
  margin: 32px auto 12px;
  width: 80%;
  text-align: center;
  position: relative; }

.usage figure img {
  width: 100%;
  height: auto; }

.usage figure span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 40px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #EE5558;
  border: solid 5px currentColor;
  background-color: #FFF; }

.usage p {
  margin-top: 24px;
  text-align: center; }

.techspec .section-head {
  background-color: #2F3D51;
  color: #FFF; }

.techspec .section-head h2 {
  margin: 0;
  line-height: 100px;
  font-size: 36px; }

.techspec figure {
  text-align: center; }

.techspec figure img {
  width: 100%;
  height: auto;
  max-width: 420px; }

.techspec .section-body {
  padding-top: 60px;
  padding-bottom: 60px; }

.techspec .section-body:nth-child(2) {
  background-color: #FFFFFF; }

.techspec h5 {
  margin-top: 32px; }

.techspec ul,
.techspec ol {
  margin-top: 24px; }

.techspec .section-body:nth-child(3) {
  background-color: #FAFAFA; }

.sg-header {
  padding: 2em 0;
  background-color: #2F3D51;
  color: #FFF; }

.sg-brand {
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
  height: 24px; }

.sg-brand img {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top; }

.sg-brand span {
  font-size: 17px;
  display: inline-block;
  height: 24px;
  padding-left: 10px; }

.sg-support {
  padding: 2em 0; }

.sg-support label,
.sg-support input[type=text],
.sg-support textarea {
  display: block;
  width: 100%;
  padding: 0.35em; }

.sg-support textarea {
  resize: none; }

.sg-support input[type=text],
.sg-support textarea {
  margin-bottom: 1em;
  background: #FFF;
  border: 1px solid #CCC; }

.sg-support input[type=text]:focus,
.sg-support textarea:focus {
  outline: none;
  border: solid 1px #2F3D51;
  background: #FFF; }

.sg-support button {
  background-color: #2F3D51;
  border: none;
  color: #FFF;
  margin: 5px auto;
  padding: 0.5em 1em;
  display: inline-block;
  border-radius: 3px; }

.sg-header-title {
  font-size: 32px;
  text-align: center;
  padding-top: 30px; }

.sg-header-title small {
  font-size: 50%;
  line-height: 1; }

.sg-mark {
  padding-bottom: 30px; }

.sg-mark img {
  width: 100%;
  height: auto; }

.sg-mark-image {
  background: #FFF;
  border: solid 1px #CCC;
  padding: 30px;
  border-radius: 3px;
  margin: 30px auto 0px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); }

.sg-nav a {
  color: #FFF;
  font-size: 17px; }
