@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  margin: 0px;
  padding: 0px;
  color: #333333;
  width: 100%;
  font-size: 1.6rem;
  font-family: 'ZenKakuGothicAntique-Medium', sans-serif;
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  text-rendering: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #FAFAFA;
  height: 100%;
  padding-bottom: 120px;
  padding-top: 35px;
}
a {
  color: #00008C;
}
a:hover {
  color: #0050DE;
}
.clear {
  clear: both;
  float: none;
}
img {
  border-style: none;
}
br.clear {
  clear: both;
  float: none;
}
p {
  padding: 0;
	margin: 5px;
}
.text_s{
	font-size: 1.25rem;

}
.center{
	text-align: center;
}
.red {
  color: red;
}
/* 1280以下は改行しない */
.br-sp {
  display: none;
}
@media screen and (min-width: 1280px) {
  .br-sp {
    display: block;
	}
}
h1 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  color: #FFF;
  padding: 0;
  margin: 0;
}
h2 {
  margin: 0;
  padding: 2px;
}
h3 {
  margin: 5px;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 5px;
  line-height: 2.25rem;
  color: #333;
  text-align: center;
  height: 4.5em;
}
h3 span.op {
  font-size: 0.75em;
  margin: 4px 0px 0px 0px;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 999px;
  display: inline-flex;
  height: 1.5rem;
  padding: 2px 1rem;
  float: right;
}
h4 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  text-indent: 2em;
  font-size: 14px;
  color: #4B4B4B;
  height: 35px;
  line-height: 35px;
}
h5 {
  margin: 5px 20px 15px;
  padding: 5px 0px 10px;
  border-bottom: 1px dashed #bbbbbb;
  font-size: 12px;
  text-indent: 1em;
}
#container {
  width: 100%;
  margin: 0px auto;
  height: 100vh;
  /*padding-bottom: 100px;*/
}
.warp {
  margin: 0px auto;
  padding: 0px;
  max-width: 1280px;
  display: flex;
  border-style: none;
	min-width: 860px;
	flex-wrap: nowrap; /* 横並びを維持 */
}
@media screen and (max-width: 980px) {
.warp {
	padding-bottom: 120px;
  }
}
/* 860px以下で横スクロールを許可 */
@media screen and (max-width: 860px) {
.warp {
        overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* スマホでスムーズスクロール */
  }
}
/*ヘッダー*/
#header {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #2B2B2B;
  position: fixed;
  top: 0;
  left: 0;
  height: 35px;
  z-index: 100;
}
#header_logo {
  max-width: 320px;
  padding: 5px 0 5px 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
/*メイン　960px*/
#main {
  padding: 0px;
  margin: 10px;
  width: 960px;
  height: 100%;
	box-sizing: border-box;
  clear: both;
  float: none;
}
/*システムごとログインbox*/
.l-product-list {
  margin: 2rem 1rem 2rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.4rem;
  padding-right: var(--padding-x);
  padding-left: var(--padding-x);
}
.l-product {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #333;
  border-radius: 1.2rem;
  background-color: #FFFFFF;
  padding: 5px 0;
  cursor: pointer;
}
.l-product:hover {
  background-color: #EFF8FF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition-duration: 0.5s;
}
.l-product a {
  text-decoration: none;
  color: #333;
  width: 100%;
  height: 100%;
}
#youtube.l-product  {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  border-radius: 1.2rem;
  background-color: #FAFAFA;
  padding: 5px 0;
  cursor: pointer;
}
#youtube.l-product:hover {
  background-color: none;
  box-shadow: none;
}
.box01 {
  margin: 0px auto;
  padding: 0;
  width: 90%;
  height: auto;
}
.box01 img {
	width: 100%;
}

/*サブ　320px*/
#sub {
  width: 320px;
  margin: 10px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#sub_box {
  margin: 0px;
  padding: 0px;
  border: 1px solid #000;
  border-radius: 1.2rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #FFF;
}
#sub p {
  font-size: 11px;
  margin: 5px 5px 5px 10px;
  padding: 0px;
}
.sub03 {
  margin: 0px;
  border-radius: 1.2rem 1.2rem 0px 0px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px;
  text-indent: 1em;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #333;
  text-shadow: none;
  height: 1em;
  text-align: left;
}
.sub04 {
  margin: 0px 0px 10px;
  padding: 0px;
  text-indent: 2.5em;
  font-size: 12px;
  color: #FFFFFF;
  height: 35px;
  line-height: 35px;
  background-color: #666;
  background-image: url(../images/arrow01.png);
  background-repeat: no-repeat;
  background-position: 1em center;
  border-style: none;
}
.sub05 {
  margin: 0px 5px 10px;
  padding: 5px 0px;
  border-bottom: 1px dashed #bbbbbb;
  font-size: 1.25rem;
  text-indent: 0.5rem;
  overflow: hidden;
  display: flex;
}
.sub05::before {
  content: '';
  display: block;
  margin-right: 0;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
  height: 1rem;
  width: 1rem;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: blue;
  flex-shrink: 0;
  align-self: flex-start;
}
/*各システムログインボタングラデーション*/
.cloud {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 80, 0, 1.00) 0%, rgba(255, 120, 0, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(255, 80, 0, 1.00) 0%, rgba(255, 120, 0, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(255, 80, 0, 1.00) 0%, rgba(255, 120, 0, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(255, 80, 0, 1.00) 0%, rgba(255, 120, 0, 1.00) 100%);
  background-color: #ff7800;
}
.web {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 189, 79, 1.00) 0%, rgba(0, 209, 79, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(0, 189, 79, 1.00) 0%, rgba(0, 209, 79, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(0, 189, 79, 1.00) 0%, rgba(0, 209, 79, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(0, 189, 79, 1.00) 0%, rgba(0, 209, 79, 1.00) 100%);
  background-color: #00d14f;
}
.navi {
  background-image: -webkit-linear-gradient(270deg, rgba(210, 23, 94, 1.00) 0%, rgba(210, 42, 112, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(210, 23, 94, 1.00) 0%, rgba(210, 42, 112, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(210, 23, 94, 1.00) 0%, rgba(210, 42, 112, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(210, 23, 94, 1.00) 0%, rgba(210, 42, 112, 1.00) 100%);
  background-color: #d22a70;
}
.extension {
  background-image: -webkit-linear-gradient(270deg, rgba(229, 207, 0, 1.00) 0%, rgba(237, 223, 95, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(229, 207, 0, 1.00) 0%, rgba(237, 223, 95, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(229, 207, 0, 1.00) 0%, rgba(237, 223, 95, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(229, 207, 0, 1.00) 0%, rgba(237, 223, 95, 1.00) 100%);
  background-color: #E5CF00;
}
.moushikomi {
  background-image: -webkit-linear-gradient(270deg, rgba(229, 207, 0, 1.00) 0%, rgba(237, 223, 95, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(0, 55, 185, 1.00) 0%, rgba(36, 82, 192, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(0, 55, 185, 1.00) 0%, rgba(36, 82, 192, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(0, 55, 185, 1.00) 0%, rgba(36, 82, 192, 1.00) 100%);
  background-color: #0037B9;
}
.chushajo {
  background-image: -webkit-linear-gradient(270deg, rgba(229, 207, 0, 1.00) 0%, rgba(237, 223, 95, 1.00) 100%);
  background-image: -moz-linear-gradient(270deg, rgba(245, 137, 177, 1.00) 0%, rgba(255, 173, 203, 1.00) 100%);
  background-image: -o-linear-gradient(270deg, rgba(245, 137, 177, 1.00) 0%, rgba(255, 173, 203, 1.00) 100%);
  background-image: linear-gradient(180deg, rgba(245, 137, 177, 1.00) 0%, rgba(255, 173, 203, 1.00) 100%);
  background-color: #F589B1;
}
.cloud:hover, .web:hover, .navi:hover, .extension:hover, .moushikomi:hover, .chushajo:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*ログインボタン*/
.login_btn {
  display: block;
  text-align: center;
  margin: 15px auto;
  width: 95%;
  color: #FFF;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 10px 0px;
  text-indent: 0;
  text-decoration: none;
  border: 1px solid #626162;
  text-shadow: 0px -1px #666, 1px 0px #666, 0px 1px #666, -1px 0px #666, 2px 2px 3px #666;
  box-shadow: 0px 0px 5px #bcbcbc;
  -moz-box-shadow: 0px 0px 5px #bcbcbc;
  -webkit-box-shadow: 0px 0px 5px #bcbcbc;
  font: bold 20px Verdana, Geneva, sans-serif;
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}
.l-product:hover .login_btn {
  text-decoration: none;
  border: 1px solid #333;
  transform: scaleX(1.0);
  letter-spacing: 3px;
  box-shadow: none;
	text-shadow: 0px -1px #333, 1px 0px #333, 0px 1px #333, -1px 0px #333, 0px -1px #333;
}
/*ニュースボタン*/
.news_box {
  margin-bottom: 10px;
  text-align: center;
}
.news_btn {
  display: block;
  text-align: center;
  margin: 0px auto;
  max-width: 230px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 800;
  font-feature-settings: normal;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  padding: 10px 0px;
  background-color: #868582;
  background-image: url(../images/login_bg_h.png);
  background-repeat: repeat-x;
  background-position: left top;
  text-indent: 0;
  text-decoration: none;
  border: 1px solid #626162;
  text-shadow: 0px -1px #333, 1px 0px #333, 0px 1px #333, -1px 0px #333, 0px -1px #333;
  box-shadow: 0px 0px 5px #bcbcbc;
  -moz-box-shadow: 0px 0px 5px #bcbcbc;
  -webkit-box-shadow: 0px 0px 5px #bcbcbc;
  position: relative;
  transition: background-color 0.5s ease;
}
.news_btn:hover {
  text-decoration: none;
  color: #fff;
  background-image: none;
  background-color: rgba(51, 51, 51, 0.70);
}
.news_btn .new {
  position: absolute;
  left: 70%;
  top: 32%;
}

.news_box .update_date {
  font-size: 0.9em;
}

.new-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.875rem;
  font-weight: 500;
}

.new-label {
  background-color: #ff2d55; /* 鮮やかな赤ピンク */
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.2em 0.6em;
  border-radius: 999px; /* pill shape */
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.03em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  animation: popIn 0.3s ease-out;
}

.badge-count {
  background-color: #007aff; /* iOSブルー */
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.15em 0.5em;
  border-radius: 999px;
  line-height: 1;
  display: block; /* 必要に応じて表示 */
}

@keyframes popIn {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*利用可能時間　dl*/
dl.flat {
  padding: 0;
  margin: 5px auto;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
	background-color: #fff;
}
dl.flat dt {
  width: auto;
  padding: 5px 0.5em;
  margin: 0;
  float: left;
  font-size: 1.4rem;
  background-color: #666;
  color: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
}
dl.flat dd {
  width: auto;
  padding: 5px 0;
  margin: 0 auto;
  font-weight: bold;
  background-color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* 980px以下で縦並びに変更 */
@media screen and (max-width: 980px) {
  dl.flat dl {
    flex-direction: column;
  }
  dl.flat dt {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
  dl.flat dd {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*ul*/
ul.kome {
  margin: 5px 10px;
  padding: 0px;
  font-size: 0.9em;
}
ul.kome li {
  list-style: none;
  padding-bottom: 5px;
  text-indent: -1.5em;
  padding-left: 1em;
}
ul.kome li:before, ul.kome_ss li:before {
  content: '※ ';
}
ul.kome_ss {
  margin: 0px 5px 5px 20px;
  padding: 0px;
  font-size: 1.25rem;
  float: right;
}
ul.kome_ss li {
  list-style: none;
  text-indent: -1.25em;
  line-height: 1.3;
}
ul.kome_s {
  margin: 5px 5px 0px 5px;
  padding: 5px 5px 0px 5px;
}
ul.kome_s li {
  list-style: none;
  padding-bottom: 5px;
  text-indent: -1.5em;
  padding-left: 1em;
  font-size: 11px;
}
ul.kome_s li::before {
  content: '※ ';
}
/*ol*/
ol {
  padding: 0 5px 0 20px;
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  list-style: decimal;
}
ol li {
  padding-bottom: 0.5em;
}
.b_box {
  padding: 5px;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: auto;
  margin: 5px 15px 10px;
  font-size: 1.5rem;
}
/*リモートサポートボタン*/
.remote_btn {
  position: relative;
  max-width: 234px;
  height: 60px;
  margin: auto;
	background-image: url("../images/teamviewer_badge_blue7.png");
  background-position: left top;
	background-color: dodgerblue;
	border-radius: 5px;
	transition: opacity 0.3s ease;
	cursor: pointer;
	width: 100%;
}
.remote_btn a {
	display: block;
	width: 100%;
    height: 100%;
}
.remote_btn:hover {
	opacity: 0.7;
}
.remote_btn span {
  position: absolute;
  top: 14.5px;
  left: 55px;
  display: block;
  cursor: pointer;
  color: White;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  max-width: 174px;
  text-shadow: 0px -1px #666, 1px 0px #666, 0px 1px #666, -1px 0px #666, 2px 2px 3px #666;
}
/*.remote_btn a span:hover.remote_btn img {
	opacity: 0.7;
}*/
/*footer*/
#footer {
  color: #FFF;
  background-color: #868582;
  padding: 0;
  margin: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100px;
  z-index: 100;
}
.footer_inner {
  max-width: 1280px;
  margin: 0 auto;
}
#footer #pagetop {
  margin: 0px auto;
  padding: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
#pagetop_btn {
  text-align: center;
  margin: 0px;
  color: #FFF;
  font-size: 1.5rem;
  background-color: #868582;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 10px;
  float: right;
  position: absolute;
  right: 0px;
  top: -20px;
  text-decoration: none;
}
#pagetop_btn a:hover {
  color: #0257CA;
  text-decoration: none;
}
#pagetop_btn a {
  color: #FFF;
  text-decoration: none;
}
#footer ul.footcontact {
  color: #FFF;
  width: 100%;
  margin: 0px;
  padding: 15px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#footer ul.footcontact li {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#footer #credit {
  background-color: #000000;
  width: 100%;
  text-align: right;
  font-size: 1rem;
  padding: 5px 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}



