@charset "UTF-8";
/**
* ヘッダ・フッタ リニューアル 2022
*/
#wrap-container {
  width: 1200px;
  margin: 10px auto 0;
  padding: 0 10px;
}

#container_n {
  display: flex;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/*--------------------------------
    contents
--------------------------------*/
#main-contents {
  width: 980px;
  margin: 0 0 30px;
}

/*--------------------------------
    タイトル
--------------------------------*/
h1 {
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  font-size: 1.8em;
  margin: 0 0 15px;
}

.title-banner {
  margin: 0 0 10px 0;
}

body #container {
  position: relative;
  width: 814px;
  float: right;
}

#wrap-container:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*---------------------------
 タイプ別で選ぶ 
---------------------------*/
img#menu_top {
  display: block;
  margin-top: 20px;
  vertical-align: top;
}

img#menu_bottom {
  display: block;
  margin-bottom: 37px;
}

.menu-type {
  background: url(/static/images/product/peripheral/pccamera/menu_back_02.png) repeat-y 0 0;
  overflow: hidden;
  width: 801px;
  height: 164px;
  padding: 4px 0 0 13px;
  zoom: 1;
}

.menu-type li {
  float: left;
  position: relative;
  margin: 0 8px 8px 0;
}

/*---------------------------
 ページ内スクロール、メニューボタン
---------------------------*/
.menu-btn-col2 {
  width: 100%;
  padding: 30px 0 15px 3px;
}

.menu-btn-col2 ul {
  display: flex;
  justify-content: center;
}

.menu-btn-col2 ul li a {
  display: inline-block;
  max-width: 370px;
  margin: 0 6px;
}

.menu-btn-col2 ul li a img {
  width: 100%;
}

div.yougo {
  text-align: center;
  padding: 20px 0 50px;
}

div.yougo div.yougo-inner {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}

div.yougo div.yougo-inner a {
  margin: 0 5px;
}

/*--------------------------------
    リスト
--------------------------------*/
.table {
  display: table;
  table-layout: fixed;
  width: 980px;
  margin: -20px 0 0;
  border-collapse: separate;
  border-spacing: 0 40px;
}

.tr {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
}

.td {
  margin: 0 5px;
  background-color: #fff;
}

div#result-area .td {
  margin: 0 5px;
  background-color: #fff;
  width: 49%;
  border: 1px solid #ededed;
}

.table.col1 {
  width: 490px;
}

.table.col1 .td {
  width: 100%;
}

#result-area > h2 {
  margin: 0;
  padding: 12px 15px 11px;
  background: #e4e4e4;
  border-left: 8px solid #1f81fa;
  font-size: 1.4525rem;
}

#result-area > h2#wide,
#result-area > h2#single {
  margin: 100px 0 0;
}

h2#business a,
h2#wide a,
h2#single a {
  display: block;
  float: right;
  opacity: 1;
  transition: 0.2s;
}

h2#business a:hover,
h2#wide a:hover,
h2#single a:hover {
  opacity: 0.6;
  transition: 0.2s;
  text-decoration: none;
}

#result-area a:hover {
  text-decoration: none;
}

#result-area a:hover .item {
  background-color: #f7f7f7;
}

#result-area a:hover img {
  opacity: 1 !important;
}

#result-area .table .tr .td .item {
  width: calc(92% - 20px);
  margin: 0 0 0 20px;
  padding: 30px 4% 10px;
  display: block;
  font-size: 1em;
  position: relative;
  background-color: #fff;
}

#result-area .table .tr .td .item.left1st {
  margin: 0 20px 0 0;
}

#result-area .item .item-name {
  font-size: 1.05em;
  font-weight: bold;
  margin: 15px 0 0;
}

#result-area .item .item-sku {
  line-height: 1.7;
  font-weight: bold;
  width: auto;
  margin-right: 19px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

#result-area .item .item-sku::before {
  content: url(/static/images/common/yaji_maru_bl_12.png);
  display: inline-block;
  line-height: 0.9;
  vertical-align: middle;
  margin-right: 1%;
}

#result-area .item .item-sku span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1%;
}

#result-area .item .item-sku span img {
  vertical-align: middle;
}

#result-area .item .item-price {
  color: #333;
  line-height: 1.7;
  width: 210px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
}

#result-area .item .item-head {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4;
  letter-spacing: -0.04em;
  padding: 0 0 20px;
}

#result-area .item .item-image {
  width: 100%;
  margin: 0 0 3%;
}

#result-area .item .item-image img {
  max-width: 100%;
}

#result-area .item .item-image img:hover {
  opacity: 0.6 !important;
}

#result-area .item .item-image-main {
  width: 56%;
  display: inline-block;
  vertical-align: bottom;
}

#result-area .item .item-image-sub {
  width: 40%;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 2%;
}

#result-area .item .output-w {
  width: 100%;
  min-height: 13px;
  height: auto;
  padding: 6px 0;
  margin-bottom: 5px;
  background-color: #004da2;
  border-radius: 3px;
  line-height: 1.2;
  text-align: center;
  font-size: 0.87em;
  font-weight: bold;
  color: #fff;
}

#result-area .item .output-w.opw-blue {
  background-color: #004da2;
  color: #fff;
}

#result-area .item .output-w.opw-yellow,
#result-area .item .output-w:nth-child(n + 2) {
  background-color: #fae382;
  color: #503a00;
}

/*--------------------------------
    仕様
--------------------------------*/
#result-area .item .spec-area {
  margin: 8px 0 10px;
}

#result-area .item .spec-area .spec-ico {
  width: auto;
  height: 25px;
  margin: 3px 0;
  padding: 0 8px;
  line-height: 25px;
  font-size: 0.85em;
  font-weight: bold;
  display: inline-block;
  color: #004da2;
  border: 1px solid #004da2;
}

/* ico-*****  colors */
#result-area .item .spec-area .spec-ico.ico-zoom {
  background: #478fff;
  border: 1px solid #478fff;
  color: #fff;
}

#result-area .item .spec-area .spec-ico.ico-teams {
  background: #4f53aa;
  border: 1px solid #4f53aa;
  color: #fff;
}

#result-area .item .spec-area .spec-ico.ico-meet {
  background: #267e6f;
  border: 1px solid #267e6f;
  color: #fff;
}

#result-area .item .spec-area .spec-ico.ico-webex {
  background: #37aee6;
  border: 1px solid #37aee6;
  color: #fff;
}

#result-area .item .spec-area .spec-ico.ico-Skype {
  background: #00b6ef;
  border: 1px solid #00b6ef;
  color: #fff;
}

#result-area .item .spec-area .spec-ico.ico-win {
  background: #fff;
  border: 1px solid #006bc1;
  color: #006bc1;
}

#result-area .item .spec-area .spec-ico.ico-mac {
  background: #fff;
  border: 1px solid #f94d49;
  color: #f94d49;
}

/*--------------------------------
    一覧表
--------------------------------*/
div.ichiran {
  margin: 60px 0 0;
}

div.ichiran p {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #1f81fa;
  padding: 0.5em 0;
  margin: 0 0 2%;
  position: relative;
}

div.ichiran p a {
  display: block;
  position: absolute;
  top: 25%;
  right: 1%;
}

div.ichiran p a:hover {
  opacity: 0.6;
}

div.ichiran table {
  width: 980px;
  border: 1px solid #939393;
  border-collapse: collapse;
  font-size: 0.95em;
}

div.ichiran table th {
  width: 21%;
  padding: 1.5% 1%;
  text-align: center;
  border-right: 1px dotted #939393;
  border-bottom: 3px solid #939393;
}

div.ichiran table th:nth-of-type(1) {
  border-bottom: 3px solid #939393;
}

div.ichiran table th:nth-of-type(2),
div.ichiran table th:nth-of-type(3),
div.ichiran table th:nth-of-type(4),
div.ichiran table th:nth-of-type(5),
div.ichiran table th:nth-of-type(6),
div.ichiran table th:nth-of-type(7) {
  width: 11%;
  padding: 1.5% 1%;
  text-align: center;
  border-right: 1px dotted #939393;
  border-bottom: 3px solid #939393;
}

div.ichiran table th:nth-of-type(2) {
  line-height: 1.4;
}

div.ichiran table th:nth-of-type(8) {
  width: 20%;
  padding: 1.5% 1%;
  line-height: 1.3;
  text-align: center;
  border-right: 1px dotted #939393;
  border-bottom: 3px solid #939393;
}

div.ichiran table tr td:nth-of-type(2),
div.ichiran table tr td:nth-of-type(3),
div.ichiran table tr td:nth-of-type(4),
div.ichiran table tr td:nth-of-type(5),
div.ichiran table tr td:nth-of-type(6),
div.ichiran table tr td:nth-of-type(8) {
  font-size: 0.85em;
  padding: 1% 0;
}

div.ichiran table tr td:nth-of-type(1) {
  font-size: 0.9em;
  padding: 1%;
}

div.ichiran table tr td:nth-of-type(7) {
  font-size: 0.8em;
  padding: 1% 0;
}

div.ichiran table td {
  text-align: center;
  padding: 1%;
  border-right: 1px dotted #939393;
  border-bottom: 1px solid #939393;
}

div.ichiran table td a img.out {
  width: 30%;
  border: 1px solid #cecece;
  vertical-align: middle;
  opacity: 1;
}

div.ichiran table td span.ext {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
  width: 54%;
  padding: 0 0 0 10%;
}

div.ichiran table td span.ext span {
  font-size: 0.95em;
  display: inline-block;
  padding: 0 0 0 13%;
}

div.ichiran table td span a img {
  vertical-align: middle;
  margin: 0px 2% 0px 0px;
  opacity: 1;
}

div.ichiran table td span.ext span.zeinuki {
  display: none;
}

span.att {
  display: block;
  font-size: 0.9em;
  margin: 40px 0 -82px;
}

/* tables */
table.tablesorter {
  font-family: arial;
  /*background-color: #CDCDCD;*/
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
  margin: 10px 0pt 15px;
  padding: 0px;
  /*font-size: 8pt;*/
  width: 100%;
  text-align: left;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  background-color: #dfe9f8;
  /*border: 1px solid #FFF;*/
  border: 1px solid #cdcdcd;
  /*font-size: 8pt;*/
  margin: 0px;
  padding: 4px;
}

table.tablesorter thead tr .header {
  background-image: url(/static/images/group_search/themes/blue/bg_org.gif);
  background-repeat: no-repeat;
  background-position: center right;
  vertical-align: middle;
  cursor: pointer;
}

table.tablesorter tbody td {
  color: #3d3d3d;
  /*padding: 4px;*/
  background-color: #fff;
  border: 1px solid #cdcdcd;
  line-height: 1.4;
  /*vertical-align: top;*/
}

table.tablesorter tbody tr.odd td {
  background-color: #f0f0f6;
}

table.tablesorter thead tr .headerSortUp {
  background-image: url(/static/images/group_search/themes/blue/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
  background-image: url(/static/images/group_search/themes/blue/desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
  background-color: #a9c3ed;
}

/*--------------------------------
    note
--------------------------------*/
#result-area .item .note-area {
  color: #0099ff;
  font-weight: bold;
  margin: 10px 0 20px;
  line-height: 1.4;
}

/* --- */
.menu-type li a#w-lessLink {
  background: url(/static/images/product/peripheral/pccamera/btn_wireless.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#w-lessLink:hover {
  background: url(/static/images/product/peripheral/pccamera/btn_wireless_ov.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#hi-visionLink {
  background: url(/static/images/product/peripheral/pccamera/btn_hd.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#hi-visionLink:hover {
  background: url(/static/images/product/peripheral/pccamera/btn_hd_ov.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos500Link {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos500.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos500Link:hover {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos500_ov.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos300Link {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos300.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos300Link:hover {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos300_ov.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos200Link {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos200.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos200Link:hover {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos200_ov.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos130Link {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos130.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos130Link:hover {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos130_ov.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos30Link {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos30.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li a#cmos30Link:hover {
  background: url(/static/images/product/peripheral/pccamera/btn_cmos30_ov.jpg) no-repeat 0 0;
  display: block;
  width: 258px;
  height: 77px;
}

.menu-type li img.number {
  position: absolute;
  top: 10px;
  left: 11px;
}

/*---------------------------
製品紹介
---------------------------*/
.lineup-cate h2 {
  margin: 0 0 12px 0;
}

.item-box {
  margin: 0 0 34px 0;
  padding: 0 0 1px 0;
  border-left: 2px solid #666666;
}

.item-box h3 {
  background-color: #606060;
  color: #ffffff;
  font-size: 0.9em;
  padding: 8px 0 8px 12px;
}

/*---- 左BOX ----*/
.detail {
  display: inline;
  float: left;
  margin: 15px 0px 0px 15px;
}

.detail .p-photo {
  float: left;
  margin: 0;
  width: 226px;
}

.detail .p-photo a img {
  border: 1px solid #cccccc;
}

.detail .colorlist {
  float: left;
  margin: 0 0 10px 0;
  width: 190px;
}

.detail .funclist {
  float: left;
  margin: 0 0 10px 0;
}

#recommend a {
  display: block;
}

#recommend a:hover {
  opacity: 0.6;
}

#recommend a:hover img {
  opacity: 1 !important;
}

#recommend dd span {
  color: #333333;
}

.detail .funclist #cepa dt {
  text-align: left;
}

.detail .funclist #cepa dd p {
  float: left;
  width: 153px;
}

.detail .funclist dl dt img {
  vertical-align: top;
  margin-right: 10px;
}

.detail .funclist dl dt {
  margin-top: 12px;
  text-align: right;
}

.detail .funclist dl dd {
  font-size: 0.8em;
  padding: 5px 0;
  width: 153px;
  line-height: 1.3;
}

.detail .funclist #cepa dd {
  font-size: 0.8em;
  padding: 5px 0;
  width: 350px;
}

.detail .funclist #cepa dd p.textRight {
  margin-left: 15px;
}

.detail .colorlist ul {
  margin: 0 0 2px 0;
}

.detail .colorlist li {
  padding: 0 0 3px 0;
  font-size: 0.75em;
  line-height: 1.2;
}

.detail .colorlist li a {
  margin: 0 3px 0 0;
  font-weight: bold;
}

#container .detail .colorlist li img {
  margin: 0 4px 0 0;
  vertical-align: -2px;
}

.detail .colorlist .price {
  margin: 0 0 5px 0;
  font-size: 0.8em;
}

.detail ul.icon_point {
  margin-top: 15px;
}

.detail .icon_func,
.detail .icon_point {
  clear: both;
}

.detail .icon_func li,
.detail .icon_point li {
  display: block;
  float: left;
  margin: 0 2px 0 0;
}

/*---- 右BOX ----*/
.feature {
  display: inline;
  float: right;
  width: 156px;
  margin: 10px 0px 0px 0px;
}

.feature dt {
  margin: 0 0 4px 0;
}

.feature dd {
  margin: 0 0 17px 0;
  font-size: 0.7em;
  line-height: 1.1;
  letter-spacing: 1px;
}

.feature p {
  text-align: right;
}

.feature p.diff {
  margin: 0 0 17px 0;
}

/*---------------------------
おすすめ関連製品
---------------------------*/
#recommend-related-products {
  background: #d6f2f1;
  padding: 27px 35px 41px;
  margin: 80px 0 0;
}

h2#pccamera_recommend {
  padding: 0 0 10px;
  text-align: center;
  font-size: 1.6875rem;
  color: #00a59c;
}

#recommend-related-products .menu-btn-col2 {
  margin: 20px 0 0;
}

#recommend-related-products .table {
  width: auto;
  margin: 0;
  border-spacing: 0 18px;
}

#recommend-related-products .table .tr .td {
  width: 49%;
}

#recommend-related-products .table .tr .td .item {
  width: auto;
  margin: 0 0 0 8px;
  border: none;
}

#recommend-related-products .table .tr .td .item.left1st {
  margin: 0 7px 0 0;
}

#recommend-related-products .table .tr .td .item .item-detail {
  padding-bottom: 7px;
}

#recommend-related-products .table .tr .td .item .output-w {
  background-color: #729de2;
  color: #fff;
}

/*---------------------------
戻るボタン
---------------------------*/
.return {
  margin: 0 0 10px 0;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.3;
}

/*---------------------------
特殊スタイル
---------------------------*/
.detail .funclist dl dt img.noMgn {
  margin: 0;
}

/* サイドメニュー
------------------------------------------------------*/
#sidemenu {
  float: left;
  width: 147px;
}

#cate-banner-area ul li {
  margin-bottom: 10px;
}

#side-type {
  margin: 0 0 6px 0;
  border: 1px solid #999999;
  overflow: hidden;
}

#side-type h5 {
  margin: 0px 0px 0px 0px;
}

#side-type ul {
  width: 145px;
  list-style-type: none;
}

#side-type ul li {
  list-style-type: none;
  margin: -1px 0px 0px 0px;
  padding: 6px 0 5px 23px;
  font-size: 0.8em;
  line-height: 1.2;
  text-indent: -19px;
  background: url(/static/images/dot_line_h.gif) left top repeat-x;
}

#side-type ul li.sideFirst span {
  display: block;
  margin: 0 0 5px;
  font-weight: bold;
  color: #565656;
}

#side-type ul li.sideFirst p {
  list-style-type: none;
  margin: -1px 0px 0px 0px;
  line-height: 1.2;
  text-indent: -19px;
}

#side-type ul li.menu-end {
  background: none;
}

#side-type ul li img {
  margin: 0 3px 0 0;
  vertical-align: -2px;
}

.side-banner {
  margin: 0 0 6px 0;
}

.side-banner img {
  width: 100%;
}

.waku a img,
.waku a:visited img {
  border: 1px solid #999999;
}

.waku a:hover img,
.waku a:active img {
  border: 1px solid #ff0000;
}

#sidemenu h6.gray {
  background: #f0f0f0;
  color: #000;
}

#sidemenu h5 img {
  border-top: 1px solid #adadad;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
}

#sidemenu h6 {
  padding: 9px 3px 5px 3px;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  background: #595959;
  color: #fff;
  text-align: center;
  border-top: 1px solid #adadad;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
  border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
}

ul.naviR {
  zoom: 100%;
  padding: 0px 8px 0px 8px;
  border: 1px solid #adadad;
  margin-bottom: 15px;
}

ul.naviR li:first-child {
  border-top: none;
}

ul.book li {
  margin: 0px 0px 0px 0px;
  text-indent: 0;
  padding: 10px 0 10px 40px;
  font-size: 0.75em;
  line-height: 1.2;
  background: url(/static/images/common/icn_read.png) 0px center no-repeat;
  background-size: 24%;
}

/* side-menu */
div#side-menu {
  width: auto !important;
}

div#recommend dl {
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  padding: 8px;
  width: 129px !important;
}

div#recommend {
  padding-bottom: 10px;
}

div#recommend dt {
  text-align: center;
  padding-bottom: 10px;
}

div#recommend dd {
  font-size: 0.8em;
  line-height: 1.3;
  text-align: left;
}

div#recommend .sp {
  display: none;
}

.recommend-items div.first-item {
  display: none;
}

div.bt-banner {
  text-align: center;
  margin: 5% 0 0;
}

div.bt-banner a {
  display: inline-block;
  width: 42.7%;
  background-color: #ffffff;
  background-image: url(/static/images/common/arrow_r.gif);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border-radius: 0.3em;
  box-shadow: 2px 2px 3px #aaa;
  border: 1px solid #aaa;
  margin: 0 1% 3.3% 0;
  padding: 1.5% 2% 1.5%;
  opacity: 1;
  transition: 0.2s;
  box-sizing: border-box;
  color: #333;
}

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

div.bt-banner .type-image {
  display: inline-block;
  width: 26%;
  vertical-align: middle;
}

div.bt-banner .type-image img {
  width: 100%;
}

div.bt-banner .type {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.4;
  margin: 0 0 0 4%;
}

div.bt-banner .type strong {
  display: block;
  font-size: 1.3em;
}

div.video-container {
  text-align: center;
  margin: 1% 0 6%;
}

/*---------------------------
QA
---------------------------*/
div.access-body .accordion {
  background-color: #ffffff;
}

div.access-body {
  background-color: #e1eefe;
  padding: 2% 2.5%;
  margin: 60px 0 80px;
}

div.access-body h3 {
  background: url(/static/images/seihin_joho/lan/icn_qa.png) no-repeat 0 0;
  background-size: auto;
  padding: 1.5% 0 1.5% 6%;
  margin: 0 0 0.5%;
  background-size: 5%;
  font-size: 1.4em;
}

/*ベース*/
.toggle {
  display: none;
}

div.access-body .accordion .Label {
  /*タイトル*/
  padding: 1em;
  display: block;
  color: #0073ca;
  background-color: #ffffff;
}

div.access-body .accordion .Label:hover {
  cursor: pointer;
}

div.access-body .accordion .Label {
  /*タイトル横の矢印*/
  background: url(/static/images/seihin_joho/lan/q.png) no-repeat 2% 45%, url(/static/images/seihin_joho/lan/open.png) no-repeat 97.5% center;
  background-size: 2.7%, 2.5%;
  padding: 1.7% 0 1.5% 6%;
  color: #0073ca;
  border-top: 0.05em solid #cccccc;
  border-left: 0.05em solid #cccccc;
  border-right: 0.05em solid #cccccc;
}

div.access-body .accordion .content {
  border-top: none;
  border-left: 0.05em solid #cccccc;
  border-right: 0.05em solid #cccccc;
}

div.access-body .accordion .content p {
  background: url(/static/images/seihin_joho/lan/a.png) no-repeat 0 0;
  background-size: 2.7%;
  line-height: 1.5;
  padding: 0 0 0 4%;
}

div.access-body .accordion .content:nth-last-of-type(1) {
  border-bottom: 0.05em solid #cccccc;
}

div.access-body .accordion .Label,
div.access-body .accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

div.access-body .accordion .content {
  /*本文*/
  height: 0;
  padding: 0 20px;
  overflow: hidden;
}

div.access-body .accordion .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

div.access-body .accordion .toggle:checked + .Label {
  background: url(/static/images/seihin_joho/lan/q.png) no-repeat 2% 45%, url(/static/images/seihin_joho/lan/close.png) no-repeat 97.5% center;
  background-size: 2.7%, 2.5%;
  background-color: #e4e5e7;
}
