@charset "UTF-8";
/* メイン枠
---------------------------*/
.sp {
  display: none !important;
}

#container {
  width: 980px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.3;
}

#main-contents {
  float: right;
  width: 814px;
  margin: 0 0 3%;
}

/* 見出し
---------------------------*/
h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 21px;
  padding-bottom: 0;
}

h2.note {
  font-size: 1.4em;
  color: #138CFD;
  margin: 0 0 1%;
}

h2.check {
  font-size: 1.5em;
  color: #000000;
  margin: 4% 0 1.7%;
  text-align: center;
  background-color: #e4eefa;
  padding: 1.3% 0 1.3%;
}

h2.check span {
  font-size: 1.2em;
}

h2.pencil {
  font-size: 1.5em;
  color: #FFF;
  margin: 6% 0 4%;
  text-align: center;
  background-color: #666666;
  padding: 1.3% 0 1.3%;
}

.ttl-banner {
  margin: 0 0 2%;
}

p.desc {
  margin: 0 auto 2.5%;
  width: 96%;
  line-height: 1.5;
}

/* リード文 */
p.note {
  line-height: 1.65;
  font-size: 0.9em;
}

p.note span {
  color: #0072D0;
}

span.att {
  display: block;
  font-size: 0.9em;
  color: #33aaec;
  margin: 0 0px 0px 5%;
}

/* 検索 */
.search-area {
  margin: 30px auto 0;
  padding: 20px 0 35px 0;
  width: 750px;
  background-color: #EEEEEE;
}

.search-area .search-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}

.search-area .search-input-area {
  margin: 25px auto 0;
  width: 625px;
}

.search-area .search-input-area .search-left {
  margin: 0;
  float: left;
  width: 580px;
}

.search-area .search-input-area .search-left input {
  padding: 7px 0 7px 20px;
  width: 560px;
  font-size: 1.2em;
  border: 1px solid #333333;
  height: 26px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.search-area .search-input-area .search-right {
  margin: 0;
  float: left;
  width: 43px;
  background-color: #D2D2D2;
  text-align: center;
  padding: 7px 0px;
  border: 1px solid #333333;
  height: 26px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ai-area {
  margin: 30px auto 0;
  text-align: center;
}

/* ページ内リンク */
p.check-link {
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

ul.check-link-area {
  margin: 10px auto 40px;
  /*! width: 725px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.check-link-area li {
  width: 24.1%;
  margin: 0 1% 1.5% 0;
}

ul.check-link-area li.a-pencil {
  width: 33%;
  margin: 0 1% 1.5% 0;
}

ul.check-link-area li:nth-of-type(4n) {
  margin: 0;
}

ul.check-link-area li a {
  padding: 17px 0;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #1C64B3;
  border: 1px solid #1C64B3;
  border-radius: 0.3em;
  position: relative;
  opacity: 1;
  transition: 0.2s;
}

ul.check-link-area li a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

ul.check-link-area li a::before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #1C64B3;
  transform: rotate(-227deg);
  position: absolute;
  top: 39%;
  right: 8%;
  margin: auto;
}

ul.check-link-area li.a-pencil a {
  color: #FFF;
  background-color: #666666;
  border: 1px solid #666666;
  opacity: 1;
  transition: 0.2s;
}

ul.check-link-area li.a-pencil a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

ul.check-link-area li.a-pencil a::before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #FFF;
  transform: rotate(-227deg);
  position: absolute;
  top: 39%;
  right: 8%;
  margin: auto;
}

ul.check-link-area li:last-child a {
  border-right: 1px solid #333333;
}

/* チェックリスト */
div#check-list {
  /* border: 2px solid #93CFF3; */
  margin: 0% 0 0;
}

div.check-list-li {
  /* background-color: #EDF8FC; */
  padding: 0.5% 0% 0.5% 0%;
  margin: 0 0 0.7%;
}

div.check-list-li:nth-child(odd) {
  /* background-color: #FFFCEC; */
  /* padding: 0.5% 3% 0.5% 2%; */
  /* margin: 0 0 0.7%; */
}

div.check-list-left {
  /* float: left; */
  width: 100%;
  margin: 0 auto;
  padding: 2% 0 0;
  display: block;
}

div.check-list-left dt {
  font-size: 1.07em;
  font-weight: bold;
}

div.check-list-left dt span {
  display: inline-block;
  padding-top: 5px;
}

div.check-list-left dt img {
  width: 9%;
  vertical-align: middle;
  margin: 0 2% 0 0;
}

div.check-list-left dt img.opt {
  width: 9%;
  vertical-align: top;
  margin: 0 2% 0 0;
}

div.check-list-left dd {
  padding: 0.5% 0 0 11%;
  color: #FF0000;
  text-indent: -1em;
  margin-left: 1em;
}

div.check-list-left dd.opt {
  padding: 0% 0 0 11%;
  color: #FF0000;
  text-indent: -1em;
  margin-left: 1em;
}

div.check-list-left dd.opt_s {
  padding: 2.5% 0 0 11%;
  color: #FF0000;
  text-indent: -1em;
  margin-left: 1em;
}

div.check-list-right {
  float: right;
  width: 28%;
}

div.check-list-right img {
  width: 100%;
}

/* おすすめ */
div.osusume {
  text-align: center;
  margin: 3% 0 0;
}

div.osusume p {
  font-size: 1.15em;
  line-height: 1.6;
}

div.osusume p strong {
  font-size: 1.55em;
  display: block;
  margin: 2% 0 1%;
}

div.osusume p strong span {
  color: #FF0000;
}

div.osusume-link {
  padding: 4.5% 0 0px;
}

div.osusume-link a {
  display: inline-block;
  margin: 0 0 1.5%;
}

div.osusume-link a img {
  width: 77%;
}

/* ipadテーブル
---------------------------*/
.table01 {
  width: 100%;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  border-right: none;
  border-collapse: collapse;
  border-spacing: 0;
}

.small01 {
  font-size: 90%;
}

.space04 {
  margin-bottom: 2.3%;
}

.table01 th {
  /* text-align: center; */
  /* padding: 0.5%; */
  /* line-height: 1.8; */
  /* border: 1px solid #999; */
  border-bottom: 1px dotted #999;
  border-right: 1px solid #999;
  /* text-align: center; */
  background: #eeeeef;
  width: 31%;
}

.b-r01 {
  border-right: 1px solid #999;
  width: 11%;
  text-align: center;
  padding: 1% 0% 1% 0;
}

.b-r02 {
  border-right: 1px solid #999;
  width: 17%;
  text-align: center;
  padding: 0;
}

.b-none {
  text-align: left;
  padding: 0 0 0 4.7%;
}

.b-none01 {
  text-align: center;
  padding-left: 0;
}

.b-none02 {
  line-height: 1.5;
}

.b-none02.mm03 {
  text-align: center;
  padding-left: 0;
  width: 35%;
}

.table01 tr {
  background-color: #FFF !important;
}

.table01 td {
  /* padding: 0.5%; */
  /* line-height: 1.8; */
  /* border: 1px solid #999; */
  border-bottom: 1px dotted #999;
  /* border-right: 1px solid #999; */
}

thead .tr01 {
  border-bottom: 1px solid #999;
  background-color: #E4EEFA !important;
}

.th-p1 {
  padding: 1% 0% 1% 4.7%;
  text-align: left;
}

.td11 {
  border-bottom: 2px solid #999 !important;
}

.img-ipad {
  padding: 4% 0% 1.3% 0%;
  margin: 0% 0 0;
}

.bold {
  font-weight: bold;
}

a.kisyu {
  display: block;
  background: url(/static/images/support/ipad-sedai/btn_search_tb_s.png) no-repeat 0 0;
  font-size: 0.75em;
  line-height: 1.5;
  height: 36px;
  padding: 0.6em 0 0 4em;
  width: 102px;
  margin-bottom: 1.3em;
}

a.hanyou-search {
  display: block;
  background: url(/static/images/support/ipad-sedai/btn_gp_case_search.png) no-repeat 0 0;
  font-size: 0.75em;
  line-height: 1.5;
  height: 36px;
  padding: 0.6em 0 0 4em;
  width: 102px;
  margin-bottom: 1.3em;
}

table.mg0 {
  margin: 0;
}

div#Apple-Pencil {
  padding: 0% 2% 1.3% 2%;
}

div#Apple-Pencil table {
  border-collapse: collapse;
  border-top: 1px solid #999;
}

div#Apple-Pencil table td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 1% 0;
  text-align: center;
  white-space: nowrap;
}

div#Apple-Pencil table td span {
  display: block;
}

div#Apple-Pencil table td.a-left {
  text-align: left;
  padding: 0 0 0 5%;
}

div#Apple-Pencil table td.td-ipad {
  width: 35%;
}

div#Apple-Pencil table td.td-gene {
  width: 15%;
}

div#Apple-Pencil table td.line-end {
  border-right: none;
}

table tr td.gray {
  background-color: #eeeeef;
  font-weight: bold;
}

table tr td.blue {
  background-color: #ecf6ff;
  font-weight: bold;
}

table tr td.white {
  background-color: #FFF;
  font-weight: normal;
}

p.pencil-att {
  text-align: right;
  font-size: 0.95em;
  margin: 1.2% 0 0;
}

tbody tr td {
  padding: 1.6% 1.8%;
}

tbody tr td.b-r02 {
  padding: 0 2.8%;
  text-align: left;
}

.ipad-acc-link {
  background-color: #0A4EA2;
  padding: 0.5% 3.5%;
  border-radius: 18px;
  width: 27.3%;
  margin: 0 auto 9.2%;
  box-sizing: border-box;
  position: relative;
}

.ipad-acc-link a {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  transition: 0.2s;
}

.ipad-acc-link:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.ipad-acc-link::after {
  content: "";
  position: absolute;
  right: 13%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 0;
}

/* JIS T 1021対応
---------------------------*/
.jis-t_area {
  background-color: #e5e9ec;
  padding: 2%;
  margin: 0 0 7%;
}

.jis-t_area h2 {
  text-align: center;
  font-size: 1.2em;
  margin: 0 0 1.5%;
}

.jis-t_area ul {
  background-color: #ffffff;
  padding: 0 2.5%;
}

.jis-t_area li {
  padding: 2.5% 1.5%;
  border-bottom: 1px dotted #adadad;
}

.jis-t_area li:last-child {
  border: none;
}

.jis-t_area li p:first-child {
  font-size: 1.05em;
  color: #0062bd;
  font-weight: bold;
  margin: 0 0 1%;
}

.jis-t_area p {
  float: left;
  width: 73%;
  font-size: 0.85em;
  line-height: 1.5;
}

.jis-t_area img {
  float: right;
  width: 13%;
  margin: -2.5% 4% 0 0;
}

/* 製品一覧
---------------------------*/
#container h3 {
  text-align: center;
  padding: 1.1% 0 1.1%;
  margin: 0 0 0.5%;
  font-size: 1.3em;
  background-color: #0A4EA2;
  color: #FFFFFF;
  font-weight: bold;
}

#container h4 {
  color: #0A4EA2;
  font-size: 1.26em;
  font-weight: bold;
  padding: 0 0 0 1.2%;
  margin: 2% auto 1.2%;
  position: relative;
}

#container h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 20px;
  background-color: #0A4EA2;
}

.item-body {
  border: 1px solid #adadad;
  padding: 0.5%;
  width: 48%;
  float: left;
}

.item-body:nth-child(2n) {
  float: right;
}

.item-body h4 {
  background-color: #e2eefa;
  margin: 0 0 3%;
  padding: 2.5% 3.5%;
  line-height: 1.4;
}

.item-img img:first-child {
  width: 100%;
}

.item-img {
  position: relative;
  width: 50%;
  margin: 0 0 0 5%;
  display: inline-block;
}

.item-img img.icon {
  position: absolute;
  top: 5%;
  left: 0;
  width: 30%;
}

.item-body ul.icon-area {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 3%;
  width: 35%;
  text-align: center;
}

.icon-area li {
  padding: 2%;
  margin: 0 0 4%;
  font-size: 0.85em;
  font-weight: bold;
  color: #ffffff;
}

/* アイコンの色 */
.icon-area .wh {
  border: 0.15em solid #034bb7;
  color: #034bb7;
}

.icon-area .blue {
  border: 0.15em solid #034bb7;
  background-color: #034bb7;
}

.icon-area .orange {
  border: 0.15em solid #f79705;
  background-color: #f79705;
}

.icon-area .b-green {
  border: 0.15em solid #32bcbc;
  background-color: #32bcbc;
}

.icon-area .green {
  border: 0.15em solid #59d342;
  background-color: #59d342;
}

/* 製品一覧
---------------------------*/
ul.seihin {
  border-top: 1px dotted #adadad;
  width: 85%;
  margin: 0 auto;
  padding: 3% 4%;
}

ul.seihin img {
  width: 15%;
  margin: 0 3% 0 0;
  vertical-align: top;
  float: left;
}

ul.seihin .hinban {
  width: 75%;
  margin: 2% 0 0;
  padding: 0 0 0 5%;
  font-weight: bold;
  background: url(/static/images/support/ipad-sedai/ya.gif) no-repeat 0 40%;
  float: left;
}

ul.seihin .price {
  width: 75%;
  margin: 1% 0 0 5%;
  font-size: 0.85em;
  float: left;
}

/* サイドメニュー
---------------------------*/
#sidemenu {
  float: left;
  width: 146px;
  font-size: 0.95em;
}

p.round {
  padding: 5px 7px 5px 7px;
  font-size: 0.75em;
  font-weight: bold;
  background: #f5f5f5;
  border: 1px solid #ADADAD;
  border-bottom: none;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
}

ul.naviR {
  border: 1px solid #ADADAD;
  margin: 0 0 10%;
}

ul.naviR li {
  margin: 0 4%;
  padding: 4% 0 4% 5%;
  font-size: 0.75em;
  background: #FFFFFF url(/static/images/common/menu_yajirushi.png) no-repeat 4px 11px;
  background-size: 5%;
  line-height: 1.5;
}

ul.naviR.pick li {
  margin: 0 4%;
  padding: 0% 0 6% 20%;
  font-size: 0.75em;
  background: #FFFFFF url(/static/images/common/icn_read.png) no-repeat 4px 11px;
  background-size: 22%;
}

ul.naviR li + li {
  border-top: 1px dotted #ADADAD;
}

ul.naviR li img {
  padding: 0px 0 0 0px;
  margin: 6px 0px 0 -2px;
  float: left;
}

ul.naviR li a {
  display: block;
  letter-spacing: 0.2px;
  margin: 2px 2px 0 9px;
}

ul.naviR.pick li.picklisttwo a {
  padding-top: 6px;
}

#sidemenu .link-banner a {
  display: block;
  margin: 0 0 7%;
}

#sidemenu .link-banner a {
  width: 110px;
}

div.side-banner a {
  display: inline-block;
  margin: 0 0 10px;
}

div.side-banner img {
  width: 100%;
  border: 1px solid #BCBCBC;
  image-rendering: -webkit-optimize-contrast;
}

/* clfx
---------------------------*/
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.clfx:before {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
