@charset "UTF-8";
.l-content {
  display: none;
}

.l-content .h2Ttl .subtxt_02 {
  padding: 2px 10px 0;
  margin: 0 auto 0 30px;
  background: #ffcc00;
  font-size: 18px;
  font-weight: bold;
}

.l-content .h3_fixed {
  position: sticky;
  top: 36px;
  z-index: 1;
  margin-top: 0;
  background: #fff;
}

.l-content .useage_list {
  display: flex;
}

.l-content .side_nav {
  position: sticky;
  top: 121px;
  width: 180px;
  height: 100%;
  padding: 15px 20px 20px 10px;
  margin-right: 20px;
  background: #ececec;
}

.l-content .list_content {
  width: 950px;
}

.l-content .list_content .list_title {
  padding-top: 121px;
  margin-top: -81px;
  /* padding-top: 86px; */
  /* margin-top: -46px; */
}

.l-content .list_content .section {
  padding-top: 101px;
  margin-top: -101px;
}

.l-content .list_content .section:last-child {
  padding-bottom: 116px;
}


.l-content .itemList {
  display: flex;
  flex-wrap: wrap;
}

.l-content .itemList .item:not(:nth-child(4n)) {
  margin-right: 0;
}

.l-content .itemList .item:not(:nth-child(3n)) {
  margin-right: 16px;
}

.l-content .itemList .item:nth-child(n+4) {
  margin-top: 16px;
}

.l-content .itemList .item {
  width: auto;
  padding: 15px 12px 20px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px;
}

.l-content .itemList .item .pic {
  position: relative;
  width: 280px;
}

.l-content .itemList .item .pic .work {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
  height: 27px;
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 4px;
  font-weight: bold;
}

.l-content .itemList .item .pic .work sup {
  padding-bottom: 6px;
}

.l-content .itemList .item .icon {
  display: flex;
  flex-wrap: wrap;
  width: 280px;
  margin-top: 10px;
}

.l-content .itemList .item .icon>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 20px;
  background: #ececec;
  font-size: 12px;
}

.l-content .itemList .item .icon>span.chara_8 {
  width: 104px;
}

.l-content .itemList .item .icon>span:not(:nth-child(3n+1)) {
  margin-left: 5px;
}

.l-content .itemList .item .icon>span:nth-child(n+4) {
  margin-top: 5px;
}

.l-content .itemList .item .title {
  width: 280px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #004098;
  text-align: center;
}

.l-content .itemList .item .cost {
  display: flex;
  margin-top: 10px;
}

.l-content .itemList .item .cost > p {
  display: flex;
  align-items: center;
}

.l-content .itemList .item .cost > p:nth-child(1) {
  width: 150px;
}

.l-content .itemList .item .cost > p:nth-child(2) {
  width: 130px;
}

.l-content .itemList .item .btn {
  width: auto;
  margin-top: 15px;
}

.l-content .itemList .item .btn a {
  width: 100%;
}

.l-content .itemList .item.box_hover .title,
.l-content .itemList .item.box_hover .icon,
.l-content .itemList .item.box_hover .cost {
  opacity: 0.75;
}

.l-content .other {
  display: flex;
}

.l-content .other .description {
  padding-left: 40px;
}

.l-content .other .description .head {
  font-size: 18px;
  font-weight: bold;
}
