@charset "UTF-8";
/* タイトル */
body {
  font-family: 'Noto Sans JP', 'Roboto',  sans-serif;
}

#container {
  width: 980px;
}

h1 {
  font-size: 1.6em;
  padding-bottom: 3px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DADADA;
}

/* メニューボタン */
.menu-area {
  display: flex;
  justify-content: center;
  background-color: #F5F5F5;
  padding: 25px 2% 30px;
}

.menu-area-btn {
  display: block;
  width: 33%;
  margin: 0 10px 0 0;
  max-width: 300px;
}

.menu-area-btn a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 115px;
  padding: 12px 0 0;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  position: relative;
  transition: .3s;
}

.menu-area-btn a .menu-btn-text {
  font-size: 1.25em;
  font-weight: 600;
  color: #333;
  margin-top: 10%;
}

.menu-area-btn a .menu-btn-img img {
  width: 100%;
}

.menu-area-btn a.touchpen-btn .menu-btn-text {
  margin-right: 8%;
}

.menu-area-btn a.touchpen-btn .menu-btn-img {
  width: 46%;
}

.menu-area-btn a.inputpen-btn .menu-btn-text {
  margin-right: 17%;
}

.menu-area-btn a.inputpen-btn .menu-btn-img {
  width: 43%;
}

.menu-area-btn a.case-btn .menu-btn-text {
  margin-right: 38%;
}

.menu-area-btn a.case-btn .menu-btn-img {
  width: 27%;
}

.menu-area-btn a::after {
  content: "";
  width: 30px;
  height: 9px;
  margin: auto;
  background: url(/static/images/product/acc/pda/pda_pen/touchpen/img_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 9.1%;
  left: 0;
  right: 0;
}

.menu-area-btn a:hover {
  opacity: .6;
}

.menu-area-btn .support-text {
  margin: 5.4% 0 0;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

/* タッチペン */
.cate-title {
  padding: 1% 0 1.1% 2.6%;
  box-sizing: border-box;
  font-size: 1.25em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #3E87BC;
}

.touchpen-note {
  margin: 10.3% 0 0;
  padding-bottom: 3.3%;
  background-color: #F0F7FA;
}

.touchpen-note .note {
  padding: 2.5% 0 0 2.6%;
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 0.064em;
}

.touchpen-note .note > p {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.067em;
}

.touchpen-note .note ul {
  margin: 0.6% 0 0;
  line-height: 1.77;
}

.touchpen-note .note ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ペン先の種類から選ぶ */
.pen-type-menu {
  margin: 5.5% 0 0;
}

.pen-type-menu h3 {
  padding: 0 0 0.7% 1%;
  font-size: 1.125em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border-bottom: 1px solid;
}

.pen-type-menu .pen-type-menu-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2% 0 0;
  padding: 0 1.6% 0;
}

.pen-type-menu .pen-type-menu-inner .pen-type-menu-btn {
  display: flex;
  justify-content: left;
  width: 310px;
  height: 80px;
  margin: 0 0 1%;
  padding: 0.4% 0 0 0.5%;
  box-sizing: border-box;
  border: 1px solid #D0D0D0;
  border-radius: 6px;
  transition: .3s;
}

.pen-type-menu .pen-type-menu-inner .pen-type-menu-btn .pen-type-img {
  width: 70px;
  height: 70px;
}

.pen-type-menu .pen-type-menu-inner .pen-type-menu-btn .pen-type-img img {
  width: 100%;
}

.pen-type-menu .pen-type-menu-inner .pen-type-menu-btn .pen-type-text {
  margin: 4.5% 0 0 3.6%;
  font-size: 0.9375em;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
}

.pen-type-menu .pen-type-menu-inner .pen-type-menu-btn .pen-type-text span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}

.pen-type-menu .pen-type-menu-inner .pen-type-menu-btn.empty-btn {
  visibility: hidden;
}

.pen-type-menu .pen-type-menu-inner .pen-type-menu-btn:hover {
  opacity: .6;
}

/* タッチペン製品情報 */
#touchpen {
  margin: 6.3% 0 0;
}

#touchpen .content-title {
  font-size: 1.25em;
  line-height: 1.6;
  background-color: #DDE8ED;
  border: 2px solid #DDE8ED;
}

#touchpen .content-title img {
  width: 100px;
  vertical-align: middle;
}

#touchpen .content-title .text {
  display: inline-block;
  margin: 0 0 0 0.7%;
}

#pen-type-fiber {
  margin: 7.4% 0 0;
}

#pen-type-disc {
  margin: 7.1% 0 0;
}

#pen-type-disc .product-box {
  margin-top: 1.9%;
}

#pen-type-pom {
  margin: 7.4% 0 0;
}

#pen-type-copper {
  margin: 6.7% 0 0;
}

.product-box {
  display: flex;
  margin: 2.3% 0 0;
  padding: 2.26%;
  padding-right: 0;
  box-sizing: border-box;
  border: 1px solid #BCBBBB;
  flex-wrap: wrap;
}

.product-box .left {
  display: flex;
  width: 47.2%;
}

.product-box .left a {
  display: block;
  width: 200px;
}

.product-box .left a img {
  width: 100%;
}

.product-box .left a:nth-of-type(1) {
  margin-right: 5%;
}

.product-box .right {
  width: 52.8%;
}

.product-box .right .cap {
  margin: 0.8% 0 0;
  font-size: 1.125em;
  font-weight: bold;
  color: #2C79B1;
}

.product-box .right .detail {
  margin: 2.8% 0 0;
  font-size: 0.875em;
  letter-spacing: 0.07em;
}

.product-box .right .price {
  margin: 0.8% 0 0 1.4em;
}

.product-box .right .dimensions-diagram {
  margin: 2% 0 0;
  width: 100%;
}

.product-box .right .hinban {
  display: inline-block;
  margin: 2.1% 0 0 0.7%;
  font-weight: bold;
  background: url(/static/images/product/acc/pda/pda_pen/ya.gif) no-repeat 0px 1px;
  padding: 0 0 0 17px;
  background-position: 0 50%;
  letter-spacing: 0.02em;
}

.product-option {
  background: #F1F7F9;
  width: 100%;
  margin: 2% auto 0;
  padding: 2%;
}

.product-option .heading {
  font-size: 1.25em;
  font-weight: bold;
  border-left: 4px solid #537FB5;
  line-height: 1.6;
  padding-left: 1%;
  letter-spacing: 0.05em;
}

.product-option-inner {
  display: flex;
  height: auto;
  margin: 1.4% 0 0;
  padding: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.product-option-inner .left {
  display: flex;
  width: 10.2%;
}

.product-option-inner .left a {
  display: block;
  width: 200px;
}

.product-option-inner .left a img {
  width: 100%;
}

.product-option-inner .left a:nth-of-type(1) {
  margin-right: 5%;
}

.product-option-inner .right {
  width: 80%;
  margin: 3px 0 0 12px;
}

.product-option-inner .right .cap {
  margin: 0.8% 0 0;
  font-size: 1.125em;
  font-weight: bold;
  color: #2C79B1;
}

.product-option-inner .right .detail {
  margin: 0;
  font-size: 0.975em;
  letter-spacing: 0.01em;
}

.product-option-inner .right .price {
  margin: 3px 0 0 0;
}

.product-option-inner .right .dimensions-diagram {
  margin: 2% 0 0;
  width: 100%;
}

.product-option-inner .right .hinban {
  margin: 10px 0 0 0;
}

/* 入力ペン */
#inputpen {
  margin: 6.7% 0 0;
}

#inputpen .attention {
  margin: 1.5% 0 0 2.6%;
  letter-spacing: 0.06em;
}

.attention {
  color: #FF0000;
}

#case {
  margin: 7.5% 0 0;
}

.color-name {
  color: #333;
  font-weight: normal;
}
