@charset "UTF-8";
body #container {
  font-family: '游ゴシック','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.ichiran a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

#side_sp {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

/* コンテナ枠
----------------------------*/
#container {
  position: relative;
  width: 980px;
}

/* メイン枠
---------------------------*/
h1 {
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.9em;
  line-height: 1.2;
  margin: 0 0 24px;
  padding-bottom: 2px;
}

h2 {
  color: #128cfb;
  font-size: 1.3em;
  margin: 0 0 10px 0;
}

/*
目次
*/
.toc-area {
  border: 1px solid #51AFE1;
  width: 91.5%;
  margin: 7.2% auto 0;
  padding: 6.2% 0 3.1% 5.7%;
  box-sizing: border-box;
}

.toc-area .toc-item {
  margin: 0 0 3%;
  letter-spacing: 0.05em;
}

.toc-area .toc-item > a {
  font-size: 1.0625em;
  font-weight: bold;
  color: #333;
}

.toc-area .toc-item > a span {
  font-size: 1.17em;
  color: #17639A;
}

.toc-area .toc-item a:hover {
  text-decoration: underline;
}

.toc-area .toc-item-sub {
  margin: 1.3% 0 0 2%;
  letter-spacing: 0.06em;
}

.toc-area .toc-item-sub a {
  color: #333;
  font-size: 0.9375em;
}

/*
USB PDとは
*/
#read {
  margin: 10.2% 0 0;
}

#read .mtxt {
  width: 97%;
  margin: 1.4% 0 0 1.3%;
  font-size: 1.05em;
  letter-spacing: 0.05em;
  line-height: 1.86;
}

#read .read-banner {
  margin: 1.9% 0 0;
  width: 100%;
}

.read-link-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3.1% auto 0;
  width: 95%;
}

.read-link-banner.banner-center a {
  margin: 0 auto 18px;
  padding: 1.8% 0 1.8% 3%;
}

.read-link-banner a {
  display: block;
  width: 49%;
  background-color: #3A86BD;
  color: #fff;
  box-sizing: border-box;
  border-radius: 35px;
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 0 18px;
  padding: 2% 0 1.6% 3%;
  letter-spacing: 0.05em;
  position: relative;
  opacity: 1;
  transition: all 0.2s;
}

.read-link-banner a.has-image {
  display: block;
  width: 49%;
  background-color: #3A86BD;
  color: #fff;
  box-sizing: border-box;
  border-radius: 45px;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0.6% 0 0.6% 0.8%;
  letter-spacing: 0.05em;
  position: relative;
  transition: all 0.2s;
}

.read-link-banner a.no-image {
  padding: 1.8% 0 1.8% 3%;
}

.read-link-banner a p {
  display: inline-block;
}

.read-link-banner a span {
  font-size: 1.222em;
  color: #FDFBC0;
  line-height: 1.3;
}

.read-link-banner a::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.9%;
}

.read-link-banner a:hover {
  opacity: 0.6;
  transition: all 0.2s;
}

.button-thumbnail {
  display: inline-block;
  width: 9.725%;
  border-radius: 3em;
  background-color: #FFF;
  margin: 0 3% 0 0;
}

.button-thumbnail img {
  border-radius: 3em;
  width: 88%;
  margin: 6%;
  vertical-align: middle;
}

.related-btn-box {
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: 0 auto;
}

.rechargeable-related-btn {
  width: 49%;
  border: 2px solid #2364B3;
  box-sizing: border-box;
  margin: 42px 0 0;
  border-radius: 8px;
  background-color: #F4F4F4;
  position: relative;
  opacity: 1;
  transition: 0.2s;
}

.rechargeable-related-btn:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.rechargeable-related-btn a {
  display: flex;
  width: 100%;
  align-items: center;
  color: #333;
  font-weight: bold;
  padding: 0.8% 4.5%;
}

.rechargeable-related-btn a img {
  width: 14.9%;
}

.rechargeable-related-btn p {
  margin: 0 0 0 4%;
  line-height: 1.3;
}

.rechargeable-related-btn p span {
  font-size: 1.375em;
  color: #2364B3;
}

.rechargeable-related-btn::after {
  content: "";
  position: absolute;
  margin: auto 0;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #2364B3;
  border-right: 4px solid #2364B3;
  top: 0;
  bottom: 0;
  right: 4%;
  transform: rotate(45deg);
}

.section-title {
  font-size: 2em;
  background: #205AB1;
  color: #fff;
  box-sizing: border-box;
  padding: 2.3% 0 1.8% 2.1%;
  font-weight: bold;
}

.read-banner {
  margin: 2.2% auto 0;
  width: 96.5%;
}

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

#merit {
  margin: 13% 0 0;
}

#merit .read-banner {
  margin: 2.2% auto 0;
  width: 96.5%;
}

#merit .read-banner img {
  width: 100%;
}

.content {
  margin: 0 0 8.7%;
}

.sub-title {
  border-bottom: 2px solid #205AB1;
  font-size: 1.65em;
  margin: 4.5% 0 1.2%;
  padding: 0 0 0.8% 1.7%;
  letter-spacing: 0.01em;
}

.mtxt {
  margin: 2.3% 0 0 1.7%;
  font-size: 1.0625em;
  letter-spacing: 0.06em;
  line-height: 1.86;
  width: 97.4%;
}

/*
USB PD対応アクセサリーを選ぶときの注意点
*/
#attention {
  margin: 11.9% 0 0;
}

#attention .sub-title {
  padding-left: 2.1em;
  position: relative;
  line-height: 1.3;
  margin: 3.8% 0 0;
}

#attention .sub-title::before {
  position: absolute;
  content: "";
  background: url(../../../../images/product/cable/howto/usb_pd/ing_title.png) no-repeat;
  background-size: cover;
  width: 36px;
  height: 26.85px;
  left: 1.2%;
  top: 10%;
}

#attention .mtxt {
  margin: 2.2% 0 0 1.2%;
  letter-spacing: 0.055em;
}

#attention .content {
  margin: 0 0 7.2%;
}

#attention .read-banner {
  width: 91.7%;
  margin: 1.7% auto 8%;
}

.check_point {
  padding-bottom: 3%;
  background-color: #FFFBC6;
  margin: 2% auto 0;
  width: 97%;
}

.check_point .title {
  padding-left: 2.1em;
  padding-top: 2.2%;
  font-size: 1.5625em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  position: relative;
  margin: 0 auto 0;
  text-align: center;
  display: block;
  width: fit-content;
}

.check_point .title::before {
  position: absolute;
  content: "";
  background: url(../../../../images/product/cable/howto/usb_pd/img_checkpoint.png) no-repeat;
  background-size: cover;
  width: 36px;
  height: 26.85px;
  left: 1.2%;
  top: 44%;
}

.check_point_inner {
  background: #fff;
  width: 84%;
  margin: 1.7% auto 0;
  border-radius: 10px;
  padding: 4.1% 9%;
  box-sizing: border-box;
  font-size: 1.0625em;
  display: flex;
  font-weight: bold;
  font-family: 'Hiragino Sans';
}

.check_point_inner p {
  position: relative;
  width: fit-content;
  line-height: 1.9;
  text-align: center;
  padding-left: 2.3em;
  letter-spacing: 0.1em;
}

.check_point_inner p:nth-of-type(1) {
  margin-left: 1%;
}

.check_point_inner p:nth-of-type(2) {
  margin-left: 11.4%;
  padding-left: 1.9em;
  letter-spacing: 0.06em;
}

.check_point_inner p::before {
  position: absolute;
  content: "";
  background: url(../../../../images/product/cable/howto/usb_pd/img_check.png) no-repeat;
  background-size: cover;
  width: 27px;
  height: 27px;
  left: 0;
  top: 2%;
}

#attention02 p.read-banner {
  margin-bottom: 0;
}

#attention02 .button-thumbnail {
  width: 12%;
}

#attention02 .has-image {
  height: 70px;
  position: relative;
}

#attention02 .has-image p {
  width: fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17.9%;
  margin: auto;
}

/*
USB PDに対応したアクセサリー
*/
#accessory {
  margin-top: 13.3%;
}

.product .sub-title {
  padding: 0 0 0.8% 1%;
}

.product-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98.3%;
  margin: 2% 0 0 1.2%;
}

.product-block {
  width: 49.2%;
  border: 1px solid #CCC;
  padding: 2% 2.5%;
  box-sizing: border-box;
  margin: 0 0 1.5%;
}

.product-block .caption {
  font-size: 1.0625em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.product-block .detail {
  display: flex;
  margin: 3.5% 0 0;
}

.product-block .detail .left {
  width: 58%;
  max-width: 200px;
}

.product-block .detail .left img {
  width: 100%;
}

.product-block .detail .right {
  width: 49.2%;
  margin-left: 3.1%;
}

.product-block .detail .right .list-area {
  margin: 3.2% 0 0;
}

.product-block .detail .right .list-area li {
  text-align: center;
  background-color: #E1E9F0;
  color: #3A86BD;
  line-height: 1.6;
  font-size: 0.9375em;
  font-weight: bold;
  padding: 1.4% 0;
  margin-top: 1.1%;
}

.product-block .detail .right .list-area li.pink {
  background-color: #FF3C69;
  color: #fff;
}

.product-block .detail .hinban {
  text-align: left;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 0 0 7.2%;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 0.1em;
  background-size: 5.6%;
}

.product-block .detail .price {
  line-height: 1.6;
}

a.product-link {
  display: block;
  background: #205AB1;
  width: fit-content;
  margin: 1.3% auto;
  padding: 1.7% 3.3% 1.4% 4.7%;
  box-sizing: border-box;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: 0.2s;
}

a.product-link:hover {
  opacity: 0.6;
  transition: 0.2s;
}

a.product-link .sankaku {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 1em;
}

a.product-link.has-image {
  width: 47.5%;
  padding: 0.8% 2% 0.8% 0;
}

#docking_station_hub {
  margin-top: 10.6%;
}

#docking_station_hub .product-block {
  padding-bottom: 1.5%;
}

#docking_station_hub .product-link {
  margin-top: 4%;
}

#docking_station_hub .product-block:nth-of-type(2) .hinban {
  margin-top: 1.9%;
}

#docking_station_hub .product-block:nth-of-type(2) .list-area {
  margin-top: 10%;
}

.taiou-list {
  margin: 1.1% 0 0;
}

.taiou-list p {
  font-weight: bold;
}

.taiou-list ul {
  margin: 1.8% 0 0;
}

.taiou-list ul li {
  display: inline-block;
  width: 140px;
  background-color: #CCCCCC;
  padding: 1% 0;
  text-align: center;
  line-height: 1.6;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 2px;
  margin-right: -2px;
}

.taiou-list.mt55 {
  margin-top: 5.5%;
}

#car_charger {
  margin-top: 10.8%;
}

#usb_cable {
  margin-top: 9%;
}

#usb_cable .product-link {
  margin-top: 3.5%;
}

/*　関連ページ　*/
.kanren {
  margin: 20.6% 0 0;
}

.kanren h2 {
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  background-color: #339F75;
  padding: 21px 0 15px;
  margin: 0 0 20px;
}

.kanren ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kanren ul li {
  margin: 0 0 20px;
  width: 230px;
}

.kanren ul li img {
  width: 100%;
}

/* 専用カタログをご用意しています */
div#catalog-pc {
  border: 0.3em solid #9FBFE6;
  border-radius: 0.7em;
  background-color: #DBE7F5;
  padding: 30px 50px;
  margin: 10% auto;
  width: 880px;
}

div#catalog-pc div.cata_left {
  float: left;
  width: 73%;
  padding-top: 2%;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.65em;
  margin-bottom: 3%;
}

div#catalog-pc div.cata_left span {
  display: block;
  font-size: 1.05em;
  line-height: 1.8;
}

div#catalog-pc div.cata_left ul {
  margin-top: 7%;
}

div#catalog-pc div.cata_left ul li {
  float: left;
  width: 45%;
  padding-right: 2%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 5%;
  background-color: #125EAA;
  color: #FFFFFF;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a img {
  width: 3.8%;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

div#catalog-pc div.cata_left ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

div#catalog-pc div.cata_right {
  float: right;
  width: 20%;
  text-align: center;
}

div#catalog-pc div.cata_right img {
  width: 100%;
}

div.catalog-banner {
  width: 980px;
  margin: 0 auto 50px;
  text-align: center;
}

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