@charset "utf-8";

body {
  font-size: small;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin: 0;
  color: #313131;
  border-top: 3px solid #cf000f;
  padding-top: 1rem;
  min-width: 980px;
  /*フッター用*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  outline: none;
  border-style: none;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: red;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

hr {
  width: 100%;
  border: none;
  border-top: solid 1px #ccc;
  margin: 1rem auto;
}

/* ヘッダー */
header {
  width: 980px;
  margin: 0 auto;
}

/* ナビゲーション */
nav {
  width: 100%;
  overflow: hidden;
  font-size: medium;
}

nav ul {
  width: 980px;
  height: auto;
  overflow: hidden;
  list-style: none;
  margin: 0 auto;
}

nav li {
  text-align: center;
  width: 200px;
  float: none;
  display: table-cell;
  border-right: 1px solid #cf000f;
}

nav li:first-child {
  border-left: 1px solid #cf000f;
}

nav a {
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  padding: 0.5rem 0;
}

nav a:hover {
  background-color: #cf000f;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

/* テーブル会社案内 */
table.TableCorp {
  width: 100%;
  border-collapse: collapse;
  font-size: medium;
  text-align: left;
  letter-spacing: 0.1rem;
}

table.TableCorp th, td {
  vertical-align: top;
  padding: 1rem;
  border: none !important;
  text-align: left;
}

table.TableCorp th {
  width: 200px;
  border-bottom: 1px solid #ccc !important;
}

table.TableCorp td {
  width: 780px;
  border-bottom: 1px solid #ccc !important;
}

/* 社長メッセージ */
ul.massage {
  list-style-type: decimal;
  font-size: medium;
  text-align: justify;
  color: #666;
  line-height: 2rem;
  letter-spacing: 1px;
}

table.TableMessage {
  width: 100%;
  border-collapse: collapse;
  font-size: medium;
  text-align: left;
  letter-spacing: 0.1rem;
}

table.TableMessage th, table.TableMessage td {
  vertical-align: top;
  border: none !important;
  padding: 0;
}

table.TableMessage th {
  width: 360px;
}

table.TableMessage th span {
  font-size: small;
  line-height: 1rem;
  display: block;
  margin-bottom: 1rem;
  text-align: justify;
}

table.TableMessage td {
  width: 620px;
  padding-left: 1rem;
}

table.TableMessage img {
  width: 100%;
  border-radius: 0.5rem;
}

/* テーブル製品情報*/
table.TableSpec {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
}

table.TableSpec td, th {
  width: auto;
  border: 1px solid #ccc !important;
  padding: 10px;
}

table.TableSpec th {
  background: #eee;
  white-space: nowrap;
}

table.TableLineup {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
}

table.TableLineup tr :nth-child(1) {
  text-align: center;
}

table.TableLineup tr :nth-child(3) {
  text-align: center;
}

table.TableLineup td, th {
  width: auto;
  border: 1px solid #ccc !important;
  padding: 10px;
}

table.TableLineup th {
  background: #eee;
}

/*　ゼブラカラー
table.TableLineup tr:nth-child(odd) {
  background: #fff7f7;
}
*/
table.TableLineup tr td:nth-of-type(1) {
  color: green;
  font-weight: 700;
  white-space: nowrap;
}

table.TableLineup tr td:nth-of-type(3) {
  font-weight: 700;
  white-space: nowrap;
}

table.TableLineup tr td:nth-of-type(3):before {
  content: "\0a5";
}

table.TableLineup td:nth-child(1) {
  /* 縦1列目　*/
  width: 20%;
}

table.TableLineup td:nth-child(2) {
  /* 縦2列目　*/
  width: 60%;
}

table.TableLineup td:nth-child(3) {
  /* 縦3列目　*/
  width: 20%;
}


table.TableOverview {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
}

table.TableOverview tr :nth-child(1) {
  text-align: center;
  white-space: nowrap;
}

table.TableOverview tr :nth-child(3) {
  text-align: center;
  white-space: nowrap;
}

table.TableOverview td, th {
  border: 1px solid #ccc !important;
  padding: 10px;
}

table.TableOverview th {
  text-align: center;
  background: #eee;
}

table.TableOverview tr:nth-child(odd) {
  background: #fff7f7;
}

table.TableOverview td:nth-child(1) {
  /* 縦1列目　*/
  width: 20%;
}

table.TableOverview td:nth-child(2) {
  /* 縦2列目　*/
  width: 60%;
}

table.TableOverview td:nth-child(3) {
  /* 縦3列目　*/
  width: 20%;
}


table.TableOverviewLeft {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
}

table.TableOverviewLeft tr :nth-child(1) {
  text-align: center;
  white-space: nowrap;
}

table.TableOverviewLeft td, th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.TableOverviewLeft th {
  background: #eee;
}

table.TableOverviewLeft tr:nth-child(odd) {
  background: #fff7f7;
}

table.TableCurriculum {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
}

table.TableCurriculum tr :nth-child(1) {
  text-align: center;
  white-space: nowrap;
}

table.TableCurriculum tr :nth-child(3) {
  text-align: center;
  white-space: nowrap;
}

table.TableCurriculum td, th {
  width: auto;
  border: 1px solid #ccc !important;
  padding: 10px;
}

table.TableCurriculum th {
  text-align: center;
  background: #eee;
}

table.TableCurriculum tr:nth-child(odd) {
  background: #fff7f7;
}

table.TableCurriculum td:nth-child(1) {
  /* 縦1列目　*/
  width: 20%;
}

table.TableCurriculum td:nth-child(2) {
  /* 縦2列目　*/
  width: 60%;
}

table.TableCurriculum td:nth-child(3) {
  /* 縦3列目　*/
  width: 20%;
}


table.TableCurriculumSpec {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
}

table.TableCurriculumSpec tr :nth-child(1) {
  text-align: center;
  white-space: nowrap;
}

table.TableCurriculumSpec tr :nth-child(3) {
  text-align: left;
  white-space: nowrap;
}

table.TableCurriculumSpec td, th {
  width: auto;
  border: 1px solid #ccc !important;
  padding: 10px;
}

table.TableCurriculumSpec th {
  text-align: center;
  background: #eee;
}

table.TableCurriculumSpec tr:nth-child(odd) {
  background: #fff7f7;
}

table.TableSimple {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
  table-layout: fixed;
}

table.TableSimple td, th {
  border: 1px solid #ccc !important;
  padding: 10px;
}

table.TableSimple th {
  background: #eee;
}

/* テーブル受託開発 */
table.TableDev {
  width: 100%;
  border-collapse: collapse;
  font-size: medium;
  text-align: left;
  letter-spacing: 0.1rem;
}

table.TableDev th, td {
  vertical-align: top;
  padding: 1rem;
  border: none !important;
}

table.TableDev th {
  width: 200px;
  border-bottom: 1px solid #ccc !important;
}

table.TableDev td {
  width: 780px;
  border-bottom: 1px solid #ccc !important;
}

table.TableDev td:last-child {
  font-weight: 700;
}

table.TableDev td:first-child {
  font-weight: 200;
  color: #666;
}

table.TableDev img {
  width: 100%;
}

table.TableDev ul {
  margin-top: 0;
  margin-bottom: 0;
}

table.TableDev li {
  text-align: justify;
  font-size: small;
}

/* テーブルお買い物について */
table.TableHeader {
  border-collapse: collapse;
}

table.TableHeader tr:nth-child(1) {
  background-color: #eee;
  font-weight: 700;
}

table.TableHeader tr:nth-child(1) td {
  color: #000;
}

table.TableHeader tr td {
  border: 1px solid #ccc;
}

/* メイン */
.TopBrandingArea {
  width: 980px;
  margin: 1rem auto 0;
}

.TopBrandingLine {
  padding-bottom: 4rem;
  overflow: hidden;
  display: flex;
  background-image: url("../image/corp/line.gif");
  background-repeat: repeat-x;
  background-position: bottom;
}

/* スライダ */
.swiper-container {
  width: 720px;
  height: auto;
}

/* サイドバー */
.TopBrandingLineBanner {
  width: 260px;
  overflow: hidden;
}

.TopBrandingLineBanner ul {
  overflow: hidden;
}

.TopBrandingLineBanner li {
  margin: 0 0 8px 10px;
  list-style: none;
  font-size: 0;
}

.TopBrandingLineBannerSP {
  display: none;
}

/* おすすめ教材 */
.MainArea {
  background-image: url("../image/corp/bg.gif");
  background-repeat: repeat;
  padding: 1rem 0;
}

.Emergency {
  font-size: medium;
  letter-spacing: 0.1rem;
  text-align: justify;
  width: 100%;
  padding: 2rem;
  margin: 1rem 0;
  border: solid 4px red;
  background: #fff;
}

.Caption {
  width: 980px;
  height: 92px;
  margin: 1rem auto 2rem;
  background-color: #fff;
  filter: drop-shadow(4px 4px #ccc);
  border-left: solid 1.5rem #cf000f;
  letter-spacing: 0.1rem;
}

.Caption h1 {
  font-size: x-large;
  color: #cf000f;
  border-bottom: dotted 2px #cf000f;
  margin: 0 1rem 0 1rem;
  padding: 0.7rem 0 0.1rem;
}

.Caption h2 {
  font-size: small;
  margin-left: 1rem;
  padding-top: 0.3rem;
}

.ContainerArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}

.ContainerBox {
  font-size: 0;
  line-height: 1.5rem;
}

.ContainerBox img {
  max-width: 100%;
}

.Column {
  letter-spacing: 0.1em;
  float: none;
  display: inline-block;
  text-align: center;
  padding: 120px 0 10px;
  margin-top: 1rem;
  width: 19.2%;
  border: 1px solid #666;
  border-radius: 0.5rem;
  position: relative;
  font-size: medium;
}

.Column a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.Column :hover {
  background: #eee;
  border-radius: 0.5rem;
}

.Column a img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

/* コンテンツ */
.Contents, .GroupArea {
  width: 980px;
  margin: 1rem auto 3rem;
}

.Contents h1, .GroupArea h1 {
  color: #999;
}

.Contents h2 {
  border-left: solid 0.5rem #cf000f;
  padding-left: 0.5rem;
  margin: 2rem 0 1rem;
}

.Contents h3 {
  padding-left: 0.5rem;
  margin: 1rem 0;
}

.Contents ul {
  margin: 1rem 0 1rem 1.5rem;
}

.Contents ol {
  margin: 1rem 0 1rem 1.5rem;
}

.Contents dl, .GroupArea dl {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
}

.Contents dt, .GroupArea dt {
  padding-bottom: 5px;
}

.Contents p {
  text-align: justify;
  font-size: medium;
  color: #666;
  line-height: 2rem;
  letter-spacing: 1px;
}

/* 関連サイト */
.GroupArea {
  width: 980px;
  display: flex;
}

.GroupLeft {
  width: 483px;
}

.GroupRight {
  width: 483px;
  margin-left: 14px;
}

/* ぱんくず_各製品ページ以外 */
.TopicPathOther {
  width: 980px;
  margin: 2rem auto 1rem;
}

.TopicPathOther a {
  text-decoration: none;
}

.TopicPathOther a:after {
  content: "＞";
  color: #999;
  margin: 0 1rem;
}

/* ぱんくず_製品ページ */
.TopicPath {
  width: 980px;
  margin: 2rem auto 0;
}

.TopicPath a {
  text-decoration: none;
}

.TopicPath a:after {
  content: "＞";
  color: #999;
  margin: 0 1rem;
}

/* 製品・サービス */
.GoodsArea {
  width: 980px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

h2.Genre1 {
  border-left: solid 0.5rem #e00000;
}

h2.Genre2 {
  border-left: solid 0.5rem #f49c00;
  margin: 3rem 0 1rem;
}

h2.Genre3 {
  border-left: solid 0.5rem #0fa86d;
  margin: 3rem 0 1rem;
}

h2.Genre4 {
  border-left: solid 0.5rem #0083e5;
  margin: 3rem 0 1rem;
}

h2.Genre5 {
  border-left: solid 0.5rem #7748c1;
  margin: 3rem 0 1rem;
}

h2.Genre6 {
  border-left: solid 0.5rem black;
  margin: 3rem 0 1rem;
}

.GoodsBox {
  width: 49%;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: solid 1px #ccc;
}

.GoodsBox .Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.GoodsBox:hover {
  background: #eee;
}

.GoodsBox img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  object-fit: contain;
  margin-right: 0.5rem;
  background-color: #fff;
}

.GoodsBox dl {
  border: none;
  padding: 0;
}

.GoodsBox dt {
  font-size: small;
  padding: 0;
}

.GoodsBox dd {
  font-size: medium;
}

/* 電子書籍 */
.eBookBox {
  width: 49%;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: solid 1px #ccc;
  font-size: 0;
  padding: 0.5rem 0;
}

.eBookBox .Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.eBookBox:hover {
  background: #eee;
}

.eBookBox img {
  width: 24px;
  height: auto;
  object-fit: contain;
  margin-right: 6px;
  background-color: #fff;
}

.eBookBox dl {
  border: none;
  padding: 0;
}

.eBookBox dt {
  font-size: small;
  padding: 0;
}

.eBookBox dt input {
  position: absolute;
  top: 0;
  left: auto;
  width: calc(100% - 30px);
  height: 100%;
  text-align: left;
}

/* +ADD通信 */
.ADDArea {
  width: 980px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}

.ADDBox {
  width: auto;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.ADDBox img {
  margin-right: 1rem;
  background-color: #fff;
  border: solid 1px #ccc;
}

.ADDBox dl {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}

.ADDBox dt {
  font-size: medium;
  padding: 0;
  color: #cf000f;
  font-weight: 700;
}

.ADDBox dd {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: justify;
  font-size: small;
  color: #666;
}

.ADDBox li {
  margin-left: 0.5rem;
}

.ADD {
  width: 49%;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: solid 1px #ccc;
  font-size: 0;
  padding: 0.5rem 0;
}

.ADD .Link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ADD:hover {
  background: #eee;
}

.ADD dl {
  border: none;
  padding: 0;
}

.ADD dt {
  font-size: small;
  padding: 0;
}

.ADD dt::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f152';
  font-weight: 700;
  margin-right: 5px;
}

.ADD dt input {
  position: absolute;
  top: 0;
  left: auto;
  width: calc(100% - 30px);
  height: 100%;
  text-align: left;
}

/* カタログ一覧 */
.CatalogArea {
  width: 980px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.CatalogBox {
  width: 49%;
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: solid 1px #ccc;
  font-size: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.CatalogBox img {
  width: auto;
  height: 82px;
  object-fit: contain;
  margin-right: 1rem;
  background-color: #fff;
}

.CatalogBox dl {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}

.CatalogBox dt {
  font-size: small;
  padding: 0;
  color: #cf000f;
  font-weight: 700;
}

.CatalogBox dd {
  margin-top: 0.5rem;
  text-align: justify;
  font-size: small;
  color: #666;
}

/* 特設ページ */
.FeatureArea {
  width: 980px;
  margin: 2rem auto 0;
}

.FeatureArea p {
  text-align: center;
  margin-bottom: 1rem;
}

.FeatureArea li {
  list-style-type: square;
}

.FeatureSIGLENT {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem;
}

.FeaturePoint {
  width: 100%;
  background-color: #222;
  font-size: medium;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}

.FeaturePoint ul li {
  list-style-type: decimal;
  margin-bottom: 1rem;
}

.FeatureMovie {
  padding: 2rem 0;
  margin-top: 2rem;
}

.FeatureMovie iframe {
  display: block;
  width: 800px;
  height: 450px;
  margin: 0 auto;
}

table.TableFeature {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
  table-layout: fixed;
}

table.TableFeature tr {
  text-align: center;
}

table.TableFeature td, th {
  border: 1px solid #ccc !important;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

table.TableFeature th {
  text-align: center;
  background: #eee;
}

table.TableFeature tr:nth-child(odd) {
  background: #fff7f7;
}

/* テーブルSIGLENT */
table.TableSIGLENT {
  width: 100%;
}

table.TableSIGLENT th, td {
  width: 50%;
  border: none !important;
  text-align: justify;
}

table.TableSIGLENT p {
  text-align: left;
}

table.TableSIGLENT img {
  max-width: 100%;
  vertical-align: middle;
}

table.TableSIGLENT p img {
  margin-right: 0.5rem;
}

.ColumnSet {
  width: 980px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ColumnLeft {
  width: 640px;
}

.ProductImg {
  background-image: url("../image/corp/note_main.png");
  margin-bottom: 2rem;
  height: 550px;
  padding-top: 3rem;
}

.ProductImg img {
  display: block;
  width: 600px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.5rem;
}

.ImgSub {
  width: 600px;
  margin: 0 auto;
}

.ImgSub img {
  width: 108px;
  height: auto;
  object-fit: cover;
  padding: 0;
}

.ImgSub ul {
  list-style: none;
  display: flex;
  margin: 1rem 0 0 0;
}

.ImgSub li {
  margin-right: 15px;
}

.ImgSub li:last-child {
  margin-right: 0;
}

.ImgSub li img:hover {
  border: solid 3px #cf000f;
  box-sizing: border-box;
  border-radius: 0.5rem;
}

.ProductGoal {
  width: 640px;
  height: 80px;
  border: dotted 4px #cf000f;
  border-radius: 0.5rem;
  color: #cf000f;
  font-size: x-large;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ProductText {
  padding: 2rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  text-align: justify;
  font-size: medium;
  color: #555;
}

.ProductPoint {
  background-image: url("../image/corp/kokuban.png");
  background-position: bottom;
  background-color: #1c452d;
  font-size: medium;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 0.5rem 2rem 2rem;
  margin-bottom: 2rem;
}

.ProductMovie {
  background-image: url("../image/corp/note_movie.png");
  padding: 2rem 0;
  margin-top: 1rem;
}

.ProductMovie iframe {
  display: block;
  width: 580px;
  height: 326px;
  margin: 0 auto;
}

.ProductPoint ul li {
  list-style-type: decimal;
  margin-bottom: 1rem;
}

/*マーカーアニメーション*/
.MarkerText.active {
  background-position: -100% .8rem;
}

.MarkerPoint.active {
  padding-bottom: 10px;
  background-position: -100% 19px;
}

.MarkerText {
  background-image: -webkit-linear-gradient(left, transparent 50%, #ffbf7f 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #ffbf7f 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffbf7f 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ffbf7f 50%);
  background-image: linear-gradient(left, transparent 50%, #ffbf7f 50%);
  background-repeat: repeat-x;
  background-size: 200% .8rem;
  background-position: 0 .8rem;
  transition: all 3s ease;
  font-weight: 700;
  color: #000;
}

.MarkerPoint {
  background-image: -webkit-linear-gradient(left, transparent 50%, #ffdc00 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #ffdc00 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffdc00 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ffdc00 50%);
  background-image: linear-gradient(left, transparent 50%, #ffdc00 50%);
  background-repeat: repeat-x;
  background-size: 200% 4px;
  background-position: 0 19px;
  transition: all 3s ease;
}

/*製品スペック*/
.ProductSpec, .ProductLineup, .ProductOverview, .ProductCurriculum {
  width: 640px;
  margin: 0 auto;
}

.ProductSpec h3, .ProductLineup h3, .ProductOverview h3, .ProductCurriculum h3, .ProductCase h3, .ProductVoice h3 {
  font-size: large;
  border-left: solid 0.5rem #cf000f;
  padding-left: 0.5rem;
  margin: 2rem 0 1rem;
  display: inline-flex;
}

.ProductOverview img {
  margin-bottom: 1rem;
}

.Voice {
  display: flex;
  flex-direction: column;
}

.Voice div {
  display: flex;
  margin-bottom: 1rem;
}

.Voice img {
  width: auto;
  height: 100px;
  display: block;
  margin: auto;
}

.Voice p {
  position: relative;
  display: inline-block;
  margin: 0 0 0 1.5rem;
  padding: 1rem 1.5rem;
  color: #555;
  font-size: medium;
  border: solid 3px #ffbf7f;
  border-radius: 0.5rem;
  box-sizing: border-box;
  text-align: justify;
}

.Voice p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.Voice p:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ffbf7f;
  z-index: 1;
}

.Voice span:last-child {
  display: block;
  font-size: x-small;
  text-align: right;
  color: #666;
}

.ProductCase h4 {
  color: #666;
  display: inline-flex;
}

.ProductCurriculum h4 {
  margin: 1rem 0;
}

ul.Case {
  display: flex;
  margin: 0;
  width: 100%;
}

ul.Case>li {
  width: 50%;
  list-style: none;
}

.ColumnSetRight {
  width: 340px;
  padding-left: 1rem;
}

.ProductSet h3 {
  width: 340px;
  height: 40px;
  background-color: #cf000f;
  border-radius: 0.5rem;
  font-size: large;
  color: #fff;
  letter-spacing: 0.5rem;
  text-align: center;
  text-indent: 0.5rem;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.75rem;
}

.ProductSet h3.SetParts:before {
  content: url("../image/corp/set_parts.png");
  position: relative;
  top: 0.2rem;
  margin-right: 0.75rem;
}

.ProductSet h3.SetOption:before {
  content: url("../image/corp/set_option.png");
  position: relative;
  top: 0.1rem;
  margin-right: 0.75rem;
}

.ProductSet h3.SetItem:before {
  content: url("../image/corp/set_item.png");
  position: relative;
  top: 0.2rem;
  margin-right: 0.75rem;
}

.ProductSet h3.SetDownload:before {
  content: url("../image/corp/set_download.png");
  position: relative;
  top: 0.2rem;
  margin-right: 0.75rem;
}

.ProductSet h3.SetErrata:before {
  content: url("../image/corp/set_errata.png");
  position: relative;
  top: 0.2rem;
  margin-right: 0.75rem;
}

.ProductSet h3.SetOther:before {
  content: url("../image/corp/set_other.png");
  position: relative;
  top: 0.1rem;
  margin-right: 0.75rem;
}

.ProductSet img {
  background-color: #fff;
  width: 100%;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.ProductList {
  margin: 1rem auto 2rem;
}

dl.PartsList {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem 0 0rem;
  /* 上 | 右 | 下 | 左 */
}

dl.PartsList:nth-child(odd) {
  background: #fff7f7;
}

dl.PartsList dd {
  margin-left: auto;
}

dl.PartsList ul {
  margin: 0 0 0.4rem;
}

dl.PartsList li {
  margin-left: 1.2rem;
  font-size: x-small;
}

dl.PartsList img {
  margin-right: 0.5rem;
  vertical-align: middle;
}

dl.PartsList img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.ProductQuestion ul {
  list-style-type: none;
  margin: 0;
}

.ProductQuestion img {
  width: 90%;
  display: block;
  margin: 1rem auto 0;
}

.ProductShop {
  width: 980px;
  padding: 1rem;
}

.ProductShop ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ProductShop img {
  margin: 1rem;
}

.ProductShop:after {
  content: "※ 本WEBサイトに記載の商品価格および仕様は、諸般の事情により予告なく変更することもありますのでご了承ください。";
  color: #666;
}

/* お問い合わせ */
.ContactArea p {
  font-size: medium;
}

.ContactArea img {
  margin: 1rem auto;
  display: block;
}

/* 販売代理店 */
dl.PartnerList, dt, dd {
  margin: 0;
  padding: 0;
}

dl.PartnerList {
  background-color: #eee;
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  box-sizing: border-box;
  margin: 1rem 0;
}

dl.PartnerList dt:first-child {
  font-weight: 700;
}

dl.PartnerList dt:first-child+dd {
  font-weight: 700;
}

dl.PartnerList dt {
  width: 25%;
  padding: 0.5rem;
  border-top: 1px solid #ccc;
  float: left;
  margin: 0;
  box-sizing: border-box;
}

dl.PartnerList dd {
  background-color: #fff;
  margin: 0 0 0 25%;
  padding: 0.5rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #000;
}

/* ニュースリリース */
.NewsArea {
  padding-bottom: 1rem;
  border-bottom: solid 1px #ccc;
}

.NewsArea h3 {
  font-size: medium;
  padding: 0;
}

.NewsBox ul {
  margin-left: 1.5rem;
}

.NewsBox p {
  margin: 1rem 0;
}

.NewsBox a[target="_blank"]:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  margin-left: 3px;
  font-weight: 700;
}

.NewsBox a {
  color: darkblue;
  text-decoration: none;
}

.NewsBox a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* 外部リンク */
dl.PartnerList dd a[target="_blank"]:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  margin-left: 3px;
  font-weight: 700;
}

dl.PartnerList dd a {
  color: darkblue;
  text-decoration: none;
}

dl.PartnerList dd a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

dl.GroupList dd a[target="_blank"]:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  margin-left: 3px;
  font-weight: 700;
}

dl.GroupList dd a {
  color: darkblue;
  text-decoration: none;
}

dl.GroupList dd a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

ul.JapanArea {
  margin: 1rem 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: medium;
}

ul.JapanArea li {
  min-width: 25%;
  border: 3px solid #fff;
  border-radius: 0.5rem;
}

ul.JapanArea li a {
  display: block;
  text-decoration: none;
  padding: 1rem;
}

ul.JapanArea li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

li.JapanArea1 {
  background-color: lightskyblue;
}

li.JapanArea2 {
  background-color: paleturquoise;
}

li.JapanArea3 {
  background-color: mediumaquamarine;
}

li.JapanArea4 {
  background-color: palegreen;
}

li.JapanArea5 {
  background-color: khaki;
}

li.JapanArea6 {
  background-color: moccasin;
}

li.JapanArea7 {
  background-color: pink;
}

li.JapanArea8 {
  background-color: thistle;
}

/* ソーシャル */
.SocialArea {
  width: 980px;
  margin: 0 auto 3rem;
}

.SocialBottom {
  width: 300px;
  margin: 0 auto;
}

.SocialBottom ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.SocialBottom li {
  text-align: center;
  padding: 0 3rem;
  border-right: 1px solid #ccc;
}

.SocialBottom li:last-child {
  border: none;
}

.SocialBottom a {
  text-decoration: none;
}

.SocialBottom img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

/* 汎用ボタン */
.button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: dodgerblue;
  border-radius: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.button:hover {
  background-color: #fff;
  box-shadow: 0 0 0 2px dodgerblue inset;
  color: dodgerblue;
}

a.button {
  color: #fff;
}

a.button:visited {
  color: #fff;
}

a.button:visited:hover {
  color: dodgerblue;
}

/* 通知 */
p.Notice {
  font-size: small;
}

p.SideNotice {
  font-size: small;
  line-height: 1rem;
  margin-top: 1rem;
  padding: 0 1rem;
}

/* フッター */
footer {
  width: 100%;
  height: 100px;
  margin-top: auto;
  background-color: #eee;
  border-top: solid 1px #ccc;
  font-size: x-small;
  padding-bottom: 32px;
}

.sitemap {
  width: 980px;
  padding-top: 20px;
  margin: 0 auto;
  border-top: solid 2px #cf000f;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.sitemap a {
  text-decoration: none;
}

.sitemap-left {
  width: 600px;
  float: left;
  letter-spacing: 0.1rem;
}

.sitemap-right {
  width: 380px;
  text-align: right;
  float: right;
  letter-spacing: 0.1rem;
}

/*Back to top button */
#back-top {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
}

/* arrow icon (span tag) */
#back-top span {
  width: 56px;
  height: 56px;
  display: block;
  background: #cf000f url(../image/corp/up-arrow.png) no-repeat center center;
  /* rounded corners */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* background color transition */
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

#back-top a:hover span {
  background-color: #cc4040;
}

/* 2021.10　nagao ふきだし囲み記事用*/
.oshirase {
  background: #F9E2E4;
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.oshirase-circle1 {
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color: #CF000F;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.oshirase-circle1:after {
  content: "し";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color: #CF000F;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.oshirase-circle2:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #CF000F;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.oshirase-circle2 {
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color: #CF000F;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.oshirase-circle2:after {
  content: "せ";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color: #CF000F;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.oshirase p {
  margin: 0;
  padding: 0;
}

.oshirase-midashi {
  color: #cf000f;
  font-size: large;
  display: table-cell;
  text-align: center;
}

/* 2021.12　nagao 価格構成表用 */
table.TableConfig {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: small;
}

table.TableConfig td, th {
  /* 全体スタイル */
  width: 20%;
  border: 1px solid #ccc !important;
  padding: 10px;
}

table.TableConfig>tbody>tr>td {
  vertical-align: middle;
}

table.TableConfig tr:nth-child(1) {
  /* 横1行目 型番 */
  background: #f1f1f1;
  font-weight: 700;
  text-align: center;
}

table.TableConfig tr:nth-child(2) {
  /* 横2行目 */
  background: #f1f1f1;
  color: green;
  font-weight: 700;
}

table.TableConfig td:nth-child(1) {
  /* 縦1列目　*/
  background: #f1f1f1;
}

table.TableConfig tr:nth-child(1) td:nth-child(1) {
  /* 横1行目縦1列目 商品構成 */
  font-weight: 700;
  text-align: center;
}

table.TableConfig tr:nth-child(2) td:nth-child(1) {
  /* 横2行目縦1列目 AMS-1 */
  text-align: center;
}

table.TableConfig td:nth-child(2) {
  /* 縦2列目 */
  text-align: center;
}

table.TableConfig td:nth-child(3) {
  /* 縦3列目 */
  text-align: center;
}

table.TableConfig td:nth-child(4) {
  /* 縦4列目 */
  text-align: center;
}

table.TableConfig td:nth-child(5) {
  /* 縦5列目 */
  text-align: center;
}


.Space {
  margin-top: 50px
}

/* 製品情報ボタン群 */
.ProductTitleButton {
  padding: 0;
  display: flex;
}

/* swfコンテンツ用 */
.swfcontents {
  margin-top: -1em;
  min-height: 180px;
}

.swftext {
  padding-left: 230px;
  margin-top: 0px;
}

/* 製品情報 */
.ProductTitle {
  padding: 0;
  display: flex;
}

.ProductTitle h1 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  font-size: x-large;
  color: #000;
}

.ProductTitle img {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

/* サポートサイトでは不要
.ProductTitle h1:before {
  content: url("../image/corp/productname.png");
  position: relative;
  top: 0.8rem;
  margin-right: 0.5rem;
}
*/

/* 空白スペーサ */
p.SpacerButton {
  position: relative;
  top: 0.9rem;
  margin-left: auto;
}

p.SpacerButton a {
  display: block;
  width: 5px;
  height: 30px;
  background-color: #fff;
}

/* ログインボタン */
p.LoginButton {
  position: relative;
  top: 0.9rem;
  margin-left: 10px;
  font-size: 1.1em;
}

p.LoginButton a {
  display: block;
  width: 220px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: #FFD700;
  border-radius: 25px;
}

p.LoginButton a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f2f6';
  margin-right: 5px;
  font-weight: 700;
}

p.LoginButton a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* 製品情報ボタン */
p.ProductInfoButton {
  position: relative;
  top: 0.9rem;
  margin-left: 10px;
  font-size: 1.1em;
}

p.ProductInfoButton a {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #CF000F;
  border-radius: 25px;
}

p.ProductInfoButton a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f05a';
  margin-right: 5px;
  font-weight: 700;
}

p.ProductInfoButton a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* パンフレットボタン */
p.PamphletButton {
  position: relative;
  top: 0.9rem;
  margin-left: 10px;
  font-size: 1.1em;
}

p.PamphletButton a {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: #78B5FF;
  border-radius: 25px;
}

p.PamphletButton a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f518';
  margin-right: 5px;
  font-weight: 700;
}

p.PamphletButton a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* eラーニングボタン */
p.LearningButton {
  position: relative;
  top: 0.9rem;
  margin-left: 10px;
  font-size: 1.1em;
}

p.LearningButton a {
  display: block;
  width: 180px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: #FFD700;
  border-radius: 25px;
}

p.LearningButton a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f51c';
  margin-right: 5px;
  font-weight: 700;
}

p.LearningButton a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* 購入ボタン */
p.BuyButton {
  position: relative;
  top: 0.9rem;
  margin-left: 10px;
  font-size: 1.1em;
}

p.BuyButton a {
  display: block;
  width: 85px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: #ff8e1c;
  border-radius: 25px;
}

p.BuyButton a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f07a';
  margin-right: 5px;
  font-weight: 700;
}

p.BuyButton a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* サポートボタン */
p.SupportButton {
  position: relative;
  top: 0.9rem;
  margin-left: 10px;
  font-size: 1.1em;
}

p.SupportButton a {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #CF000F;
  border-radius: 25px;
}

p.SupportButton a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f059';
  margin-left: 4px;
  margin-right: 2px;
  font-weight: 700;
}

p.SupportButton a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/* 購入問合ボタン */
p.MailButton {
  position: relative;
  top: 0.9rem;
  margin-left: 10px;
  font-size: 1.1em;
}

p.MailButton a {
  display: block;
  width: 85px;
  height: 30px;
  line-height: 30px;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: #ff8e1c;
  border-radius: 25px;
}

p.MailButton a:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0e0';
  margin-right: 5px;
  font-weight: 700;
}

p.MailButton a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
