@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.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 {
  width: auto;
  border: 1px solid #ccc !important;
  padding: 10px;
}
table.TableOverview th {
  background: #eee;
}
table.TableOverview tr:nth-child(odd) {
  background: #fff7f7;
}
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.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;
}
/* ルート */
.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 red;
}
h2.Genre2 {
  border-left: solid 0.5rem orange;
  margin: 3rem 0 1rem;
}
h2.Genre3 {
  border-left: solid 0.5rem green;
  margin: 3rem 0 1rem;
}
h2.Genre4 {
  border-left: solid 0.5rem mediumblue;
  margin: 3rem 0 1rem;
}
h2.Genre5 {
  border-left: solid 0.5rem rebeccapurple;
  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;
}
/* カタログ一覧 */
.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;
}
/* 製品情報 */
.ProductTitle {
  padding: 1rem 0;
  display: flex;
}
.ProductTitle h1 {
  font-size: x-large;
  color: #000;
}
.ProductTitle h1:before {
  content: url("../image/corp/productname.png");
  position: relative;
  top: 0.8rem;
  margin-right: 0.5rem;
}
/* eラーニングボタン */
p.LearningButton {
  position: relative;
  top: 1.4rem;
  margin-left: 0.5rem;
}
p.LearningButton a {
  display: block;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  text-align: center;
  background-color: gold;
  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: 1.4rem;
  margin-left: auto;
}
p.BuyButton a {
  display: block;
  width: 85px;
  height: 40px;
  line-height: 40px;
  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.MailButton {
  position: relative;
  top: 1.4rem;
  margin-left: auto;
}
p.MailButton a {
  display: block;
  width: 85px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #0071e3;
  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 )";
}
.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 1rem;
}
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;
}