@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500,700|Noto+Serif+JP:500,700&display=swap&subset=japanese");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/**
   * 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 are clearfixed.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
.cf {
  *zoom: 1;
}

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  font-weight: 500;
  background-color: #fff;
  color: #1d3156;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
@media only screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 835px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
body.fixed {
  height: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
ol,
ul,
li,
dl,
dt,
dd,
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
}

i,
em {
  font-style: normal;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
}

figure {
  display: block;
  margin: 0;
}

a,
*:focus {
  outline: none;
}

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

*::selection {
  background: #1d3156;
  color: #fff;
}

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

@media only screen and (max-width: 834px) {
  .hideSP {
    display: none !important;
  }
}

@media print, screen and (min-width: 835px) {
  .hidePC {
    display: none !important;
  }
}

main {
  margin: 0 auto;
}

a {
  width: 100%;
  height: 100%;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}

header,
footer {
  text-align: center;
}

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
.mod {
  /* ======================
    ページタイトル
    ====================== */
  /* ======================
    見出し
    ====================== */
}
.mod__heading1 {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 834px) {
  .mod__heading1 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading1 {
    font-size: 3.6rem;
  }
}
.mod__heading2 {
  display: block;
  color: #1d3156;
  font-weight: 300;
  border-bottom: 1px solid #c3dedb;
}
@media only screen and (max-width: 834px) {
  .mod__heading2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__heading2 {
    font-size: 3.2rem;
  }
}
.mod__heading3 {
  font-size: 2.4rem;
  text-align: center;
}
.mod__btn {
  display: inline-block;
  width: auto;
  height: 60px;
  max-width: 360px;
  color: #fff;
  border: 1px solid #1d3156;
  background-color: #1d3156;
  font-weight: bold;
  text-decoration: none;
  padding: 0.8em 2.5em 0.8em 1em;
  line-height: 1.25;
  cursor: pointer;
  position: relative;
  transition: all 0.4s ease;
  display: block;
}
.mod__btn::after {
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.mod__btn:hover {
  color: #1d3156;
  background-color: #fff;
  border-color: #1d3156;
}
.mod__btn:hover::after {
  border-color: #1d3156;
}
.mod__column {
  background: #f1f8fb;
}
@media only screen and (max-width: 834px) {
  .mod__column {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__column {
    padding: 50px 40px;
  }
}
.mod__media {
  display: flex;
  flex-wrap: wrap;
}
.mod__media__feature {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mod__media__feature {
    width: 100%;
  }
}
.mod__media__feature > img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 834px) {
  .mod__media__body {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .mod__media__body {
    padding-left: 30px;
  }
}

.center {
  margin: auto;
  text-align: center !important;
}

@media only screen and (max-width: 834px) {
  .w30 {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .w30 {
    width: 30% !important;
  }
}

@media only screen and (max-width: 834px) {
  .w40 {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .w40 {
    width: 40% !important;
  }
}

@media only screen and (max-width: 834px) {
  .w60 {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .w60 {
    width: 60% !important;
  }
}

@media only screen and (max-width: 834px) {
  .w70 {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .w70 {
    width: 70% !important;
  }
}

.mg0 {
  margin: 0 !important;
}

@media only screen and (max-width: 834px) {
  .mg-l {
    margin: 0 auto 40px;
  }
}
@media print, screen and (min-width: 835px) {
  .mg-l {
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 834px) {
  .mg-m {
    margin: 0 auto 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .mg-m {
    margin: 0 auto 50px;
  }
}

@media only screen and (max-width: 834px) {
  .mg-s {
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .mg-s {
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 834px) {
  .mg-xs {
    margin: 0 auto 10px;
  }
}
@media print, screen and (min-width: 835px) {
  .mg-xs {
    margin: 0 auto 20px;
  }
}

@media print, screen and (min-width: 835px) {
  .hidePC {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .hideSP {
    display: none;
  }
}

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  トップページ
///////////////////////////////////////////////////////// */
.cameraContents .tableCell {
  text-align: center;
}

.recentNews dd {
  padding: 0 30px 20px 30%;
  width: 100%;
}

.home {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .home h2 {
    margin: 0 auto 40px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .home h2 {
    margin: 0 auto 80px 0;
  }
}
@media only screen and (max-width: 834px) {
  .home h3 {
    margin: 0 auto 20px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .home h3 {
    margin: 0 auto 30px 0;
  }
}
@media only screen and (max-width: 834px) {
  .home h4 {
    margin: 0 auto 1em 0;
  }
}
@media print, screen and (min-width: 835px) {
  .home h4 {
    margin: 0 auto 20px 0;
  }
}
@media only screen and (max-width: 834px) {
  .home p {
    margin: 0 auto 1em 0;
  }
}
@media print, screen and (min-width: 835px) {
  .home p {
    margin: 0 auto 20px 0;
  }
}
@media only screen and (max-width: 834px) {
  .home {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home {
    padding: 0 40px;
  }
}
.home .tags {
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 5px;
}
@media only screen and (max-width: 834px) {
  .home .tags {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 835px) {
  .home .tags {
    font-size: 2rem;
  }
}
.home .kaikei {
  background: #ea585c;
  color: #fff;
}
.home .kyuuyo {
  background: #348ccc;
  color: #fff;
}
.home .hanbai {
  background: #e69d15;
  color: #fff;
}
.home .kintai {
  background: #65498c;
  color: #fff;
}
.home .solution {
  display: inline-block;
  position: relative;
  margin-left: 1em;
  border-radius: 50%;
  background: #85c02e;
  padding: 0.5em;
  color: #fff;
  font-size: 1.6rem;
}
.home .solution:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-80%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 20px 7px 0;
  border-color: transparent #85c02e transparent transparent;
}
.home .sp_ue {
  margin: 0 auto 1em;
}
@media only screen and (max-width: 834px) {
  .home .sp_ue:before {
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    border-width: 0 10px 14px 10px !important;
    border-color: transparent transparent #85c02e transparent !important;
  }
}
.home .visit {
  margin-left: 0.5em;
  background: #85c02e;
  border-radius: 5px;
  padding: 0 0.5em;
  color: #fff;
  font-size: 1.6rem;
}
.home .remote {
  margin-left: 0.5em;
  background: #ea585c;
  border-radius: 5px;
  padding: 0 0.5em;
  color: #fff;
  font-size: 1.6rem;
}
.home .lead {
  display: block;
  font-size: 80%;
}
@media only screen and (max-width: 834px) {
  .home .lead {
    margin: 1em auto;
  }
}
.home .dekiru {
  position: relative;
  padding-right: 1em;
}
.home .dekiru::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url(./../images/common/icon-dekiru.svg) center center/20px 30px
    no-repeat;
}
@media only screen and (max-width: 834px) {
  .home .dekiru::after {
    width: 20px;
    height: 30px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .dekiru::after {
    width: 30px;
    height: 50px;
  }
}
.home .f-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
.home .f-container .yoko1 {
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .home .f-container .yoko3 {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .home .f-container .yoko3 {
    width: calc(100% / 3 - 40px / 3);
  }
}
@media only screen and (max-width: 834px) {
  .home .f-container .yoko3:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 835px) {
  .home .f-container .yoko3:nth-of-type(n + 2) {
    margin-left: 20px;
  }
}
.home .f-container .yoko4 {
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .home .f-container .yoko4 {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .home .f-container .yoko4 {
    width: calc(100% / 4 - 60px / 4);
  }
}
@media print, screen and (min-width: 835px) {
  .home .f-container .yoko4:nth-child(n + 2) {
    margin-left: 20px;
  }
}
.home .solutionCol {
  max-width: 600px;
}
.home .menu {
  background: #f9f9f9;
  padding: 20px;
}
.home .menu .menu-ttl {
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 834px) {
  .home .menu .menu-ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 835px) {
  .home .menu .menu-ttl {
    font-size: 2.4rem;
  }
}
.home .menu:nth-of-type(2) {
  margin-left: 0 !important;
}
.home .menu:nth-of-type(n + 2) {
  margin-top: 20px;
}
.home .useware-ttl {
  margin-bottom: 1em;
  border-radius: 5px;
  background: #4767c0;
  padding: 0.25em 1em;
  color: #fff;
}

/*
@import "03_page/page_name";
@import "03_page/page_name";
@import "03_page/page_name";
@import "03_page/page_name";
*/
/*# sourceMappingURL=style.css.map */ /*# sourceMappingURL=style.css.map */
