@charset "UTF-8";
.sp {
  display: none !important;
}

#container {
  width: 100%;
  color: #333333;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.7;
}

div#wrap-container {
  padding: 0;
}

#main-contents {
  width: 100%;
}

h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  margin: 0 0 28px;
  padding-bottom: 3px;
  font-weight: normal;
  line-height: 1;
}

#main-contents h2 {
  font-size: 1.6em;
  line-height: 1;
  margin: 0 0 14px;
  padding: 1.5% 1% 1.1% 4.3%;
  letter-spacing: 0.08em;
  background: #006EC8;
  color: #fff;
}

p.title_banner {
  width: 980px;
  margin: 0 auto;
}

/* 目次 */
.toc-area {
  background: #F8F8F8;
  box-sizing: border-box;
  padding: 3.3% 3.3%;
  width: 96%;
  margin: 0 auto 0;
}

.toc-area p {
  font-size: 1.25em;
}

.toc-area ul li a {
  display: block;
  margin: 1% 0 0;
  font-size: 1.0625em;
  color: #1C64B3;
  font-weight: bold;
  letter-spacing: 0.08em;
}

/* リード文 */
div#what {
  margin: 2.2% 5%;
  padding: 0 0 2.2%;
}

div#what p {
  font-size: 1.1em;
}

div#what p span.att {
  font-size: 0.95em;
  color: #FF0000;
}

div#what a {
  display: block;
  width: 23%;
  float: right;
  margin-top: 0.5%;
}

div#what p.notice {
  font-size: 1em;
  color: #13A1FD;
}

div.iphone15 {
  display: none;
  margin: 3% 0 5%;
  text-align: center;
}

/* 共通 */
div.process-left {
  float: left;
  width: 43%;
  font-size: 0.95em;
}

div.process-right {
  float: right;
}

p.process {
  font-size: 1em;
  text-indent: -0.65em;
  margin-left: 0.65em;
}

div.sepa.other-cont p.process {
  font-size: 1em;
  text-indent: 0;
  margin-left: 0;
}

span.process-note {
  display: block;
  margin: 6px 0 0 10px;
}

p.process b {
  display: inline-block;
  font-size: 1em;
  margin: 0 5px 0 0;
}

span.cate {
  font-weight: bold;
  color: #1E43AE;
}

span.cate span,
span.br.sp-s {
  display: inline;
}

span.br {
  display: block;
  text-align: right;
  color: #333333;
  font-weight: normal;
}

ul.comment {
  padding: 0 0 0 0.7em;
  margin: 4% 0 0;
}

ul.comment li {
  font-size: 1.05em;
  text-indent: -1em;
  line-height: 1.45;
  margin: 0 0 0.7em 1em;
}

ul.comment li.no-eyecatch {
  text-indent: 0;
  margin-left: 0;
}

ul.comment li.att {
  color: #FF0000;
}

div.link {
  text-align: right;
  margin: 2.5% 0 0;
}

div.link span {
  display: inline-block;
  margin: 0 1% 0 0;
  font-size: 1.1em;
}

div.link a {
  margin-left: 1%;
}

span.att {
  color: #FF0000;
}

.item-introduction {
  background-color: #ebf8ff;
  width: 100%;
  margin: 30.3% auto 0;
  padding: 3.5% 0 5% 4.2%;
  box-sizing: border-box;
}

.item-introduction > p {
  font-size: 1.1em;
  font-weight: bold;
  color: #4b6ebb;
  letter-spacing: 0.06em;
}

.item-recommend-list-link a {
  background-color: #ffffff;
  color: #194da1;
  border-radius: 6px;
  border: 1px solid #194da1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  font-size: 1.05em;
  line-height: 1.4;
  padding: 3.5% 4% 3%;
  margin: 2.8% 0 0;
}

.item-recommend-list-link a:hover {
  background-color: #194da1;
  color: #ffffff;
}

.item-recommend-list-link a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: solid 2px;
  border-right: solid 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8em;
  margin: auto;
  transform: rotate(45deg);
}

.item-detail {
  display: flex;
  margin: 1.4% 0 0;
}

.item-detail-left img {
  width: 100px;
  border: 1px solid #BFBFBF;
}

.item-detail-right {
  margin: 1.5% 0 0 4%;
}

.item-detail-right .cap {
  line-height: 1.3;
}

.item-detail-right .number {
  position: relative;
  margin: 5.5% 0 0;
  padding-left: 1.4em;
  line-height: 1.4;
}

.item-detail-right .number::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 7%;
  left: 0;
  background: url(../../../..//static/images/common/yaji_maru_bl_12.png) no-repeat;
}

/* 入力機器 */
#input {
  margin: 8% 0 0;
}

div#input div.read-outer {
  border: 1px solid #BFBFBF;
  padding: 2% 2% 0;
}

div.sepa {
  border-bottom: 1px solid #BFBFBF;
  padding: 1% 2% 4%;
  margin: 0 0 3%;
}

div.sepa.no-border {
  border-bottom: none;
  padding: 1% 2% 2%;
}

div.sepa.other-cont {
  background-color: #EBF8FF;
  border-bottom: none;
  padding: 4% 2% 4%;
  margin: 0 2% 3%;
}

div.sepa.other-cont div.process-left {
  float: left;
  width: 39%;
}

div.sepa.other-cont span {
  display: block;
  border-bottom: 1px solid #A0A09E;
  font-size: 1.4em;
  font-weight: bold;
  color: #2142A9;
  margin: 0 0 4%;
  padding: 0 0 1%;
}

div.keyboad {
  padding: 2% 0 0;
}

/* バナー */
div.bottom-banner {
  margin: 45px 0 80px;
  padding: 0 85px;
}

div.bottom-banner a {
  display: inline-block;
  border: 2px solid #1C63B1;
  border-radius: 0.3em;
  padding: 1px 25px;
  margin: 0 0 22px;
  font-size: 1.25em;
  line-height: 1.2;
  color: #333333;
  width: 340px;
  text-align: left;
  background: url(/static/images/seihin_joho/ipados-usb-reader/yaji_g.png) no-repeat 96.5% 50%;
  font-weight: bold;
}

div.bottom-banner a:nth-of-type(1) {
  margin: 0 15px 22px 0;
}

div.bottom-banner a img {
  vertical-align: middle;
}

div.bottom-banner a img.main {
  margin: 0 15px 0 0;
}

div.bottom-banner a img.option {
  height: 100px;
}

div.bottom-banner a img.original {
  height: 75px;
  margin: 13px 40px 13px 22px;
}

div.bottom-banner a:hover {
  text-decoration: none;
  opacity: 0.6;
}

div.bottom-banner a:hover img {
  opacity: 1 !important;
}

div.bottom-banner a span {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0;
  text-align: left;
}

div.bottom-banner a:nth-of-type(4) {
  margin: 0 0 0 1.8%;
}

div.bottom-banner a:nth-of-type(4) img {
  width: 95px;
  height: 78px;
  padding: 11px 0;
}

/* 認識されない場合 */
div.ninshiki {
  background-color: #EBF8FF;
  text-align: center;
  padding: 3% 0;
  margin: 6% 0 2%;
}

div.ninshiki h3 {
  font-size: 1.6em;
  margin: 0 0 2%;
}

div.ninshiki h3 img {
  vertical-align: -9px;
}

div.ninshiki span.ninshiki-read {
  display: block;
  text-align: left;
  padding: 0 7%;
  margin: 0 0 2%;
  letter-spacing: 0.03em;
}

div.ninshiki img:nth-of-type(1) {
  margin: 0 1.5% 0 0;
}

/* おすすめのUSBメモリ、カードリーダー */
#recommended {
  margin: 100px 0 0;
}

.product-area {
  margin: 2% 0 0;
}

.product-box {
  vertical-align: top;
  display: inline-block;
  width: 49%;
  margin: 0 1.4% 1.5% 0;
}

.product-box:nth-of-type(2n) {
  margin-right: 0;
}

.product-box .name {
  font-size: 1.25em;
  font-weight: bold;
  border-left: 5px solid #006EC8;
  padding-left: 1.6%;
  letter-spacing: 0.09em;
  margin-bottom: 1.9%;
}

.product-box .product-box-inner {
  display: flex;
  min-height: 180px;
}

.product-box .product-box-inner .left {
  width: 180px;
}

.product-box .product-box-inner .left .main-image {
  width: 100%;
  display: block;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}

.product-box .product-box-inner .left .main-image img {
  width: 100%;
}

.product-box .product-box-inner .right {
  width: 59%;
  margin-left: 2%;
  padding: 0.7% 0 0;
}

.product-box .product-box-inner .right .cap {
  line-height: 1.4;
  letter-spacing: 0.07em;
  margin: 0 0 1.8%;
}

.product-box .product-box-inner .right .number {
  position: relative;
  margin: 1.1% 0 0;
  font-size: 0.875em;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 0 0 7%;
  letter-spacing: 0.05em;
}

.product-box .product-box-inner .right .number::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 7%;
  left: 0;
  background: url(../../../..//static/images/common/yaji_maru_bl_12.png) no-repeat;
}

.product-box .product-box-inner .right .number .price {
  color: #333;
  font-weight: normal;
}

/* 関連特集 */
#relation a {
  display: inline-block;
  width: 230px;
  margin: 0.4% 1.5% 0 0;
}

#relation a img {
  width: 100%;
}

#relation a:nth-of-type(4n) {
  margin-right: 0;
}

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