@charset "utf-8";

/*=== カテゴリ ===*/
.category {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
.category-detail {
  display: flex;
}
.category-list {
  margin-top: -10px;
  font-size: 0;
}
.category-item {
  display: inline-block;
  margin: 10px 0 0 10px;
}
.category-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 136px;
  height: 110px;
  border: 2px solid #c7e9ff;
  color: #ac2330;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  border-radius: 5px;
}
a.category-btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 194px;
  height: 50px;
  padding: 4px 25px 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-color: #0b61ac;
  border-radius: 5px;
}
a.category-btn:visited {
  color: #fff;
}
a.category-btn:hover {
  text-decoration: none;
}
a.category-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
.category-icon {
  position: relative;
  top: -2px;
  width: 28px;
  min-width: 28px;
  margin-right: 10px;
}
.category-lead {
  margin-top: 20px;
  font-weight: bold;
}
.category-note {
  padding-left: 1em;
  text-indent: -1em;
}


/*=== ソフト一覧 ===*/
.soft .main-ttl {
  display: flex;
  align-items: center;
}
.soft .main-ttl span::before {
  content: none;
}
.soft .main-ttl span.main-ttl_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -2px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  padding: 0;
  background-color: #0b61ac;
  border-radius: 5px;
}
.soft-bnr {
  text-align: center;
}
.soft-list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -20px;
}
.soft-list.pattern-wide {
  display: block;
  margin-top: 20px;
}
.soft-item {
  display: flex;
  width: calc((100% - (20px * 3)) / 3);
  margin: 20px 0 0 20px;
  padding: 10px;
  border: 1px solid #c7e9ff;
  border-radius: 5px;
}
.pattern-wide .soft-item {
  display: block;
  width: 100%;
  padding: 20px 10px;
}
.soft-thumb {
  width: 100px;
  min-width: 100px;
  margin-right: 15px;
}
.soft-thumb span {
  display: block;
  margin-top: 10px;
}
.soft-cont {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 100%;
}
.soft-detail {
  width: 100%;
  margin-top: 10px;
  line-height: 1.5;
}
.soft-name {
  color: #0b61ac;
  font-weight: bold;
}
.soft-txt {
  margin-top: 10px;
}
.soft-transition {
  width: 100%;
  margin-top: 25px;
  text-align: right;
}
.soft-series {
  font-size: 0;
  margin-top: -10px;
}
.soft-series li {
  display: inline-block;
  margin: 20px 0 0 50px;
  border: 1px solid #e6e6e6;
}
.soft-note {
  margin-top: 15px;
  padding-left: 2em;
  font-size: 14px;
  text-indent: -2em;
  line-height: 1.4;
}
.soft-note + .soft-note {
  margin-top: 5px;
}
/*20240722追記　NEWアイコン*/
.ic-new { position:relative;}
.soft-list .ic-new::after{
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  left: 10px;
  width: 84px;
  height: 30px;
  background: url(/shopping/dl_soft/detail/unlimited/soft/images/icon_new.gif) no-repeat 0 / 100% auto;
}
.soft-series .ic-new::after{
  content: "";
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  width: 84px;
  height: 30px;
  background: url(/shopping/dl_soft/detail/unlimited/soft/images/icon_new.gif) no-repeat 0 / 100% auto;
}
/**/

@media screen and (max-width: 768px) {
  /*=== カテゴリ ===*/
  .category {
    padding: 0 10px 20px;
  }
  .category-detail {
    display: block;
  }
  .category-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .category-item {
    display: block;
    width: calc((100% - 10px) / 2);
  }
  .category-item:not(:nth-child(2n)) {
    margin-left: 0;
  }
  .category-head {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  a.category-btn {
    width: 100%;
    font-size: 15px;
  }
  a.category-btn::after {
    right: 12px;
    width: 8px;
    height: 8px;
  }
  .category-icon {
    width: 14px;
    min-width: 14px;
  }
  .category-lead {
    font-size: 16px;
  }
  /*=== ソフト一覧 ===*/
  .soft .main-ttl span.main-ttl_icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 7px;
  }
  .soft-list {
    display: block;
    margin: 0;
  }
  .soft-item {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .soft-item:first-child {
    margin-top: 0;
  }
  .pattern-wide .soft-item {
    padding: 12px 10px 15px;
  }
  .soft-thumb {
    width: 80px;
    min-width: 80px;
    margin-right: 10px;
  }
  .soft-cont {
    display: block;
  }
  .soft-detail {
    margin-top: 5px;
  }
  .soft-name {
    font-size: 16px;
  }
  .soft-txt {
    margin-top: 5px;
    font-size: 16px;
  }
  .soft-transition {
    margin-top: 15px;
  }
  .soft-series {
    margin-top: 0;
  }
  .soft-series li {
    max-width: 80px;
    margin: 10px 0 0 20px;
  }
  .soft-note {
    font-size: 13px;
  }
  /*20240722追記　NEWアイコン*/
  .soft-list .ic-new::after{
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    left: 10px;
    width: 70px;
    height: 25px;
    background: url(/shopping/dl_soft/detail/unlimited/soft/images/icon_new.gif) no-repeat 0 / 100% auto;
  }
  .soft-series .ic-new::after{
    content: "";
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    width: 70px;
    height: 25px;
    background: url(/shopping/dl_soft/detail/unlimited/soft/images/icon_new.gif) no-repeat 0 / 100% auto;
  }
  /**/
}
