@charset "utf-8";

/*=== 固定ヘッド ===*/
.keyHeder.is-fixed {
  position: static;
}
.keyHeder.is-fixed + * {
  margin-top: 0 !important;
}

/*=== ナビゲーション ===*/
.navigation {
  margin-top: 0 !important;
}

/*=== メインビジュアル ===*/
.mainvisual {
  background: #f6f7f8;
}
.mainvisual-main {
  padding: 0 20px;
  text-align: center;
  background: none;
}


/*=== お申し込み ===*/
.apply {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.apply-transition {
  max-width: 586px;
  margin: 0 auto;
}
a.apply-btn {
  justify-content: center;
  height: 102px;
  padding: 4px 65px 0 0;
  font-size: 32px;
  border-radius: 10px;
}
a.apply-btn::after {
  right: 35px;
}
.apply-txt {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}
a.apply-icon {
  position: relative;
}
a.apply-icon::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 12px;
  background: url(../renewal2023/common/images/download_ic_001.png) no-repeat 0 / 100% auto;
}


/*=== ソフ得とは？ ===*/
.sofutoku-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sofutoku-item {
  display: flex;
  width: calc((100% - 35px) / 2);
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .sofutoku-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.sofutoku-icon {
  width: 80px;
  min-width: 80px;
  margin-right: 10px;
}
.sofutoku-cont {
  width: 100%;
  line-height: 1.4;
}
.sofutoku-lead {
  color: #0b61ac;
  font-weight: bold;
  font-size: 20px;
}
.sofutoku-txt {
  margin-top: 10px;
  font-size: 18px;
}
.sofutoku-transition {
  margin-top: 35px;
  text-align: right;
}
a.sofutoku-link {
  position: relative;
  padding-right: 20px;
}
a.sofutoku-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #6296d6;
  border-right: 2px solid #6296d6;
  transform: translateY(-50%) rotate(45deg);
}


/*=== おすすめソフト ===*/
.recommend-list {
  max-width: 980px;
  margin: 0 auto;
}
.recommend-item:not(:first-child) {
  margin-top: 40px;
}
.recommend-name {
  color: #0b61ac;
  font-weight: bold;
  font-size: 20px;
}
.recommend-txt {
  font-size: 18px;
}
.recommend-bnr {
  position: relative;
  margin-top: 10px;
}
.recommend-label {
  position: absolute;
  top: -9px;
  left: -20px;
}


/*=== ランキング ===*/
.lanking {
  background-color: #f7f7ed;
}
.lanking-item {
  padding: 12px 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgba(0,0,0,0.1);
}
.lanking-item:not(:first-child) {
  margin-top: 24px;
}
.lanking-name {
  position: relative;
  padding: 10px 0 0 70px;
  color: #0b61ac;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
.lanking-number {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  min-width: 55px;
}
.lanking-cont {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 18px;
}
.lanking-thumb {
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
}
.lanking-txt {
  width: calc(100% - (100px + 20px) - (156px + 20px));
  font-size: 18px;
  line-height: 1.5;
}
.lanking-transition {
  position: absolute;
  bottom: 0;
  right: 0;
}
a.lanking-btn {
  display: inline-block;
  position: relative;
  padding: 13px 40px 11px 20px;
  color: #0b61ac;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  background-color: #c7e9ff;
  border-radius: 5px;
}
a.lanking-btn:visited {
  color: #0b61ac;
}
a.lanking-btn:hover {
  text-decoration: none;
}
a.lanking-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0b61ac;
  border-right: 2px solid #0b61ac;
  transform: translateY(-50%) rotate(45deg);
}


/*=== カテゴリ ===*/
.category {
  background-color: #edf5fa;
}
.category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-item {
  width: calc((100% - (20px * 2)) / 3);
  margin-top: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgba(0,0,0,0.1);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .category-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.category-head {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 18px 10px 14px;
  background-color: #0b61ac;
}
.category-icon {
  position: relative;
  top: -2px;
  width: 28px;
  min-width: 28px;
  margin-right: 15px;
}
.category-name {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
}
.category-cont {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: calc(100% - 60px);
  padding: 25px 20px 20px 10px;
}
.category-detail {
  width: 100%;
  margin-top: 20px;
}
.category-txt {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
}
.category-transition {
  margin-top: 25px;
  text-align: right;
}
.apply.pattern-category {
  margin-top: 60px;
  padding: 0;
}


/*=== お知らせ ===*/
.notice-item {
  display: flex;
  padding: 15px 0;
  border-bottom: 2px solid #eaeff3;
  font-size: 18px;
}
.notice-date {
  width: 110px;
  min-width: 110px;
  margin-right: 25px;
  color: #0b61ac;
  font-weight: bold;
}
.notice-transition {
  margin-top: 35px;
  text-align: right;
}
a.notice-link {
  position: relative;
  padding-right: 20px;
}
a.notice-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #6296d6;
  border-right: 2px solid #6296d6;
  transform: translateY(-50%) rotate(45deg);
}


/*=== お問い合わせ ===*/
.inquiry-list {
  margin-top: 20px;
}
.inquiry-item {
  display: flex;
  margin-top: 15px;
  font-size: 18px;
}
.inquiry-item:first-child {
  margin-top: 0;
}
.inquiry-lead {
  width: 230px;
  min-width: 230px;
  margin-right: 25px;
}
.inquiry-cont {
  margin-top: 25px;
  font-size: 18px;
}
.inquiry-note + .inquiry-note {
  margin-top: 5px;
}


@media screen and (max-width: 768px) {
  /*=== メインビジュアル ===*/
  .mainvisual-main {
    max-width: 550px;
    padding: 0;
  }
  /*=== お申し込み ===*/
  .apply {
    padding: 0 10px 25px;
  }
  .apply-transition {
    max-width: 325px;
  }
  a.apply-btn {
    height: 52px;
    padding: 3px 35px 0 0;
    font-size: 16px;
    border-radius: 5px;
  }
  a.apply-btn::after {
    right: 20px;
  }
  .apply-txt {
    margin-top: 15px;
    font-size: 16px;
  }
  a.apply-icon::before {
    top: 2px;
    width: 20px;
    height: 17px;
    margin: 0 5px 0 0;
  }
  /*=== ソフ得とは？ ===*/
  .sofutoku-list {
    display: block;
    margin-top: 25px;
  }
  .sofutoku-item {
    width: 100%;
    margin-top: 25px;
  }
  .sofutoku-item:first-child {
    margin-top: 0;
  }
  .sofutoku-icon {
    width: 40px;
    min-width: 40px;
    margin-right: 12px;
  }
  .sofutoku-lead {
    font-size: 18px;
  }
  .sofutoku-txt {
    margin-top: 2px;
    font-size: 16px;
  }
  .sofutoku-transition {
    margin-top: 25px;
  }
  a.sofutoku-link {
    padding-right: 14px;
    font-size: 16px;
  }
  a.sofutoku-link::after {
    width: 8px;
    height: 8px;
  }
  /*=== おすすめソフト ===*/
  .recommend-item:not(:first-child) {
    margin-top: 20px;
  }
  .recommend-name {
    font-size: 18px;
  }
  .recommend-txt {
    font-size: 16px;
  }
  .recommend-bnr {
    margin-top: 5px;
  }
  .recommend-label {
    top: -4px;
    left: -10px;
    max-width: 218px;
  }
  /*=== ランキング ===*/
  .lanking-item {
    padding: 15px 10px 15px;
    border-radius: 5px;
  }
  .lanking-item:not(:first-child) {
    margin-top: 20px;
  }
  .lanking-name {
    padding: 5px 0 0 45px;
    font-size: 18px;
  }
  .lanking-number {
    width: 34px;
    min-width: 34px;
  }
  .lanking-cont {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .lanking-thumb {
    width: 50px;
    min-width: 50px;
    margin: 4px 10px 0 0;
  }
  .lanking-txt {
    width: calc(100% - (50px + 10px));
    font-size: 16px;
  }
  .lanking-transition {
    position: static;
    width: 100%;
    margin-top: 15px;
    text-align: right;
  }
  /*=== カテゴリ ===*/
  .category-item {
    width: calc((100% - 10px) / 2);
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  }
  .category-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .category-head {
    height: 43px;
    padding: 13px 12px 9px;
  }
  .category-icon {
    top: 2px;
    width: 14px;
    min-width: 14px;
    margin-right: 10px;
  }
  .category-name {
    font-size: 18px;
  }
  .category-cont {
    height: calc(100% - 43px);
    padding: 15px 10px 20px;
  }
  .category-detail {
    margin-top: 10px;
  }
  .category-txt {
    font-size: 16px;
  }
  .category-transition {
    margin-top: 20px;
    text-align: center;
  }
  .category a.detail-btn {
    display: block;
    width: 100%;
    max-width: 136px;
    margin: 0 auto;
    padding: 12px 20px 10px 15px;
  }
  .apply.pattern-category {
    margin-top: 25px;
  }
  /*=== お知らせ ===*/
  .notice .main-detail {
    padding-top: 10px;
  }
  .notice-item {
    padding: 15px 0;
    border-width: 1px;
    font-size: 16px;
  }
  .notice-date {
    width: 90px;
    min-width: 90px;
    margin-right: 15px;
  }
  .notice-transition {
    margin-top: 25px;
  }
  a.notice-link {
    padding-right: 14px;
    font-size: 16px;
  }
  a.notice-link::after {
    width: 8px;
    height: 8px;
  }
  /*=== お問い合わせ ===*/
  .inquiry-item {
    display: block;
    margin-top: 20px;
    font-size: 16px;
  }
  .inquiry-lead {
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }
  .inquiry-txt {
    margin-top: 5px;
  }
  .inquiry-cont {
    margin-top: 10px;
    font-size: 16px;
  }
}
