@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&family=Noto+Serif+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cnt, .product .inner {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
}

/* ========================================================= */
/* フォントカラー */
/* ========================================================= */
.red {
  color: #be0000;
}

.blue {
  color: #1ea5cd;
}

.orange {
  color: #fa6233;
}

.yellow {
  color: #ffff5b;
}

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_g1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.f_g2, .faq-cnt h3::before {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.f_arb {
  font-family: "Arial Black", Gadget, sans-serif;
}

.f_noto, header .gmenu li a, .fv h1, .product-ttl, .product figure .dt-btn-2, .product .pr-cnt h3, .faq-cnt h3, .software h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.imgborder {
  border: 1px solid #b4b4b4;
}

.imgborder_dash {
  border: 1px dashed #999;
}

.imgshadow {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.photoframe {
  margin: 2px;
  border: 10px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.underborder {
  border-bottom: 1px solid #ccc;
}

.under_border_da {
  border-bottom: 1px dashed #ccc;
}

.noborder,
article .norborder {
  border: none;
}

.line-through {
  text-decoration: line-through;
}

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp {
  text-indent: -9999px;
}

.disp_none {
  display: none;
}

.ani, .product figure .dt-btn {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al_right {
  text-align: right;
}

.al_left {
  text-align: left;
}

.al_center {
  text-align: center;
}

.valign-t {
  vertical-align: top;
}

.valign-b {
  vertical-align: bottom;
}

.valign-m {
  vertical-align: middle;
}

.mauto, .product .inner {
  margin-left: auto;
  margin-right: auto;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.pos-rl {
  position: relative;
}

.pos-fix {
  position: fixed;
  z-index: 500;
}

.of {
  overflow: hidden;
}

.br-pc,
.dn-sp {
  display: block;
}

.br-sp,
.dn-pc {
  display: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.scrollbox {
  position: relative;
  width: 100%;
  overflow: auto;
  scrollbar-base-color: #fff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #f1f1f1;
  scrollbar-highlight-color: #f1f1f1;
  scrollbar-shadow-color: #f1f1f1;
  scrollbar-track-color: #ffffff;
}

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar {
  width: 10px;
}

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal {
  height: 10px;
}

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
}

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner {
  background-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  text-align: center;
  color: #222222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  background-color: #e8ecf7;
  position: relative;
  min-width: 1040px;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 1s ease 0s 1 normal;
}

p,
li,
dt,
dd,
table,
th,
td {
  line-height: 1.6;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: bottom;
}

a {
  color: #464646;
  text-decoration: none;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited {
  color: #464646;
}
a.noborder {
  text-decoration: none;
}
a.noborder:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ====================================================================== */
/* Bg */
/* ====================================================================== */
/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #141526;
}
header .inner {
  height: 80px;
  padding: 0 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
header .logo img {
  width: 100px;
}
header .gmenu {
  display: -webkit-flex;
  display: flex;
}
header .gmenu li a {
  display: block;
  padding: 0 1em;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
  color: white;
}
header .gmenu li a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 80%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(15deg);
}
header .gmenu li:last-child a::after {
  display: none;
}
header .it_bnr {
  width: 160px;
  position: absolute;
  top: 20px;
  right: 300px;
}
header .it_bnr img {
  width: 100%;
}

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article {
  overflow: hidden;
  padding-bottom: 70px;
  /* --------------------------------------------------- */
  /* パラグラフ */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Table */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* UL OL */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* DL */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Bgbox */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Form_Parts */
  /* --------------------------------------------------- */
  /* --------------------------------------------------- */
  /* Other */
  /* --------------------------------------------------- */
}
article p {
  margin-top: 50px;
}

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer {
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: #141526;
}
footer .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  font-size: 1.2rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: white;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
}
#pagetop a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #141526;
  /*    border-top: 2px solid #fe8302;
  border-left: 2px solid #fe8302;*/
}
#pagetop a img {
  width: 20px;
}

/* ================================================================== */
/* COMMON */
/* ================================================================== */
/* ================================================================== */
/* TOP */
/* ================================================================== */
.fv {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
.fv-img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.fv h1 {
  display: inline-block;
  padding: .75em 1.5em;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 5;
  font-size: 2.1rem;
  font-weight: 700;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}

.product:not(:nth-of-type(1)) {
  margin-top: 100px;
}
.product-ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #141526;
  font-size: 2.6rem;
  font-weight: 700;
  color: white;
  position: relative;
}
.product-ttl::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 35px solid #144b96;
  box-sizing: border-box;
}
.product .inner {
  margin-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 50px 0;
  position: relative;
}
.product .link-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: .25em 1em;
  height: 35px;
  background-color: #144b96;
  color: white;
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 10;
  text-align: center;
}
.product .link-btn::after {
  content: "\f054";
  display: inline-block;
  margin-left: 1em;
  font-size: 1.3rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  vertical-align: middle;
}
.product figure {
  display: block;
  width: 40%;
  position: relative;
}
.product figure img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.product figure img.i-3 {
  width: 80%;
}
.product figure .dt-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px auto 0;
  width: 150px;
  height: 40px;
  background-color: white;
  border: 1px solid #144b96;
  color: #144b96;
}
.product figure .dt-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background-color: #144b96;
  color: white;
}
.product figure .dt-btn-2 {
  margin: 30px auto 0;
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #141526;
  color: white;
  line-height: 1.2;
  font-size: 1.4rem;
}
.product figure .dt-btn-2:hover {
  background-color: #144b96;
}
.product figure .dt-btn-2 b {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
}
.product .pr-cnt {
  width: calc(100% - 40% - 50px);
  text-align: left;
}
.product .pr-cnt h3 {
  display: table;
  font-size: 1.8rem;
  font-weight: 700;
  color: #be0000;
  position: relative;
}
.product .pr-cnt h3::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #be0000;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.product .pr-cnt h3 + ul {
  margin-top: 15px;
}
.product .pr-cnt ul li {
  margin-bottom: .5em;
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}
.product .pr-cnt ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #144b96;
  position: absolute;
  top: 6px;
  left: 0;
}
.product .pr-cnt ul li:last-child {
  margin-bottom: 0;
}
.product .pr-cnt ul li.em {
  font-weight: bold;
  color: #be0000;
}
.product .pr-cnt ul li.em::before {
  background-color: #be0000;
}
.product.p-1 .inner {
  display: block;
}
.product.p-1 .gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.product.p-1 .gallery figure {
  width: auto;
}
.product.p-1 .gallery figure img {
  display: block;
  height: 280px;
}
.product.p-1 .gallery figure figcaption {
  display: block;
  margin-top: 10px;
}
.product.p-1 p {
  text-align: left;
}
.product.p-1 .p-1-tb {
  display: table;
  margin: 50px auto 0;
}
.product.p-1 .p-1-tb th, .product.p-1 .p-1-tb td {
  padding: .25em 1em;
  left: left !important;
  font-size: 1.6rem;
  color: #be0000;
}
.product.p-1 .p-1-tb th {
  font-weight: bold;
}
.product.p-1 .p-1-tb td {
  text-align: left;
}

.spec {
  margin-top: 70px;
}
.spec-tb {
  margin-top: 50px;
  text-align: left;
  border-collapse: collapse;
}
.spec-tb th,
.spec-tb td {
  padding: 0.5em 1em;
  text-align: left;
  border: 1px solid #999;
}
.spec-tb th sup,
.spec-tb td sup {
  font-size: 1.1rem;
  font-weight: normal;
  vertical-align: 1em;
  color: #be0000;
}
.spec-tb th {
  background-color: #e9eaf3;
  font-weight: bold;
}
.spec-tb th.grp {
  background-color: #141526;
  color: white;
  text-align: center;
  font-size: 2rem;
}
.spec-tb td {
  background-color: white;
}

.faq {
  margin-top: 70px;
}
.faq .inner {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.faq-cnt {
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
  padding: 35px;
  background-color: white;
  text-align: left;
  -moz-box-shadow: 0 2px 4px rgba(114, 115, 126, 0.5);
  -webkit-box-shadow: 0 2px 4px rgba(114, 115, 126, 0.5);
  box-shadow: 0 2px 4px rgba(114, 115, 126, 0.5);
  box-sizing: border-box;
}
.faq-cnt:first-child {
  margin-top: 0;
}
.faq-cnt h3 {
  padding-left: 50px;
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
}
.faq-cnt h3::before {
  content: "Ｑ";
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #144b96;
  color: white;
  font-size: 1.5rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.faq-cnt .answer {
  padding: 25px 0 0;
}
.faq-cnt .answer p {
  margin-top: 0;
}
.faq-cnt .answer p strong {
  font-weight: bold;
}
.faq-cnt .answer .list-disc {
  margin-top: 10px;
}
.faq-cnt .answer .list-disc li {
  margin-left: 1em;
  list-style-type: disc;
}

.software {
  margin-top: 70px;
}
.software .inner {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.software p.t-1 {
  margin-top: 0;
}
.software h3 {
  margin: 50px auto 0;
  width: 60%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  color: #be0000;
}
.software h3::before, .software h3::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid #be0000;
}
.software h3::before {
  margin-right: 30px;
  padding-left: 30px;
}
.software h3::after {
  margin-left: 30px;
  padding-right: 30px;
}
.software ul {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.software ul li {
  width: calc(100%/2 - 50px);
}
.software ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: #144b96;
  color: white;
}

/*@import "_smp";*/
