@charset "UTF-8";
/*--------------------------------
    contents
--------------------------------*/
body div#wrap-container {
  width: 980px;
  padding: 0;
  margin: 22px auto 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1 {
  width: 980px;
  border-bottom: 1px solid #ccc;
  font-size: 1.6em;
  margin: 0 auto 25px;
  line-height: 1.2;
  padding-bottom: 5px;
}

.icon_description {
  margin: 30px auto 0;
  padding: 35px 20px 35px 45px;
  width: 875px;
  border: 2px solid #CEE5F4;
  border-radius: 10px;
}

.icon_description p {
  font-size: 1.1em;
}

.icon_description p.icon_title {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 1.8em;
  color: #244690;
  text-align: center;
}

.icon_description p + p {
  margin-top: 10px;
}

.icon_description p img {
  width: 18px;
}

.icon_description p span.cross1 {
  font-weight: bold;
  color: #F97539;
}

div.menu {
  margin: 80px 0 0 0;
}

div.menu p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
}

div.menu ul {
  margin: 8px 0 0 0;
}

div.menu ul li {
  float: left;
}

div.menu ul li a {
  margin: 0 10px 11px 0;
  padding: 0 0 0 10px;
  position: relative;
  width: 225px;
  font-weight: bold;
  font-size: 1.1em;
  color: #333333;
  border: 1px solid #CCCCCC;
  display: block;
}

div.menu ul li a img {
  margin: 0 5px 0 0;
  width: 75px;
  vertical-align: -30px;
}

div.menu ul li a img.two {
  vertical-align: -23px;
}

div.menu ul li a span {
  display: inline-block;
}

div.menu ul li a:hover {
  opacity: 0.6;
}

div.menu ul li a::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #999999;
  border-bottom: 3px solid #999999;
  transform: rotate(-45deg);
  pointer-events: none;
}

div.menu ul li:nth-child(4n) a {
  margin-right: 0px;
}

h2 {
  margin: 80px 0 0 0;
  padding: 15px 0px 14px 15px;
  font-weight: bold;
  font-size: 1.4em;
  color: #ffffff;
  background-color: #1F468B;
}

table.taiou {
  margin: 20px 0 0 0;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-right: none;
  border-bottom: none;
}

table.taiou thead th {
  padding: 0;
  height: 55px;
  text-align: center;
  vertical-align: middle;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

table.taiou thead th:first-child {
  background-color: #EDEDED;
  width: 110px;
}

table.taiou thead th:nth-child(2) {
  background-color: #EDEDED;
  width: 140px;
}

table.taiou thead th:nth-child(3) {
  color: #255A53;
  background-color: #E1F1EF;
  width: 150px;
}

table.taiou thead th:nth-child(4) {
  color: #32673D;
  background-color: #E5F3E5;
  width: 150px;
}

table.taiou thead th:nth-child(5) {
  color: #5B5179;
  background-color: #ECE8F4;
  width: 150px;
}

table.taiou thead th:nth-child(6) {
  color: #8D5F30;
  background-color: #FEF5EB;
  width: 150px;
}

table.taiou thead th:nth-child(7) {
  color: #3E5A80;
  background-color: #E5EDFA;
  width: 150px;
}

table.taiou tbody td {
  margin: 0;
  padding: 10px 5px 10px 10px;
  font-size: 0.9em;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

table.taiou tbody td a {
  font-weight: bold;
  font-size: 0.95em;
  line-height: 1.2;
  letter-spacing: -0.05em;
}

table.taiou tbody td a.custom {
  position: relative;
  margin: 6px 0 6px 0;
  padding: 8px 5px 7px 10px;
  background-color: #004D9F;
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: bold;
  display: block;
  letter-spacing: 0;
  width: 105px;
}

table.taiou tbody td a.custom:hover {
  opacity: 0.6;
}

table.taiou tbody td a.custom::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 8px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg);
}

table.taiou tbody td span.circle img {
  margin-right: 2px;
  width: 18px;
  vertical-align: -4px;
}

table.taiou tbody td span.cross1 img {
  margin-right: 2px;
  width: 18px;
  vertical-align: -4px;
}

table.taiou tbody td span.cross2 img {
  margin-right: 2px;
  width: 18px;
  vertical-align: -4px;
}

table.taiou tbody td span.notice {
  margin: 3px 0 3px 0;
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  color: #E97131;
}

table.taiou tbody td span.icon {
  margin: 0 0 3px 0;
  color: #5F94E8;
  font-size: 0.85em;
  font-weight: bold;
  display: block;
}

table.taiou tbody td.case {
  text-align: center;
}

table.taiou tbody td.case a {
  font-weight: bold;
  font-size: 0.95em;
  letter-spacing: -0.05em;
  line-height: 1.2;
}

table.taiou tbody td.case a span {
  font-size: 1.1em;
  color: #333333;
  display: block;
}

table.taiou tbody td.case a img {
  width: 135px;
}

table.taiou tbody td div {
  padding: 8px 0 8px 0;
}

table.taiou tbody td div + div {
  border-top: 1px dashed #999999;
}

/*--------------------------------
    select
--------------------------------*/
#casepen-select-area h3 {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 12px 0 9px 9px;
  background-color: #174eaf;
  font-size: 1.1em;
  color: #fff;
}

ul.casepen-select-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 8.1% 0 0;
}

ul.casepen-select-item li {
  width: 440px;
  max-width: 45%;
  margin: 0 0.8%;
}

ul.casepen-select-item li a {
  width: 100%;
  height: 90px;
  display: block;
  color: #333;
  border: 1px solid #afafaf;
  background-color: #f7f7f7;
  text-align: left;
  padding: 10px 2%;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.6;
  border-radius: 6px;
  font-size: 1.2em;
}

ul.casepen-select-item li a img {
  width: 60px;
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
}

ul.casepen-select-item li a span {
  display: inline-block;
  vertical-align: middle;
}

ul.casepen-select-item li a:hover {
  opacity: 0.6;
}

ul.casepen-select-item li.select-btn a {
  border: 2px solid #3080eb;
  background-color: #fff;
  pointer-events: none;
}

ul.casepen-select-item li.select-btn a:hover {
  opacity: 1;
}

ul.casepen-select-item li.select-btn .balloon.case-balloon {
  background: url("/static/images/support/list/tabletcase_touchpen/case_clicked.png") no-repeat;
}

ul.casepen-select-item li.select-btn .balloon.touch-balloon {
  background: url("/static/images/support/list/tabletcase_touchpen/touchpen_clicked.png") no-repeat;
}

ul.casepen-select-item li .balloon {
  width: 360px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

ul.casepen-select-item li .balloon.case-balloon {
  background: url("/static/images/support/list/tabletcase_touchpen/case_no-click.png") no-repeat;
}

ul.casepen-select-item li .balloon.touch-balloon {
  background: url("/static/images/support/list/tabletcase_touchpen/touch_no_click.png") no-repeat;
}

.casepen-area {
  width: 100%;
  background-color: #e9f4fc;
  padding: 40px 2%;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 30px auto 20px;
  text-align: center;
}

.casepen-area .select-ttl {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
}

.casepen-area .select-box {
  width: 50%;
  position: relative;
  margin: 0 auto;
}

.casepen-area .select-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.casepen-area .select-box #casepen-key-select {
  width: 100%;
  padding: 4% 3%;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #487ec0;
  box-sizing: border-box;
  font-size: 1.08em;
  font-family: inherit;
  font-weight: bold;
  -webkit-appearance: none;
  appearance: none;
}

.casepen-area .select-box #casepen-key-select::-ms-expand {
  display: none;
}

/*--------------------------------
    link
--------------------------------*/
div#rel-link-btn {
  margin: 0 0 10px;
}

div#rel-link-btn a {
  font-size: 1.1em;
  font-weight: bold;
  border: 1px solid;
  padding: 0.4em 1.2em;
  border-radius: 50px;
  margin: 0 auto;
  display: block;
  line-height: 1.4;
  width: 15em;
  text-align: center;
}

div#rel-link-btn a.case {
  width: 13em;
}

div#rel-link-btn a::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 7px;
  vertical-align: 1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1c64b3;
  border-right: 2px solid #1c64b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div#rel-link-btn a:hover::after {
  border-color: #f00;
}

/*--------------------------------
    title
--------------------------------*/
div#table-ttl {
  margin: 30px auto 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
}

div#table-ttl .ttl-main-image {
  width: 11%;
  margin-right: 1%;
}

div#table-ttl .ttl-main-image img {
  max-width: 100%;
}

div#table-ttl .ttl-text {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  top: -20px;
  margin-right: 2%;
}

div#table-ttl .ttl-link a {
  display: block;
  font-weight: bold;
  position: relative;
  top: -22px;
  line-height: 1.2;
  border: 1px solid;
  padding: 0.25em 0.7em;
  white-space: nowrap;
  border-radius: 5px;
}

div#table-ttl .ttl-link a::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 3px;
  vertical-align: 1px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1c64b3;
  border-right: 2px solid #1c64b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div#table-ttl .ttl-link a:hover::after {
  border-color: #f00;
}

div#table-ttl.pencil {
  margin: 50px auto 20px;
}

div#table-ttl.pencil .ttl-text {
  top: 0;
  margin: 0 auto;
}

/*--------------------------------
    table
--------------------------------*/
#item-series {
  margin: 20px 0;
}

#item-series table {
  width: 100%;
  margin: 4px 0 0;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

#item-series table th,
#item-series table td {
  padding: 1%;
  border: 1px solid #ccc;
  font-size: 0.97em;
  line-height: 1.4;
  text-align: center;
}

#item-series table th {
  background-color: #e9f4fb;
  text-align: center;
  font-weight: bold;
}

#item-series table th.photo {
  width: 30%;
}

#item-series table th.status {
  width: 12%;
}

#item-series table th.pen {
  width: 20%;
}

#item-series table td.photo {
  text-align: center;
}

#item-series table td.photo .product-image-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

#item-series table td.photo .product-image-area .product-image {
  width: 32%;
  margin-right: 3%;
}

#item-series table td.photo .product-image-area .product-image img {
  max-width: 90%;
  margin: 0 auto;
}

#item-series table td.photo.pencil {
  padding: 1em;
}

#item-series table td.status img {
  max-width: 24px;
  margin: 0 auto;
}

/*--------------------------------
    no-result
--------------------------------*/
div#no-result {
  text-align: center;
  margin: 20px 0 80px;
}

div#no-result span {
  color: #f00;
  font-size: 1.4em;
  font-weight: bold;
  border: 1px solid;
  border-radius: 4px;
  padding: 2% 4%;
  box-sizing: border-box;
  display: inline-block;
}

/* 関連ページ */
.relation-area {
  margin: 10% 0 0;
}

.relation-area h2 {
  display: block;
  margin: 0 auto;
  padding: 1.3% 0 1.3% 2%;
  font-size: 1.56em;
  color: #fff;
  font-weight: bold;
  text-align: left;
  background-color: #1775BF;
}

.relation-area .relation-area-inner {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 96%;
  margin: 2.9% auto 0;
}

.relation-area .relation-area-inner a {
  display: block;
  width: 300px;
  height: auto;
  margin-bottom: 2%;
  margin-right: 2%;
}

.relation-area .relation-area-inner a img {
  width: 100%;
}

.relation-area .relation-area-inner a:nth-child(3n) {
  margin-right: 0;
}
