@charset "UTF-8";
/**
<link rel="stylesheet" href="/css/base/style0000.css" />
<link rel="stylesheet" href="/css/common/iconLayout.css" />
<link rel="stylesheet" href="/css/common/celllayout.css" />
<link rel="stylesheet" href="/css/contact/contactBox.css" />
<link rel="stylesheet" href="/css/product/peripheral/ppdv.css" />
<link rel="stylesheet" href="/css/product/peripheral/ppdv_hc5.css" />
<link rel="stylesheet" href="/css/product/peripheral/advanced-switch/lms-gc53u.css" />
<link rel="stylesheet" href="/css/product/peripheral/advanced-switch/lms-gc53u_school-solution.css" />
<link rel="stylesheet" href="/css/shared/toc-page-navi.css" />
**/
/*
* CSS for Base Format
*
* @version			0.0.1
* @lastmodified 2018/02/08
* @link					https: //www.landcomp.co.jp/
* @copyright		Copyright LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
/* ====================================================
 * HTML5 RESET STYLESHEET
 * --------------------------------------------------
 * html5doctor.com Reset Stylesheet
 * v1.6.1
 * Last Updated: 2010-09-17
 * Author: Richard Clark - http: //richclarkdesign.com 
 * Twitter: @rich_clark
 ====================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

dl {
  margin-top: 1px; /* 20190311 adjust */
}

/* HTML5 Reset End */
/* BASE STRUCTURE ======================================================== */
html {
  font-family: sans-serif;
  background-color: #325DA7;
}

body {
  color: #333;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica", "Arial", "Verdana", sans-serif;
  font-size: 95%;
  background-color: #fff;
}

header {
  width: 100%;
}

/* BREADCRUMBS ----------------------------------------------------------- */
div#breadcrumbs {
  display: none;
}

@media all and (min-width: 769px) {
  div#breadcrumbs {
    display: block;
    margin: 0 auto;
    max-width: 960px;
  }
  div#breadcrumbs ul {
    font-size: 0.75rem;
    padding: 5px 0 0 10px;
  }
  div#breadcrumbs ul li {
    display: inline;
    margin-right: 2px;
  }
  div#breadcrumbs ul li a {
    padding-right: 4px;
  }
  div#breadcrumbs ul li:not(:last-child):after {
    content: ">";
  }
}
/* CONTENTS ============================================================== */
/* Contents Wrapper -------------------- */
div#wrapper,
div#container {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
}

div#contentsBody {
  float: none;
  margin-right: 0;
  width: 100%;
}

@media all and (min-width: 769px) {
  div#contentsBody {
    box-sizing: border-box;
    float: left;
    margin-right: -240px;
    overflow: hidden;
    width: 100%;
  }
}
/* MAIN-CONTENTS ------------------ */
div#mainContents {
  width: auto;
}

div#mainContents {
  margin-right: 0;
  width: auto;
}

div#mainContents > div.inner {
  padding: 0 10px;
}

@media all and (min-width: 769px) {
  div#mainContents {
    margin-right: 240px;
    width: auto;
  }
  div#mainContents + div.inner {
    padding: 0 0 0 10px;
  }
}
#index #contentsBody {
  margin-right: 0;
}

#index #mainContents {
  margin-right: 0;
}

/* SUB INFORMATION ======================================================= */
div#subInformation {
  box-sizing: border-box;
  padding: 15px 15px 5px;
  background-color: #EAEEF7;
}

div#subInformation div.inner {
  padding: 0 10px;
}

/* TOP NAVI ============================================================== */
#topNav {
  text-align: right;
  margin: 15px auto 0;
  max-width: 960px;
}

#topNav a {
  color: #00c;
  display: inline-block;
  font-size: 0.77rem;
  padding: 8px 10px 6px 20px;
  border-radius: 6px 6px 0 0;
  background: url("../../img/img5/link_u.png") no-repeat 8px 55%;
  background-color: #e0e9ff;
}

#topNav a:hover {
  background-image: url("../../img/img5/link_uov.png");
}

#topNav a:visited {
  color: #00c;
}

/* FOOTER ================================================================ */
footer .footerLine ul li {
  padding: 18px 5px;
}

footer {
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-top: 3px solid #e0e9ff;
  background: #325DA7;
}

footer .inner ul,
footer .footerLine ul {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 0;
}

footer .inner ul li,
footer .footerLine ul li {
  display: inline-block;
  list-style: none;
  font-size: 0.8rem;
  padding: 18px 0;
  margin-right: 20px;
}

footer .inner ul li a,
footer .footerLine ul li a {
  color: #fff;
  text-decoration: none;
}

footer .inner ul li a:hover,
footer .footerLine ul li a:hover {
  text-decoration: underline;
}

footer .inner ul li a:visited,
footer .footerLine ul li a:visited {
  color: #fff;
}

footer .inner ul li:last-child,
footer .footerLine ul li:last-child {
  margin-right: 0;
}

footer .inner ul li span,
footer .footerLine ul li span {
  display: inline-block;
}

footer .inner .coLink,
footer .footerLine.coLink {
  border-top: 1px solid #5e81cf;
}

footer .footerLine.products,
footer .footerLine.coLink {
  background-color: #5e81cf;
  background-color: #5074c1;
}

footer .inner .company,
footer .footerLine.company {
  background-color: #325da7;
}

footer .inner .copyRight {
  color: #e0e0e0;
}

footer .footerLine.copyRight {
  color: #e0e0e0;
  background-color: #09458b;
}

footer .inner .copyRight li span#year,
footer .footerLine.copyRight ul li span#year {
  margin-right: 1em;
}

/*
footer .footerLine.copyRight ul li span#year: after {
  content: '2017';
}
*/
/* HEADER MENU =========================================================== */
/* HEADER ----------------------------------------------------- */
div.headerTop {
  display: none;
}

@media all and (min-width: 769px) {
  div.headerTop {
    display: block;
  }
  div.headerTop {
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 0 5px;
    background-color: #fff; /* check */
  }
  div.headerTop div.logo {
    padding-left: 10px;
  }
  div.headerTop ul.topNavi {
    float: right;
    margin: -23px 0px 0 0;
  }
  div.headerTop ul.topNavi li {
    display: inline-block;
    margin-right: 10px;
  }
  div.headerTop ul.topNavi li a {
    padding-left: 10px;
    font-size: 0.75rem;
    text-decoration: none;
    background: url("../../img/img5/link_pov.png") no-repeat 0 50%;
  }
  div.headerTop ul.topNavi li a:hover {
    text-decoration: underline;
    background: url("../../img/img5/link_p.png") no-repeat 0 50%;
  }
  div.headerTop ul.topNavi li.tels img {
    margin-left: 5px;
  }
}
nav {
  width: 100%;
  height: 44px;
  margin: 0 auto;
  background: url("../../img/img5/b_header.png") repeat-x 0 100%;
}

/* NAV -------------------------------------------------------- */
nav ul {
  display: block;
  overflow: hidden;
}

nav ul li a {
  font-size: 14px !important;
  line-height: 44px !important;
  text-align: left;
  padding-left: 3%;
  height: 44px !important;
}

nav ul {
  width: 100%;
}

nav ul.menu-toggle {
  display: none;
}

/* GNAVI ------------------------------------------------------ */
ul#gnavi {
  display: none;
  position: absolute;
  top: 44px;
  z-index: 1000;
  background: url("../../img/img5/b_gnavi_sub.png") repeat-x 0 0;
}

ul#gnavi li {
  display: block;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  background: url("../../img/img5/b_gnavi_sub.png") repeat-x 0 0;
}

ul#gnavi li a {
  display: block;
  color: #FFF;
  font-size: 14px;
  text-align: left;
  padding: 0 10px 0 10px;
  background-color: #5B7DBA;
}

ul#gnavi li a span {
  display: block;
  background: transparent url("../../img/img5/plus.png") no-repeat 100% 50%;
  background-size: 16px 16px;
}

ul#gnavi li.link a span {
  background: transparent url("../../img/img5/link.png") no-repeat 100% 50%;
  background-size: 16px 16px;
}

ul#gnavi li ul li {
  background-color: #6A93DD;
  background-image: none;
}

ul#gnavi li ul li a {
  padding-left: 20px;
}

ul#gnavi li ul li a:link,
ul#gnavi li ul li a:visited {
  background-color: #849ECA;
}

ul#gnavi li ul li a:hover,
ul#gnavi li ul li a:active {
  background-color: #777777;
}

ul#gnavi li ul li a span {
  display: block;
  background-image: url("../../img/img5/right.png");
}

ul#gnavi li.hover > a > span {
  background-image: url("../../img/img5/minus.png");
}

ul#gnavi li.link.hover > a > span {
  background-image: url("../../img/img5/link.png");
}

@media all and (min-width: 769px) {
  ul#gnavi {
    display: block;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 1000;
    width: 100%;
    max-width: 960px;
  }
  ul#gnavi li {
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 20%;
    border-top: none;
  }
  ul#gnavi li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    height: 44px;
    background: #5B7DBA url("../../img/img5/gnavi_bar.png") repeat-x top right;
  }
  ul#gnavi > li > a > span {
    display: block;
    background: transparent url("../../img/img5/cn.png") no-repeat 99% 38px;
    background-size: 3px 3px;
  }
  ul#gnavi li.link > a > span {
    background-image: none;
  }
  ul#gnavi li.link.hover > a > span {
    background-image: none;
  }
  ul#gnavi li ul {
    display: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
    background-color: #F2F4FD;
  }
  ul#gnavi li ul li {
    display: block;
    color: #000;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #cfcfcf !important;
    background-color: #F2F4FD;
  }
  ul#gnavi li ul li a {
    padding-left: 0;
    background: none;
    background-color: #F2F4FD;
  }
  ul#gnavi li ul li a:link,
ul#gnavi li ul li a:visited {
    background-color: #849ECA;
  }
  ul#gnavi li ul li a:hover,
ul#gnavi li ul li a:active {
    background-color: #777777;
  }
  ul#gnavi > li.hover > a {
    background-image: none;
  }
}
/* Hamburger Menu / menu-toggle ------------------------------- */
nav ul.menu-toggle {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  background: url("../../img/img5/b_gnavi.png") repeat-x 0 0;
}

nav ul.menu-toggle li {
  display: block;
  height: 44px !important;
  width: 100%;
}

nav ul.menu-toggle li.logo {
  padding: 10px 0 0 10px;
}

nav ul.menu-toggle li.logo a {
  font-size: 36px;
  line-height: 0;
  height: 36px;
}

nav ul.menu-toggle li.menu-toggle {
  display: block;
}

nav ul.menu-toggle li.menu-toggle a {
  display: block;
  color: #FFF;
  font-size: 18px;
  line-height: 44px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 0 2%;
  margin: 0;
  vertical-align: top;
  overflow: hidden;
  height: 44px;
  width: 100%;
  background-color: #000000;
}

nav ul.menu-toggle li.menu-toggle a {
  padding: 0 0 0 0; /* 2015/05/26 .menu-toggle だけ再初期化 */
}

nav ul.menu-toggle li.menu-toggle a:after {
  margin-left: 0; /* 2015/05/26 */
  margin-right: 0; /* 2015/05/26 */
}

nav ul li.menu-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 44px; /* 2015/05/26 menu-toggle の幅を44pxに固定で右寄せ */
}

nav ul.menu-toggle li a {
  padding-left: 0; /* 2015/05/26 .menu-toggle だけ再初期化 */
}

@media all and (min-width: 769px) {
  nav ul.menu-toggle {
    display: none;
    padding: 0;
    margin: 0;
  }
}
nav ul li:last-child {
  background-image: none;
}

nav ul li,
nav ul li a {
  transition: all 0.3s ease-in-out;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* END NAV */
/* SIDE NAVIGATION ======================================================= */
div#subNavi {
  padding: 15px 10px;
  background: #f4f4f6 url("../../img/img5/line_sidenavi.png") repeat-x 0 0;
}

#subNavi h2 {
  font-size: 1.22rem;
  text-indent: 0;
  margin-bottom: 0.5rem;
  border: none;
  background: none;
}

/* SIDE NAVIGATION / Sub-Navi ----------------- */
#subNavi div.sideNavi dl dt {
  color: #333;
  padding: 0.5rem 0 1rem;
  background: none;
  background: url(../../img/img5/line_sidenavi.png) repeat-x 0 0;
}

#subNavi div.sideNavi dl dd ul {
  list-style: none;
  padding-left: 0.5rem;
}

#subNavi div.sideNavi dl dd ul li {
  box-sizing: border-box;
  margin: 0 0 1.75rem;
}

#subNavi div.sideNavi dl dd ul li a:before {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 1em;
  background: url("../../img/img5/link-mark.png") no-repeat 0 2px;
}

#subNavi div.sideNavi dl dd ul li a:hover {
  background: none;
}

@media all and (min-width: 480px) {
  #subNavi div.sideNavi dl dd ul li {
    display: inline-block;
    width: 49%;
  }
}
@media all and (min-width: 769px) {
  div#subNavi {
    float: right;
    padding: 0;
    width: 224px;
    background: transparent;
  }
  #subNavi h2 {
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    height: 40px;
  }
  #subNavi h2 a {
    display: block;
  }
  #subNavi div.sideNavi {
    font-size: 0.88rem;
    margin-bottom: 20px;
  }
  #subNavi div.sideNavi dl dt {
    color: #fff;
    padding: 10px 8px;
    background: none;
    background-color: #5074C1;
  }
  #subNavi div.sideNavi dl dt span {
    display: block;
  }
  #subNavi div.sideNavi dl dd ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
  }
  #subNavi div.sideNavi dl dd ul li {
    display: block;
    margin: 0;
    width: auto;
    border-bottom: 1px solid #ddd;
  }
  #subNavi div.sideNavi dl dd ul li a {
    display: block;
    font-size: 0.95em;
    padding: 8px 0 8px 10px;
    background-image: none;
  }
  #subNavi div.sideNavi dl dd ul li a:before {
    height: auto;
    width: auto;
    background: none;
  }
  #subNavi div.sideNavi dl dd ul li a:hover {
    background: url("../../img/img5/link_pov.png") no-repeat 0 0.6rem;
  }
  #subNavi div.sideNavi dl dd ul li a:visited {
    color: #00c;
  }
}
/* SIDE NAVIGATION / Ref-Info ----------------- */
#subNavi .refInfo {
  font-size: 0.88rem;
  padding: 0;
  border-bottom: none;
}

#subNavi .refInfo dl {
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  border: none;
  background: url("../../img/img5/line_gw.png") repeat-x 0 0;
}

#subNavi .refInfo dl dt {
  font-weight: normal;
  padding: 8px 5px 6px;
  margin-bottom: 0;
  background-color: #D9E2F3;
}

#subNavi .refInfo dl dd ul {
  list-style-type: none;
  overflow: hidden;
}

#subNavi .refInfo dl dd ul li {
  display: block;
  float: none;
  padding-left: 0px;
  margin: 0.875rem 0;
  width: auto;
  background: none;
}

#subNavi .refInfo dl dd ul li:hover {
  background: none;
}

#subNavi .refInfo dl dd ul li a:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 1em;
  width: 10px;
  background: transparent url("../../img/img5/link-mark.png") no-repeat 0 0;
}

@media all and (min-width: 480px) {
  #subNavi .refInfo dl dd ul li {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 640px) {
  #subNavi .refInfo dl {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #subNavi .refInfo ul li {
    padding: 5px 0 5px 10px;
    background-image: none;
  }
}
@media all and (min-width: 769px) {
  #subNavi .refInfo dl {
    padding-top: 0;
    margin-top: 0;
    border: none;
    background: none;
  }
  #subNavi .refInfo dl dt {
    margin-bottom: 0.5rem;
  }
  #subNavi .refInfo dl dd ul li {
    display: block;
    float: none;
    padding: 5px 0 5px 10px;
    margin: 0;
    width: auto;
    background-image: none;
  }
  #subNavi .refInfo dl dd ul li:hover {
    background: #EFEFEF url("../../img/img5/link_pov.png") no-repeat 0 50%;
  }
  #subNavi .refInfo dl dd ul li a:before {
    display: inline;
    height: auto;
    width: auto;
    background: none;
  }
}
/* SIDE NAVIGATION / Banner Box List ---------- */
#subNavi ul.bnrBox {
  list-style: none;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  overflow: hidden;
  background: url("../../img/img5/line_gw.png") repeat-x 0 0;
}

#subNavi ul.bnrBox li {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
}

#subNavi ul.bnrBox li img {
  height: auto;
  width: auto;
  max-width: 100%;
}

@media all and (min-width: 321px) {
  #subNavi ul.bnrBox li {
    display: block;
    float: left;
    margin-left: 2%;
    width: 49%;
  }
  #subNavi ul.bnrBox li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 601px) {
  #subNavi ul.bnrBox li {
    margin-left: 1.5%;
    width: 32.33%;
  }
  #subNavi ul.bnrBox li:nth-child(2n+1) {
    margin-left: 1.5%;
  }
  #subNavi ul.bnrBox li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 769px) {
  #subNavi ul.bnrBox li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  #subNavi ul.bnrBox li:nth-child(2n+1) {
    margin-left: 0;
  }
}
/* BASE STYLE ============================================================ */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* HEADING */
h1 {
  font-size: 1.55rem;
  font-weight: 400;
  padding: 0 0 0.25rem 0.5rem;
  margin: 1rem 0 1rem;
}

h2 {
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 0 0.25rem 0.5rem;
  margin: 0 0 1rem;
  border-bottom: 2px solid #325DA7;
}

h3 {
  font-size: 1.33rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.25rem 0 0 0.5rem;
  margin: 0 0 1rem;
  border-left: 4px solid #325DA7;
  background-color: #f6f6f6;
}

h3.normal {
  padding-left: 0;
  margin: 0 0 10px;
  border: none;
}

h4 {
  font-size: 1.125rem;
  margin: 0 0 10px;
}

h5 {
  font-size: 1.11rem;
  margin: 0 0 10px;
}

div.ssection h5 {
  margin-top: 1rem;
}

h2 span.normal {
  font-size: 1rem;
  font-weight: normal;
}

sup {
  font-size: 0.75em;
  margin-left: 0.25em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/* SECTION =============================================================== */
div.section {
  margin: 0 0 3rem;
}

div.section div.inner {
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}

div.section div.inner div.inner {
  padding-left: 0;
  padding-right: 0;
}

div.ssection {
  margin-top: 2.5rem;
}

div.inner > div.ssection:first-child {
  margin-top: 1rem;
}

div.sssection {
  margin-top: 1rem;
}

@media all and (min-width: 480px) {
  div.section div.inner div.inner {
    padding-right: 0;
  }
}
@media all and (min-width: 769px) {
  div.section div.inner {
    /*padding-right: 0;*/
  }
}
@media all and (min-width: 960px) {
  div.section div.inner {
    padding: 0;
  }
}
div.section h2 {
  margin: 0 0 1rem;
}

div.section .inner h3 {
  margin: 2rem 0 1rem;
}

div.section dl,
div.section ol,
div.section ul,
div.section table {
  margin-bottom: 2rem;
}

div.section p {
  margin-bottom: 1rem;
}

div.section ol,
div.section ul {
  line-height: 1.5;
  padding-left: 1rem;
}

div.section .inner + h3,
div.section dl + h3,
div.section ol + h3,
div.section ul + h3,
div.section table + h3 {
  margin-top: 2rem;
}

div.section img {
  vertical-align: top;
}

/* LINE HEIGHT ---------- */
.section p,
.section table td,
.section dl dd {
  line-height: 1.5;
}

/* paragraph ---------- */
.section .inner + .sublink {
  __margin-top: -20px;
}

.section p strong {
  font-weight: normal;
}

/* list ---------- */
.section ul.uList {
  list-style-type: disc;
  margin: 0 0 20px 20px;
}

/* table ---------- */
.section table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ccc;
}

.section table th {
  font-weight: 400;
  text-align: center;
  background-color: #F6F7F8;
}

.section table th,
.section table td {
  vertical-align: middle;
  padding: 6px 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.section table td.item {
  background-color: #fafbfc;
}

.section table td.Item {
  font-weight: bold;
}

.section table td sup {
  color: #DC143C;
}

.section table td ol {
  padding-left: 30px;
}

.section table td p:first-child {
  margin-top: 0;
}

.section table td dl:last-child,
.section table td ol:last-child,
.section table td ul:last-child,
.section table td p:last-child {
  margin-bottom: 0;
}

.section table.plain td {
  border: none;
  padding: 4px 6px;
}

table caption {
  text-align: left;
  margin-bottom: 0.3rem;
}

table caption.note {
  font-size: 88%;
  text-align: right;
}

/* ELEMENTS ============================================================== */
/* paragraph */
.imgCenter {
  text-align: center;
}

.imgCenter img {
  margin: 0 auto;
  height: auto;
  width: auto;
  max-width: 100%;
}

.imgLayout {
  text-align: center;
  margin-bottom: 30px;
}

.imgLayout img {
  width: 100%;
}

p.link {
  padding-left: 0.75rem;
  text-indent: -0.75rem;
  margin: 1rem 0;
}

p.link a {
  padding-left: 0.75rem;
  text-decoration: none;
  position: relative;
}

p.link a:hover {
  text-decoration: underline;
}

p.link a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.25em 0 0;
  position: absolute;
  top: 6px;
  left: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #4472C4;
}

p.link a:hover::before {
  border-color: transparent transparent transparent #8EAADB;
}

/* p old products */
p.pageold {
  text-align: right;
  margin: 0 0 20px;
}

p.pageold a {
  font-size: 0.8rem;
  padding-left: 10px;
  background: url("../../img/img5/link_p.png") no-repeat 0 60%;
}

p.pageold a:hover {
  padding-left: 10px;
  background-image: url("../../img/img5/link_pov.png");
}

p.notice {
  padding-left: 1em;
  position: relative;
}

p.notice span.mark {
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (min-width: 769px) {
  p.pagetop {
    padding-right: 10px;
  }
}
div.box p {
  margin-bottom: 0;
}

div.cautionBox {
  padding: 0 1rem;
  border: 1px solid #ccc;
  background-color: #f5f5ee;
}

/* hs5 ---- */
section h2,
section h3,
section h4,
section h5,
section p,
section table,
section dl,
section ol,
section ul,
section .section .inner section h3 {
  margin: 1rem 0;
}

section td p,
section td ol,
section td ul {
  margin: 0;
}

.boxOuter31 {
  margin: 3rem 0 1rem;
}

/* LINK ================================================================== */
ul.link li {
  list-style: none;
}

ul.link li a {
  display: block;
  text-decoration: none;
  padding-left: 10px;
  background: url("../../img/img5/link_p.png") no-repeat 0 0.4em;
}

ul.link li a:hover {
  text-decoration: underline;
  background: url("../../img/img5/link_pov.png") no-repeat 0 0.4em;
}

ul.link.inline li a {
  display: inline;
}

ul.sublink {
  text-align: right;
}

ul.sublink li {
  display: inline-block;
}

/* LINK LIST ============================================================= */
ul.linklist {
  margin: 0 0 30px;
}

ul.linklist li {
  box-sizing: border-box;
  list-style: none;
  margin-top: -1px;
  height: 44px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

ul.linklist li a {
  display: block;
  text-decoration: none;
  padding: 14px 0 14px 10px;
  margin: 0 5px 0 0;
  background: url("../../img/img5/link_p.png") no-repeat 0 50%;
}

ul.linklist li a:hover {
  text-decoration: underline;
  background: url("../../img/img5/link_pov.png") no-repeat 0 50%;
}

/* ICON LINK ============================================================= */
ul.iconlink {
  margin: 0 0 30px;
}

ul.iconlink li {
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 120px;
  position: relative;
}

ul.iconlink li a {
  display: block;
  font-weight: 700;
  margin: 0 0 10px;
}

ul.iconlink li a span.icon {
  position: absolute;
  top: 0;
  left: 0;
}

/* ICON LIST  ============================================================ */
.section ul.iconList {
  margin: 0 0 30px;
  padding: 0;
}

ul.iconList li {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 0 148px;
  position: relative;
  min-height: 60px;
}

ul.iconList li img {
  position: absolute;
  top: 0;
  left: 0;
}

ul.iconList li p {
  font-size: 0.88rem;
  margin: 5px 0 0;
}

/* NOTE LIST ============================================================= */
ul.noteList {
  font-size: 0.9375rem;
  list-style: none;
}

ul.noteList li {
  line-height: 1.5;
  padding-left: 1.5rem;
}

ul.noteList li span.mark {
  float: left;
  margin-left: -1.5em;
}

ul.noteList.strNum li {
  padding-left: 2rem;
}

ul.noteList.strNum span.mark {
  margin-left: -2rem;
}

/* NOTICE LIST =========================================================== */
ul.noticeList {
  font-size: 0.88rem;
}

ul.noticeList li {
  list-style: none;
  line-height: 1.5;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

ul.noticeList li:before {
  color: crimson;
  content: "※";
  margin-right: 0.5em;
}

/* number-note list */
ul.n-noteList {
  font-size: 0.88rem;
}

ul.n-noteList li {
  list-style: none;
  line-height: 1.5;
  padding-left: 2rem;
}

ul.n-noteList li span.mark {
  float: left;
  margin-left: -2rem;
}

/* PAGE NAVI ============================================================= */
.section ul.pageNavi {
  margin-bottom: 8px;
  padding-left: 10px;
}

ul.pageNavi li {
  display: inline-block;
  font-size: 0.88rem;
  margin-right: 10px;
}

ul.pageNavi li a {
  padding-left: 10px;
  background: url("../../img/img5/link_d.png") no-repeat 0 50%;
}

ul.pageNavi li a:hover {
  background-image: url("../../img/img5/link_dov.png");
}

/* none style list */
.section ul.nList {
  list-style: none;
  padding-left: 0;
}

/* dl newsList */
dl.newsList dt {
  margin-bottom: 5px;
}

dl.newsList dt span.case {
  margin-left: 1em;
}

dl.newsList dd {
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/* dl line list */
dl.lineList dt {
  float: left;
}

dl.lineList dd {
  padding-bottom: 6px;
  margin-bottom: 6px;
  height: 100%;
  border-bottom: 1px solid #ccc;
}

/* dl note list */
dl.noteList dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}

dl.noteList dd {
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 1em;
}

.boxbdr,
.box {
  border: 1px solid #ccc;
}

.box2 {
  border: 1px solid #ddd;
}

.center {
  text-align: center;
}

.ricon img {
  float: right;
  margin: 0 0 20px 20px;
}

.noticeBox {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

.section .noticeBox ol {
  margin-bottom: 0;
}

.bottomline {
  padding-bottom: 8px;
  margin-bottom: 10px;
  background: url("../../img/images/line_dot.gif") no-repeat 0 100%;
}

.topline {
  padding-top: 0.5rem;
  margin-top: 1rem;
  border-top: 1px solid #ccc;
}

.normal {
  font-weight: normal;
}

.subLink {
  text-align: right;
}

div.attentionBox {
  border-radius: 4px;
  background-color: #f9f9f9;
}

div.cautionBox {
  background-color: #f1f2f3;
}

p.caution {
  color: #DC143C;
}

span.note {
  color: #DC143C;
}

span.icon-win {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 0 3px 0px 5px;
  height: 9px;
  width: 11px;
  background: url("../../img/img5/icn-window.png") no-repeat 0 0;
}

/* PICT IMAGE SIZE ======================================================= */
.figure {
  text-align: center;
}

.figure img {
  height: auto;
  width: auto;
  max-width: 100%;
}

div.cell p.figure img {
  height: auto;
  width: 100%;
  max-width: none;
}

.figure + h4 {
  margin-top: 15px;
}

.figure + p {
  margin-top: 20px;
}

.figure + ul.link,
.figure + ul.noteList {
  margin-top: 10px;
}

.figure .caption {
  display: block;
  margin-top: 0.3rem;
}

.figure.bordering0 img,
.figure.bordering1 img {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid;
}

.figure.bordering0 img {
  border-color: #CCC;
}

.figure.bordering1 img {
  border-color: #B7C6E7;
}

/* cell layout / table layout  =========================================== */
.cell.col2,
.col2 .cell {
  width: 50%;
}

.cell.col3,
.col3 .cell {
  width: 33.33%;
}

.cell.col4,
.col4 .cell {
  width: 25%;
}

.tableLayout {
  display: table;
}

.tableLayout .cell {
  display: table-cell;
}

/* CELL LAYOUT =========================================================== */
div.cellLayout {
  margin-bottom: 0;
  width: 100%;
}

div.cellLayout div.cell {
  padding-left: 0;
  padding-right: 0;
}

div.cellLayout div.cell.figure {
  margin-bottom: 1rem;
}

@media all and (min-width: 480px) {
  div.cellLayout {
    display: table;
    overflow: hidden;
  }
  div.cellLayout div.cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  div.cellLayout div.cell:first-child {
    padding-right: 0.5rem;
  }
  div.cellLayout div.cell:last-child {
    padding-left: 0.5rem;
  }
  div.cellLayout div.cell.figure img {
    height: auto;
    width: 100%; /* important */
    max-width: 100%;
  }
}
/* ---------------- */
div.cellLayoutRow {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}

div.cellLayoutRow div.rowItem {
  display: block;
  vertical-align: top;
  padding-right: 0;
  margin-bottom: 1rem;
}

div.cellLayoutRow div.rowVisual {
  box-sizing: border-box;
  display: block;
  vertical-align: top;
  padding-left: 0;
  margin-bottom: 1rem;
  width: auto;
}

div.cellLayoutRow div.rowVisual.p33 {
  width: 33.33%;
}

.section div.cellLayoutRow div.rowItem p {
  margin-bottom: 0;
}

.section div.cellLayoutRow div.rowItem p + p {
  margin-top: 1em;
}

div.cellLayoutRow div.rowVisual p.figure {
  text-align: center;
}

div.cellLayoutRow div.rowVisual p.figure .figure-image {
  margin-bottom: 15px;
}

div.cellLayoutRow div.rowVisual p.figure img {
  width: 100%;
}

div.cellLayoutRow div.rowVisual p.figure span.caption {
  color: #555;
  font-size: 0.88em;
}

.section .iconLayout + ul.link {
  margin-top: 0;
}

/* FLOAT AJUST =========================================================== */
.lfloat {
  float: left;
}

.rfloat {
  float: right;
}

/* ROLLOVER LIST ========================================================= */
.rolloverList {
  font-size: 0;
  overflow: hidden;
  word-spacing: -1em;
}

.rolloverList > * {
  display: inline-block;
  word-spacing: normal;
  font-size: 1rem;
}

/* img width ============================================================= */
p[class*="imgCenter iw"] img {
  width: 100%;
}

p.imgCenter.iw300 img {
  max-width: 300px;
}

p.imgCenter.iw600 img {
  max-width: 600px;
}

p.imgCenter.iw700 img {
  max-width: 700px;
}

p.imgCenter.iw730 img {
  max-width: 730px;
}

p.i400 img {
  width: 100%;
  max-width: 400px;
}

p.i600 img {
  width: 100%;
  max-width: 600px;
}

/* margin ================================================================ */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.ms15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mt10m {
  margin-top: -10px;
}

.mt15m {
  margin-top: -15px;
}

.mt20m {
  margin-top: -20px;
}

.mt2r {
  margin-top: 2rem;
}

.mt3r {
  margin-top: 3rem;
}

.mt1rm {
  margin-top: -1rem;
}

.mb1r {
  margin-bottom: 1rem;
}

.mb2r {
  margin-bottom: 2rem;
}

/* ELEMENTS ============================================================== */
.iblock {
  display: inline-block;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.fs88 {
  font-size: 0.875rem;
}

/* hs5 ----------- */
.wp08 {
  width: 8%;
}

.wp10 {
  width: 10%;
}

.wp12 {
  width: 12%;
}

.wp15 {
  width: 15%;
}

.wp20 {
  width: 20%;
}

.wp25 {
  width: 25%;
}

.wp30 {
  width: 30%;
}

.wp33 {
  width: 33.33%;
}

.wp35 {
  width: 35%;
}

.wp40 {
  width: 40%;
}

.wp45 {
  width: 45%;
}

.wp50 {
  width: 50%;
}

.wp60 {
  width: 60%;
}

.wp66 {
  width: 66.66%;
}

.wp70 {
  width: 70%;
}

.wp75 {
  width: 75%;
}

.wp80 {
  width: 80%;
}

/*
* icon Layout CSS
*
* @version			0.0.0
* @lastmodified 2019/01/25
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2019, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
/* ICON LAYOUT =========================================================== */
.iconLayout {
  padding: 0;
  overflow: hidden;
}

.iconLayout .cell,
.iconLayout.mod2 .cell,
.iconLayout.per32 .cell,
.iconLayout.per64 .cell,
.iconLayout.per73 .cell {
  box-sizing: border-box;
  display: block;
  padding: 0;
  width: auto;
}

.iconLayout .cell.icon p.figure img {
  height: auto;
  width: auto;
  max-width: 100%;
}

@media all and (min-width: 480px) {
  .iconLayout:after {
    clear: both;
  }
  .iconLayout .cell {
    float: left;
    width: auto;
  }
  .iconLayout.mod2 .cell {
    width: 50%;
  }
  .iconLayout.per32 .cell:first-child {
    width: 66.66%;
  }
  .iconLayout.per32 .cell:last-child {
    width: 33.33%;
  }
  .iconLayout.per64 .cell:first-child {
    width: 60%;
  }
  .iconLayout.per64 .cell:last-child {
    width: 40%;
  }
  .iconLayout.per73 .cell:first-child {
    width: 70%;
  }
  .iconLayout.per73 .cell:last-child {
    width: 30%;
  }
  .iconLayout .cell.icon {
    padding-left: 1rem;
  }
  .iconLayout .cell.icon p.figure {
    text-align: center;
  }
}
/*
* CSS for Cell Layout
*
* @version			0.0.1
* @lastmodified 2017/05/18
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2018, LAND COMPUTER Co.,Ltd.All rights reserved.
* ------------------------------------------------------------------------
 * layoutCell 	: table - table-cell width 50%
 * layoutImage 	: block - float (right / left) width 50% - last
*------------------------------------------------------------------------- */
/* CELL LAYOUT =========================================================== */
.cellLayout {
  display: block;
}

.cellLayout .cell {
  display: block;
  width: auto;
  padding: 0;
}

.cellLayout .cell:first-child {
  margin-bottom: 15px;
}

.cellLayout .cell.image {
  float: none;
  text-align: center;
}

.cellLayout .cell.image img {
  width: auto;
}

@media all and (min-width: 480px) {
  .cellLayout {
    display: table;
  }
  .cellLayout .cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .cellLayout .cell:first-child {
    padding-right: 0.5rem;
  }
  .cellLayout .cell:last-child {
    padding-left: 0.5rem;
  }
  .cellLayout .cell.image img {
    width: 100%;
  }
  .cellLayout.col2 {
    overflow: hidden;
  }
  .cellLayout.col2 .cell {
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
  .cellLayout.col2 .cell.image {
    padding-left: 0.5rem;
  }
}
/* TABLE CELL LAYOUT ===================================================== */
div.layoutCell {
  display: block;
  overflow: hidden;
}

div.layoutCell div.cell {
  display: block;
  width: auto;
  padding: 0;
}

div.layoutCell .cell {
  margin-bottom: 1rem;
}

div.layoutCell div.cell.image {
  margin-bottom: 10px;
}

div.layoutCell div.cell.left {
  display: block;
}

div.layoutCell div.cell.last {
  display: block;
}

@media all and (min-width: 480px) {
  div.layoutCell {
    display: table;
  }
  div.layoutCell .cell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  div.layoutCell .cell img {
    width: 100%;
  }
  div.layoutCell div.cell:first-child {
    padding-right: 10px;
  }
  div.layoutCell div.cell:last-child {
    padding-left: 10px;
  }
  div.layoutCell div.cell.left {
    display: none;
  }
}
/* FLOAT IMAGE LAYOUT ==================================================== */
div.layoutImage {
  overflow: hidden;
}

/* float image */
div.layoutImage .cell.image {
  float: none;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  padding-right: 0 !important;
  margin-right: 0 !important;
}

div.layoutImage .cell.image.top {
  display: none;
}

div.layoutImage .cell.last {
  display: block;
}

div.layoutImage .cell.image {
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 15px;
}

div.layoutImage .cell.image.left {
  float: left;
  padding-right: 10px;
  margin-right: 10px;
}

div.layoutImage .cell.image img {
  width: 100%;
}

div.layoutImage .cell.last {
  display: none;
}

div.cell.image img {
  width: 100%;
}

/*
* CSS for Contact Box
*
* @version			0.0.1
* @lastmodified 2018/02/06
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2018, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
/* ※div.sectionの外に設置 */
div.contactBox {
  margin: 0 10px 10px;
  padding: 2px 0 15px;
  width: auto;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fefefe;
}

div.contactBox.min {
  padding: 0.4rem 1rem 1rem;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}

#newsrelease div.contactBox {
  width: auto;
}

@media all and (min-width: 769px) {
  #newsrelease div.contactBox {
    width: 80%;
  }
}
div.contactBox div.innnerBox p.contact {
  padding-left: 15px;
  margin: 5px 0;
  line-height: 1.5;
}

div.contactBox h3,
.section div.contactBox h3 {
  background: linear-gradient(#f0f0f0, #fefefe);
  margin: 0 1px 0;
  padding: 10px 10px;
  border-left: none;
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}

div.contactBox div.col {
  box-sizing: border-box;
  float: none;
  text-align: center;
  padding: 0;
  width: auto;
}

div.contactBox div.col h4 {
  color: maroon;
  font-size: 1rem;
}

div.contactBox div.col:first-child {
  padding-right: 5px;
}

div.contactBox div.col:last-child {
  margin-top: 1.5em;
}

div.contactBox div.col:last-child span {
  display: inline;
  margin-right: 0;
}

@media all and (min-width: 480px) {
  div.contactBox div.col {
    float: left;
    margin-top: 10px;
    width: 50%;
  }
  div.contactBox div.col h4 {
    font-weight: normal;
  }
  div.contactBox div.col:last-child {
    padding-left: 5px;
  }
}
div.contactBox div.col p {
  font-size: 0.88em;
  margin: 10px 0 0;
  line-height: 1.5;
}

div.contactBox div.col p span {
  display: inline-block;
  margin-right: 0.5em;
}

div.contactBox .col img {
  max-width: 178px;
  width: 100%;
}

/*
* CSS for PPDV
*
* @version			0.0.3
* @lastmodified 2015/10/21
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2015, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
/* COMMON ================================================================ */
#product h1 span.subTitle {
  font-size: 0.88em;
  font-weight: normal;
  margin-right: 5px;
}

#product h1 span.Title {
  display: inline-block;
}

h1 span.title {
  display: inline-block;
}

#product #subNavi h2 {
  height: auto;
  background: none;
}

#product #subNavi h2 a {
  display: inline;
  height: auto;
}

@media all and (min-width: 769px) {
  #product #subNavi h2 {
    height: 54px;
    background: url(../../img/images/common/global_sprite.png) no-repeat 50% -161px;
  }
  #product #subNavi h2 a {
    display: block;
    height: 54px;
  }
}
p.note {
  font-size: 88%;
  padding-left: 1em;
  text-indent: -1em;
}

sup.note {
  color: crimson;
  font-size: 0.66rem;
}

/* CONTACT MINI ------------------- */
div.contact {
  margin: 0 10px 1rem;
  overflow: hidden;
  width: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: linear-gradient(#fff, #f0f0f0);
}

div.contact div.inner {
  padding: 12px;
}

div.contact ul {
  list-style: none;
  text-align: center;
  margin: 14px 0 0 10px;
  position: relative;
}

div.contact li {
  line-height: 1.5;
}

div.contact li.icon {
  position: inherit;
}

div.contact li.icon img {
  float: none;
  margin: 0;
}

div.contact li span.colon {
  margin: 0 5px;
}

@media all and (min-width: 480px) {
  div.contact {
    margin: 0 auto 1rem;
    width: 75%;
  }
  div.contact div.inner {
    padding: 1rem;
  }
}
@media all and (min-width: 640px) {
  div.contact {
    width: 66.66%;
  }
}
@media all and (min-width: 769px) {
  div.contact {
    width: 80%;
  }
  div.contact ul {
    text-align: left;
  }
  div.contact li.icon {
    position: absolute;
    top: -4px;
    right: 0;
    margin: 0;
  }
}
.applicationTable caption {
  text-align: left;
  margin: 0 0 5px;
}

/* NET-SHOPP LINK --------------------------- */
div.netShop {
  padding: 1px;
  width: 100%;
  border: 2px solid #B7C6E7;
  border-radius: 4px;
  background-color: #fdfeff;
}

div.netShop div.innerbox {
  padding: 1rem;
  border: 1px solid #D9E2F3;
  border-radius: 2px;
}

div.section div.netShop h3 {
  margin: 0 0 1rem;
  border-bottom: 0px solid #B7C6E7;
}

div.netShop span.figure {
  display: block;
  margin: 0 0 0.5rem;
}

div.netShop span.shop {
  display: block;
  text-align: center;
}

div.netShop span.link {
  padding-left: 10px;
  text-decoration: none;
  background: url("../../img/img5/link_p.png") no-repeat 0 50%;
}

div.netShop a:hover {
  text-decoration: underline;
  background: url("../../img/img5/link_pov.png") no-repeat 0 50%;
}

@media all and (min-width: 480px) {
  div.netShop span.figure {
    /*
    ddisplay: inline;
    mmargin: 0 1rem 0 0;
    */
  }
  div.netShop span.shop {
    /*
    ddisplay: inline;
    ttext-align: left;
    */
  }
}
/* ====================================================
 * HDMI / ANALOG / FDDHDD / CABLE
 * ==================================================== */
/* pd index List 2 ---------------- */
.section ul.indexList {
  margin: 0 0 10px;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

ul.indexList > li {
  margin: 8px 0;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
}

ul.indexList li p {
  padding-left: 0;
}

ul.indexList.cableList li p {
  padding-left: 0;
}

ul.indexList li p img {
  position: static;
  display: block;
  margin: 8px 0 0;
}

ul.indexList li ul {
  padding-left: 20px;
  margin: 0 0 8px;
}

ul.indexList.cableList li ul {
  padding-left: 20px;
}

ul.indexList li ul.f-iconList {
  padding-left: 0;
  margin: 0;
}

@media all and (min-width: 480px) {
  ul.indexList li p {
    padding-left: 215px;
  }
  ul.indexList.cableList li p {
    padding-left: 150px;
  }
  ul.indexList li ul {
    padding-left: 235px;
  }
  ul.indexList.cableList li ul {
    padding-left: 170px;
  }
  ul.indexList li ul.f-iconList {
    padding-left: 215px;
    overflow: hidden;
  }
  ul.indexList li p img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
ul.indexList li p span {
  display: inline-block;
}

ul.indexList li ul.f-iconList li {
  display: block;
  float: left;
  list-style: none;
  padding: 0 0 0 1px;
}

/* RefersubInfo --------------------------------------------------------------- */
#product .refBox {
  padding: 1rem 1rem;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.iconLink p.link {
  text-align: center;
  margin: 0 0 1rem;
}

.iconLink p.link a {
  font-weight: 700;
  padding-left: 0;
  background: none;
}

.iconLink p.link a span.title {
  display: block;
}

div.iconLink p.explan {
  margin: 0;
}

@media all and (min-width: 481px) {
  div.iconLink p.link {
    text-align: left;
    margin: 0;
  }
  .iconLink p.link a {
    font-weight: 700;
  }
  .iconLink p.link a span.title {
    margin-bottom: 0.5rem;
  }
  .iconLink p.link img {
    display: block;
    float: left;
    margin: 0 1rem 1rem 0;
    height: auto;
    width: auto;
    max-width: 100%;
  }
}
/* ====================================================
 * HD84U HD14
 * ==================================================== */
div.productHeader {
  margin: 0 0 30px;
}

div.productHeader p.keyvisual img {
  width: 100%;
}

div.productHeader ul {
  margin: 0 0 10px;
  padding-left: 10px;
  list-style: none;
}

/* pdHeader ----------------------- */
div.pdHeader {
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
  width: auto;
}

div.pdHeader .pdImage {
  box-sizing: border-box;
  display: block;
  padding-right: 0;
  margin-bottom: 10px;
  width: auto;
}

div.pdHeader .pdImage img {
  width: 100%;
  max-width: 320px;
}

div.pdHeader .pdImage p {
  text-align: center;
}

div.pdHeader .outline {
  box-sizing: border-box;
  display: block;
  width: auto;
}

@media all and (min-width: 480px) {
  div.pdHeader {
    display: table;
    width: 100%;
  }
  div.pdHeader .pdImage {
    display: table-cell;
    vertical-align: top;
    padding-right: 15px;
    width: 50%;
  }
  div.pdHeader .pdImage img {
    width: 100%;
    max-width: 100%;
  }
  div.pdHeader .outline {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 50%;
  }
}
div.pdHeader .outline .model {
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-left: 10px;
}

div.pdHeader .outline .point {
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1.5;
}

div.pdHeader .outline .priceList {
  margin-bottom: 10px;
  padding-left: 10px;
  list-style: none;
  line-height: 1.5;
}

div.pdHeader .outline .priceList li span {
  display: inline-block;
}

div.pdHeader .outline .priceList.les200ab {
  padding-left: 15px;
}

div.pdHeader .outline .priceList.les200ab li {
  list-style: disc;
}

div.pdHeader .outline .priceList.les200ab li span.item,
div.pdHeader .outline .priceList.les200ab li span.number,
div.pdHeader .outline .priceList.les200ab li span.price {
  display: block;
}

div.pdHeader .outline .priceList.les200ab li span.price span {
  font-size: 0.88em;
}

div.pdHeader .outline .priceList.amm li span {
  width: 3em;
}

div.pdHeader .outline .f-iconList {
  padding-left: 10px;
}

div.pdHeader .outline .noteList {
  padding-left: 10px;
}

div.pdHeader .outline .noteList li span.mark {
  color: #DC143C;
}

/* f-iconList --------------------- */
ul.f-iconList {
  overflow: hidden;
}

ul.f-iconList li {
  display: inline-block;
  float: left;
  list-style: none;
  margin: 0 2px 5px 0;
}

dl.descripList {
  overflow: hidden;
}

dl.descripList dt {
  font-weight: 700;
  margin-bottom: 5px;
}

dl.descripList dd {
  margin-bottom: 15px;
  padding: 0 0 0 10px;
}

dl.descripList dd ul {
  margin-bottom: 0;
}

dl.descripList dd:last-child {
  margin-bottom: 0;
}

/* ul specTable ------------------- */
.section ul.specTable {
  display: table;
  padding: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

ul.specTable li {
  display: table-row;
  margin-bottom: 0;
}

ul.specTable li.header {
  background-color: #f6f7f8;
}

ul.specTable li span.model,
ul.specTable li span.spec,
ul.specTable li span.price {
  display: block;
  text-align: left;
  padding-left: 3.3em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

ul.specTable li span.model {
  width: 25%;
}

@media all and (min-width: 480px) {
  ul.specTable li span.price {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
  }
  ul.specTable li span.model {
    width: 20%;
  }
  ul.specTable li span.spec {
    width: auto;
  }
  ul.specTable li span.price {
    width: 20%;
    min-width: 5em;
  }
}
ul.specTable li span.spec {
  width: auto;
}

ul.specTable li span.price {
  text-align: right;
  width: 20%;
}

ul.specTable li span.price span.sub {
  display: inline-block;
  font-size: 80%;
}

/* spec table ---------- */
.specTable .price {
  text-align: right;
}

.specTable .header .price .sub {
  font-size: 80%;
}

.specTable td sup {
  vertical-align: super;
  font-size: 0.66em;
}

.specTable td p.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.88em;
}

.specTable td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

.specTable.col3 {
  display: block;
  width: 100%;
  border: none;
}

.specTable.col3 tbody,
.specTable.col3 tr {
  display: block;
}

.specTable.col3 .header,
.specTable.col3 th {
  display: none;
}

.specTable.col3 td {
  display: block;
  padding: 3px 8px;
  border: none;
}

.specTable.col3 .model:before {
  content: "型番: ";
}

.specTable.col3 .spec,
.specTable.col3 .price {
  padding-left: 3.3em;
}

.specTable.col3 .price {
  text-align: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

/* star mark list ---------- */
.snoteList2 li {
  list-style-type: none;
  font-size: 0.88em;
  position: relative;
  height: 100%;
}

.snoteList2 li span.mark {
  color: #DC143C;
  position: absolute;
  top: 0;
  left: 0;
}

.snoteList2 li {
  padding-left: 2em;
}

.section .noteList ul.link {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
}

.section .noteList ul.link li {
  padding-left: 0;
}

div.featuresBox h3 {
  border-left: none;
  _order-top: 2px solid cornflowerblue;
  padding-left: 0;
  margin-bottom: 0;
}

div.featuresBox h3 span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  text-align: center;
  background-color: cornflowerblue;
}

div.featuresBox h3 + div {
  padding-left: 40px;
}

.section ul.featuresList {
  padding: 0;
}

ul.featuresList li {
  display: table;
  border-top: 2px solid cornflowerblue;
}

ul.featuresList li div {
  display: table-cell;
}

ul.featuresList li span {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: cornflowerblue;
}

ul.featuresList li div p {
  padding-left: 15px;
}

/* Video Seemless LMS-MKSC1 =============================================== */
div.vidSeemless.videoFigure {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

div.vidSeemless {
  padding: 10px;
}

div.vidSeemless.videoFigure video {
  width: 100%;
}

div.videoBox {
  margin-top: 1.75rem;
}

div.videoBox p {
  margin-bottom: 0.125rem;
}

.section ul.strList {
  padding-left: 0;
}

.section ul.strList li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

ul.strList li:before {
  content: "※";
}

.section table + ul.strList {
  margin-top: -20px;
}

.section .iconLayout .text .notice {
  margin-top: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

.section .iconLayout .text .notice span {
  color: #DC143C;
}

/* IMAGE-BOX ---------- */
.cellLayout .cell.image .caption {
  font-size: 88%;
  display: block;
}

.cellLayout .cell.image .pict + .pict {
  margin-top: 20px;
}

/* OPTIONTABLE & LIST ---------- */
div.optionTable .optionList dt {
  font-weight: bold;
  padding: 4px 4px;
  background-color: #f6f7f8;
}

div.optionTable .optionList dd {
  margin-top: 0.5em;
}

div.optionTable .optionList dd li {
  list-style: none;
  text-indent: -3em;
  padding-left: 3em;
}

/* ELEMENTS ============================================================== */
/* PICT TITLE ---------- */
.pict span.title {
  display: block;
  text-align: left;
  margin-bottom: 8px;
}

p + .pict,
.pict + .pict {
  margin-top: 1.5em;
}

.pict .caption {
  font-size: 88%;
  display: block;
  margin-top: 5px;
}

ul.itemsList {
  list-style: none;
}

ul.itemsList UL {
  margin-bottom: 0;
}

.inner > ul.itemsList {
  padding-left: 0;
}

.cationBox {
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  border: 1px solid #ffdc00;
  background-color: #ffffcc;
}

/*------------------------*/
div.bnrExBox img {
  width: 100%;
}

/*
* CSS adjust for PPDV HTML5 / CSS3
*
* @version			0.0.0
* @lastmodified 2021/03/02
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2021, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
/* adjust ------- */
div#container {
  position: relative;
}

div#contentsBody {
  float: none;
  margin-right: 0;
}

div#mainContents {
  margin-right: 0;
  width: auto;
}

div#mainContents + div.inner {
  padding: 0 10px;
}

#product div#subNavi {
  float: none;
  font-size: 1rem;
  padding: 15px 10px 2rem;
  width: auto;
  background: none;
}

section h2 {
  margin-top: 3.5rem;
}

div.inner section h3 {
  margin-top: 3rem;
}

div.inner section h4 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: 2rem;
}

div.inner section h3 + h4 {
  margin-top: 1rem;
}

div.inner > section:first-child h3 {
  margin-top: 1rem;
}

section div.inner {
  padding: 0 0.5rem;
}

@media all and (min-width: 768px) {
  section div.inner {
    padding: 0 10px;
  }
}
@media all and (min-width: 960px) {
  section div.inner {
    padding: 0;
  }
}
/* table ---------- */
section table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ccc;
}

section table th {
  font-weight: normal;
  text-align: center;
  background-color: #F6F7F8;
}

section table th,
section table td {
  vertical-align: middle;
  padding: 0.375rem 0.5rem;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
}

section table td.item {
  background-color: #fafbfc;
}

section table td sup {
  color: #DC143C;
}

/* element -------- */
section p {
  line-height: 1.5;
  margin: 1rem 0;
}

.figure {
  max-width: 100%;
  width: auto;
}

ul.nnoticeList {
  list-style: none;
  margin-top: 0.75rem;
}

ul.nnoticeList li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  line-height: 1.4;
}

ul.nnoticeList li::before {
  content: "※";
  margin-right: 0.5rem;
}

/* SubNav ------------ */
#product #subNavi {
  margin: 1.5rem 0 1rem !important;
  padding: 0 !important;
}

#product #subNavi div#relationLink h2 {
  text-indent: inherit !important; /* reset */
  height: auto !important; /* reset */
  background: none !important; /* reset */
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 0 0.25rem 0.5rem;
  margin: 0 0 1rem;
  border-bottom: 2px solid #325DA7;
}

#subNavi div.refInfo * {
  box-sizing: border-box;
}

#subNavi div.refInfo dl {
  margin-top: 2rem;
  padding-top: 0;
  border: none;
  background: none;
}

#subNavi div.refInfo dl dd ul li {
  padding: 0;
}

#subNavi div.refInfo dl dd ul li a {
  display: block;
  position: relative;
  background-color: #FFF;
}

#subNavi div.refInfo dl dd ul li a:hover {
  background: none;
}

#subNavi div.refInfo dl dd ul li a::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: auto;
  width: auto;
  background: none;
}

#subNavi div.refInfo dl dd ul li {
  margin: 0;
  padding: 0;
}

#subNavi dl dd ul li a {
  padding: 1rem 1rem 1rem 0.5rem;
}

#subNavi div.refInfo dl dd ul li a::after {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0.5rem;
  bottom: 0;
  _lleft: 6px;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border: 1px solid #325DA7;
  border-width: 2px 2px 0 0;
}

#subNavi dl#supportLink dt {
  font-size: 1.25rem;
  margin: 0;
  padding: 1rem 0 0;
  text-align: center;
  background-color: #EEE;
}

#subNavi dl#supportLink dd ul {
  padding: 0 1rem 1rem;
  background-color: #EEE;
}

#subNavi dl#supportLink dd ul li {
  margin-top: 1rem;
}

#subNavi dl#supportLink dd ul li a::after {
  right: 0.75rem;
}

#subNavi dl#supportLink dd ul li a {
  font-size: 1.125rem;
  padding: 1.25rem 1rem 1.25rem;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #FFF;
}

#subNavi dl#supportLink dd ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}

#subNavi dl#supportLink dd ul li a span {
  display: inline-block;
}

#subNavi dl#supportLink dd ul li a span.icn {
  flex-basis: 2.25rem;
  min-width: 2.25rem;
  max-width: 2.25rem;
  height: 2.25rem;
}

#subNavi dl#supportLink dd ul li a span:not(.icn) {
  padding-left: 0.25rem;
}

#subNavi dl#supportLink dd ul li a span.icn {
  background-image: url("../../../product/peripheral/images/shared/supportLink.png");
  background-position-y: 0;
}

#subNavi dl#supportLink dd ul li#iman a span.icn {
  background-position-x: 0;
}

#subNavi dl#supportLink dd ul li#icat a span.icn {
  background-position-x: -40px;
}

#subNavi dl#supportLink dd ul li#iwar a span.icn {
  background-position-x: -80px;
}

#subNavi dl#supportLink dd ul li a:hover span.icn {
  _bbackground-position: inherit -40px;
  background-position-y: -40px;
}

#subNavi dl#serviceLink dd ul li {
  border-bottom: 1px solid #ccc;
}

@media all and (min-width: 480px) {
  #subNavi .refInfo dl dd ul li {
    float: none;
    width: auto;
  }
}
@media all and (min-width: 640px) {
  #subNavi .refInfo dl {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #subNavi .refInfo ul li {
    padding: 0;
    background-image: none;
  }
}
@media all and (min-width: 768px) {
  #subNavi dl#supportLink dd ul { /* old Android */ /* Safari etc. */ /* IE10        */
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem 1rem;
  }
  #subNavi dl#supportLink dd ul li {
    margin: 0.5rem 0.5rem 0;
    width: 33.33%;
  }
  #subNavi dl#supportLink dd ul li a {
    padding: 1.75rem 1rem;
  }
  #subNavi dl#serviceLink dd ul { /* old Android */ /* Safari etc. */ /* IE10        */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #subNavi dl#serviceLink dd ul li {
    flex: 0 0 49%;
  }
}
/* bunner -------- */
#subNavi ul.bnrBox {
  background: none;
}

#subNavi ul.bnrBox li {
  display: block;
  float: none;
  text-align: center;
  margin: 0.5rem 0 0;
  width: auto;
}

@media all and (min-width: 321px) {
  #subNavi ul.bnrBox li {
    display: block;
    float: none;
    text-align: center;
    margin: 0.5rem 0 0;
    width: auto;
  }
  #subNavi ul.bnrBox li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 480px) {
  #subNavi ul.bnrBox { /* old Android */ /* Safari etc. */ /* IE10        */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #subNavi ul.bnrBox li {
    flex: 0 0 50%;
  }
}
@media all and (min-width: 640px) {
  #subNavi ul.bnrBox li {
    flex: 0 0 33.33%;
  }
}
div.contactBox {
  margin-top: 1rem;
}

/* TopNav -------- */
#topNav {
  padding: 0 0 0.5rem 0;
  position: fixed;
  bottom: 50%;
  right: 0.5rem;
}

#topNav a {
  color: #00c;
  display: inline-block;
  font-size: 1rem;
  padding: 0;
  border-radius: 6px;
  background: none;
  background-color: #999;
  opacity: 0.75;
}

#topNav a {
  display: block;
  position: relative;
  margin-left: auto;
  width: 3rem;
  height: 3rem;
}

#topNav a:hover {
  background: none;
  background-color: #999;
  opacity: 1;
}

#topNav span {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0;
  height: 0;
}

#topNav div > a::after {
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border: 1px solid #fff;
  border-width: 2px 0 0 2px;
}

section p strong {
  font-weight: normal;
}

.epi {
  position: relative;
  display: block;
}

.epi::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../../img/e.png");
  z-index: 1;
}

.figure-box {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

.figure-box::before {
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../../img/product/peripheral/images/e.png");
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.figure-box > [class^=pct] {
  background-repeat: no-repeat;
  background-size: cover;
}

.pct-w160 {
  max-width: 160px;
}

.pct-w240 {
  max-width: 240px;
}

.pct-w312 {
  max-width: 312px;
}

.pct-w320 {
  max-width: 320px;
}

.pct-w480 {
  max-width: 480px;
}

.pct-w640 {
  max-width: 640px;
}

.pct-w720 {
  max-width: 720px;
}

.pct-w960 {
  max-width: 960px;
}

[class^=pct-w] {
  width: 100%;
}

/*
* CSS for LMS-GC53U
*
* @version			0.0.0
* @lastmodified 2021/10/25
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

section:nth-of-type(1) h2 {
  margin-top: 1.5rem;
}

div.productHeader {
  margin-bottom: 1rem;
}

#PLinkBox {
  border: 1px solid #ccc;
  padding: 0.125rem 0.75rem;
  margin: 0 0.5rem;
}

#PLinkBox ul.pageLink li {
  list-style: none;
  padding: 0.75rem 0;
  padding-left: 0.875rem;
  text-indent: -0.875rem;
}

#PLinkBox ul.pageLink li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.25em 1px 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #4472C4 transparent transparent transparent;
}

@media all and (min-width: 640px) {
  #PLinkBox {
    padding: 0.25rem 0.75rem;
  }
  #PLinkBox ul.pageLink li {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media all and (min-width: 480px) {
  .main-guide .figure {
    float: right;
    width: 50%;
    margin: 0 0 1.5rem 1.5rem;
  }
}
@media all and (min-width: 640px) {
  .main-guide .figure {
    float: right;
    width: 33.33%;
    margin: 0 0 1.5rem 1.5rem;
  }
}
@media all and (min-width: 768px) {
  div.modbox {
    box-sizing: border-box; /* IE10        */ /* old Android */ /* Safari etc. */
    display: flex;
  }
  div.modbox.reverse {
    flex-direction: row-reverse;
  }
  div.modbox div.cell {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
  }
  div.modbox div.cell.per2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  div.modbox div.cell.per25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  div.modbox div.cell.per3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  div.modbox div.cell.per33 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  div.modbox div.cell.per4 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  div.modbox div.cell.per6 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  div.modbox div.cell.per66 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  div.modbox div.cell.per7 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  div.modbox div.cell.per75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  div.modbox div.cell.per8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  div.modbox.reverse div:last-child,
div.modbox:not(.reverse) div:first-child {
    padding-right: 1rem;
  }
  div.modbox.reverse div:first-child,
div.modbox:not(.reverse) div:last-child {
    padding-left: 1rem;
  }
}
.cell > .caption {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.cell.tcenter {
  text-align: center;
}

div#Useful figure,
div#Useful div {
  min-width: 312px;
}

div#Useful div.figure div.title {
  font-size: 1.125rem;
  text-align: center;
  min-width: 312px;
  padding: 0.25rem 0.5rem;
  background-color: #eee;
}

div#Useful div.figure div.title + figure {
  margin-top: 0.25rem;
}

div#Useful div.cell {
  display: inline-block;
  margin: 0 auto;
}

div#Useful div.cell:last-child {
  margin-top: 1rem;
}

.separator {
  margin-top: 1rem;
  min-height: 1.25rem;
  background: -webkit-repeating-linear-gradient(0deg, white, white 2px, #B7C6E7 2px, #B7C6E7 3px);
  background: repeating-linear-gradient(0deg, white, white 2px, #B7C6E7 2px, #B7C6E7 3px);
}

div.solve {
  box-sizing: border-box;
  padding: 0 1rem 1rem;
  border: 1px solid #B7C6E7;
}

h3 span.normal {
  font-size: 1rem;
  margin-left: 0.5rem;
}

p.pitem {
  color: #555;
  font-size: 1.0625rem;
  font-weight: bold;
}

.solveItem {
  color: teal;
  font-size: 1.375rem !important;
  font-weight: bold !important;
  margin: 1.5rem 0 !important;
}

.elemItem {
  color: #555;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold !important;
  padding: 0.5rem 0.75rem;
  min-height: 34px;
  line-height: 1.3;
  border-radius: 16px;
  background-color: #E0EFF3;
}

ul.list li {
  line-height: 1.4;
  margin: 0.5rem 0;
}

p.center {
  text-align: center;
}

p.notice {
  font-size: 0.75rem;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.5rem 0 0;
  text-align: left;
}

ul.noticeList {
  margin-top: 1rem;
}

td {
  line-height: 1.4;
}

.figure {
  width: 100%;
}

.figure + .figure {
  margin-top: 1.5rem;
}

.modbox + h5 {
  margin-top: 2rem;
}

div.videoBox {
  max-width: 720px;
  margin: 0 auto;
}

div.videoFigure.lms-gc53u video {
  width: 100%;
}

div.optionTable dl.optionList dt {
  font-weight: bold;
  margin-top: 1.5rem;
  padding: 0.25rem 0.25rem;
}

div.optionTable dl.optionList dt:first-child {
  margin-top: 0;
}

div.optionTable dl.optionList dd {
  margin-top: 0.5em;
}

div.optionTable dl.optionList dd li {
  list-style: none;
  text-indent: -3em;
  padding-left: 3em;
  margin: 0.25rem 0;
}

ul[class$=List] + table.specTable {
  margin-top: 1.5rem;
}

.center {
  text-align: center;
}

.btnLink {
  display: inline-block;
  margin: 1rem auto;
  margin-left: auto;
  margin-right: auto;
}

.btnLink a {
  color: #c11d31;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 1rem 3rem 1rem 3rem;
  position: relative;
  border: 1px solid #c11d31;
  border-radius: 0.325rem;
  __background-color: aliceblue;
}

.btnLink a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625em);
  right: 1rem;
  width: 0.375em;
  height: 0.375em;
  border-top: solid 2px #c11d31;
  border-right: solid 2px #c11d31;
  transform: rotate(45deg) translateY(-50%);
}

.btnLink a:hover {
  opacity: 0.66;
}

.btn-shadow a {
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}

.btn-shadow a:active {
  /*ボタンを押したとき*/
  transform: translateY(4px); /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*/
}

/*
* CSS for advanced-switch School-Solution LMS-GC53U
*
* @version			0.0.1
* @lastmodified 2023-09-13
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
div.videoBox {
  max-width: 720px;
  margin: 1rem auto;
}

div.videoBox .caption {
  font-size: 1.25rem;
}

div.videoFigure.lms-gc53u video {
  width: 100%;
}

div.videoBox + div.videoBox {
  margin-top: 1.5rem;
}

.separator {
  margin-top: 1rem;
  min-height: 1.25rem;
  background: -webkit-repeating-linear-gradient(0deg, white, white 2px, #B7C6E7 2px, #B7C6E7 3px);
  background: repeating-linear-gradient(0deg, white, white 2px, #B7C6E7 2px, #B7C6E7 3px);
}

.solve {
  box-sizing: border-box;
  padding: 0 1rem 1rem;
  border: 1px solid #B7C6E7;
}

.pitem {
  color: #555;
  font-size: 1.0625rem;
  font-weight: bold;
}

.solveItem {
  color: teal;
  font-size: 1.375rem !important;
  font-weight: bold !important;
  margin: 1.5rem 0 !important;
}

.elemItem {
  color: #555;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold !important;
  padding: 0.5rem 0.75rem;
  min-height: 34px;
  line-height: 1.3;
  border-radius: 16px;
  background-color: #E0EFF3;
}

/*
* CSS for table of contents Page Navi
*
* @version			0.0.0
* @lastmodified 2021/10/23
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  --pageNaviColor: #4472C4;
  --pageNaviHover: #ED7D31;
}

.cell2 {
  --naviCnt: 2;
}

.cell5 {
  --naviCnt: 5;
}

#TocPageNaviBox {
  margin: 1rem 0;
}

#pageNaviList {
  list-style: none;
  padding: 0 0.75rem;
}

#pageNaviList li {
  text-align: center;
  margin: 0.5rem 0;
}

#pageNaviList li a {
  color: var(--pageNaviColor);
  display: block;
  font-size: 0.875rem;
  line-height: 1.25;
  text-align: center;
  text-indent: -0.875rem;
  padding: 1.5rem 0 0.25rem 0.875rem;
  border-bottom: 2px solid var(--pageNaviColor);
  __border-bottom: 2px solid #aaa;
}

#pageNaviList li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.25em 1px 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: var(--pageNaviColor) transparent transparent transparent;
}

#pageNaviList li a:hover {
  __color: #ED7D31;
  color: var(--pageNaviHover);
  border-bottom-color: var(--pageNaviHover);
  background-color: aliceblue;
}

#pageNaviList li a:hover::before {
  border-color: var(--pageNaviHover) transparent transparent transparent;
}

@media all and (min-width: 480px) {
  #pageNaviList {
    font-size: 0;
  }
  #pageNaviList li {
    display: inline-block;
    width: auto;
  }
  #pageNaviList li a {
    padding: 0.25rem 0 0.25rem 0.875rem;
    padding-left: 1.625rem;
    padding-right: 0.75rem;
    margin: 0 0.25rem;
  }
}
@media all and (min-width: 640px) {
  #pageNaviList {
    font-size: 0;
  }
  #pageNaviList li {
    display: inline-block;
    width: calc(100% / var(--naviCnt));
  }
  #pageNaviList li a {
    padding: 0.25rem 0 0.25rem 0.875rem;
    margin: 0 0.25rem;
  }
}