﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


body {
	 font-family: 'Noto Sans CJK JP', sans-serif;
	
}

@media screen and (min-device-width:1025px) {
  body {
    min-width: 300px;
  }
}

.b-hero {
  background: #fff url("../images/product/product@2x.png") center 131px/1920px 250px no-repeat;

}

.b-hero .b-title h1 { /*PC用のヘッダ*/
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%);
  width: 100%;
  font-weight: bold;
}

.product-bland {
  margin: 0;
  background: #f0f0f0;
  padding: 20px 0 0;
  }

.pc {
display:none;
}
@media screen and (min-width:768px) {
.pc {
display:block;
}
}

.mb {
display:block;
}
@media screen and (min-width:768px) {
.mb {
display:none;
}
}

/*料金表呼び出しボタン*/
.product-ttl {
  font-weight: 900;
  color: #c72826;
  text-align: center;
  }
@media screen and (min-width:768px) {
  .product-ttl {
  font-size: 22px;
  }
}

.product-media {
  padding: 45px 0 10px;
  background: #f0f0f0;
}
@media screen and (min-width:768px) {
  .product-media {
    padding: 50px 0 15px;
  }
}

.product-media p.a-d {
  font-size: 15px;
  line-height:1em;

  text-align: left;
  padding: 10px;
  }
@media screen and (min-width:768px) {
.product-media p.a-d {
  text-align:center;
  line-height: 1.6;
  }
  }

.product-media p {
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
  padding: 10px;
  }

.product-media p.center {
  text-align:center;
  }
@media screen and (min-width:768px) {
.product-media p.center {
  font-size: 16px;
  }
}

.product-media_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width:1000px) {
  .product-media_list {
    width: 100%;
    max-width: 1140px;
    margin: 30px auto 20px;
  }
}
@media screen and (max-width:767px) {
  .product-media_list {
    padding: 25px 15px 0;
  }
}
.product-media_list .height-tbl {
  display: table;
  height: 100%;
  padding-bottom: 25px;
  width: 100%;
}
@media (min-width: 768px){
  .product-media_list .height-tbl {
    table-layout: fixed;
  }
}

.product-media_list__img, .product-media_list__name {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width:767px) {
  .product-media_list .height-tbl {
    display: table-cell;
    vertical-align: middle;
  }
  .product-media_list__img, .product-media_list__name {
    display: block;
    min-width: 100%;
  }
  .product-media_list__name {
    margin-top: 10px;
  }
}

.product-media_list::after,
.product-media_list a::after {
  content: "";
  display: table;
  clear: both;
}

.product-media_list a:hover {
  background-color:#ccc;
  }

.product-media_list li {
  position: relative;
  margin-bottom: 30px;
  margin-left: 18px;
  min-height: 135px;
  background: #fff;
  border-bottom: 2px solid #048c01;
  width: calc(20% - 14.4px);
}
.product-media_list li:nth-child(5n+1) {
  margin-left: 0;
}
@media screen and (max-width:1060px) {
  .product-media_list li {
    width: calc(25% - 13.5px);
  }
  .product-media_list li:nth-child(5n+1) {
    margin-left: 18px;
  }
  .product-media_list li:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width:767px) {
  .product-media_list li {
    //margin-left: 15px;
    margin-bottom: 15px;
    min-height: 161px;
    width: calc(50% - 9px);
  }
  .product-media_list li:nth-child(4n+1) {
    margin-left: 15px;
  }
  .product-media_list li:nth-child(2n+1) {
    margin-left: 0;
  }
}

/* 対応メディア　下向き＞ */
.product-media_list li::after {
  content: "";
  position: absolute;
  bottom:13px;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #048c01;
  border-bottom: 1px solid #048c01;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width:960px) {
  .product-media_list li::after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width:768px) {
  .product-media_list li::after {
    width: 14px;
    height: 14px;
    border-width: 3px;
  }
}
.product-media_list a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  height: 100%;
}
@media screen and (max-width:767px) {
  .product-media_list a {
    display: table;
    padding-top: 10px;
    width: 100%;
  }
}

.product-media_list__img {
  text-align: center;
}

.product-media_list__img img {
  width: auto;
  max-height: 100%;
}


.product-media_list__name p {
  font-size: 15px;
  font-weight: bold;
  text-align:left;
  line-height: 22px;
  padding: 0;
}
@media screen and (max-width:767px) {
  .product-media_list__name p {
    line-height: 20px;
    text-align: center;
  }
}
.product-media_list__name p small{
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

/*料金表*/
.product-price {
  padding: 90px 15px 30px;
  background: #fff;
}
@media screen and (max-width:767px) {
  .product-price {
    padding: 55px 15px 20px;
  }
}

.product-price_intro {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width:768px) {
  .product-price_intro {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
}

/*　対応メーカー　*/
.product-price_brand {
  font-weight: 900;
  color: #c72826;
  text-align: center;
}
@media screen and (min-width:768px) {
  .product-price_brand {
    font-size: 22px;
    margin: 0;
  }
}

.media {
  font-size:12px;
  margin:15px auto 5px;
  width:95%;
  line-height:1em;
  text-align:center;
  }
@media screen and (min-width:768px) {
.media {
    font-size:15px;
    }
}

.product-bland p.center {
  text-align:center;
  padding:10px 0 5px;
  font-size:12px;
  }
@media screen and (min-width:768px) {
.product-bland p.center {
  font-size: 18px;
  line-height:1.6;
  }
}

.product-price_anotation {
  font-size: 12px;
  padding-top:10px;
  line-height: 1.4;
/*  padding:10px 0;*/
  text-align: center;
  clear:both;
}
@media screen and (min-width:768px) {
  .product-price_anotation {
    font-size: 16px;
    padding-top:0.8em;
  }
}

/* 対応メーカーリスト */
.product-price_brand__list {
  width: 100%;
  margin: 8px auto 0;
}
@media screen and (min-width:1000px) {
  .product-price_brand__list {
    width: auto;
    margin: 12px auto 0;
  }
}

.product-price_brand__list caption{
  font-weight:600;
  line-height:2;
  font-size: 13px;
}
@media screen and (min-width:768px) {
  .product-price_brand__list caption {
    font-size: 16px;
  }
}


.product-price_brand__list td {
  width: 33.33%;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
}
@media screen and (min-width:480px) {
  .product-price_brand__list td {
    font-size: 14px;
  }
}
@media screen and (min-width:960px) {
  .product-price_brand__list td {
    font-size: 17px;
  }
}


.product-price_media__ttl {
  margin: 50px 0 0;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width:768px) {
  .product-price_media__ttl {
    margin: 78px 0 0;
    font-size: 20px;
    line-height: 1;
  }
  .ttl01 {
    margin: 0;
  }
}

.sup {
  font-size: 64%;
  vertical-align: top;
  position: relative;
  top: -.2em;
  left: -.8em;
}
.suppc{
  display: inline-block;
}
.supsp{
  display: none;
}

.product-price_list {
	border-collapse: collapse;
	width: 100%;
	margin: 12px auto 0;
	background: #fafafa;
	max-width: 1120px;
	position: relative;
}
@media screen and (min-width:1000px) {
  .product-price_list {
    width: 99%;
  }
}
@media screen and (min-width:768px) {
  .product-price_list {
    background: #fff;
  }
}

.product-price_list td {
	width: 22%;
	height: 40px;
	border: 1px solid #d6d6d6;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2;
	position: relative;
}
@media screen and (min-width:510px) {
  .product-price_list td {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .product-price_list td {
    width: 205px;
    height: 53px;
    font-size: 16px;
  }
}

.product-price_list td:first-child {
  border-left: none;
}
.product-price_list td:last-child {
  border-right: none;
}

.product-price_list td.theme {
  width: 12%;
}
@media screen and (min-width:768px) {
  .product-price_list td.theme {
    width: 120px;
  }
}

.product-price_list__anotation {
  font-size: 86%;
}
.product-price_list__anotation em {
  font-size: 9px;
  vertical-align: top;
  margin-left: 5px;
}

.product-price_list a {
  color: #048c01;
}

.product-price_list__q {
  position: relative;
  top: -8px;
  left: 3px;
}

.product-price_list__q img {
  width: 12px;
  height: auto;
}
@media screen and (min-width:481px) {
  .product-price_list__q img {
    width: 14px;
    height: auto;
  }
}
@media screen and (min-width:768px) {
  .product-price_list__q img {
    width: 18px;
    height: auto;
  }
}

.product-price_list__attention {
  margin: 8px auto 0;
  text-align: right;
  font-size: 12px;
}
@media screen and (min-width:510px) {
  .product-price_list__attention {
    font-size: 14px;
  }
}
@media screen and (min-width:768px) {
  .product-price_list__attention {
    font-size: 16px;
  }
}
@media screen and (min-width:1000px) {
  .product-price_list__attention {
    width: 950px;
  }
}

.bg-pink {
  background: #f9e9e9;
}
.bg-gray {
  background: #f0f0f0;
}
@media screen and (min-width:768px) {
  .product-price_attention {
    padding: 0;
  }
}
.product-price_comment {
  padding: 24px 0 0;
}
@media screen and (min-width:768px) {
  .product-price_comment {
    padding: 20px;
    background: #f0f0f0;
  }
}
@media screen and (min-width:1000px) {
  .product-price_comment {
    width: 660px;
  }
}

.product-price_comment::after {
  content: "";
  display: table;
  clear: both;
}

  .product-price_comment li {
    margin-left:5em;
    text-indent:-5em;
  }

@media screen and (min-width:768px) {
  .product-price_comment li {
    padding: 0 3%;
  }
}
.product-price_attention h3 {
  font-size: 18px;
  font-weight: bold;
  margin:10px 30px;
}

.product-price_attention h3 img {
  position: relative;
  top: -.1em;
  width: 1.2em;
  height: auto;
  margin: 0 .6em 0 0;
}

.product-price_comment__intro {
  margin: 12px 3em 0;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .product-price_comment__intro {
    font-size: 15px;
  }
}

.product-price_comment span {
  font-weight: bold;
  line-height: 1.6;
}

.product-price_explain {
  margin: 24px 0 0;
}
@media screen and (min-width:768px) {
  .product-price_explain {
    margin: 36px 0 0;
    padding: 0 3%;
  }
}
@media screen and (min-width:1000px) {
  .product-price_explain {
    width: 950px;
    margin: 36px auto 0;
  }
}

.product-price_explain li {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .product-price_explain li {
    font-size: 15px;
  }
}

.product-price_explain li:not(:last-child) {
  margin: 0 0 14px;
}
@media screen and (min-width:768px) {
  .product-price_explain li:not(:last-child) {
    margin: 0 0 16px;
  }
}

.product-price_explain .delta {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.product-price_explain .delta::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  border: 7px solid transparent;
  border-left-color: rgba(4,140,1,.5);
}
@media screen and (min-width:768px) {
  .product-price_explain .delta::before {
    border-width: 8px;
  }
}

.product-price_explain .delta a {
  font-weight: bold;
  color: #048c01;
}

@media screen and (min-device-width:1024px) {
  .product-price_explain .delta a:hover {
    text-decoration: none;
  }
}

.product-price_explain .attention {
  padding: 0 0 0 2em;
  text-indent: -2em;
}

.product-price_caution {
  margin: 20px 0 0;
  padding: 20px 16px 12px 10px;
    background: #f0f0f0;
}
@media screen and (min-width:768px) {
  .product-price_caution {
    margin: 36px 3% 0;
    padding: 25px 25px 25px 20px;

  }
}
@media screen and (min-width:1000px) {
  .product-price_caution {
    width: 905px;
    margin: 36px auto 0;
  }
}

.product-price_caution__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #c72826;
  text-align: center;
}
@media screen and (min-width:768px) {
  .product-price_caution__ttl {
    font-size: 22px;
  }
}

.product-price_caution__list {
  margin: 16px 0 0;
}
@media screen and (min-width:768px) {
  .product-price_caution__list {
    font-size: 15px;
  }
}

.product-price_caution__list li {
  margin: 0 0 .8em;
  padding: 0 0 0 1em;
  text-indent: -1em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
  font-size:14px;
}

.product-price_caution__list li::before {
  content: "・";
}

.product-price_caution__list p {
  margin: .6em 0 0 1em;
  text-indent: -.8em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

.product-price_caution__list p::before {
  content: "- ";
}

#hdd,#usb,#ssd,#dvd,#sd,#tv {
  margin-top: -4px;
/*  padding-top: 54px;*/
}
@media screen and (min-width:768px) {
  #hdd,#usb,#ssd,#dvd,#sd,#tv {
    margin-top: -62px;
  /*  padding-top: 140px;*/
  padding-top:50px;
  }
}



/*お申込フォームボタン:flow.css より追加*/
.flow-list__btn {
  position: relative;
  display: block;
  background: #048c01;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  max-width: 240px;
  margin: 16px auto 20px;
  padding: 14px 0;
}
.flow-list__btn.btn-long {
  max-width: 380px;
  width: 360px;
}
@media only screen and (max-width: 767px){
  .flow-list__btn.btn-long {
    width: 100%;
  }
}

@media screen and (min-width:767px) {
  .flow-list__btn {
    width: 260px;
    max-width: inherit;
    padding: 14px 0;
    font-size: 20px;
    margin:0;
  }
}



.flow-list__btn::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  right: 8px;
  width: 8px;
  height: 8px;
}

.flow-list__btn:hover {
    opacity: 0.5 ;
    }

@media screen and (min-width:767px) {
  .flow-list__btn::after {
    top: 18px;
    right: 12px;
    width: 9px;
    height: 9px;
  }
}


/*0308　追加*/
.flow-txt {
  width:360px;
  margin:0 auto;
}


/*料金表を隠す*/
div.hide {
	text-align: left;
    }

/*モーダルウインドウの体裁*/
#logic , #physical, #physical2 {
font-size:14px;
}

/* モーダルウィンドウ */
.modal-window {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  line-height: 1.3;
  display: none;
}


.modal-window:target {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.is-active.modal-window {
  display: block;
}

.modal-window:target {
  display: block;
}

.modal-window .modal-inner {
  position: relative;
  top: 50px;
  z-index: 2000;
  margin: 0 auto;
  width: 90%;
  padding: 10px 3%;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  max-height: 90%;
}


@media screen and (min-width:768px) {
.modal-window .modal-inner {
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 20;
  margin-left: -325px;
  width: 700px;
  padding:0;
  overflow-x: hidden;
  border-radius: 2px;
  background: #F0F0F0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}


}
.modal-window .modal-inner h2 {
  margin-bottom: 20px;
  width: 500px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  text-align: left;
  text-indent: 15px;
  background: #b91d1c;
}

/*close*/
.modal-window .modal-close {
  display: block;
  text-indent: -100px;
  overflow: hidden;
  text-decoration:none;
}
@media all and (-ms-high-contrast: none){
.modal-window .modal-close {
  font-size:8px;
}}

.modal-window .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color:#999999;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}

  /*クローズの位置*/
.modal-window .modal-close:after {
  content: '\00d7';
  position: absolute;
  z-index: 3000;
  margin-left: 145px;
  background: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.8em;
  text-decoration: none;
  text-indent: 0;
  top:55px;
  right:3%;
}

@media screen and (min-width:768px) {
.modal-window .modal-close:after {
  top: 152px;
  left: 50%;
  right: auto;
  margin-left: 345px;
  font-size: 1.2em;
}

.modal-window {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
}

/*グローバルメニューを背面に*/
.b-sp-header .b-sp-menu__wrap {
  z-index:999;
  }

li.delta ul {
  list-style:disc;
  margin:1em 1em ;
  line-height:1em;
}
li.delta ul li {
  text-indent:0;
  line-height:1em;
}


#Keyhdd .product-media_list__img {
  width: 46%;
}
#Keytv .product-media_list__img {
  width: 46%;
}
#Keytv .product-media_list__img img {
  padding-left: 10px;
	width: 70px;
}
#Keynas .product-media_list__img {
  width: 37%;
}
#Keynas .product-media_list__img img {
  padding-left: 10px;
}


#Keyssd .product-media_list__img {
  width: 57%;
}
#Keyssd .product-media_list__img img {
  padding-left: 28px;
}


#Keyusb .product-media_list__img {
  width: 40%;
}
#Keyusb .product-media_list__img img {
  padding-left: 21px;
}


#Keysdcf .product-media_list__img {
  width: 39%;
}
#Keysdcf .product-media_list__img img {
  padding-left: 25px;
}


#Keydvd .product-media_list__img {
  width: 40%;
}
#Keydvd .product-media_list__img img {
  padding-left: 20px;
}


#Keyomoide .product-media_list__img {
  width: 51%;
}

#Keycomputer .product-media_list__img {
  width: 49%;
}
#Keycomputer .product-media_list__img img {
  padding-left: 32px;
}


#Keyserver .product-media_list__img {
  width: 37%;
}
#Keyserver .product-media_list__img img {
  padding-left: 25px;
}


#Keysmartphone .product-media_list__img {
  width: 33%;
}
#Keysmartphone .product-media_list__img img {
  padding-left: 30px;
}

@media screen and (max-width:767px){
  #Keynas .product-media_list__img img,
  #Keyssd .product-media_list__img img,
  #Keyusb .product-media_list__img img,
  #Keysdcf .product-media_list__img img,
  #Keydvd .product-media_list__img img,
  #Keycomputer .product-media_list__img img,
  #Keyserver .product-media_list__img img,
  #Keysmartphone .product-media_list__img img {
    padding-left: 0;
  }
}


.advance {
  margin: 22px auto 60px;
  text-align: center;
  font-size: 18px;
}
.advance .box {
  width: 100%;
  max-width: 800px;
  margin: auto;
  background: #F3F3F3;
  padding: 30px 70px 52px;
}
.advance .box ul {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.advance .box ul li{
  width: 28.78%;
}

@media screen and (max-width:767px){
  .advance .box {
    width: auto;
    font-size: 14px;
    line-height: 1.6;
    padding: 20px 15px 10px;
  }
  .advance .box ul{
    flex-wrap: wrap;
    justify-content: center;
  }
  .advance .box ul li{
    width: calc((100% - 40px) / 2);
    margin: 0 10px 20px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width:767px){
  .sp {
    display: block;
  }
}


/*---- computer content -----*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0
}
.addbox {
	text-align: center;
}
.addbox__title {
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0.05em;
	text-align: center;
}
.addbox__title span {
  color: #C72826;
  font-size: 36px;
}
@media screen and (max-width:767px){
  .addbox__title {
    font-size: 16px;
    line-height: 25px;
  }
  .addbox__title span {
    display: block;
    font-size: 30px;
    margin-bottom: 7px;
  }
}
.addbox .cpt-img {
  margin: 32px 0 10px;
}
.addbox__txt {
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:767px){
  .addbox__txt {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
  }
  .addbox .cpt-img {
    margin: 25px 0 5px;
  }
  .addbox .cpt-img img {
    max-width: 260px;
  }
}
.addbox__txt a {
  color: #048C01;
  text-decoration: underline;
}
.addbox__block {
  margin: 50px auto 60px;
  max-width: 920px;
  width: 100%;
}
.addbox__block__left,
.addbox__block__right {
  float: left;
}
.addbox__block__left {
  padding-top: 22px;
  width: 37.5%;
}

.addbox__block__left li {
  border: 2px solid #3E8926;
  border-radius: 5px;
  margin-bottom: 20px;
  width: calc(100% - 80px);
}
.addbox__block__left .tbl-ttl {
  background-color: #048C01;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.05em;
  padding: 6px 5px;
}
.addbox .tbl-main__cell p {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.addbox .tbl-main__cell span {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin-top: -5px;
}
.addbox__block__left .tbl-main {
  display: table !important;
  min-height: 80px;
  width: 100%;
}
.addbox__block__left .tbl-main__cell {
  display: table-cell !important;
  vertical-align: middle;
  padding: 0 10px;
}
.addbox__block__right {
  text-align: left;
  width: 62.5%;
}
.addbox__block__right .ttl-right {
  font-size: 25px;
  font-weight: bold;
  line-height: 65px;
  letter-spacing: 0.05em;
  margin-bottom: -5px;
  padding-left: 7px;
}
.addbox__block__right ul li {
  border-bottom: 2px dotted #2D2D2F;
  font-size: 18px;
  line-height: 31px;
  position: relative;
  padding: 10px 5px 10px 42px;
}
.addbox__block__right ul li::before {
  background: url("../images/product/icon_licomputer.svg") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: '';
  left: 0;
  height: 26px;
  position: absolute;
  top: 10px;
  width: 27px;
}
.addbox__block__right ul li span.red {
  color: #C72826;
}
.addbox-link a {
  color: #048C01;
  font-size: 18px;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.addbox-link a::before {
  background: url("../images/product/icon_target.svg") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  content: '';
  left: 0;
  height: 17px;
  position: absolute;
  top: 0;
  width: 17px;
}
.smartphone.addbox .addbox__block__left li:last-child .tbl-main__cell {
  text-align: left;
}
.addbox-txt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px){
  .addbox-txt {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .addbox__block {
    margin: 35px auto 30px;
  }
  .addbox__block__left, .addbox__block__right {
    float: none;
    width: 100%;
  }
  .addbox__block__left {
    box-sizing: border-box;
    margin-bottom: 35px;
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .addbox__block__left .tbl-main__cell {
    padding: 0 5px;
  }
  .addbox__block__left li {
    margin-bottom: 0;
    margin-left: 1.4%;
    width: 48%;
  }
  .addbox__block__left li:nth-child(2n+1) {
    margin-left: 0;
  }
  .addbox__block__left .tbl-ttl {
    font-size: 17px;
    line-height: 29px;
  }
  .addbox .tbl-main__cell p {
    font-size: 17px;
  }
  .addbox .tbl-main__cell span {
    font-size: 13px;
    line-height: 17px;
  }
  .addbox__block__left .tbl-main {
    min-height: 75px;
  }
  .addbox__block__right .ttl-right {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
    text-align: center;
  }
  .addbox__block__right ul li {
    border-bottom: 1px dashed #2D2D2F;
    font-size: 16px;
    line-height: 23px;
    padding: 10px 5px 10px 32px;
  }
  .addbox__block__right ul li::before {
    height: 24px;
    width: 24px;
  }
  .addbox__block__right ul {
    padding: 0 15px;
  }
  .smartphone.addbox .tbl-main__cell p {
    font-size: 13px;
    line-height: 20px;
  }
  .smartphone.addbox .addbox__block__left li:first-child {
    width: 40%;
  }
  .smartphone.addbox .addbox__block__left li:last-child {
    width: 55%;
  }
}
@media screen and (max-width: 320px) {
  .addbox__block__left li {
    width: 47.7%;
  }
}

.btn-server, .btn-smartphone {
  display: none;
}
.hdd-item {
  margin-bottom: 100px;
}
.item_nasne_last{
  margin-bottom: 0;
}
.tvhdd-item {
  margin-bottom: 100px;
}
.product-price_explain .link-a {
  list-style: disc;
  margin: 1em 1em;
  line-height: 1em;
}
.product-price_explain .link-a li {
  text-indent: 0;
  line-height: 1em;
}
.product-price_explain .link-a li a {
  font-weight: bold;
  color: #048c01;
}

/*=================================
  Edit 2021.06.23
===================================*/
#Keynasne .product-media_list__img{
  width: 37%;
}
#Keynasne .product-media_list__img img {
  padding-left: 10px;
}
#Keycomputer .product-media_list__img{
  width: 34%;
  vertical-align: top!important;
  padding-top: 10px;
	padding-left: 5px;
}
#Keycomputer .product-media_list__img img {
  padding-left: 0;
}
#Keycomputer .product-media_list__img .img1{
  max-width: 40px;
}
#Keycomputer .product-media_list__img .img2{
  max-width: 31px;
}
#Keycomputer .product-media_list__img .img{
  display: block;
  margin-top: 5px;
}
#Keycomputer .product-media_list__name{
  vertical-align: top;
  padding-top: 20px;
	padding-left: 5px;
}
#Keycomputer .product-media_list__name .txt1{
  position: relative;
  top: 15px;
}
.product-media_list__name p small{
  line-height: 18px;
  color: #333;
}
.addbox__title .txt_sub{
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #333;
  line-height: 15px;
  top: -15px;
  font-style: normal;
  font-weight: normal;
}
.addbox__title small{
  font-size: 25px;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  top: -5px;
}
.addbox__txt{
  color: #333
}

.addbox__txt .txtnote2{
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #5D5D5D;
  display: inline-block;
}
.addbox__block__left .pc_server .tbl-main__cell{
  padding: 18px 10px 18px 20px;
}
.addbox__block__left .pc_server .tbl-main__cell .txt{
  text-align: left;
  color: #333;
  line-height: 20px;
}
.addbox__block__left .pc_server .tbl-main__cell .txt:last-child{
  margin-top: 10px;
}
.addbox__block__left .pc_server small{
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.addbox__block__left .pc_server em{
  position: relative;
  top: -8px;
  font-weight: normal;
  font-size: 13px;
  font-style: normal;
}
.product-price{
  color: #333;
}
.product-price .txtnote{
    max-width: 500px;
    width: 100%;
    margin: 15px auto 0px 15px;
    text-align: center;
    background: #F2F2F2;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
    color: #333333;
}
.sup{
  left: 0px;
}
.product-price_explain1{
  margin-top: 20px;
}
.product-price_explain1 a{
  color: #3E8926;
}
.addbox__block__left1 .txt_box{
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  display: block!important;
  padding: 18px 0;
}
.addbox__block__left1 .txt_box strong{
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 767px){
  #Keycomputer .product-media_list__img{
    width: 58px;
  }
  #Keycomputer .height-tbl{
    display: table;
  }
  #Keycomputer .product-media_list__name{
    display: table-cell;
  }
  #Keycomputer .product-media_list__name p{
    text-align: left;
  }
  #Keycomputer .product-media_list__name .txt1{
    top: 16px;
  }
  .product-media_list__name p small{
    line-height: 17px;
  }
  #Keysmartphone a{
    padding-top: 0;
  }
  .addbox__txt .txtnote2{
    margin-top: 12px;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
  }
  .addbox__block__left .pc_server .tbl-main__cell {
    padding: 14px 10px 13px 30px;
  }
  .addbox__block__left .pc_server small{
    font-size: 13px;
  }
  .addbox__block__left .pc_server em{
    top: -3px;
    font-size: 10px;
  }
  .product-price .txtnote{
    margin: 10px auto 20px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 20px;
  }
  .addbox__title1 span{
    display: inline-block;
    margin-bottom: 12px;
  }
  .addbox__title small{
    font-size: 19px;
    padding: 0;
    top: 0;
  }
  .addbox__block__left1{
    display: block;
  }
  .addbox__block__left1 li{
    width: 100%;
    margin: 0;
  }
  .addbox__block__left1 li:nth-child(2){
    margin-top: 8px;
  }
  .addbox__block__left1 .txt_box{
    font-size: 13px;
    line-height: 20px;
    padding: 0;
  }
  .addbox__block__left1 .txt_box strong{
    font-size: 17px;
    line-height: 20px;
  }
  .sup {
    left: 5px;
    top: 0px;
  }

  .suppc{
    display: none;
  }
  .supsp{
    display: inline-block;
  }
}
/*20220621追記*/
.title-green{
    font-size: 34px;
    font-weight: bold;
    color: #048C00;
    text-align: center;
}
.inner-s {
	width: 100%;
    max-width: 1120px;
	margin: 20px auto 20px;
	line-height: 160%;
	clear: both;
}
.inner {
	width: 100%;
	max-width: 1120px;
	margin: 70px auto;
	line-height: 160%;
	position: relative;
}

.inner .photo-left {
    vertical-align: top;
    width: 530px;
    float: left;
    padding-right: 30px;
}
.checkmark{
	float: left;
	width: 560px;
	margin-bottom: 20px;
}
.checkmark li {
    background-image: url(../images/product/tv-icon-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
	font-size:18px;
	margin: 5px 0;
}
.inner p{
	margin-bottom: 20px;
}.txt-red {
    color: #C72825;
}
.inner .title-bg {
    background-image: url(../images/product/tv-title-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 10px;
    font-size: 27px;
	font-weight: bold;
    color: #FFFFFF;
    padding: 15px 0 20px 40px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.tvhdd-title  {
	font-size:24px;
	font-weight: bold;
	color:#048C00;
	margin-bottom: 20px;
}
.tvhdd-title span {
    color: #CEDB34;
}
.tvhdd-title span.sup {
    color: #048C00;
	font-size:80%;
	display: inline-block;
	position: relative;
	top:-10px;
}
.tv .inner.captionarea {
    background-color: #EBF6EB;
    border-radius: 5px;
    margin-top: 80px;
    margin-bottom: 40px;
	padding: 40px;
}
.captionarea .captitle {
    color: #048C00;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/product/tv-cap-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}
.tv .inner.captionarea .txt18 {
    font-size: 18px;
	font-weight: bold;
	line-height: 180%;
}
.tv .green {
    color: #048C00;
}
.tvlinebox{
	border:1px solid #048C00;
	border-radius: 5px;
}
.tvtbl{
	width: 100%;
}
.tvtbl th{
    background: #EBF6EB;
    text-align: center;
    vertical-align: middle;
    color: #048C00;
    font-size: 18px;
    width: 270px;
    font-weight: bold;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.tvtbl td{
	padding: 20px 20px 0px;
}
@media (max-width: 767px){
	.title-green{
    font-size: 20px;
    font-weight: bold;
    color: #048C00;
    text-align: center;
}
	.inner-s {
	width: 96%;
    max-width: 100%;
	margin: 20px auto;
	line-height: 160%;
	font-size:12px;
}
.inner {
	width: 96%;
	max-width: 100%;
	margin: 40px auto;
	line-height: 160%;
	font-size: 12px;
}

.inner .photo-left {
    vertical-align: top;
    width: 100%;
    float: none;
    padding-right: 0px;
	margin-bottom: 10px;
}
	.inner .photo-left img{
		width: 100%;
		height: auto;
	}
.checkmark{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.checkmark li {
    background-image: url(../images/product/tv-icon-check.png);
	background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: left 8px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
	font-size:14px;
	margin: 5px 0;
}
.tv .inner p{
	margin-bottom: 20px;
}.txt-red {
    color: #C72825;
}
.tv .inner .title-bg {
    background-image: url(../images/product/tv-title-bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-radius: 10px;
    font-size: 16px;
	font-weight: bold;
    color: #FFFFFF;
    padding: 15px 0 20px 40px;
	margin-bottom: 20px;
}
.tvhdd-title  {
	font-size:16px;
	font-weight: bold;
	color:#048C00;
	margin-bottom: 20px;
}
.tvhdd-title span {
    color: #CEDB34;
}
.tv .inner.captionarea {
	width: 90%!important;
    background-color: #EBF6EB;
    border-radius: 5px;
    margin-top:40px;
    margin-bottom: 20px;
	padding:5%;
}
.captionarea .captitle {
    color: #048C00;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/product/tv-cap-title.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 20px;
}
.tv .inner.captionarea .txt18 {
    font-size: 14px;
	font-weight: bold;
	line-height: 180%;
}
.tv .green {
    color: #048C00;
}
	.tvlinebox{
	border:1px solid #048C00;
	border-radius: 5px;
}
.tvtbl{
	width: 100%;
}
.tvtbl th{
    background: #EBF6EB;
    text-align: center;
    vertical-align: middle;
    color: #048C00;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	border-bottom-right-radius: 0px;
	display: block;
	padding: 10px 0;
}
.tvtbl td{
	padding: 10px 10px 0px;
	display: block;
}
}


/*20250609 追記　*/


.product-media .pre{
	width: 90%;
	max-width: 1140px;
	margin: 0 auto 80px;
}
span.del {
  text-decoration-line: line-through;
  text-decoration-style:solid;
  text-decoration-color: red;
}
.arrow:before{
	content: "";
	width: 35px;
	height: 35px;
	position: absolute;
	left:-17px;
	top:10px;
	background-image: url("../images/product/arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 30px 30px;;
}
@media (max-width: 767px){
	.arrow:before{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left:-7px;
	top:15px;
	background-image: url("../images/product/arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 10px 10px;;
}
}
.speech-bubble {
  position: absolute;
  background: red;
  border-radius: 10px;
  padding: 10px 15px;
  width: 300px;
  color: #fff;
  font-size: 12px;
	line-height: 18px;
	top:-30px;
	right:80px;
	display: block!important;
	text-align: center;
}

.speech-bubble::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 150px;
  border-width: 10px;
  border-style: solid;
  border-color: red transparent transparent transparent;
}
.caption{
	font-size:90%;
}
@media (max-width: 767px){
.speech-bubble {
  position: absolute;
  background: red;
  border-radius: 5px;
  padding: 5px 10px;
  width: 130px;
  color: #fff;
  font-size: 10px;
	line-height: 14px;
	top:0px;
	right:0px;
	display: block!important;
	text-align: center;
}
	.speech-bubble::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 65px;
  border-width: 10px;
  border-style: solid;
  border-color: red transparent transparent transparent;
}
.tvhdd-title  {
	padding-right:180px;
	min-height: 60px;
}
}
