@charset "utf-8";
/* CSS Document */
/* formattiong style
------------------------------*/
html {
  /*フォントサイズ10px*/
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 1.6em; /*フォントサイズ16px*/
}

/* layout
------------------------------*/
.contentWrapper {
  max-width: 1200px;
  min-width: 900px;
  margin: 0px auto;
  padding: 0px 10px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile, header nav#globalnav ul li.mobile, ul.bxslider .mobile {
  display: none;
}
.flexbox {
  display: flex;
}
.flexleft {
  width: 100%;
  margin: 0px 1em 0px 0px;
}
/*スマホは改行*/
.break-keep {
  word-break: keep-all;
}

/* print
------------------------------*/
.print {
  display: none;
}

/* text style
------------------------------*/
.textbold {
  font-weight: bold;
}
.textcaution {
  color: #FF0000;
}
.textgreen {
  color: #00A684;
}
.textred {
  color: #d04255;
}
.textbig {
  font-size: 1.5em;
}
.textsmall {
  font-size: 0.8em;
}
.textunderline {
  text-decoration: underline;
}
.textmarkw {
  background: linear-gradient(transparent 60%, #FFF 60%);
  padding: 0px 0.5em;
}
.textmarklg {
  background: linear-gradient(transparent 60%, #E2F9E7 60%);
}
.textmarkr {
  background: linear-gradient(transparent 60%, #FCE7E6 60%);
}

/* link style
------------------------------*/
a img {
  border-style: none;
}
a:link {
  color: #333333;
  text-decoration: underline;
}
a:visited {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #00A684;
  text-decoration: none;
}
.arrow, .arrow-red {
  position: relative;
  padding-left: 1.5em;
}
.arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0.2em;
  top: 0.65em;
  border-top: solid 2px #00A684;
  border-right: solid 2px #00A684;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.arrow-red::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0.2em;
  top: 0.65em;
  border-top: solid 2px #FF0000;
  border-right: solid 2px #FF0000;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
.pdf {
	padding: 5px 0px 0px 37px;
	background-image: url(../img/pdficon.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.toc {
  margin-top: 0.5em;
	padding: 5px 0px 0px 40px;
	background-image: url(../img/tocicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
/* header
------------------------------*/
header {
  border-top: solid 8px #00A684;
}
header .contentWrapper {
  position: relative;
}
h1 {
  margin-top: 10px;
  margin-bottom: 1em;
}
h1 img {
  max-width: 100%;
}
header ul.menu {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header ul.menu li.arrow, header ul.menu li.arrow-red {
  margin: 0 0 0 10px;
}
header ul.menu li a {
  color: #333333;
  font-size: 0.9em;
  line-height: 1.6rem;
}
header ul.menu li a:link {
  text-decoration: none;
}
header ul.menu li a:visited {
  text-decoration: none;
}
header ul.menu li a:hover {
  text-decoration: underline;
}
#cse-search-box {
  position: absolute;
  top: 3rem;
  right: 10px;
}
#cse-search-box input[type="text"] {
  width: 200px;
  line-height: 1.6rem;
  border-radius: 2.4rem;
  border: 1px solid #CCC;
  padding: 6px 10px;
}
#cse-search-box input[type="submit"] {
  position: absolute;
  top: 8px;
  right: 5px;
  border-style: none;
  background-color: #FFF;
  cursor: pointer;
}
.icn-search {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999;
}

/* pr
------------------------------*/
.pr {
  margin: 2em 0 4em;
  text-align: center;
}

/* globalnav
------------------------------*/
header nav#globalnav ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
header nav#globalnav ul li {
  position: relative;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #CCC;
  display: table-cell;
  vertical-align: middle;
  border-bottom: solid 5px #FFF;
  transition-duration: 250ms;
}
header nav#globalnav ul li.last-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCC;
}
header nav#globalnav ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  line-height: 1.1em;
  padding: .7em 0;
  position: relative;
}
header nav#globalnav ul li.on {
  border-bottom: solid 5px #00A684;
}
header nav#globalnav ul li.on a {
  color: #00A684;
}
header nav#globalnav ul li.on ul a {
  color: #333333;
}
header nav#globalnav ul li.line2 a {
  padding: .1em 0;
}
header nav#globalnav ul li a.arrow::before {
  display: none;
}
header nav#globalnav ul li:hover {
  color: #00A684;
  border-bottom: solid 5px #00A684;
}
header nav#globalnav ul li.on a:hover {
  color: #00A684;
}
header nav#globalnav ul li ul {
  display: none;
}
header nav#globalnav ul li:hover ul {
  display: block;
  position: absolute;
  background-color: #CCC;
  background-clip: padding-box;
  z-index: 1;
  border-top: solid 5px transparent;
}
header nav#globalnav ul li ul li {
  display: block;
  border-left-style: none;
  border-bottom: solid 1px #FFF;
  margin: 0px;
}
header nav#globalnav ul li ul li a {
  border-bottom: none;
  font-size: 0.8em;
  line-height: 1.4em;
}
header nav#globalnav ul li ul li:hover {
  border-bottom: solid 1px #FFF;
}
header nav#globalnav ul ul {
  margin: 0;
}
/* rootlist
------------------------------*/
nav#rootlist {
  background: #ECECE7;
  margin: 2em 0px 4em 0px ;
  opacity: 0.9;
}
#rootlist ul {
  padding: 0.2em 0px;
}
#rootlist li {
  list-style: none;
  display: inline;
  margin: 0px;
  font-size: 0.9em;
}

/* main
------------------------------*/
.m1lr {
  margin: 0px 1em;
}
.m1r {
  margin: 0px 1em 0px 0px;
}
.m05r {
  margin: 0px 0.5em 0px 0px;
}
.m1tb {
  margin: 1em 0px;
}
.m1b {
  margin: 0px 0px 1em;
}
.m2b {
  margin: 0px 0px 2em;
}
.m05b {
  margin: 0px 0px 0.5em;
}
.m0b {
  margin-bottom: 0px;
}
.m0 {
  margin: 0px;
}
.p1 {
  padding: 1em;
}
.m5tb {
  margin: 5em 0px;
}
.center {
  text-align: center;
}
.left {
  float: left;
  margin: 0px 1em 0px 0px;
}
.right {
  float: right;
  margin: 0px 0px 0px 1em;
}
.rightm1b {
  float: right;
  margin: 0px 0px 1em 10px;
}
.clear {
  clear: both;
 }
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
h2 {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
h2::before, h2::after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background: #333;
}
h2::before {
  margin-right: 2rem;
}
h2::after {
  margin-left: 2rem;
}
h3 {
  margin-top: 4em;
  padding: 0.5em 0.5em 0.5em 1em;
  border-left: solid 5px #00A684;
}
h3.simple {
  padding: 0px;
  border-left: none;
}
h3.plan {
  margin: 0px 0px 1em;
  padding: 0px;
  border: none;
  text-align: center
}
h4 {
  margin-top: 3em;
  padding: 0.3em 0.3em 0.3em 0px;
  border-bottom: solid 1px #333;
}
h4.simple {
  padding: 0px;
  border-bottom: none;
}
ul {
  padding: 0px 0px 0px 0.5em;
  margin: 0px;
}
ol {
  padding: 0px 0px 0px 0.5em;
  margin: 0px;
}
li {
  margin: 0px 0px 0.5em 1em;
}
ol li {
  margin: 0px 0px 0.5em 1.5em;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0px 0px 0px ;
}
li dl{
  margin: 0.5em 0px 0px 1em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0px 0px 7px 20px;
}
dd.m0 {
  margin: 0px 0px 0px 20px;
}
ul.notice {
  padding-left: 1.5em;
  margin: 0px 0px 10px;
  font-size: 0.8em;
}
ul.m1b {
  margin: 0px 0px 1em
}
ul.notice li {
  text-indent:-1.5em;
  margin: 0px;
  list-style-type:none;
}
ul.num {
  padding-left:2em;
}
ul.num li {
  text-indent:-2em;
}
ul.none {
  padding: 0px;
}
ul.none li {
  margin: 0px 0px 5px 0px;
  list-style-type:none;
}
table ul.notice, table ul.notice li {
  margin: 0px;
}
ul.ok, ul.ng {
  padding-left: 5px;
  margin-bottom: 2em
}
ul.ok li {
  list-style-type: none;
  background: url("../support/img/ok.png") left 0px top 3px no-repeat;
  margin: 0px 0px 0.5em 0px;
  padding-left: 25px;
}
ul.ng li {
  list-style-type: none;
  background: url("../support/img/ng.png") left 0px top 3px no-repeat;
  margin: 0px 0px 0.5em 0px;
  padding-left: 25px;
}
ul.ng li ul {
  margin: 0px;
}
ul.ng li ul li{
  background-image: none;
  padding: 0px;
}
.bg-lightgreen {
  background: #E2F9E7;
  border-radius: 10px;
}
.bg-red {
  background: #FCE7E6;
  border-radius: 10px;
}
.bg-green {
  background-color: #00A684;
  color: #FFF;
}
.bg-black {
  background-color: #3c3737;
  color: #FFF;
  white-space: nowrap;
  overflow: auto;
}
.band {
  padding: 2em 0px;
}
.overflow {
  overflow: hidden;
}
table {
  margin: 10px auto;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  clear: both;
}
.w100 {
  width: 100%;
}
table.even {
  table-layout: fixed;
}
table th, table td {
  padding: 1em;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: left;
}
table th {
  font-weight: normal;
  background-color: #E2F9E7;
  white-space: nowrap;
}
table td.bt-none {
  padding: 0px 1em 1em 1em;
  border-top: none;
}
table td.bb-none {
  border-bottom: none;
}
table li:last-child {
  margin: 0px 0px 0px 1em;
}
table dl {
  margin: 0px;
}
table.vertical td {
  width: 657px
}
table.led th:first-of-type, table.led th:nth-of-type(2) {
  width: 140px;
}
img {
  max-width: 100%;
  height: auto;
}
img.border {
	border: 1px solid #CCCCCC;
}
.rotate180 {
  transform: rotate(180deg);
}
.radiusbox {
  max-width: 600px;
  margin: 0px auto;
  border-radius: 24px;
  background-color: #E2F9E7;
  padding: 2em;
}
.features {
  display: grid; /* グリッドコンテナの定義 */
  grid-template-columns: repeat(3, 320px); /* 列の数と幅の指定 */
  gap: 3em;
  margin: 2em 0;
  justify-content: center;
}
.description-green {
  border-top: 2px solid #00A684;
  padding: 2em 0.5em 0.5em 0.5em;
}
.description-red {
  border-top: 2px solid #d04255;
  padding: 2em 0.5em 0.5em 0.5em;
}
.title {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 0.5em;
}
.description-green .title {
  color: #00A684;
}
.description-red .title {
  color: #d04255;
}
nav#flow ol {
  list-style-type: decimal;
  margin-left: 0.5em;
  padding: 0px 0px 0px 0.5em;
}
nav#flow ol li {
  margin: 0px 0px 0.5em 1em;
}
nav#supportmenu {
  max-width: 850px;
  margin: auto;
}
nav#supportmenu ul {
  font-size:0;
  line-height:0;
}
nav#supportmenu ul li {
  display: inline;
  margin: 0px;
}
nav#supportmenu ul li img {
  margin: 0px 10px 10px 0px;
}
nav#supportmenu ul li img.m0r {
  margin: 0px 0px 10px 0px;
}
hr {
  border: 0;
  border-top: 0.5px solid;
  height: 0;
  margin-bottom: 1.5em;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* 点滅
------------------------------*/
@keyframes blink-gr-or {
  0% {
    background-color: #00cc00;
  }
  50% {
    background-color: orange;
  }
}
.blink-gr-or {
  animation: blink-gr-or 1.5s step-end infinite;
}
@keyframes blink-red {
  0% {
    background-color: red;
  }
  50% {
    background-color: black;
  }
}
.blink-red {
  animation: blink-red 0.3s step-end infinite;
}
@keyframes blink-red2 {
  0% {
    background-color: red;
  }
  50% {
    background-color: black;
  }
}
.blink-red2 {
  animation: blink-red 1.5s step-end infinite;
}
@keyframes blink-orange {
  0% {
    background-color: orange;
  }
  50% {
    background-color: black;
  }
}
.blink-orange {
  animation: blink-orange 0.3s step-end infinite;
}
@keyframes blink-orange2 {
  0% {
    background-color: orange;
  }
  50% {
    background-color: black;
  }
}
.blink-orange2 {
  animation: blink-orange2 1.5s step-end infinite;
}
@keyframes blink-blue {
  0% {
    background-color: blue;
  }
  50% {
    background-color: black;
  }
}
.blink-blue {
  animation: blink-blue 0.3s step-end infinite;
}
@keyframes blink-yellow {
  0% {
    background-color: #f4e30c;
  }
  75% {
    background-color: black;
  }
}
.blink-yellow {
  animation: blink-yellow 0.3s step-end infinite;
}
@keyframes blink-purple {
  0% {
    background-color: #cc33cc;
  }
  50% {
    background-color: black;
  }
}
.blink-purple {
  animation: blink-purple 0.3s step-end infinite;
}
.circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 10px auto;
}
.c-black {
  background-color: black;
}
.c-green {
  background-color: #00cc00;
}
.c-orange {
  background-color: orange;
}
.c-red {
  background-color: red;
}
.c-perple {
  background-color: #cc33cc;
}

/* footer
------------------------------*/
footer {
  text-align: center;
  margin: 5em 0px 0px 0px;
}
footer ul {
  text-align: center;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
footer ul li {
  display: inline;
  margin: 0;
  padding: 0px 2em;
}
footer ul li a:link {
  color: #333333;
  text-decoration: none;
}
footer ul li a:visited {
  color: #333333;
  text-decoration: none;
}
footer ul li a:hover {
  color: #333333;
  text-decoration: underline;
}
footer .bg-green {
  padding: 1em 0px;
}

/* ページTOPへ */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 5%;
  cursor: pointer;
}
.pagetop p a {
  display: block;
  padding: 10px;
  background: #fff;
  border: 2px solid #999;
  color: #999;
  text-decoration: none;
  border-radius: 20px;
  line-height: 1;
}
.pagetop p a:hover {
  background: #999;
  border: 2px solid #999;
  color: #fff;
}

/* home
------------------------------*/
dl.news {
  margin-bottom: 0px;
}
.news dt {
  clear: left;
  float: left;
  margin: 0px;
  padding: 0px 0px 2em 0px;
  font-weight: normal;
}
.news dt .date {
  display: inline-block;
  width: 9em;
}
.news dt .category {
  display: inline-block;
  background: #00A684;
  border-radius: 5px;
  text-align: center;
  color: #FFF;
  width: 10em;
  padding: 0px 1em;
}
.news dd {
  margin: 0px;
  padding: 0px 0px 2em 21em;
}

/* モバイル css
------------------------------*/
@media screen and (max-width:599px) {
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .contentWrapper {
    min-width: auto;
  }
  .flexbox {
    flex-direction: column;/*flexアイテムを縦並びに変更*/
  }
  .reverse {
    flex-direction: column-reverse; /* 並び順を逆順にする */
  }

  /* header */
  header h1 {
    width: 160px;
  }
  nav#globalnav {
    margin: 2rem 0;
  }

  /* pr */
  .pc, header nav#globalnav ul li.pc {
    display: none;
  }
  header ul.menu, header nav#globalnav ul li.mobile {
    display: block;
  }
  .pr .mobile, ul.flex {
    display: block;
    max-width: 100%;
  }

  /* globalnav-toggle クリック前 */
  .globalnav-toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    margin: 0;
    padding: 0;
    width: 3.25rem;
    height: 2.5rem;
  }
  .globalnav-toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .globalnav-toggle i:nth-child(1) {
    top: 0;
  }
  .globalnav-toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .globalnav-toggle i:nth-child(3) {
    bottom: 0;
  }

  /* globalnav-toggle クリック後 */
  .globalnav-toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .globalnav-toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .globalnav-toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  /* モバイルメニュー クリック前 */
  #cse-search-box {
    visibility: hidden;
  }
  #navigation-set {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
  }
  header ul.menu {
    position: static;
  }
  header ul.menu li a:hover {
    text-decoration: none;
  }

  /* モバイルメニュー クリック後 */
  #cse-search-box.show {
    top: 90px;
    visibility: visible;
    z-index: 2;
  }
  #navigation-set.show {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background-color: #E2F9E7;
  }
  header nav#globalnav ul {
    display: block;
    text-align: left;
    padding: 4em 0.5em 0 0.5em;
  }
  header nav#globalnav ul li {
    border-left-style: none;
    display: list-item;
    margin: 0;
    padding: 0 0.5em;
    border-top: 1px dotted #00A684;
    border-bottom: none;
  }
  header nav#globalnav ul li:hover, header nav#globalnav ul li:hover a {
    color: #333333;
    border-bottom: none;
  }
  header nav#globalnav ul li:hover ul {
    background-color: #E2F9E7;
    border-top: none;
    position: relative;
  }
  header nav#globalnav br.mobile {
    display: inline;
  }
  header nav#globalnav ul.mobile {
    display: block;
    padding: 0 0 0 0.5em;
  }
  header nav#globalnav ul.mobile li {
    padding: 0 0 0 1em;
    border-top: none;
  }
  header nav#globalnav ul.mobile li:last-child {
    border-bottom: none;
    border-right: none;
  }
  header nav#globalnav ul li:last-child {
    border-bottom: 1px dotted #00A684;
    border-right: none;
  }
  header nav#globalnav ul li a, header nav#globalnav ul li label {
    display: block;
    font-size: 1.0em;
    line-height: 1.1em;
    padding: 0.7em 0px 0.7em;
    border-bottom: none;
  }
  header nav#globalnav ul li.line2 a {
    padding: 0.7em 0px 0.7em;
  }
  .acd-checkbox {
    display: none;
  }
  .acd-label {
    cursor: pointer;
  }
  header nav#globalnav ul li label.arrow::before {
    left: 95%;
    top: calc(50% - 5px);
    transform: rotate(135deg);
  }
  header nav#globalnav ul li ul li.acd-item {
    border-bottom: none;
    transition-duration: 0ms;
  }
  .acd-content.list > .acd-item {
    height: 0;
    visibility: hidden;
  }
  header nav#globalnav ul li ul.acd-content.list > .acd-item > a {
    padding: 0px 0px 0.7em;
  }
  .acd-checkbox:checked + .acd-label + .acd-content > .acd-item {
    visibility: visible;
    height: auto;
  }

  /* main */
  h2.responsive {
  display: block;
}
  h2.responsive::before {
    margin-right: 0;
  }
  h2.responsive::after {
    margin-left: 0;
  }
  .responsiveTable th, .responsiveTable td {
    display: block;
  }
  table {
    font-size: 0.8em;
  }
  table.w100 th {
    width: 24%;
    white-space: normal;
  }
  .table-wrap {
    overflow-x: scroll;
  }
  table.vertical th, table.vertical td {
    display: inline-block;
    width: 100%;
    float: left;
  }
  table.led {
    min-width: 600px;
  }
  table.led th:first-of-type, table.led th:nth-of-type(2) {
    width: 80px;
  }
  nav#supportmenu {
    text-align:center;
  }
  nav#supportmenu ul li {
    display: block;
  }
  nav#supportmenu ul li img {
    margin: 0px 0px 30px 0px;
  }
  .features {
    grid-template-columns: repeat(1, 320px);
  }
  .w100c {
    width: 100%;
    text-align: center;
  }
  
  /* footer */
  footer .band {
    padding: 5px 0px;
  }
  footer ul li {
    display: block;
    margin: 0;
    padding: 5px 0px;
    border-bottom: 1px dotted #00A684;
  }
  footer ul li:last-child {
    border-bottom: none;
  }

  /* home */
  .news dt {
    width: 100%;
    padding: 0px 0px 1em 0px;
  }
  .news dd {
    padding: 0px 0px 1em 0px;
    margin: 0px 0px 1em 0px;
    border-bottom: 1px dotted #00A684;
  }
}
