@charset "UTF-8";
/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
.spnone {
  display: block;
}
@media only screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

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

.disnone {
  display: none;
}

/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ その他 ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
header {
  background: #fff;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
  overflow: hidden;
}

.center {
  text-align: center;
}

.red {
  color: #fa1460;
}

.yellow {
  color: #fff100;
}

.fwb {
  font-weight: 700;
}

.col-sm-4 {
  width: 33.33333333%;
}
@media only screen and (max-width: 767px) {
  .col-sm-4 {
    width: 100%;
  }
}

/* ------------------------------------------------- *
 *  特徴別LP
 * ------------------------------------------------- */
.title-recommend-rank-ydn, .title-recommend-rank {
  background: url(../img/feature/recommend-rank/bg-main.png) repeat;
}

.title-examination30 {
  background: #FEBF32;
}

.title-no-money,
.title-no-money-gdn {
  background: url(../img/feature/no-money/bg.jpg) repeat;
}

.title-cash-rank {
  background: #BA0C2F;
}

.anken-list {
  background-color: #fff;
  width: 100%;
}
.anken-list .inner {
  max-width: 100%;
  margin: 0 auto;
  border-top: 2px solid #2c3447;
  border-bottom: 2px solid #2c3447;
  padding: 0.5rem 0;
  overflow: hidden;
}
.anken-list .loop_js {
  display: flex;
  width: 6030px;
  height: 46px;
  overflow: hidden;
}
.anken-list .loop_js > * {
  width: 33.33333%;
  height: auto;
}

.inner-feature {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .inner-feature {
    width: 100%;
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .inner-feature {
    width: 100%;
    padding: 0 1rem;
  }
}

.inner-feature2 {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .inner-feature2 {
    width: 100%;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .inner-feature2 {
    width: 100%;
    padding: 0;
  }
}

.inner-feature3 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .inner-feature3 {
    width: 100%;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .inner-feature3 {
    width: 100%;
    padding: 0 1rem;
  }
}

.inner-feature4 {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .inner-feature4 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .inner-feature4 {
    width: 100%;
  }
}

.cate-feature-rank {
  color: #2e353f;
}
.cate-feature-rank p {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank p {
    line-height: 1.4;
    font-size: 1.5rem;
    padding: 0.5rem 0;
  }
}
.cate-feature-rank .block-article {
  display: block;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .block-article {
    margin-bottom: 1rem;
  }
}
.cate-feature-rank .block-article .box-article {
  width: 100%;
}
.cate-feature-rank .block-article .list-article li {
  width: 100%;
}
.cate-feature-rank .block-article .list-article li:nth-child(1), .cate-feature-rank .block-article .list-article li:nth-child(2) {
  width: 47%;
}
.cate-feature-rank .block-article .list-article .text {
  float: right;
  line-height: 1.6;
  width: 73%;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.cate-feature-rank .block-article .list-article li:nth-child(1) .text, .cate-feature-rank .block-article .list-article li:nth-child(2) .text {
  float: inherit;
  width: 100%;
}
.cate-feature-rank #itemLists {
  padding: 0;
  background: none;
}
.cate-feature-rank a {
  color: #345fcc;
}
.cate-feature-rank .list-logo-img {
  border-top: 4px solid #bbc6d2;
  border-bottom: 4px solid #bbc6d2;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .list-logo-img {
    display: none;
  }
}
.cate-feature-rank .list-logo-img ul {
  text-align: center;
  padding-bottom: 1rem;
}
.cate-feature-rank .list-logo-img ul li {
  display: inline-block;
  margin: 1rem 1.3rem 0;
  vertical-align: middle;
}
.cate-feature-rank {
  /* 年収選択ボタン */
}
.cate-feature-rank .midashi-01 {
  position: relative;
  background: #FFF;
  border-bottom: 2px solid #2f408e;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
  color: #2f408e;
  margin: 3rem 0;
  padding: 0.5rem 1rem 1rem;
  display: inline-block;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .cate-feature-rank .midashi-01 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .midashi-01 {
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 1rem;
    margin: 1rem 0;
  }
}
.cate-feature-rank .midashi-01:after, .cate-feature-rank .midashi-01:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.cate-feature-rank .midashi-01:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFFFFF;
  border-width: 8px;
  margin-left: -8px;
}
.cate-feature-rank .midashi-01:before {
  border-color: rgba(0, 46, 115, 0);
  border-top-color: #2f408e;
  border-width: 11px;
  margin-left: -11px;
}
.cate-feature-rank .midashi-02 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1rem 0 2rem;
  padding: 0 7rem;
  position: relative;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .midashi-02 {
    font-size: 1.7rem;
    padding: 0 3.5rem;
    margin: 1rem 0 1rem;
  }
  .cate-feature-rank .midashi-02:before, .cate-feature-rank .midashi-02:after {
    content: "";
    width: 6%;
  }
}
.cate-feature-rank .midashi-02:before, .cate-feature-rank .midashi-02:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10%;
  height: 1px;
  background-color: #bfbfbf;
}
.cate-feature-rank .midashi-02:before {
  left: 0;
}
.cate-feature-rank .midashi-02:after {
  right: 0;
}
.cate-feature-rank .list-btn-merit {
  display: flex;
  align-items: stretch;
  margin-bottom: 2rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .list-btn-merit {
    margin-top: 1rem;
  }
}
.cate-feature-rank .list-btn-merit li {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  width: 23.5%;
  border-radius: 4px;
  padding: 1rem;
  background: #ff495e; /* Old browsers */
  background: linear-gradient(to bottom, #ff495e 0%, #f22450 100%);
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .list-btn-merit li {
    font-size: 1.3rem;
  }
}
.cate-feature-rank .list-btn-merit li .ico-merit {
  text-align: center;
  margin: 0 auto 0.5rem;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .list-btn-merit li .ico-merit {
    width: 70%;
  }
}
.cate-feature-rank .list-btn-merit li .ico-merit img {
  display: inline-block;
}
.cate-feature-rank {
  /* 転職エージェント活用の流れ */
}
.cate-feature-rank .midashi-03 {
  background: #2f408e;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 2.6rem;
  padding: 1.2rem 1rem 2.6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .midashi-03 {
    font-size: 2rem;
  }
}
.cate-feature-rank .midashi-03:before {
  content: "";
  position: absolute;
  bottom: 15px;
  display: inline-block;
  width: 50px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 2px;
}
.cate-feature-rank .box-step {
  padding: 4rem 0 5rem;
  background: url(../img/feature/bg_step.jpg);
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-step {
    padding: 3rem 0 1rem;
  }
}
.cate-feature-rank .box-step-shosai {
  counter-reset: count;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-step-shosai {
    display: block;
  }
}
.cate-feature-rank .box-step-shosai li {
  width: 23.5%;
  border: 2px solid #2f408e;
  border-radius: 4px;
  background: #FFF;
  padding: 2rem 1rem 1.5rem 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-step-shosai li {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
  }
}
.cate-feature-rank .box-step-shosai li .ico-step {
  display: block;
  background: #2f408e;
  color: #FFF;
  text-align: center;
  width: 5.5em;
  font-size: 1.4rem;
  border-radius: 3rem;
  padding: 0.7rem 0;
  position: absolute;
  top: -1.2rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-step-shosai li .ico-step {
    font-size: 1.3rem;
  }
}
.cate-feature-rank .box-step-shosai li dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #2f408e;
  margin: 1rem 0;
  text-align: center;
  min-height: 2em;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .cate-feature-rank .box-step-shosai li dt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-step-shosai li dt {
    font-size: 1.8rem;
    margin: 0.5rem 0;
    min-height: inherit;
  }
}
.cate-feature-rank .box-step-shosai li dd {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-step-shosai li dd {
    overflow: hidden;
  }
}
.cate-feature-rank .box-step-shosai li .img-step {
  width: 8rem;
  height: 8rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-step-shosai li .img-step {
    float: left;
    margin: 1rem 1rem 0 0;
    padding: 0;
    width: 7rem;
    height: 7rem;
  }
}
.cate-feature-rank .box-step-shosai li .img-step img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-step-shosai li .img-step img {
    padding: 0 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-step-shosai li .txt-step {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1rem 0 0 0;
  }
}
.cate-feature-rank {
  /* 転職に成功した方のクチコミ */
}
.cate-feature-rank .midashi-04 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: #FFF;
  padding: 2rem 1rem;
  background: #1691d2;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .midashi-04 {
    font-size: 2rem;
    padding: 1.5rem 1rem;
  }
}
.cate-feature-rank .box-kuchikomi {
  background: #dbf2ff;
  padding: 2.5rem 0;
  text-align: center;
  overflow: hidden;
  counter-reset: count;
}
.cate-feature-rank .box-kuchikomi2 {
  background: #ffffff;
  padding: 2.5rem 0;
  text-align: center;
  overflow: hidden;
  counter-reset: count;
}
.cate-feature-rank .list-kuchikomi {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .list-kuchikomi {
    display: inherit;
  }
}
.cate-feature-rank .list-kuchikomi li {
  background: #FFF;
  width: 31%;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 0px 5px -1px #dadada;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .list-kuchikomi li .img-kuchikomi,
  .cate-feature-rank .list-kuchikomi li .img-kuchikomi2 {
    width: 30%;
    float: left;
    clear: left;
    padding: 2rem 0.5rem 0;
  }
}
.cate-feature-rank .list-kuchikomi li .img-kuchikomi img,
.cate-feature-rank .list-kuchikomi li .img-kuchikomi2 img {
  width: 100%;
}
.cate-feature-rank .list-kuchikomi li:nth-last-child(2) {
  margin: 0 2%;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .list-kuchikomi li {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
  .cate-feature-rank .list-kuchikomi li:nth-last-child(2) {
    margin: 0 0 1.5rem 0;
  }
}
.cate-feature-rank .list-kuchikomi li dl {
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .list-kuchikomi li dl {
    width: 70%;
    float: left;
  }
}
.cate-feature-rank .list-kuchikomi li dt {
  text-align: left;
  font-weight: 700;
  font-size: 1.5rem;
  color: #2f9fd9;
  margin-bottom: 1rem;
}
.cate-feature-rank .list-kuchikomi li dd {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}
.cate-feature-rank .list-kuchikomi li dd small {
  color: #7d7e80;
  font-size: 1.2rem;
  display: block;
  text-align: right;
  margin-top: 0.8rem;
}
.cate-feature-rank .title-shindan-pro .box_mainimage,
.cate-feature-rank .title-shindan-aif .box_mainimage {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.cate-feature-rank .title-shindan-pro .box_mainimage .main-rank-1_button,
.cate-feature-rank .title-shindan-aif .box_mainimage .main-rank-1_button {
  position: absolute;
  bottom: 2rem;
  margin: auto;
  left: 0;
  right: 0;
  width: 60%;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .cate-feature-rank .title-shindan-pro .box_mainimage .main-rank-1_button,
  .cate-feature-rank .title-shindan-aif .box_mainimage .main-rank-1_button {
    bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .title-shindan-pro .box_mainimage .main-rank-1_button,
  .cate-feature-rank .title-shindan-aif .box_mainimage .main-rank-1_button {
    bottom: 1rem;
    width: 90%;
  }
}
.cate-feature-rank .title-shindan-pro .box_mainimage .main-rank-1_button a,
.cate-feature-rank .title-shindan-aif .box_mainimage .main-rank-1_button a {
  border: 3px solid #FFF;
  font-size: 2.5rem;
  padding: 2rem 0 2rem 2rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .title-shindan-pro .box_mainimage .main-rank-1_button a,
  .cate-feature-rank .title-shindan-aif .box_mainimage .main-rank-1_button a {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.cate-feature-rank .title-shindan-pro .box_mainimage .main-rank-1_button a::after,
.cate-feature-rank .title-shindan-aif .box_mainimage .main-rank-1_button a::after {
  left: 20%;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .cate-feature-rank .title-shindan-pro .box_mainimage .main-rank-1_button a::after,
  .cate-feature-rank .title-shindan-aif .box_mainimage .main-rank-1_button a::after {
    left: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .title-shindan-pro .box_mainimage .main-rank-1_button a::after,
  .cate-feature-rank .title-shindan-aif .box_mainimage .main-rank-1_button a::after {
    left: 6%;
  }
}
.cate-feature-rank header .box-search-form {
  float: right;
}
.cate-feature-rank header .box-search-form input[type=text] {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px 0 0 3px;
  font-size: 1.3rem;
  padding: 3px 5px;
}
.cate-feature-rank header .box-search-form input[type=submit] {
  cursor: pointer;
  background: url(../img/icon/icon-search-white.png) center center no-repeat #065163;
  background-size: 15px 15px;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  height: 28px;
  outline: none;
  margin-left: -6px;
  width: 30px;
}
.cate-feature-rank .title-shindan-aif, .cate-feature-rank .title-shindan-pro {
  background: url(../img/feature/shindan-aif/bg-main.png) left top no-repeat;
  background-size: cover;
}
.cate-feature-rank .title-shindan-aif header, .cate-feature-rank .title-shindan-pro header {
  filter: none;
  border-bottom: 3px solid #f57e15;
  padding: 1rem 0;
}
.cate-feature-rank .box_mainimage {
  width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .cate-feature-rank .box_mainimage {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box_mainimage {
    width: 100%;
  }
}
.cate-feature-rank .txt_shindan_caution {
  color: #949494;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 1rem 0 3rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .txt_shindan_caution {
    text-align: left;
  }
}
.cate-feature-rank .flex {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .flex {
    display: block;
  }
}
.cate-feature-rank .txt-cash {
  background: #025299;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  height: 100%;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  text-align: center;
}
.cate-feature-rank .list-logo li {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .list-logo li {
    width: 32%;
  }
}
.cate-feature-rank .midashi-06 {
  background: #f57e15;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  padding: 1.3rem 1rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .midashi-06 {
    font-size: 2rem;
  }
}
.cate-feature-rank .midashi-06::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 104, 183, 0);
  border-top-color: #f57e15;
  border-width: 12px;
  margin-left: -12px;
}
.cate-feature-rank .txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
.cate-feature-rank .table-shindan {
  margin: 3rem 0 5rem;
  width: 100%;
}
.cate-feature-rank .table-shindan th {
  background: #025299;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1.2rem 1rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .table-shindan th {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.cate-feature-rank .table-shindan td {
  background: #e4f2ff;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  font-size: 1.6rem;
  padding: 1.2rem 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .table-shindan td {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.cate-feature-rank .wrap-shindan-merit {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .wrap-shindan-merit {
    display: inherit;
  }
}
.cate-feature-rank .box-shindan-merit {
  border: 4px solid #f57e15;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  text-align: center;
}
.cate-feature-rank .box-shindan-merit .img {
  margin: 0 auto 1.5rem;
  width: 55px;
}
.cate-feature-rank .box-shindan-merit dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2rem;
  min-height: 2em;
}
.cate-feature-rank .box-shindan-merit dd {
  font-size: 1.4rem;
  line-height: 1.8;
}
.cate-feature-rank .bg-shindanbtn {
  background: #ffeec0;
  padding: 3rem 1rem;
  text-align: center;
}
.cate-feature-rank .bg-shindanbtn .main-rank-1_button {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .bg-shindanbtn .main-rank-1_button {
    width: 100%;
  }
}
.cate-feature-rank .bg-shindanbtn .main-rank-1_button a {
  font-size: 2.2rem;
  padding: 2.2rem 0 2.2rem 2rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .bg-shindanbtn .main-rank-1_button a {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .cate-feature-rank .bg-shindanbtn .main-rank-1_button a::after {
    left: 10%;
  }
}
.cate-feature-rank .section-title {
  font-size: 2rem;
  color: #FFF;
  padding: 9px;
  font-weight: bold;
  line-height: 1.2;
  background: url(../../img/icon/icon-cap-ninki.png) no-repeat center left #0083c7;
  background-position: 0;
  padding-left: 50px;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .section-title {
    font-size: 1.8rem;
    border-radius: 0;
    background: #0083c7;
    padding: 2% 2% 1%;
    text-align: center;
    border-bottom: 4px solid #006aa1;
  }
}
.cate-feature-rank .main-search {
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  margin: 0 0 30px 0;
}
.cate-feature-rank .main-search .main-search_in {
  margin: 2%;
  padding: 2%;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .main-search_in {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .main-search_in .srch_list {
    padding: 1rem;
  }
}
.cate-feature-rank .main-search .main-search_button input {
  display: none;
}
.cate-feature-rank .main-search .main-search_button ul {
  margin: 0 0 0 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cate-feature-rank .main-search .main-search_button ul li {
  background: url(../img/common/btn-search-checkoff.png) 15px no-repeat #fff;
  background-size: 15px;
  width: 32.5%;
  float: left;
  margin-bottom: 5px;
  height: 50px;
  border: 1px solid #02126A;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .main-search_button ul li {
    height: 45px;
    background-position-x: 8px;
    margin-right: 0;
    width: 49.5%;
    flex-grow: inherit;
  }
}
.cate-feature-rank .main-search .main-search_button ul li.checked {
  background: url(../img/common/btn-search-checkon.png) 15px no-repeat #fff;
  background-size: 15px;
  border: 1px solid #02126A;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .main-search_button ul li.checked {
    background-position-x: 8px;
  }
}
.cate-feature-rank .main-search .main-search_button ul li span {
  display: block;
  height: 100%;
  font-size: 1.5rem;
  color: #02126A;
  font-weight: bold;
  padding-top: 18px;
  padding-left: 35px;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .main-search_button ul li span {
    padding-left: 3rem;
    font-size: 1.2rem;
    font-weight: normal;
    padding-top: 15px;
  }
}
.cate-feature-rank .main-search .main-search_button ul li label {
  width: 100%;
  height: 55px;
  display: block;
}
.cate-feature-rank .main-search .main-search-table {
  margin-bottom: 15px;
  margin-top: 1%;
}
.cate-feature-rank .main-search .main-search-table table {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.cate-feature-rank .main-search .main-search-table table tr {
  border-bottom: 1px solid #DDD;
}
.cate-feature-rank .main-search .main-search-table table th {
  width: 130px;
  background: #fbfbfb;
  color: #606363;
  font-size: 1.2rem;
  padding: 1rem;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  text-align: center;
  vertical-align: middle;
}
.cate-feature-rank .main-search .main-search-table table td {
  overflow: hidden;
  padding: 1rem;
  border-bottom: 1px solid #DDD;
}
.cate-feature-rank .main-search .main-search-table table td li {
  float: left;
  margin-right: 0;
  padding: 0;
  width: 33%;
}
.cate-feature-rank .main-search .main-search-table table td li label {
  font-weight: normal;
  font-size: 1.1rem;
  display: inline-table;
  width: 100%;
}
.cate-feature-rank .main-search .submit-area {
  width: 100%;
  clear: both;
  position: relative;
}
.cate-feature-rank .main-search .send #submit-btn {
  display: block;
  width: 60%;
  height: 60px;
  border: 0;
  background: #d66827;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .send #submit-btn {
    height: 60px;
    font-size: 1.4rem;
    text-indent: inherit;
    font-weight: 700;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    display: block;
    padding: 0 30px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    text-align: center;
  }
}
.cate-feature-rank .main-search .result-box {
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .result-box {
    background: #FFF;
    border-radius: 50px;
    bottom: 20px;
    width: 54px;
    text-align: center;
    right: 30px;
  }
}
.cate-feature-rank .main-search .result-box p {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .result-box p {
    font-size: 1rem;
    padding: 0.2rem 0 !important;
  }
}
.cate-feature-rank .main-search .result-box #result {
  font-size: 2.6rem;
  color: #f36956;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .result-box #result {
    font-size: 1.5rem;
  }
}
.cate-feature-rank .main-search .search-sub-box {
  background: #FFF;
  border: 1px solid #DDD;
  padding: 1rem 1rem 0;
  overflow: hidden;
  margin-top: 3%;
}
.cate-feature-rank .main-search .search-sub-txt {
  width: 45%;
  float: left;
  font-size: 1.2rem;
  font-weight: bold;
  color: #00c4bf;
  line-height: 1.2em;
  clear: left;
}
.cate-feature-rank .main-search .search-sub-txt span {
  font-size: 1.1rem;
  font-weight: normal;
  color: #333;
  margin-bottom: 1rem;
  display: inline-block;
}
.cate-feature-rank .main-search .search-sub-select {
  width: 45%;
  float: right;
}
.cate-feature-rank .main-search .search-sub-select select {
  width: 100%;
  padding: 5px;
  background: none;
}
.cate-feature-rank .main-search dl.accordion {
  width: 100%;
  margin: 0;
}
.cate-feature-rank .main-search dl.accordion p {
  font-size: 1.3rem;
  color: #00ADA9;
  margin: 3px 0 6px 0;
  font-weight: bold;
  padding: 5px;
  background: #E7F6F6;
}
.cate-feature-rank .main-search dl.accordion ul {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search dl.accordion ul {
    background: #fff;
    overflow: hidden;
  }
}
.cate-feature-rank .main-search dl.accordion ul li {
  font-size: 1.2rem;
  width: 49%;
  margin: 0.5%;
  float: left;
  text-align: left;
}
.cate-feature-rank .main-search dl.accordion dt {
  height: auto;
  cursor: pointer;
  display: block;
  position: relative;
  font-size: 1.6rem;
  background: #FFF;
  padding: 1rem 0;
  text-align: center;
  color: #00ada9;
  margin: 1.5rem 0;
  border-bottom: 2px solid #ccc;
}
.cate-feature-rank .main-search dl.accordion dd {
  display: none;
  padding: 10px;
  border: 1px solid #CCC;
  background: #FFF;
  margin-bottom: 2%;
  margin-bottom: 3%;
}
.cate-feature-rank .box-rank {
  background: url(../img/feature/bg_rank.png);
  background-size: cover;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-rank {
    padding: 1rem 0 2rem;
  }
}
.cate-feature-rank .box-rank2 {
  background: #dbf2ff;
  padding: 1rem 0 3rem;
}
.cate-feature-rank .inner-feature2 {
  padding-bottom: 0;
}
.cate-feature-rank .list {
  background: none;
}
.cate-feature-rank .sort-btn-box {
  border: 1px solid #0068b7;
  border-radius: 4px;
  background: #FFF;
  margin-bottom: 3rem;
  padding: 0;
  overflow: hidden;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .cate-feature-rank .sort-btn-box {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .sort-btn-box {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.cate-feature-rank .sort-btn-box span {
  display: block;
  background: #0068b7;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8rem;
  float: left;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .sort-btn-box span {
    font-size: 1.1rem;
    text-align: center;
    float: left;
    padding: 0;
    width: 20%;
    height: 25px;
    line-height: 2.5;
  }
}
.cate-feature-rank .sort-btn-box .btn-area {
  float: left;
  padding: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .sort-btn-box .btn-area {
    float: left;
    font-size: 1.1rem;
    padding: 0 0.4rem;
    width: 80%;
    height: 25px;
    line-height: 2.5;
    margin: 0;
  }
}
.cate-feature-rank .sort-btn-box .btn-area button {
  cursor: pointer;
  font-size: 1.4rem;
  background: none;
  padding: 0px 6px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .sort-btn-box .btn-area button {
    font-size: 1.1rem;
    padding: 0 0.3rem;
  }
}
.cate-feature-rank .sort-btn-box .sort.desc:after {
  color: #a0a0a0;
  padding-left: 0.3rem;
  content: "▲";
}
.cate-feature-rank .sort-btn-box .sort.asc:after {
  color: #a0a0a0;
  padding-left: 0.3rem;
  content: "▼";
}
.cate-feature-rank .main-rank-1 {
  margin-bottom: 2.5rem;
  box-shadow: 0px 0px 10px -5px #5d6f90;
  position: relative;
  background: #FFF;
  border: 2px solid #0068b7;
}
.cate-feature-rank .main-rank-1 .ttl-rank {
  border-left: 7px solid #0068b7;
}
.cate-feature-rank .main-rank-1 .box-main-rank-1 {
  background: #edf4f9;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .box-main-rank-1 {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .main-rank-1_in {
    background: #edf4f9;
  }
}
.cate-feature-rank .main-rank-1.rank-1 {
  border: 2px solid #ebb600;
}
.cate-feature-rank .main-rank-1.rank-1 .ttl-rank {
  border-left: 7px solid #ebb600;
}
.cate-feature-rank .main-rank-1.rank-1 .box-main-rank-1 {
  background: #fbf5ea;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1.rank-1 .box-main-rank-1 {
    background: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1.rank-1 .main-rank-1_in {
    background: #fbf5ea;
  }
}
.cate-feature-rank .main-rank-1.rank-2 {
  border: 2px solid #959595;
}
.cate-feature-rank .main-rank-1.rank-2 .ttl-rank {
  border-left: 7px solid #959595;
}
.cate-feature-rank .main-rank-1.rank-2 .box-main-rank-1 {
  background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1.rank-2 .box-main-rank-1 {
    background: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1.rank-2 .main-rank-1_in {
    background: #f1f1f1;
  }
}
.cate-feature-rank .main-rank-1.rank-3 {
  border: 2px solid #ab5139;
}
.cate-feature-rank .main-rank-1.rank-3 .ttl-rank {
  border-left: 7px solid #ab5139;
}
.cate-feature-rank .main-rank-1.rank-3 .box-main-rank-1 {
  background: #f7eeeb;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1.rank-3 .box-main-rank-1 {
    background: none;
    clear: both;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1.rank-3 .main-rank-1_in {
    background: #f7eeeb;
  }
}
.cate-feature-rank .main-rank-1 .img-ico-rank img {
  position: absolute;
  top: -1rem;
  left: 1.2rem;
  width: 45px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .img-ico-rank img {
    top: -5px;
    left: 15px;
    width: 40px;
  }
}
.cate-feature-rank .main-rank-1 .ttl-rank {
  background: #FFF;
  overflow: hidden;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .ttl-rank {
    padding: 1rem 0.5rem 0.5rem 1rem;
  }
}
.cate-feature-rank .main-rank-1 .ttl-rank h3 {
  font-size: 2.5rem;
  font-weight: 700;
  float: left;
  line-height: 2.6;
  padding-left: 7rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .ttl-rank h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-left: 5rem;
    margin-bottom: 0.5rem;
  }
}
.cate-feature-rank .main-rank-1 .ttl-rank .noranking {
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .ttl-rank .noranking {
    padding-left: 0;
  }
}
.cate-feature-rank .main-rank-1 .ttl-rank .fl-r {
  float: right;
  padding: 1.7rem 2rem 1.7rem 1rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .main-rank-star {
    float: right;
    width: 50%;
  }
}
.cate-feature-rank .main-rank-1 .main-rank-star dt,
.cate-feature-rank .main-rank-1 .box-star dt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #eb6100;
  background: #fff8ae;
  border: 1px solid #eb6100;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  display: inline-block;
  float: left;
  clear: left;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .main-rank-star dt,
  .cate-feature-rank .main-rank-1 .box-star dt {
    border-radius: 4px;
    font-size: 1rem;
    padding: 0.5rem 0.1rem;
    width: 40%;
  }
}
.cate-feature-rank .main-rank-1 .box-star {
  margin: 0.6rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .box-star {
    margin: 0 0 0.5rem;
  }
}
.cate-feature-rank .main-rank-1 .box-star dt {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .box-star dt {
    margin-top: 0.3rem;
    padding: 0.5rem 0rem;
    width: 30%;
  }
}
.cate-feature-rank .main-rank-1 .main-rank-star dd,
.cate-feature-rank .main-rank-1 .box-star dd {
  float: left;
  width: 60%;
}
.cate-feature-rank .main-rank-1 .main-rank-star dd img,
.cate-feature-rank .main-rank-1 .box-star dd img {
  height: 2.8rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .main-rank-star dd img,
  .cate-feature-rank .main-rank-1 .box-star dd img {
    height: 18px;
    margin: 2px;
  }
}
.cate-feature-rank .main-rank-1 .box-star2 {
  margin: 0.6rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .box-star2 {
    float: right;
    width: 45%;
    margin: 0 0 0.5rem;
  }
}
.cate-feature-rank .main-rank-1 .box-star2 dt {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .box-star2 dt {
    border-radius: 4px;
    font-size: 1.1rem;
    padding: 0.5rem 0.3rem;
    width: 45%;
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .box-star2 dd {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1 .box-star2 img {
    height: 18px;
    margin: 2px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1_in {
    padding: 1.5rem;
  }
}
.cate-feature-rank .gutters_no {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .gutters_no {
    display: block;
  }
}
.cate-feature-rank .box-main-spec {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-main-spec {
    width: 100%;
    margin: 0.5rem 0 1rem;
    overflow: hidden;
  }
}
.cate-feature-rank .box-main-rank-1 {
  width: 75%;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-main-rank-1 {
    padding: 0;
    width: 100%;
  }
}
.cate-feature-rank .box-main-rank-1 .main-rank-1_catch {
  text-align: center;
}
.cate-feature-rank .box-main-rank-1 .main-rank-1_catch p br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-main-rank-1 .main-rank-1_catch p br {
    display: inline;
  }
}
.cate-feature-rank .box-main-rank-1 .main-rank-1_catch .text-marker {
  background: yellow;
  color: red;
  font-weight: bold;
}
.cate-feature-rank .box-main-rank-1 .main-rank-1_catch .red {
  font-weight: 700;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-main-rank-1 .main-rank-1_catch .red {
    font-size: 1.6rem;
  }
}
.cate-feature-rank .box-main-rank-1 .main-rank-1_catch p {
  font-size: 1.7rem;
  font-weight: 500;
  border-top: 3px double #fa1460;
  border-bottom: 3px double #fa1460;
  text-align: center;
  margin: 1rem 0 2rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #2e353f;
  display: inline-block;
}
.cate-feature-rank .box-main-rank-1 .main-rank-1_point {
  margin-bottom: 2rem;
}
.cate-feature-rank .box-main-rank-1 .box-point li {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  line-height: 1.5;
  position: relative;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-main-rank-1 .box-point li {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}
.cate-feature-rank .box-main-rank-1 .box-point li:before, .cate-feature-rank .box-main-rank-1 .box-point li:after {
  content: "";
  display: block;
  position: absolute;
}
.cate-feature-rank .box-main-rank-1 .box-point li:before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #959595;
  left: 0;
  top: 6px;
}
.cate-feature-rank .box-main-rank-1 .box-point li:after {
  border-left: 3px solid #fa1460;
  border-bottom: 3px solid #fa1460;
  width: 15px;
  height: 8px;
  transform: rotate(-45deg);
  left: 3px;
  top: 6px;
}
.cate-feature-rank .box-main-rank-1 .box-point li .red {
  font-weight: 700;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-main-rank-1 .box-point li .red {
    font-size: 1.3rem;
  }
}
.cate-feature-rank .box-main-rank-1 .box-point li .text-red {
  color: #fa1460;
  font-weight: 700;
}
.cate-feature-rank .box-main-rank-1 .box-point li .text-marker {
  background-image: linear-gradient(transparent 50%, #ffff00 50%);
}
.cate-feature-rank .box-main-rank-1 .comp-coresou table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.cate-feature-rank .box-main-rank-1 .comp-coresou th {
  font-size: 1.5rem;
  background: #c2eddd;
  padding: 0.8rem 1.5rem;
  width: 40%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-main-rank-1 .comp-coresou th {
    font-size: 1.5rem;
    background: #c2eddd;
    padding: 0.8rem 0.5rem;
    vertical-align: middle;
    text-align: center;
    width: 5rem;
  }
}
.cate-feature-rank .box-main-rank-1 .comp-coresou td {
  font-size: 1.4rem;
  background: #FFF;
  padding: 0.8rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-main-rank-1 .comp-coresou td {
    padding: 0.2rem 0.5rem;
    vertical-align: middle;
  }
}
.cate-feature-rank .box-main-rank-1 .comp-coresou td li {
  display: inline-block;
  background: #009e96;
  color: #FFF;
  font-size: 1.5rem;
  border-radius: 15px;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
}
.cate-feature-rank .box-main-rank-1 .comp-coresou td small {
  display: none;
}
.cate-feature-rank .box-main-rank-1.noranking {
  padding: 3rem 1.5rem;
}
.cate-feature-rank .main-rank-1_banner img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1_banner {
    width: 40%;
    float: left;
    margin-bottom: 0.5rem;
    padding-right: 1rem;
  }
}
.cate-feature-rank .main-rank-1_banner .text-address {
  color: #888;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem;
}
.cate-feature-rank .main-rank-1_spec {
  margin: 2rem 1rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1_spec {
    float: right;
    margin: 0;
    width: 60%;
  }
}
.cate-feature-rank .main-rank-1_spec table {
  border: 2px solid #b5b5b5;
  width: 100%;
  border-collapse: separate;
  border-radius: 4px;
  background: #FFF;
}
.cate-feature-rank .main-rank-1_spec table tr:nth-child(even) {
  background: #f3f3f3;
}
.cate-feature-rank .main-rank-1_spec table tr:last-child td {
  border-radius: 0 0 4px 4px;
}
.cate-feature-rank .main-rank-1_spec table th {
  font-size: 1.2rem;
  color: #969696;
  padding: 0.3rem 0.8rem;
  display: inline-block;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  background: #FFF;
  margin: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1_spec table th {
    border: none;
    margin: 0;
    background: none;
    font-size: 1.1rem;
    padding: 0.5rem;
    display: table-cell;
    width: 30%;
    vertical-align: top;
    line-height: 1.3;
  }
}
.cate-feature-rank .main-rank-1_spec table td {
  font-size: 1.4rem;
  padding: 0 1rem 0.8rem 1rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1_spec table td {
    font-size: 1.2rem;
    padding: 0.5rem;
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    line-height: 1.3;
  }
}
.cate-feature-rank .main-rank-1_spec table td .red {
  color: #ce1414;
  font-size: 1.6rem;
  font-weight: 700;
}
.cate-feature-rank .main-rank-1_spec table td small {
  display: none;
}
.cate-feature-rank .main-rank-1_button {
  position: relative;
  overflow: hidden;
  width: 70%;
  margin: 2.5rem auto;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1_button {
    width: 90%;
    margin: 1rem auto;
  }
}
.cate-feature-rank .main-rank-1_button a {
  font-size: 2rem;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 1.8rem 0 1.8rem 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  background: #f3570a; /* Old browsers */
  background: linear-gradient(to bottom, #f3570a 0%, #f3200a 98%);
  letter-spacing: 0.2rem;
  border: 2px solid #FFF;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1_button a {
    font-size: 1.5rem;
  }
}
.cate-feature-rank .main-rank-1_button a:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.cate-feature-rank .main-rank-1_button a:after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(../img/feature/icon-arrow01.png) left top no-repeat;
  background-size: 15px 15px;
  position: absolute;
  left: 25%;
  top: 40%;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-1_button a:after {
    left: 2rem;
  }
}
.cate-feature-rank .midashi-05 {
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  background: #0068b7;
  border-radius: 5px;
  width: 60%;
  margin: 0 auto 3rem auto;
  padding: 1rem;
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .cate-feature-rank .midashi-05 {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .midashi-05 {
    font-size: 1.8rem;
    width: 100%;
    line-height: 1.2;
    margin: 0 auto 1.5rem auto;
    padding: 0.6rem 1rem 0.8rem;
  }
}
.cate-feature-rank .midashi-05:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 104, 183, 0);
  border-top-color: #0068b7;
  border-width: 10px;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .midashi-05:after {
    border-width: 6px;
    margin-left: -6px;
  }
}
.cate-feature-rank .midashi-05 small {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .midashi-05 small {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.cate-feature-rank .txt-point {
  border: 1px solid #2d3447;
  border-radius: 4px;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cate-feature-rank .txt-point:last-of-type {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .txt-point {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.cate-feature-rank .txt-point dt {
  background: #2d3447;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.8rem 1rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .txt-point dt {
    font-size: 1.3rem;
  }
}
.cate-feature-rank .txt-point dd {
  font-size: 1.5rem;
  padding: 1rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .txt-point dd {
    font-size: 1.3rem;
  }
}
.cate-feature-rank .main-rank-banner {
  float: left;
  width: 20%;
  margin-bottom: 2rem;
}
.cate-feature-rank .main-rank-banner img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank-banner {
    width: 36%;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-spec {
    width: 60%;
    float: right;
  }
}
.cate-feature-rank .box-spec ul {
  background: #fff;
  border: 1px solid #009e96;
  border-radius: 4px;
  margin: 1.5rem 0;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-spec ul {
    margin: 0 0 1rem;
    padding: 0.5rem;
  }
}
.cate-feature-rank .box-spec li {
  display: inline-block;
  background: #e5e5e5;
  color: #BBB;
  font-size: 1.2rem;
  border-radius: 15px;
  margin: 0.3rem 0.2rem;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .box-spec li {
    font-size: 1.1rem;
    margin: 0.3rem 0;
    padding: 0.5rem 0.8rem;
  }
}
.cate-feature-rank .box-spec li.on {
  background: #009e96;
  color: #FFF;
}
.cate-feature-rank .txt-caution {
  color: #999;
  font-size: 1.2rem;
  line-height: 1.5;
}
.cate-feature-rank .width20 {
  width: 20% !important;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .width20 {
    font-size: 1.2rem !important;
    line-height: 1.3;
  }
}
.cate-feature-rank .width30 {
  width: 30% !important;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .width30 {
    font-size: 1.2rem !important;
    line-height: 1.3;
  }
}
.cate-feature-rank .main-rank_catch {
  font-size: 1.6rem;
  margin: 0 0 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.cate-feature-rank .main-rank_catch p {
  border-top: 3px double #fa1460;
  border-bottom: 3px double #fa1460;
  display: inline-block;
  padding: 0.5rem 1.5rem;
}
.cate-feature-rank .main-rank_catch p br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-rank_catch {
    font-size: 1.4rem;
    width: 100%;
    float: none;
    margin: 0 0 1rem;
    text-align: center;
  }
}

.cash-rank .box-main-rank-1 {
  padding: 2rem 3rem;
}
@media only screen and (max-width: 767px) {
  .cash-rank .box-main-rank-1 {
    padding: 0;
  }
}
.cash-rank .box-point {
  clear: both;
}
.cash-rank .wrap-spec {
  width: 78%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .cash-rank .wrap-spec {
    width: auto;
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .mb3 {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .mt3 {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .size-12 {
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .size-20, .size-22 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .js-ac .js-ac-trigger {
    color: #666;
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem;
    margin: 0 0 1.5rem;
    background-color: #FFF;
    box-shadow: 0px 0px 2px 0px #666;
  }
  .js-ac .js-ac-trigger:before {
    content: "▼もっと見る";
  }
  .js-ac .js-ac-target {
    display: none;
  }
  .js-ac.is-active .js-ac-trigger:before {
    content: "▲閉じる";
  }
  .js-ac.is-active .js-ac-target {
    display: block;
  }
}
@media only screen and (min-width: 1020px) {
  .title-acom-lp .inner-feature {
    width: 1000px;
  }
}

.wrap-acom-lp {
  background: #f0f0f0;
  padding-bottom: 5rem;
}

.main-acom-lp {
  background: #f0f0f0;
}
.main-acom-lp img {
  margin: 0 auto;
}

.img-logo {
  float: left;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .img-logo {
    width: 120px;
  }
}

.txt-header-acom {
  float: right;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .txt-header-acom {
    font-size: 1.3rem;
  }
}
.txt-header-acom small {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .txt-header-acom small {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 1020px) {
  .arrow {
    position: relative;
  }
}
@media only screen and (min-width: 1020px) {
  .arrow::after {
    border: solid transparent;
    border-color: rgba(0, 104, 183, 0);
    border-top-color: #db0016;
    border-width: 14px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    pointer-events: none;
    width: 0;
  }
}

.ttl-acom-lp {
  background: #db0016;
  position: relative;
  text-align: center;
  border: none;
  width: 100%;
  left: 0;
  height: auto;
}
.ttl-acom-lp .ttl-inner-acom-lp {
  margin: 0 auto;
}
@media only screen and (min-width: 1020px) {
  .ttl-acom-lp .ttl-inner-acom-lp {
    max-width: 1000px;
    position: relative;
  }
}
@media only screen and (min-width: 1020px) {
  .ttl-acom-lp .ttl-inner-acom-lp::before {
    border-style: solid;
    border-width: 0 0 37px 402px;
    border-color: transparent transparent #f3ab00 transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: -37px;
    width: 0;
  }
}
@media only screen and (min-width: 1020px) {
  .ttl-acom-lp .ttl-inner-acom-lp::after {
    border-style: solid;
    border-width: 37px 402px 0 0;
    border-color: #f3ab00 transparent transparent transparent;
    bottom: -37px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
  }
}
.ttl-acom-lp img {
  margin: 0 auto;
}

.acom-lp {
  background: #fff;
  margin: 0 auto;
}
@media only screen and (min-width: 1020px) {
  .acom-lp {
    max-width: 1000px;
  }
}
.acom-lp .inner-acom-lp {
  padding: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .acom-lp .inner-acom-lp {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 1020px) {
  .acom-lp .inner-acom-lp {
    max-width: 690px;
    margin: 0 auto;
  }
}
.acom-lp .box-cv-acom {
  margin-bottom: 3rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .acom-lp .box-cv-acom {
    margin-bottom: 2rem;
  }
}
.acom-lp .img-acom {
  float: left;
  width: 36%;
}
@media only screen and (max-width: 767px) {
  .acom-lp .img-acom {
    margin-top: 1rem;
  }
}
.acom-lp .btn-cv-acom {
  float: right;
  margin-top: 1rem;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .acom-lp .btn-cv-acom {
    margin-top: 0;
  }
}
.acom-lp section {
  padding: 3rem 0 3rem 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .acom-lp section {
    padding: 0;
  }
}
.acom-lp p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .acom-lp p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}
.acom-lp .center {
  text-align: center;
}
.acom-lp .center img {
  margin: 0 auto 1rem;
}
.acom-lp .mt4 {
  margin-top: 4rem;
}
.acom-lp .mb4 {
  margin-bottom: 4rem;
}
.acom-lp .acom-box {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .acom-lp .acom-box {
    display: block;
  }
}
.acom-lp table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
.acom-lp table .tr-acom {
  border: 4px solid #db0016;
  border-collapse: collapse;
  background: #ffd7d7;
}
.acom-lp table th {
  background: #e6e6e6;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .acom-lp table th {
    font-size: 1.4rem;
  }
}
.acom-lp table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .acom-lp table td {
    font-size: 1.4rem;
  }
}
.acom-lp table td strong {
  font-size: 2rem;
}
.acom-lp table td small {
  font-size: 1rem;
}
.acom-lp table .w25 {
  width: 25%;
}
.acom-lp table .w50 {
  width: 50%;
}
.acom-lp .img-left {
  float: left;
  margin: 0 2rem 2rem 0;
}
.acom-lp .btn-acom {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .acom-lp .btn-acom {
    margin-bottom: 0;
    padding: 0 1rem 2rem;
  }
}
.acom-lp .btn-acom img {
  margin: 0 auto;
}

.btn_ranking {
  margin: 3rem auto;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .btn_ranking {
    margin: 3rem 0;
    width: 100%;
  }
}
.btn_ranking a {
  background: #ff6f2f;
  background: linear-gradient(to bottom, #ff6f2f 0%, #ef304f 100%);
  border-radius: 4px;
  box-shadow: 2px 3px 0px 0px #a41e34, -1px -1px 0px 0px #ffffff inset;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 2rem 1rem;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .btn_ranking a {
    font-size: 1.7rem;
  }
}
.btn_ranking a span {
  padding-left: 2.5rem;
  position: relative;
}
.btn_ranking a span::before {
  content: "";
  background: url(../../img/icon/icon-radiusarrow-up.png) no-repeat left center;
  background-size: 18px 18px;
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  width: 18px;
}

@media only screen and (max-width: 767px) {
  #recommend-rank-ydn .box-rank {
    padding: 1rem 0;
  }
  #recommend-rank-ydn .sort-btn-box {
    margin-bottom: 1.5rem;
  }
  #recommend-rank-ydn .main-rank-1 {
    margin-bottom: 2rem;
  }
  #recommend-rank-ydn .main-rank-1_catch {
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
  }
  #recommend-rank-ydn .main-rank-1_catch p {
    color: #0066aa;
  }
  #recommend-rank-ydn .main-rank-1_catch .text-marker {
    background: yellow;
    color: red;
    font-weight: 700;
  }
  #recommend-rank-ydn .box-star dt {
    padding: 0.3rem 0rem;
    width: 25%;
  }
  #recommend-rank-ydn .box-star dd img {
    height: 2rem;
    margin-top: 0.3rem;
  }
  #recommend-rank-ydn .main-rank-1_banner {
    width: 33%;
  }
  #recommend-rank-ydn .main-rank-1_spec {
    width: 67%;
  }
  #recommend-rank-ydn .main-rank-1_spec table {
    border: none;
    border-collapse: collapse;
  }
  #recommend-rank-ydn .main-rank-1_spec table tr {
    border-bottom: 1px dotted #CCC;
  }
  #recommend-rank-ydn .main-rank-1_spec table tr:nth-child(even) {
    background: #fff;
  }
  #recommend-rank-ydn .main-rank-1_spec table th {
    color: #ff9b0b;
    display: table-cell;
    font-size: 1.2rem;
    font-weight: normal;
    margin: 0;
    padding: 0.2rem 0.5rem;
    width: 30%;
  }
  #recommend-rank-ydn .main-rank-1_spec table td {
    display: inline;
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem;
  }
  #recommend-rank-ydn .box-point-sp {
    position: relative;
  }
  #recommend-rank-ydn .box-point-sp dt {
    background: #f8594f;
    border-radius: 3px;
    color: #fff;
    display: block;
    left: 35%;
    padding: 0.3rem 0.5rem;
    position: absolute;
    top: -10%;
    z-index: 1;
  }
  #recommend-rank-ydn .box-point-sp dd {
    background: #ffe3e1;
    border: 1px solid #f87269;
    color: red;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 1rem 0;
    padding: 1.2rem 0.8rem 0.8rem;
    position: relative;
  }
  #recommend-rank-ydn .box-point-sp dd small {
    font-size: 1.1rem;
  }
  #recommend-rank-ydn .box-point-sp dd .text-marker {
    background: yellow;
    color: red;
    font-weight: 700;
  }
  #recommend-rank-ydn .js-ac .js-ac-trigger {
    margin: 0 0 1rem;
  }
  #recommend-rank-ydn .main-rank-1_button {
    margin: 1rem auto 0;
  }
}
/* タイムカウンター
------------------------------------------------------------------------*/
.sokujitsu-time {
  background: #e1eff7;
  margin: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .sokujitsu-time {
    margin: 0 -1.5rem;
  }
}
.sokujitsu-time h2 {
  background: #276487;
  border-left: 0;
  color: #fff;
  font-size: 1.6rem;
  padding: 1.5rem 2rem;
  text-align: center;
}
.sokujitsu-time h2 span {
  color: yellow;
}
@media only screen and (max-width: 767px) {
  .sokujitsu-time h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.sokujitsu-time .sokujitsu-time-in {
  margin: 0 auto;
  padding: 1.5rem;
  text-align: center;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .sokujitsu-time .sokujitsu-time-in {
    padding: 1rem 1.5rem;
    width: 100%;
  }
}
.sokujitsu-time .sokujitsu-time-in small {
  clear: both;
  display: block;
  font-size: 1.1rem;
  padding-top: 1rem;
}
.sokujitsu-time h3 {
  font-size: 1.6rem;
  background: #fff;
  float: left;
  padding: 2rem 1.5rem 1.8rem;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .sokujitsu-time h3 {
    font-size: 1.3rem;
    float: inherit;
    padding: 1rem;
    width: 100%;
  }
}
.sokujitsu-time h3 span {
  color: red;
}
.sokujitsu-time .sokujitsu-time-count {
  background: #444;
  color: #fff;
  float: left;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.6rem 1.5rem 1.5rem;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .sokujitsu-time .sokujitsu-time-count {
    float: inherit;
    font-size: 1.4rem;
    padding: 1rem;
    width: 100%;
  }
}
.sokujitsu-time .sokujitsu-time-count .TimeView {
  color: yellow;
  font-size: 2.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sokujitsu-time .sokujitsu-time-count .TimeView {
    font-size: 1.8rem;
  }
}

.examination {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .examination {
    text-align: left;
  }
}

.main-rank-2_button {
  width: 70%;
  margin: 2.5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .main-rank-2_button {
    margin: 1rem auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .examination-caution {
    text-align: left;
  }
}

#loopSlide {
  border-top: 2px solid #2c3447;
  border-bottom: 2px solid #2c3447;
  padding: 0.5rem 0;
}
#loopSlide .simply-scroll-container {
  position: relative;
}
#loopSlide .simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
#loopSlide .simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#loopSlide .simply-scroll-list li {
  float: left;
  padding: 0;
  margin: 0;
  width: 1605px;
  height: 33px;
}
#loopSlide .simply-scroll-list li img {
  display: block;
}

.sokuzitu-time-count-s {
  background: #444;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  margin: 0.5rem 0 1rem;
  padding: 0.8rem;
  text-align: center;
}
.sokuzitu-time-count-s .TimeView {
  color: yellow;
  font-size: 1.3rem;
  font-weight: 700;
}

.main-rank-1_catch2 {
  text-align: center;
}
.main-rank-1_catch2 p {
  font-size: 1.7rem;
  font-weight: 500;
  border-top: 3px double #fa1460;
  border-bottom: 3px double #fa1460;
  text-align: center;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  font-weight: 700;
  text-decoration: none;
  color: #2e353f;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .main-rank-1_catch2 p {
    font-size: 1.4rem;
    margin: 0 0 1rem;
    padding: 0.3rem 0.5rem;
  }
}
.main-rank-1_catch2 .text-marker {
  color: #fa1460;
}

.box-saitan {
  border: 1px solid #e5e5e5;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  .box-saitan {
    margin: 2rem auto 1rem;
  }
}
.box-saitan h3 {
  background: url(../img/feature/icon-sokuzitu.png) no-repeat 1rem center #276487;
  background-size: 56px 69px;
  color: #fff;
  font-size: 2rem;
  padding: 1.5rem 1rem 1.5rem 8rem;
}
.box-saitan .box-inner-saitan {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 767px) {
  .box-saitan .box-inner-saitan {
    display: block;
    padding: 1.5rem;
  }
}
.box-saitan .box-inner-saitan dl {
  width: 57.5%;
}
@media only screen and (max-width: 767px) {
  .box-saitan .box-inner-saitan dl {
    width: 100%;
  }
}
.box-saitan .box-inner-saitan .img-saitan {
  width: 40.5%;
}
@media only screen and (max-width: 767px) {
  .box-saitan .box-inner-saitan .img-saitan {
    width: 100%;
  }
}
.box-saitan dt {
  background: #DAF1FF;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
}
.box-saitan dd {
  font-size: 1.6rem;
  line-height: 1.8;
}
.box-saitan .img-saitan img {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .box-saitan .img-saitan img {
    margin: 1.5rem auto 0;
  }
}

.text-caution {
  color: #888;
  font-size: 1rem !important;
  line-height: 1.3 !important;
  margin-top: 0.5rem;
  padding: 0 !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .text-caution {
    text-align: left;
  }
}

.pr_acom {
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 6px -4px rgba(0, 0, 0, 0.4);
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
}
@media only screen and (max-width: 767px) {
  .pr_acom {
    border-radius: 0;
    box-shadow: none;
    margin: 2.5rem -1.5rem;
    padding: 1.5rem;
  }
}
.pr_acom .pr_inner {
  overflow: hidden;
}
.pr_acom .inner-left {
  float: left;
  width: 18%;
}
@media only screen and (max-width: 767px) {
  .pr_acom .inner-left {
    width: 35%;
  }
}
.pr_acom .inner-right, .pr_acom .inner-right2 {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .pr_acom .inner-right, .pr_acom .inner-right2 {
    font-size: 1.6rem;
    width: 60%;
  }
}
.pr_acom .btn {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .pr_acom .btn {
    font-size: 1.6rem;
    margin: 0.5rem 0;
  }
}
.pr_acom .txt_acom {
  font-size: 1.4rem;
  font-weight: normal;
}
.pr_acom .txt_acom .text-marker {
  background: yellow;
  color: red;
  font-weight: bold;
}
.pr_acom .box-point li {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  padding-left: 2rem;
  position: relative;
}
.pr_acom .box-point li::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 3px solid #fa1460;
  border-bottom: 3px solid #fa1460;
  width: 13px;
  height: 8px;
  transform: rotate(-45deg);
  left: 0;
  top: 3px;
}
.pr_acom .box-point li .text-red {
  color: #fa1460;
  font-weight: 700;
}
.pr_acom .btn2 {
  color: #FFF;
  background: #ff5000;
  background: linear-gradient(to bottom, #ff5000 33%, #ff0000 100%);
  display: block;
  padding: 1.3rem 1rem;
  text-align: center;
  font-size: 1.8rem;
  margin: 1rem auto;
  border-radius: 5px;
  text-decoration: none;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .pr_acom .btn2 {
    font-size: 1.5rem;
    margin: 0.5rem auto 0;
    padding: 1rem;
    width: 100%;
  }
}
.pr_acom img {
  height: auto;
}

.cat-kiji {
  margin-bottom: 3rem;
}

.main-search {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .main-search {
    margin: 0 0 2rem 0;
  }
}
.main-search .sum_search {
  background: url(../img/feature/icon-search.png) 31% center no-repeat #0083c7;
  color: #FFF;
  font-weight: bold;
  font-size: 1.7rem;
  padding: 1.5rem 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main-search .sum_search {
    background-size: 25px 25px;
    background-position: left 11px center;
  }
}
@media only screen and (max-width: 767px) {
  .main-search .main-search_in {
    padding: 0.5rem;
  }
}
.main-search .main-search_in ul.srch_list li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 4rem 1rem 0;
}
@media only screen and (max-width: 767px) {
  .main-search .main-search_in ul.srch_list li {
    width: 49%;
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
  }
}
.main-search .main-search_in ul.srch_list li input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.main-search .main-search_in .send {
  margin: 2rem 0 1rem;
}
@media only screen and (max-width: 767px) {
  .main-search .main-search_in .send {
    margin: 1rem 1.5rem;
  }
}
.main-search .main-search_in .send a {
  text-decoration: none;
}
.main-search .main-search_in .send button {
  display: block;
  width: 40%;
  border: 0;
  background: linear-gradient(to bottom, #e94344 0%, #dc3e3f 91%, #dc3e3f 91%, #9c0203 91%, #9c0203 100%);
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  cursor: pointer;
  text-align: center;
  margin: auto;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .main-search .main-search_in .send button {
    width: 70%;
    font-size: 1.4rem;
    padding: 1rem;
  }
}

.special-box {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .special-box {
    border-top: 1px solid #CCC;
  }
}
.special-box ul {
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .special-box ul {
    display: block;
  }
}
.special-box li {
  padding: 12px;
  overflow: hidden;
  background: #FFF;
}
.special-box a {
  text-decoration: none;
}
.special-box a .title {
  text-decoration: underline;
  font-weight: bold;
}
.special-box .thumb {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .special-box .thumb {
    width: 30%;
    float: left;
  }
}
.special-box .title {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .special-box .title {
    width: 67%;
    float: right;
    margin: 0 0 1% 0;
    padding: 0;
  }
}
.special-box .description {
  color: #939393;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .special-box .description {
    width: 67%;
    float: right;
    padding: 0;
  }
}

.tit-section, .main-cont h2 {
  position: relative;
  line-height: 1.5;
  margin-bottom: 2rem;
  padding: 0.5rem;
  border-bottom: 4px solid #CCC;
  font-size: 1.8rem;
}
.tit-section::before, .main-cont h2::before {
  position: absolute;
  bottom: -4px;
  left: 0px;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #019AD4;
}

.accordion_caution dt {
  display: block !important;
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}
.accordion_caution dt::before {
  content: "＋";
}

@media only screen and (max-width: 767px) {
  .main-search .main-search_in .send {
    margin: 1rem 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .cate-feature-rank .main-search .result-box {
    right: 40px;
  }
}

.txt5detail {
  font-size: 0.9rem !important;
  text-align: center;
  line-height: 1.2;
  margin-top: 1rem;
}

/*検索ボックス*/
.cate-feature-rank input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.cate-feature-rank .search-title {
  font-size: 1.8rem;
  color: #FFF;
  padding: 1rem;
  font-weight: bold;
  line-height: 1.3;
  background: url(../img/common/icon-cap-ninki.png) no-repeat center left #0083c7;
  background-position: 0;
  padding-left: 50px;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .search-title {
    border-radius: 0;
  }
}
.cate-feature-rank .section-title {
  font-size: 2rem;
  color: #FFF;
  padding: 9px;
  font-weight: bold;
  line-height: 1.2;
  background: url(../img/common/icon-cap-ninki.png) no-repeat center left #0083c7;
  background-position: 0;
  padding-left: 50px;
  border-radius: 6px 6px 0 0;
  border-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .cate-feature-rank .section-title {
    font-size: 1.8rem;
    border-radius: 0;
    background: #0083c7;
    padding: 2% 2% 1%;
    text-align: center;
    border-bottom: 4px solid #006aa1;
  }
}

/*　2022/11/08　rankpushページ用CSS　河村達也
-----------------------------------------------------------------------------------------------*/
.rankpush {
  background: #f5f1f0;
}
.rankpush img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}
.rankpush .red, .rankpush .text-red {
  color: #ff0000;
  font-weight: 700;
}
.rankpush .text-marker {
  background-image: linear-gradient(transparent 60%, #ffe76b 65%);
  font-weight: 700;
}
.rankpush .inner {
  max-width: 800px;
  margin: 0 auto;
}
.rankpush .visual {
  max-width: 800px;
  margin: 0 auto;
}
.rankpush .visual img {
  width: 100%;
}
.rankpush .btn-cv-acom {
  margin: 3rem auto 0;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .rankpush .btn-cv-acom {
    width: 85%;
  }
}
.rankpush .btn-cv-acom2 {
  margin: 2rem auto 3rem;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .rankpush .btn-cv-acom2 {
    width: 85%;
  }
}
.rankpush .countdown {
  background: #07105B;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 2rem;
  padding: 0 1.5rem 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rankpush .countdown {
    font-size: 1.5rem;
  }
}
.rankpush .countdown h3 {
  background: #FFEB01;
  color: #07105B;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .countdown h3 {
    font-size: 1.3rem;
  }
}
.rankpush .countdown h3 strong {
  color: #ff0000;
}
.rankpush .countdown .main-time_count {
  background: url(../../img/feature/rankpush-ydn/icon-time.png) left center no-repeat;
  background-size: 23px;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .countdown .main-time_count {
    background: url(../../img/feature/rankpush-ydn/icon-time.png) left center no-repeat;
    background-size: 18px;
    padding-left: 2.5rem;
  }
}
.rankpush .countdown .main-time_count-time {
  color: #FFEB01;
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .countdown .main-time_count-time {
    font-size: 1.8rem;
  }
}
.rankpush .compare {
  display: flex;
  background: #F8f8f8;
  box-shadow: 0 1px 4px #ccc;
  margin: 0 0 3rem 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare {
    flex-wrap: inherit;
    overflow: scroll;
  }
}
.rankpush .compare dl {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 1rem 1rem 0.5rem !important;
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl {
    width: 250px;
  }
}
.rankpush .compare dl:first-child {
  background: #fff;
  padding: 1rem 1.5rem 1rem 1rem;
  width: 16%;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl:first-child {
    padding: 1rem;
    width: 25%;
  }
}
.rankpush .compare dl:first-child dt {
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl:first-child dt {
    font-size: 1.2rem;
  }
}
.rankpush .compare dl:first-child dd {
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl:first-child dd {
    font-size: 1.2rem;
  }
}
.rankpush .compare dl:first-child dd:first-of-type {
  height: 222px;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl:first-child dd:first-of-type {
    height: 215px;
  }
}
.rankpush .compare dl:first-child dd:last-child {
  border-bottom: none;
}
.rankpush .compare dl:nth-child(2) {
  background: #ffffe1;
  font-weight: 700;
  outline: 8px solid #FDDB00;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl:nth-child(2) {
    border: 6px solid #FDDB00;
    outline: inherit;
    padding: 1rem 1.5rem 0.5rem !important;
    width: 220px;
  }
}
.rankpush .compare dl:nth-child(2) .ico-rank {
  margin-bottom: 0.5rem;
  margin-top: 0;
  width: 40px;
}
.rankpush .compare dl:nth-child(2) .banner {
  margin: 0 auto;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl:nth-child(2) .banner {
    margin-bottom: 0;
    width: 160px;
  }
}
.rankpush .compare dl:nth-child(2) h3 {
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl:nth-child(2) h3 {
    margin: 1rem 0 0.3rem;
  }
}
.rankpush .compare dl:nth-child(2) dd {
  font-size: 1.9rem;
  padding: 0.8rem 0;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl:nth-child(2) dd {
    font-size: 1.6rem;
    padding: 1rem 0;
  }
}
.rankpush .compare dl:nth-child(2) dd:nth-of-type(2) {
  color: #ff0000;
}
.rankpush .compare dl:nth-child(2) dd .cv {
  overflow: hidden;
}
.rankpush .compare dl:nth-child(2) dd .cv a {
  background-image: linear-gradient(-180deg, #FF4545 3%, #da0d0d 98%);
  font-size: 1.5rem;
  padding: 1.3rem;
  position: relative;
}
.rankpush .compare dl:nth-child(2) dd .cv a::before {
  animation: shiny-btn1 2.5s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
}
.rankpush .compare dl:nth-child(3) {
  padding: 1rem 1rem 1rem 2rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dl:nth-child(3) {
    padding: 1rem 1rem 1rem 1.5rem;
  }
}
.rankpush .compare .ico-rank {
  margin-top: 0.5rem;
  width: 35px;
}
.rankpush .compare .banner {
  margin: 1.5rem auto;
  width: 150px;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare .banner {
    margin: 2.5rem auto 1.8rem;
    width: 130px;
  }
}
.rankpush .compare dt {
  height: 50px;
  text-align: center;
}
.rankpush .compare dd {
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
  margin: 0;
  padding: 1.1rem 0 1.2rem;
  text-align: center;
}
.rankpush .compare dd:last-child {
  border-bottom: none;
}
.rankpush .compare dd small {
  font-size: 1rem;
  line-height: 1.2rem;
}
.rankpush .compare dd h3 {
  font-size: 1.2rem;
  margin: 0.5rem 0 0.4rem;
}
.rankpush .compare dd .cv {
  margin: auto;
  overflow: hidden;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dd .cv {
    width: 100%;
  }
}
.rankpush .compare dd .cv a {
  background-image: linear-gradient(-180deg, #da0d0d 3%, #c90e0e 98%);
  border-bottom: 4px solid #831010;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0.3rem;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .rankpush .compare dd .cv a {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
.rankpush .compare dd .cv a::before {
  animation: shiny-btn1 2.5s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
}
.rankpush .title-compbox {
  background: #1B2A87;
  color: #FEEC00;
  font-size: 3.2rem;
  margin: 5rem 0 0;
  padding: 2rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rankpush .title-compbox {
    font-size: 2.6rem;
    margin: 3.5rem 0 0;
  }
}
.rankpush .title-compbox::after {
  border: solid transparent;
  border-color: rgba(0, 104, 183, 0);
  border-top-color: #1B2A87;
  border-width: 15px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 100%;
  width: 0;
}
.rankpush .detail-compbox {
  overflow: hidden;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail-compbox {
    margin: 1rem 0 4rem 0;
  }
}
.rankpush .detail-compbox .wrap-point {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail-compbox .wrap-point {
    display: inherit;
  }
}
.rankpush .detail-compbox .wrap-point .banner {
  padding-right: 3rem;
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail-compbox .wrap-point .banner {
    margin-bottom: 1.5rem;
    padding-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rankpush .detail-compbox .wrap-point .banner img {
    width: 60%;
  }
}
.rankpush .detail-compbox .wrap-point .point {
  padding: 0;
  width: 65%;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail-compbox .wrap-point .point {
    margin: 0;
    width: 100%;
  }
}
.rankpush .detail-compbox .wrap-point .point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.rankpush .detail-compbox .wrap-point .point li {
  border: 1px solid #231815;
  font-size: 1.3rem;
  font-weight: 700;
  list-style: none;
  padding: 1rem;
  text-align: center;
  width: 31%;
}
.rankpush .detail-compbox .wrap-point .point li img {
  width: 80%;
}
.rankpush .detail-compbox .great dl {
  border-radius: 5px;
  border: 2px solid #ff0000;
  margin-top: 2.5rem;
  padding: 3rem 1.5rem 2rem;
  position: relative;
}
.rankpush .detail-compbox .great dt {
  background: #ff0000;
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  left: 2rem;
  padding: 0.8rem 2rem;
  position: absolute;
  text-align: center;
  top: -1.5rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail-compbox .great dt {
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
  }
}
.rankpush .detail-compbox .great dd {
  font-size: 1.7rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail-compbox .great dd {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.rankpush .detail-compbox .great dd ul {
  padding-left: 2rem;
}
.rankpush .detail-compbox .great dd li {
  line-height: 1.6;
  list-style: disc;
  margin-bottom: 1rem;
}
.rankpush .detail-compbox .great dd li:last-child {
  margin-bottom: 0;
}
.rankpush .detail {
  background: #fff;
  overflow: hidden;
  margin: 0 0 3rem;
  padding: 4rem 6rem 0;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail {
    padding: 2rem;
  }
}
.rankpush .detail h3 {
  border-bottom: 2px solid #1B2A87;
  border-top: 2px solid #1B2A87;
  font-size: 2.4rem;
  background: #fff9b5;
  color: #1B2A87;
  margin: 0 -6rem;
  padding: 1.5rem 2rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail h3 {
    margin: 0 -2rem;
  }
}
.rankpush .detail h4 {
  border-left: 6px solid #1B2A87;
  color: #1B2A87;
  font-size: 2.2rem;
  line-height: 1.5;
  margin: 4rem 0 3rem;
  padding: 0.3rem 1rem;
}
.rankpush .detail p {
  font-size: 1.5rem;
  margin: 3rem 0;
  line-height: 1.95;
  letter-spacing: 0.15rem;
}
.rankpush .detail {
  /*.box-cta {border: 1px solid #1B2A87;border-radius: 5px;box-shadow: 0 1px 4px #ccc;display: flex;flex-wrap: wrap;margin: 4rem 0 5rem;padding: 1.5rem;
    .banner {width: 23%;@include media(sp){width: 30%;}}
    .wrap-button {padding-left: 3rem;width: 77%;@include media(sp){padding-left: 1.5rem;width: 70%;}
      .title {font-size: 2.4rem;font-weight: 700;margin-bottom: 1.5rem;@include media(sp){font-size: 2rem;}}
      .button{text-align: center;
        p{font-size: 1.4rem;font-weight: 700;margin: 1.5rem 0 0;@include media(sp){font-size: 1.2rem;}}
        a{background: #3cbe7d;border-bottom: 4px solid #396736;border-radius: 8px;box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0,0.25);color: #fff;display: block;font-size: 2.4rem;font-weight: bold;margin: 0 auto;padding: 2.2rem 2rem 2rem 2rem;text-decoration: none;text-shadow: -1px -1px 0 #45765e;width: 80%;
          @include media(sp){font-size: 1.6rem;padding: 1.5rem 1rem;width: 100%;}
        }
      }
    }
  }*/
}
.rankpush .detail .button {
  margin: 4rem 0;
  text-align: center;
}
.rankpush .detail .button p {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail .button p {
    font-size: 1.2rem;
  }
}
.rankpush .detail .button a {
  background-image: linear-gradient(-180deg, #FF4545 3%, #da0d0d 98%);
  border-bottom: 4px solid #831010;
  border-radius: 8px;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.25);
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 1rem 2rem;
  text-decoration: none;
  text-shadow: -1px -1px 0 #831010;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .rankpush .detail .button a {
    font-size: 2rem;
    padding: 0.8rem 1rem;
    width: 80%;
  }
}
.rankpush .title-point {
  background: #1B2A87;
  color: #FEEC00;
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 5rem 0 0;
  padding: 2rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .rankpush .title-point {
    font-size: 2.2rem;
    margin: 3.5rem 0 0;
  }
}
.rankpush .title-point::after {
  border: solid transparent;
  border-color: rgba(0, 104, 183, 0);
  border-top-color: #1B2A87;
  border-width: 15px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 100%;
  width: 0;
}
.rankpush .point {
  padding: 4rem 6rem;
  background: #fff;
  margin: 0 0 3rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .point {
    padding: 3rem 2rem 2rem;
  }
}
.rankpush .point .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .rankpush .point .wrap {
    display: inherit;
  }
}
.rankpush .point .wrap dl {
  border: 2px solid #1B2A87;
  padding: 1.5rem;
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .rankpush .point .wrap dl {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.rankpush .point .wrap dl dt {
  color: #1B2A87;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: center;
}
.rankpush .point .wrap dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
.rankpush .morerank {
  padding: 0 6rem 4rem;
  background: #fff;
  margin: 0 0 3rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank {
    padding: 0 2rem 2rem;
  }
}
.rankpush .morerank h2 {
  background: #1B2A87;
  color: #fff;
  font-size: 2rem;
  margin: 0 -6rem 4rem;
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank h2 {
    font-size: 1.8rem;
    margin: 0 -2rem 2rem;
  }
}
.rankpush .morerank .wrap {
  display: flex;
  flex-wrap: wrap;
}
.rankpush .morerank .wrap .banner {
  width: 30%;
}
.rankpush .morerank .wrap .box-point {
  padding-left: 2rem;
  width: 70%;
}
.rankpush .morerank .wrap .box-point h3 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank .wrap .box-point h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.rankpush .morerank .wrap .box-point .box-shinsa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank .wrap .box-point .box-shinsa {
    margin-bottom: 1rem;
  }
}
.rankpush .morerank .wrap .box-point .box-shinsa dl {
  background: #fbfbd5;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank .wrap .box-point .box-shinsa dl {
    padding: 0.8rem;
    width: 48%;
  }
}
.rankpush .morerank .wrap .box-point .box-shinsa dl dt {
  font-size: 1.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank .wrap .box-point .box-shinsa dl dt {
    font-size: 1.2rem;
  }
}
.rankpush .morerank .wrap .box-point .box-shinsa dl dd {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank .wrap .box-point .box-shinsa dl dd {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank .wrap .list-point {
    margin-top: 1rem;
  }
}
.rankpush .morerank .wrap .list-point li {
  background: url(../img/icon/icon-check.png) left 0.3rem no-repeat;
  background-size: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank .wrap .list-point li {
    font-size: 1.4rem;
  }
}
.rankpush .morerank .wrap .button {
  margin: 2rem auto 0;
  overflow: hidden;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .rankpush .morerank .wrap .button {
    margin: 1rem auto 0;
    width: 80%;
  }
}
.rankpush .morerank .wrap .button a {
  background-image: linear-gradient(-180deg, #FF4545 3%, #da0d0d 98%);
  border-bottom: 4px solid #831010;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.8rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.rankpush .morerank .wrap .button a::before {
  animation: shiny-btn1 2.5s ease-in-out infinite;
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
}
.rankpush .box-banner {
  margin-bottom: 3rem;
}
.rankpush .box-banner img {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .rankpush .box-banner img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .rankpush .caution {
    padding: 0 1rem;
  }
}
.rankpush .survey {
  margin-top: 3rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .rankpush .survey {
    padding: 0 1rem 5rem;
  }
}

/* ▼診断TOPLP
------------------------------------------------------------------------*/
.shindan-top {
  font-family: "din-2014, sans-serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  background: #f6f6f6;
  margin-bottom: -40px;
}
.shindan-top #feature-column {
  max-width: 800px;
  margin: auto;
}
.shindan-top #feature-column .img-mainvisual {
  width: 100%;
}
.shindan-top #feature-column .box {
  background: #fff;
  margin-bottom: 2rem;
}
.shindan-top #feature-column .box form {
  max-width: 750px;
  margin: auto;
  padding: 2rem 3rem 3rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column .box form {
    padding: 0.5rem 1.5rem 2rem;
  }
}
.shindan-top #feature-column .box form .select-list {
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shindan-top #feature-column .box form .select-list small {
  font-size: 1.2rem;
  font-weight: normal;
}
.shindan-top #feature-column .box form .select-list dt {
  font-weight: bold;
  float: left;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column .box form .select-list dt {
    width: 60%;
    font-size: 1.6rem;
  }
}
.shindan-top #feature-column .box form .select-list dt:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/feature/shindan-top/icon-q.png);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 1rem;
}
.shindan-top #feature-column .box form .select-list dd {
  font-size: 1.4rem;
  float: right;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column .box form .select-list dd {
    float: right;
    width: 40%;
    margin: auto;
    font-size: 1rem;
  }
  .shindan-top #feature-column .box form .select-list dd input {
    width: 80%;
  }
}
.shindan-top #feature-column .box form .select-list input[type=tel] {
  border: 1px solid #2a2929;
}
.shindan-top #feature-column .box form #select-company {
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column .box form #select-company dt {
    margin-bottom: 0.5rem;
  }
}
.shindan-top #feature-column .box form #select-company dd {
  font-size: 1.2rem;
  float: none;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}
.shindan-top #feature-column .box form #select-company dd input[type=checkbox] {
  display: none;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column .box form #select-company dd {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
.shindan-top #feature-column .box form #select-company dd input:checked + label {
  background: #f4cc2d;
}
.shindan-top #feature-column .box form #select-company dd label {
  width: 40%;
  background: #eee;
  border-radius: 2rem;
  margin: 1rem 0.5rem 0.5rem;
  padding: 1.5rem 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column .box form #select-company dd label {
    width: 45%;
    margin: 0.5rem;
  }
}
.shindan-top #feature-column .box form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  border-radius: 1rem;
  width: 100%;
  height: 70px;
  font-weight: bold;
  border: none;
  margin: 0 auto 1rem;
  background: #C40E19 url(../img/icon/search.png) 35% 45% no-repeat;
  background-size: 2rem;
  padding-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column .box form .submit {
    width: 100%;
    background-position: 22% 50%;
  }
}
.shindan-top #feature-column .box form p {
  line-height: 1.4;
}
.shindan-top #feature-column #lp_result {
  display: none;
}
.shindan-top #feature-column #lp_shindan {
  padding-bottom: 1.5rem;
}
.shindan-top #feature-column #lp_result, .shindan-top #feature-column #lp_shindan {
  margin-bottom: 2rem;
}
.shindan-top #feature-column #lp_result .result_txt, .shindan-top #feature-column #lp_shindan .result_txt {
  background: #fff;
  border: 2px solid #ff7e0e;
  border-radius: 4px;
  padding: 0 0 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  margin: 1rem auto 2rem;
  letter-spacing: 0.07rem;
  line-height: 1.2;
}
.shindan-top #feature-column #lp_result .result_txt .txt, .shindan-top #feature-column #lp_shindan .result_txt .txt {
  padding: 0.5rem 0;
}
.shindan-top #feature-column #lp_result .result_txt .txt b, .shindan-top #feature-column #lp_shindan .result_txt .txt b {
  font-size: 2rem;
  line-height: 1.4;
}
.shindan-top #feature-column #lp_result .result_txt .txt small, .shindan-top #feature-column #lp_shindan .result_txt .txt small {
  line-height: 2;
}
.shindan-top #feature-column #lp_result .result_txt .txt-marker, .shindan-top #feature-column #lp_shindan .result_txt .txt-marker {
  background: yellow;
  font-weight: bold;
}
.shindan-top #feature-column #lp_result .result_txt .txt-red, .shindan-top #feature-column #lp_shindan .result_txt .txt-red {
  font-size: 2.4rem;
  color: #C40E19;
}
.shindan-top #feature-column #lp_result .result_txt .subtxt, .shindan-top #feature-column #lp_shindan .result_txt .subtxt {
  background: #ff7e0e;
  color: #fff;
  padding: 1rem;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.shindan-top #feature-column #lp_result .no-item, .shindan-top #feature-column #lp_shindan .no-item {
  padding: 1.5rem;
  margin: 1rem auto 2rem;
}
.shindan-top #feature-column #lp_result .no-item .txt b, .shindan-top #feature-column #lp_shindan .no-item .txt b {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.shindan-top #feature-column #lp_result .lp-smbc .inner-1000, .shindan-top #feature-column #lp_shindan .lp-smbc .inner-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}
.shindan-top #feature-column #lp_result .lp-smbc .inner-800, .shindan-top #feature-column #lp_shindan .lp-smbc .inner-800 {
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .inner-800, .shindan-top #feature-column #lp_shindan .lp-smbc .inner-800 {
    width: 100%;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc h2, .shindan-top #feature-column #lp_shindan .lp-smbc h2 {
  background: #060867;
  color: #fff;
  font-size: 2rem;
  padding: 2rem;
  position: relative;
  text-align: center;
  margin: 0 auto 2.5rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc h2, .shindan-top #feature-column #lp_shindan .lp-smbc h2 {
    font-size: 1.8rem;
    margin: 0 auto 2rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc h2:after, .shindan-top #feature-column #lp_shindan .lp-smbc h2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #060867 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
  transform: none;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-main, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main {
  border-bottom: 4px solid #ff7e0e;
  padding: 2rem 3rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-main, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main {
    padding: 1.5rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-main h3, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main h3 {
  border: none;
  font-size: 2.4rem;
  line-height: 2;
  color: #345bd9;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-main .flex, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-main .flex, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main .flex {
    margin-bottom: 2rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-main .flex img, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main .flex img {
  width: 30%;
  margin-right: 1.5rem;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-main table, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main table {
  width: 100%;
  font-size: 1.3rem;
  color: #666666;
  font-weight: bold;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-spacing: 0px;
  table-layout: fixed;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-main table, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main table {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-main table th, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main table th {
  background: #ecf8fe;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  padding: 1rem;
  vertical-align: middle;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-main table th, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main table th {
    padding: 0.5rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-main table td, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main table td {
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 1rem;
  line-height: 1.6;
  vertical-align: middle;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-main table td span, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main table td span {
  color: #e51b1b;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-main table td, .shindan-top #feature-column #lp_shindan .lp-smbc .item-main table td {
    line-height: 1.2;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .emphasis, .shindan-top #feature-column #lp_shindan .lp-smbc .emphasis {
  background: #1b1b1b;
  color: white;
  font-size: 2rem;
  text-align: center;
  border-radius: 8px;
  width: 70%;
  margin: 2rem auto;
  padding: 1.5rem;
  font-weight: bold;
  position: relative;
}
.shindan-top #feature-column #lp_result .lp-smbc .emphasis span, .shindan-top #feature-column #lp_shindan .lp-smbc .emphasis span {
  color: #ffff40;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .emphasis, .shindan-top #feature-column #lp_shindan .lp-smbc .emphasis {
    width: 80%;
    margin: 0 auto 2rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .emphasis:after, .shindan-top #feature-column #lp_shindan .lp-smbc .emphasis:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #1b1b1b transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
.shindan-top #feature-column #lp_result .lp-smbc .cv, .shindan-top #feature-column #lp_shindan .lp-smbc .cv {
  width: 85%;
  padding: 2.5rem;
  background: #e22c2c;
  border-radius: 10px;
  box-shadow: 0 6px 0 #a10b0c;
  text-align: center;
  position: relative;
  margin: 0 auto 1.5rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .cv, .shindan-top #feature-column #lp_shindan .lp-smbc .cv {
    width: 100%;
    padding: 1.5rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .cv a, .shindan-top #feature-column #lp_shindan .lp-smbc .cv a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .cv a, .shindan-top #feature-column #lp_shindan .lp-smbc .cv a {
    padding-left: 1rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .cv:before, .shindan-top #feature-column #lp_shindan .lp-smbc .cv:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 13px solid #fff;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .cv:before, .shindan-top #feature-column #lp_shindan .lp-smbc .cv:before {
    left: 20%;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .small, .shindan-top #feature-column #lp_shindan .lp-smbc .small {
  line-height: 1.5;
  width: 85%;
  font-weight: normal;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .small, .shindan-top #feature-column #lp_shindan .lp-smbc .small {
    width: 100%;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .small02, .shindan-top #feature-column #lp_shindan .lp-smbc .small02 {
  line-height: 1.5;
  width: 85%;
  font-size: 1.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .small02, .shindan-top #feature-column #lp_shindan .lp-smbc .small02 {
    width: 100%;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .osusume dt, .shindan-top #feature-column #lp_shindan .lp-smbc .osusume dt {
  color: #fff;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08rem;
  text-align: center;
  position: relative;
  background: #3561dc;
  margin-bottom: 0.5rem;
  background-position: center left 22%;
}
.shindan-top #feature-column #lp_result .lp-smbc .osusume dd, .shindan-top #feature-column #lp_shindan .lp-smbc .osusume dd {
  padding: 0 1rem 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.08rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .osusume dd, .shindan-top #feature-column #lp_shindan .lp-smbc .osusume dd {
    font-size: 1.4rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .osusume dd ul li, .shindan-top #feature-column #lp_shindan .lp-smbc .osusume dd ul li {
  background: url(../img/icon/icon-check2.png) 0% 23% no-repeat;
  background-size: 1.5rem;
  padding-left: 2.5rem;
  padding-bottom: 0.5rem;
  margin: 1rem 0;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: dotted #8d8d8d 1px;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .osusume dd ul li, .shindan-top #feature-column #lp_shindan .lp-smbc .osusume dd ul li {
    background-size: 1rem;
    padding-left: 1.5rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .txt-marker, .shindan-top #feature-column #lp_shindan .lp-smbc .txt-marker {
  background: none;
  background-image: linear-gradient(transparent 40%, #ffe76b 30%);
}
.shindan-top #feature-column #lp_result .lp-smbc .txt-red-marker, .shindan-top #feature-column #lp_shindan .lp-smbc .txt-red-marker {
  color: #e51b1b;
  background-image: linear-gradient(transparent 40%, #ffe76b 30%);
}
.shindan-top #feature-column #lp_result .lp-smbc .txt-red, .shindan-top #feature-column #lp_shindan .lp-smbc .txt-red {
  color: #e51b1b;
}
.shindan-top #feature-column #lp_result .lp-smbc .catch, .shindan-top #feature-column #lp_shindan .lp-smbc .catch {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .catch, .shindan-top #feature-column #lp_shindan .lp-smbc .catch {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box {
  width: 90%;
  border: solid 2px #142DA8;
  border-radius: 7px;
  margin: 2rem auto 3rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-box, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box {
    border: none;
    width: 95%;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box h3, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box h3 {
  border: none;
  background: #142DA8;
  color: #fff;
  font-size: 2rem;
  margin: auto;
  padding: 1.5rem 0rem 1.5rem 2rem;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner {
  padding: 2rem 3rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner {
    padding: 1.5rem 1.5rem 0;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .flex, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .flex {
  margin: 0 auto 2rem;
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .flex, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .flex {
    margin: 0 auto 1rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .flex .left, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .flex .left {
  margin-right: 1.5rem;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .flex .left img, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .flex .left img {
  width: 100%;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .flex .catch, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .flex .catch {
  width: 100%;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table {
  width: 100%;
  margin: auto;
  border: none;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table tr:nth-child(1), .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table tr:nth-child(1) {
  border-top: dotted #8d8d8d 2px;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table tr, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table tr {
  border-bottom: dotted #8d8d8d 2px;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table th, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table th {
  color: #595959;
  width: 15%;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table th, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table th {
    width: 20%;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table td, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table td {
  width: 25%;
  border: none;
  font-weight: bold;
  padding: 1rem 0;
  vertical-align: middle;
  line-height: 1.3;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table td span, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table td span {
  color: #e51b1b;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table th, .shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table td, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table th, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table td {
  border-bottom: dotted #8d8d8d 2px;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner table .small, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner table .small {
  width: 100%;
  font-size: 1rem;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .point, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .point {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .point dt, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .point dt {
  color: #fff;
  font-size: 1.6rem;
  padding: 1.5rem 4rem;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  background: #3561dc url(../img/icon/icon_light.png) no-repeat;
  background-position: center left 3%;
  background-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .point dt, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .point dt {
    padding: 1.5rem 4rem 1rem;
    background-position: center left 5%;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .point dd, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .point dd {
  border: solid #3561dc;
  padding: 1rem;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .point dd .small02, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .point dd .small02 {
  width: 100%;
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .point dd li, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .point dd li {
  margin-top: 0.5rem;
  background: url(../../img/icon/icon-check2.png) no-repeat;
  background-position: center left;
  background-size: 1.5rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .lp-smbc .item-box .item-inner .point dd li, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .item-inner .point dd li {
    background-size: 1rem;
    font-size: 1.4rem;
    margin-top: 0;
    padding-left: 1.5rem;
  }
}
.shindan-top #feature-column #lp_result .lp-smbc .item-box .text-caution, .shindan-top #feature-column #lp_shindan .lp-smbc .item-box .text-caution {
  margin-bottom: 2rem;
}
.shindan-top #feature-column #lp_result .inner-feature, .shindan-top #feature-column #lp_shindan .inner-feature {
  max-width: 800px;
}
.shindan-top #feature-column #lp_result .inner-feature .sokujitsu-time, .shindan-top #feature-column #lp_shindan .inner-feature .sokujitsu-time {
  margin: 0 auto 2rem;
  background: #eaf9f8;
}
.shindan-top #feature-column #lp_result .inner-feature .sokujitsu-time .sokujitsu-time-in, .shindan-top #feature-column #lp_shindan .inner-feature .sokujitsu-time .sokujitsu-time-in {
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .inner-feature .sokujitsu-time .sokujitsu-time-in, .shindan-top #feature-column #lp_shindan .inner-feature .sokujitsu-time .sokujitsu-time-in {
    padding: 1.5rem 0;
  }
}
.shindan-top #feature-column #lp_result .inner-feature .sokujitsu-time .sokujitsu-time-in small, .shindan-top #feature-column #lp_shindan .inner-feature .sokujitsu-time .sokujitsu-time-in small {
  text-align: left;
  line-height: 1.4;
}
.shindan-top #feature-column #lp_result .inner-feature .sokujitsu-time h3, .shindan-top #feature-column #lp_shindan .inner-feature .sokujitsu-time h3 {
  font-size: 1.3rem;
  width: 47%;
  padding: 2rem 1.5rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .inner-feature .sokujitsu-time h3, .shindan-top #feature-column #lp_shindan .inner-feature .sokujitsu-time h3 {
    width: 90%;
    margin: auto;
  }
}
.shindan-top #feature-column #lp_result .inner-feature .sokujitsu-time .sokujitsu-time-count, .shindan-top #feature-column #lp_shindan .inner-feature .sokujitsu-time .sokujitsu-time-count {
  width: 53%;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #feature-column #lp_result .inner-feature .sokujitsu-time .sokujitsu-time-count, .shindan-top #feature-column #lp_shindan .inner-feature .sokujitsu-time .sokujitsu-time-count {
    width: 90%;
    margin: auto;
  }
}
.shindan-top #feature-column #lp_result .inner-feature .sokujitsu-time h2, .shindan-top #feature-column #lp_shindan .inner-feature .sokujitsu-time h2 {
  background: #057570;
}
.shindan-top #feature-column #lp_shindan .lp-smbc h2 {
  background: #ff7e0e;
}
.shindan-top #feature-column #lp_shindan .lp-smbc h2:after {
  border-color: #ff7e0e transparent transparent transparent;
}
.shindan-top #navi {
  padding: 1rem 0;
}
.shindan-top #navi ul {
  max-width: 800px;
  margin: 0.5rem auto;
  display: flex;
  font-size: 1.6rem;
  border-top: 2px solid #060867;
  border-bottom: 2px solid #060867;
  border-left: none;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .shindan-top #navi ul {
    font-size: 1.4rem;
  }
}
.shindan-top #navi ul li {
  width: 33%;
  float: left;
  text-align: center;
  border-right: 1px solid #060867;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top #navi ul li {
    padding: 1.5rem 1rem;
  }
}
.shindan-top #navi ul li a {
  display: block;
  width: 100%;
  color: #060867;
  text-decoration: none;
  font-weight: bold;
}
.shindan-top #navi ul li:nth-child(3) {
  border-right: none;
}
.shindan-top .title-h3 {
  background: #09154F;
}
.shindan-top .main-search {
  background: #fff;
  border: 2px solid #09154F;
}
.shindan-top .main-search .main-search_in {
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top .main-search .main-search_in {
    padding: 0.5rem;
  }
}
.shindan-top .main-search .main-search_in .main-search_button .col_3 li {
  width: 32.5%;
}
@media only screen and (max-width: 767px) {
  .shindan-top .main-search .main-search_in .main-search_button .col_3 li {
    width: 48%;
  }
}
.shindan-top .main-search .main-search_in .main-search_button ul {
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 767px) {
  .shindan-top .main-search .main-search_in .main-search_button ul {
    background: #FFF;
    margin-bottom: 2%;
  }
}
.shindan-top .main-search .main-search_in .main-search_button li {
  float: left;
  margin: 3px;
  padding: 0;
  background: #eee;
  border-radius: 2rem;
  border: none;
}
@media only screen and (max-width: 767px) {
  .shindan-top .main-search .main-search_in .main-search_button li {
    width: 46%;
  }
}
.shindan-top .main-search .main-search_in .main-search_button li span {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .shindan-top .main-search .main-search_in .main-search_button li span {
    padding: 1rem 0 0 1rem;
  }
}
.shindan-top .main-search .main-search_in .main-search_button ul li label {
  background: none;
  line-height: 2.2;
  box-sizing: border-box;
  width: 100%;
  display: block;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .shindan-top .main-search .main-search_in .main-search_button ul li label {
    font-size: 1.4rem;
    float: left;
    line-height: 2.2;
    padding: 4%;
  }
}
.shindan-top .main-search .main-search_in .main-search_button .checked {
  background: #f4cc2d;
}
.shindan-top .main-search #submit-btn {
  background: #E22C2C;
  border-bottom: 4px solid #A10B0C;
}
.shindan-top .main-search .search-sub-txt {
  color: #3561dc;
  font-size: 1.4rem;
}
.shindan-top .main-search .accordion_btn p {
  background: #09154F;
  color: #fff;
}

/* 2023修正LP
------------------------------------------------------------------------*/
.inner-feature {
  width: 900px;
}
@media only screen and (max-width: 767px) {
  .inner-feature {
    width: 100%;
    padding: 0 1rem;
  }
}

.sokujitsu-time {
  background: #f5f5f5;
}
.sokujitsu-time h2 {
  padding: 2.5rem;
  background: #10797f;
}
.sokujitsu-time h3 {
  font-size: 1.4rem;
  padding: 1.3rem 1.5rem;
}
.sokujitsu-time h3, .sokujitsu-time .sokujitsu-time-count {
  border: 2px solid #000;
}
.sokujitsu-time .sokujitsu-time-count {
  background: #000;
}

.new-type-rank .box-rank {
  background: #fff;
}
.new-type-rank .midashi-05 {
  background: #010a3b;
  width: 100%;
  padding: 2rem;
  border-radius: 0;
}
.new-type-rank .midashi-05:after {
  border-top-color: #010a3b;
}
.new-type-rank .sort-btn-box {
  border: 1px solid #616161;
  width: auto;
}
.new-type-rank .sort-btn-box span {
  background: #616161;
  border: 1px solid #616161;
}
.new-type-rank .sort-btn-box .btn-area button {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .sort-btn-box .btn-area button {
    font-size: 1.3rem;
  }
}
.new-type-rank #itemLists {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .new-type-rank #itemLists {
    width: 100%;
  }
}
.new-type-rank .main-rank-1 {
  border-radius: 10px 10px 0 0;
  border: none;
  border-top: 10px solid #080395;
  background: #fff;
}
.new-type-rank .main-rank-1 .img-ico-rank img {
  top: 1.5rem;
  left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1 .img-ico-rank img {
    left: 1rem;
  }
}
.new-type-rank .main-rank-1 .ttl-rank {
  border-left: none;
  border-bottom: 1px solid #080395;
}
.new-type-rank .main-rank-1 .ttl-rank h3.noranking {
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1 .ttl-rank {
    padding: 2rem 0;
  }
}
.new-type-rank .main-rank-1.rank-1, .new-type-rank .main-rank-1.rank-2, .new-type-rank .main-rank-1.rank-3 {
  border: none;
}
.new-type-rank .main-rank-1.rank-1 .ttl-rank, .new-type-rank .main-rank-1.rank-2 .ttl-rank, .new-type-rank .main-rank-1.rank-3 .ttl-rank {
  border-left: none;
  filter: unset;
}
.new-type-rank .main-rank-1.rank-1 .ttl-rank h3, .new-type-rank .main-rank-1.rank-2 .ttl-rank h3, .new-type-rank .main-rank-1.rank-3 .ttl-rank h3 {
  padding: 1rem 0 0 7rem;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1.rank-1 .ttl-rank h3, .new-type-rank .main-rank-1.rank-2 .ttl-rank h3, .new-type-rank .main-rank-1.rank-3 .ttl-rank h3 {
    padding: 0 0 0 6rem;
    font-size: 2rem;
  }
}
.new-type-rank .main-rank-1.rank-1 .ttl-rank h3 a, .new-type-rank .main-rank-1.rank-2 .ttl-rank h3 a, .new-type-rank .main-rank-1.rank-3 .ttl-rank h3 a {
  color: #2e353f;
}
.new-type-rank .main-rank-1.rank-1 .box-main-rank-1, .new-type-rank .main-rank-1.rank-2 .box-main-rank-1, .new-type-rank .main-rank-1.rank-3 .box-main-rank-1 {
  background: #fff !important;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1.rank-1 .box-main-rank-1, .new-type-rank .main-rank-1.rank-2 .box-main-rank-1, .new-type-rank .main-rank-1.rank-3 .box-main-rank-1 {
    background: none;
    clear: both;
    width: 100%;
  }
}
.new-type-rank .main-rank-1.rank-1 .box-main-rank-1 .main-rank-1_point, .new-type-rank .main-rank-1.rank-2 .box-main-rank-1 .main-rank-1_point, .new-type-rank .main-rank-1.rank-3 .box-main-rank-1 .main-rank-1_point {
  margin-bottom: 1.5rem;
}
.new-type-rank .main-rank-1.rank-1 .box-main-rank-1 .main-rank-1_point .box-point li, .new-type-rank .main-rank-1.rank-2 .box-main-rank-1 .main-rank-1_point .box-point li, .new-type-rank .main-rank-1.rank-3 .box-main-rank-1 .main-rank-1_point .box-point li {
  font-size: 1.4rem;
  background: url(../img/icon/icon-check2.png) 0% 40% no-repeat;
  background-size: 14px;
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.new-type-rank .main-rank-1.rank-1 .box-main-rank-1 .main-rank-1_point .box-point li::before, .new-type-rank .main-rank-1.rank-1 .box-main-rank-1 .main-rank-1_point .box-point li::after, .new-type-rank .main-rank-1.rank-2 .box-main-rank-1 .main-rank-1_point .box-point li::before, .new-type-rank .main-rank-1.rank-2 .box-main-rank-1 .main-rank-1_point .box-point li::after, .new-type-rank .main-rank-1.rank-3 .box-main-rank-1 .main-rank-1_point .box-point li::before, .new-type-rank .main-rank-1.rank-3 .box-main-rank-1 .main-rank-1_point .box-point li::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1.rank-1 .main-rank-1_in, .new-type-rank .main-rank-1.rank-2 .main-rank-1_in, .new-type-rank .main-rank-1.rank-3 .main-rank-1_in {
    background: #fff;
  }
}
.new-type-rank .main-rank-1.rank-1 {
  border-top: 10px solid #E2BF00;
}
.new-type-rank .main-rank-1.rank-1 .ttl-rank {
  border-bottom: 1px solid #E2BF00;
}
.new-type-rank .main-rank-1.rank-2 {
  border-top: 10px solid #9F9F9F;
}
.new-type-rank .main-rank-1.rank-2 .ttl-rank {
  border-bottom: 1px solid #9F9F9F;
}
.new-type-rank .main-rank-1.rank-3 {
  border-top: 10px solid #9E7460;
}
.new-type-rank .main-rank-1.rank-3 .ttl-rank {
  border-bottom: 1px solid #9E7460;
}
.new-type-rank .main-rank-1 .main-rank-star dt {
  font-size: 1.5rem;
  background: #fff;
  color: #2e353f;
  border: 1px solid #2e353f;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1 .main-rank-star dt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1 .main-rank-star dd {
    float: right;
  }
}
.new-type-rank .main-rank-1 .main-rank-1_in {
  padding: 1rem 2rem 3rem;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1 .main-rank-1_in {
    padding: 1rem;
    background: #fff;
  }
}
.new-type-rank .main-rank-1 .main-rank-1_catch2 {
  text-align: left;
}
.new-type-rank .main-rank-1 .main-rank-1_catch2 p {
  border: none;
  font-size: 1.8rem;
  padding: 0 0 1rem;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1 .main-rank-1_catch2 p {
    margin: 0.5rem 0 0 0;
  }
}
.new-type-rank .main-rank-1 .main-rank-1_catch2 p br {
  display: none;
}
.new-type-rank .main-rank-1 .comp-coresou table {
  border-spacing: 0;
  border: 2px solid #dfdfdf;
  border-bottom: none;
}
.new-type-rank .main-rank-1 .comp-coresou th {
  background: #efefef;
}
.new-type-rank .main-rank-1 .comp-coresou th, .new-type-rank .main-rank-1 .comp-coresou td {
  border-bottom: 2px solid #dfdfdf;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1_banner {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .new-type-rank .main-rank-1_spec {
    width: 65%;
  }
  .new-type-rank .main-rank-1_spec table {
    border: 1px solid #b5b5b5;
  }
  .new-type-rank .main-rank-1_spec table th, .new-type-rank .main-rank-1_spec table td {
    padding: 1rem;
    color: #2e353f;
    font-weight: bold;
  }
  .new-type-rank .main-rank-1_spec table th {
    font-size: 1.2rem;
  }
  .new-type-rank .main-rank-1_spec table td {
    font-size: 1.4rem;
  }
}
.new-type-rank .box-main-spec {
  margin: 0.5rem 0 2rem;
}
.new-type-rank .sokuzitu-time-count-s {
  font-size: 1.2rem;
  font-weight: bold;
}
.new-type-rank .main-rank-2_button {
  width: 100%;
}
.new-type-rank .inner-feature2 {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .inner-feature2 {
    width: 100%;
  }
}
.new-type-rank .noranking {
  background: #fff !important;
}
.new-type-rank .box-saitan h3 {
  background: #02126A;
  padding: 1.5rem;
}
.new-type-rank .list-kuchikomi li {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .new-type-rank .list-kuchikomi li {
    height: auto;
  }
}
.new-type-rank .section-title, .new-type-rank .title-article-h3 {
  background: #02126A;
  color: #fff;
  font-size: 1.8rem;
  border-bottom: none;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

/*/////// 2025/12　新LP作成 /////// */
.lp-mainvisual {
  font-family: "din-2014, sans-serif", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.lp-mainvisual .mainvisual-wrapper img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .lp-mainvisual .mainvisual-wrapper img {
    width: 100%;
  }
}
.lp-mainvisual .mainvisual-bg {
  background: url(../img/main-visual/main-visual-category-new.jpg) center no-repeat;
  text-align: center;
  height: 303px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp-mainvisual .mainvisual-bg {
    background: url(../img/main-visual/main-visual-category-new-sp.jpg) center no-repeat;
    background-size: cover;
    height: 150px;
  }
}
.lp-mainvisual .mainvisual-bg .txt-box {
  align-items: center;
  display: flex;
  justify-content: center;
}
.lp-mainvisual .mainvisual-bg .txt01, .lp-mainvisual .mainvisual-bg .txt02, .lp-mainvisual .mainvisual-bg .txt03 {
  width: auto;
  color: #112048;
  margin: 0 auto;
  right: auto;
  position: absolute;
  font-weight: bold;
}
.lp-mainvisual .mainvisual-bg .txt01 {
  font-size: 2.4rem;
  top: 13%;
}
@media only screen and (max-width: 767px) {
  .lp-mainvisual .mainvisual-bg .txt01 {
    font-size: 2rem;
    top: 8%;
  }
}
.lp-mainvisual .mainvisual-bg .txt02 {
  font-size: 4.8rem;
  top: 33%;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .lp-mainvisual .mainvisual-bg .txt02 {
    font-size: 2.4rem;
    top: 34%;
  }
}
.lp-mainvisual .mainvisual-bg .txt03 {
  font-size: 1.8rem;
  top: 72%;
  border-top: 4px solid #e2c60c;
  width: 600px;
  padding: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .lp-mainvisual .mainvisual-bg .txt03 {
    width: 90%;
    font-size: 1.4rem;
    border-top: 2px solid #e2c60c;
  }
}

/* pr表記 */
.pr-txt {
  font-size: 1.3rem;
  max-width: 850px;
  margin: 0.5rem auto 0;
  line-height: 1.4;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .pr-txt {
    font-size: 1rem;
  }
}

.l-container-lp {
  margin: 0 auto;
  max-width: 850px;
  /* 上部カウントダウン */
}
.l-container-lp .kv {
  margin: 2rem auto;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .kv {
    margin: 1rem auto;
    width: 96%;
  }
}
.l-container-lp .kv .kv_countdown {
  margin: auto;
}
.l-container-lp .kv .kv_countdown .kv_countdown_title {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .kv .kv_countdown .kv_countdown_title {
    font-size: 1.4rem;
    line-height: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .l-container-lp .kv .kv_countdown .kv_countdown_title_emphasis {
    background: url(../img/icon/icon_clock_black.png) 0 50%/16px no-repeat;
    font-size: 1.6rem;
    padding-left: 2.5rem;
  }
}
.l-container-lp .kv .kv_countdown .mini_count_now_txt {
  padding: 1rem 0;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .kv .kv_countdown .mini_count_now_txt {
    padding: 0.3rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-container-lp .kv .kv_countdown .mini_count_now_txt .hou, .l-container-lp .kv .kv_countdown .mini_count_now_txt .min, .l-container-lp .kv .kv_countdown .mini_count_now_txt .sec {
    font-size: 2rem;
  }
}
.l-container-lp {
  /* 上部３案件ランキング */
}
.l-container-lp .top3ranking {
  margin: 3rem auto 5rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking {
    margin: 1.5rem auto 3rem;
  }
}
.l-container-lp .top3ranking h2 {
  text-align: center;
  color: #203ba5;
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking h2 {
    font-size: 2.2rem;
    padding: 0;
    margin-bottom: 0.2rem;
  }
}
.l-container-lp .top3ranking h2 span {
  display: block;
  font-size: 1.8rem;
  background: #203ba5;
  color: #fff;
  padding: 0.5rem;
  max-width: 315px;
  margin: 0 auto 0.8rem;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking h2 span {
    font-size: 1.5rem;
    max-width: 245px;
  }
}
.l-container-lp .top3ranking h2 span::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #203ba5;
  border-right: 1px solid #203ba5;
  border-bottom: 1px solid #203ba5;
  transform: translate(-50%, 55%) rotate(45deg);
  transform-origin: center center;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking h2 span::after {
    bottom: 1px;
    width: 11px;
    height: 11px;
  }
}
.l-container-lp .top3ranking .top3ranking__inner {
  display: grid;
  gap: 1rem;
  max-width: 650px;
  margin: auto;
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box {
  text-align: center;
  border: solid 2px #000f49;
  border-radius: 5px;
  background: #fffceb;
  width: 95%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking .top3ranking__inner .top3ranking__box {
    border-radius: 5px;
    border: solid 1px #000f49;
  }
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box a:hover {
  opacity: 0.8;
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__box-inner {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__box-inner {
    padding: 1rem;
    gap: 1rem;
  }
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__left {
  width: 30%;
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__right {
  width: 70%;
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__ttl {
  text-decoration: underline;
  font-size: 1.8rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__ttl {
    font-size: 1.4rem;
  }
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__bnr {
  margin: 0 auto;
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__bnr img {
  width: 100%;
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__txt {
  margin: 0 auto 1rem;
  line-height: 1.4;
  font-size: 1.4rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__txt {
    font-size: 1.1rem;
    margin: 0 auto 0.5rem;
  }
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__cv-btn {
  background-image: linear-gradient(180deg, #dd0505 10%, #bf0000 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__cv-btn {
    padding: 0.5rem;
    font-size: 1.3rem;
    border-radius: 5px;
  }
}
.l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__cv-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .top3ranking .top3ranking__inner .top3ranking__box .top3ranking__cv-btn::after {
    width: 6px;
    height: 6px;
    right: 0.8rem;
  }
}
.l-container-lp {
  /* 3ステップ調整（スマホのみ） */
}
@media only screen and (max-width: 767px) {
  .l-container-lp .step_image {
    padding: 1rem 1.5rem !important;
  }
  .l-container-lp .step_image .step-contents {
    padding-bottom: 1rem;
  }
  .l-container-lp .step_image .step-contents .step01, .l-container-lp .step_image .step-contents .step02, .l-container-lp .step_image .step-contents .step03 {
    height: 165px;
  }
  .l-container-lp .step_image .step-contents .step01 ul li {
    padding-top: 8.5rem;
  }
  .l-container-lp .step_image .step-contents .step02 ul {
    padding: 1rem 3rem 0.5rem;
  }
  .l-container-lp .step_image .step-contents .step02 ul .web {
    background: url(../img/icon/icon_easy3step_02-blue.png) 100% -4px/50px no-repeat;
    padding: 1rem 0 2rem;
  }
  .l-container-lp .step_image .step-contents .step02 ul .automatic_contract {
    background: url(../img/icon/icon_easy3step_03-blue.png) 100% -1px/50px no-repeat;
    padding: 1rem 0px 2rem;
  }
  .l-container-lp .step_image .step-contents .step03 ul {
    padding: 1rem 3rem 0.5rem;
  }
  .l-container-lp .step_image .step-contents .step03 ul .web {
    background: url(../img/icon/icon_easy3step_04-blue.png) 100% 0px/50px no-repeat;
    padding: 1rem 0 1rem;
  }
  .l-container-lp .step_image .step-contents .step03 ul .automatic_contract {
    background: url(../img/icon/icon_easy3step_05-blue.png) 100% -5px/50px no-repeat;
    padding: 1rem 0;
  }
  .l-container-lp .swiper-button-prev, .l-container-lp .swiper-button-next {
    width: 24px; /* ボタン全体のサイズ */
    height: 24px;
    top: 61%;
    transform: translateY(-50%);
    color: #333;
  }
  .l-container-lp .swiper-button-prev::after, .l-container-lp .swiper-button-next::after {
    font-size: 20px;
  }
  .l-container-lp .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
  }
  .l-container-lp .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  .l-container-lp .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 3px) !important;
    text-align: center;
  }
  .l-container-lp .step_image_flow ul li p {
    font-size: 1.5rem;
  }
  .l-container-lp .step_image_flow ul li p span {
    background: url(../img/icon/icon_easy3step_flow_03.png) 100% 50%/20px no-repeat;
    font-size: 2.2rem;
  }
}
.l-container-lp {
  /* 横比較表 */
}
.l-container-lp .comparison-table {
  margin: 0rem auto 3rem;
  position: relative;
}
.l-container-lp .comparison-table h2 {
  background: #132465;
  padding: 1.5rem;
  text-align: center;
  font-size: 2.6rem;
  color: #fff;
}
.l-container-lp .comparison-table .table-scroll {
  overflow-x: scroll !important;
  margin-bottom: 1.5rem;
}
.l-container-lp .comparison-table .table-scroll p {
  margin-bottom: 0rem;
  line-height: 1.6;
}
.l-container-lp .comparison-table .table-scroll p.comp {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .comparison-table .table-scroll p.comp {
    font-size: 1rem;
  }
}
.l-container-lp .comparison-table .table-scroll table {
  max-width: 1000px;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.l-container-lp .comparison-table .table-scroll th {
  padding: 0;
  font-size: 1.3rem;
  padding: 0.8rem 0.2rem;
  text-align: center;
  background: #EFEFEF;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .comparison-table .table-scroll th {
    font-size: 1.2rem;
  }
}
.l-container-lp .comparison-table .table-scroll th.comp {
  position: sticky;
  left: 0;
}
.l-container-lp .comparison-table .table-scroll td {
  text-align: center;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 5px;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .comparison-table .table-scroll td {
    font-size: 1.1rem;
  }
}
.l-container-lp .comparison-table .table-scroll td span.marker {
  font-size: 1.3rem;
}
.l-container-lp .comparison-table .table-scroll td .cv-btn {
  position: relative;
  background-image: linear-gradient(180deg, #dd0505 10%, #bf0000 100%);
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  line-height: 1.2;
}
.l-container-lp .comparison-table .table-scroll td .cv-btn a {
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp .comparison-table .table-scroll td .cv-btn a {
    font-size: 1.2rem;
  }
}
.l-container-lp .comparison-table .table-scroll td.point {
  text-align: left;
}
.l-container-lp .comparison-table .table-scroll th:first-child, .l-container-lp .comparison-table .table-scroll td:first-child {
  position: sticky;
  left: -1px;
  z-index: 10;
}
.l-container-lp .comparison-table .table-scroll .sort {
  background: #fffbe6 url(../img/icon/icon-asc.png) no-repeat right center;
  background-position: 94%;
  padding-right: 0.2rem;
}
.l-container-lp {
  /*ランキングカード*/
}
.l-container-lp #ranking {
  margin-bottom: 5rem;
}
.l-container-lp #ranking .rankingBox-item {
  background: #fff;
  padding: 0rem 3rem 3rem;
  margin-bottom: 3rem;
  border: solid 1px #9c9c9c;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item {
    padding: 0rem 1rem 1rem;
    width: 96%;
    margin: 0px auto 2rem;
  }
}
.l-container-lp #ranking .rankingBox-item .kv {
  background: #fbe46c;
  margin: unset;
  margin-left: auto;
  margin-top: 0rem;
  padding: 2px;
  width: 53%;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .kv {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.l-container-lp #ranking .rankingBox-item .kv .kv_countdown {
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 0;
}
.l-container-lp #ranking .rankingBox-item .kv .kv_countdown .kv_countdown_title {
  font-size: 1.6rem;
  width: 68%;
  color: #333;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .kv .kv_countdown .kv_countdown_title {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 0.2rem;
    width: 60%;
  }
}
.l-container-lp #ranking .rankingBox-item .kv .kv_countdown .mini_count_now_txt {
  padding: 0.5rem 0;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .kv .kv_countdown .mini_count_now_txt {
    padding: 0.3rem;
    font-size: 1.2rem;
    border: none;
  }
}
.l-container-lp #ranking .rankingBox-item .kv .kv_countdown .mini_count_now_txt .hou, .l-container-lp #ranking .rankingBox-item .kv .kv_countdown .mini_count_now_txt .min, .l-container-lp #ranking .rankingBox-item .kv .kv_countdown .mini_count_now_txt .sec {
  font-size: 2.6rem;
  color: #fff600;
  padding: 0 0.2rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .kv .kv_countdown .mini_count_now_txt .hou, .l-container-lp #ranking .rankingBox-item .kv .kv_countdown .mini_count_now_txt .min, .l-container-lp #ranking .rankingBox-item .kv .kv_countdown .mini_count_now_txt .sec {
    font-size: 1.7rem;
  }
}
.l-container-lp #ranking .rankingBox-item h3 {
  align-items: center;
  background: #132465;
  display: flex;
  margin: 0rem -3rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item h3 {
    color: #fff;
    font-size: 2rem;
    margin: 0rem -1rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
}
.l-container-lp #ranking .rankingBox-item h3 img {
  width: 35px;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item h3 img {
    width: 22px;
  }
}
.l-container-lp #ranking .rankingBox-item h3 p {
  font-size: 2.2rem;
  padding: 0rem 1rem 0rem 1.5rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item h3 p {
    font-size: 1.8rem;
  }
}
.l-container-lp #ranking .rankingBox-item h3 p a {
  color: #fff;
}
.l-container-lp #ranking .rankingBox-item h4 {
  font-size: 1.8rem;
  padding: 1.3rem 0rem;
  letter-spacing: 0.08rem;
  line-height: 1.2;
  background: url(../img/feature/ranking/ico_check.png) left 1% top 44%/22px no-repeat #fffccc;
  margin: 1rem auto;
  padding: 1rem 1rem 1rem 4rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item h4 {
    padding: 0.7rem 0.7rem 0.7rem 3.2rem;
    margin: 1rem auto 1rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.l-container-lp #ranking .rankingBox-item .item-in .flex {
  margin-bottom: 0;
}
.l-container-lp #ranking .rankingBox-item .item-in .flex .banner {
  width: 22%;
}
.l-container-lp #ranking .rankingBox-item .item-in .flex .banner img {
  width: 200px;
}
.l-container-lp #ranking .rankingBox-item .item-in .flex .right {
  width: 74%;
}
.l-container-lp #ranking .rankingBox-item .item-in .flex ul.txt {
  background: #fffceb;
  border-radius: 5px;
  width: 78%;
  padding: 1.5rem 2rem;
  border: solid 3px #ccc;
}
.l-container-lp #ranking .rankingBox-item .item-in .flex ul.txt li {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 1.6rem;
  padding-left: 2.5rem;
  background: url(../img/feature/ranking/icon-check2.png) 0 5%/19px no-repeat;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .item-in .txt-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .l-container-lp #ranking .rankingBox-item .item-in .txt-link p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-right: 0.5rem;
  }
  .l-container-lp #ranking .rankingBox-item .item-in .txt-link img {
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .item-in .detail tr {
    margin-bottom: auto;
  }
}
.l-container-lp #ranking .rankingBox-item .item-in .detail td {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .item-in .detail td {
    font-size: 1.2rem;
  }
}
.l-container-lp #ranking .rankingBox-item .item-in .detail th {
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .item-in .detail th {
    font-size: 1.2rem;
  }
}
.l-container-lp #ranking .rankingBox-item .item-in dl {
  border-radius: 1rem;
  margin: 1.5rem 0;
  border: 2px #ccc solid;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .item-in dl {
    margin: 0.8rem 0;
  }
}
.l-container-lp #ranking .rankingBox-item .item-in dl dt {
  color: #fff;
  background: #203ba5;
  padding: 0.8rem;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .item-in dl dt {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
.l-container-lp #ranking .rankingBox-item .item-in dl dd {
  background: #fffceb;
  padding: 2rem;
  border-radius: 0 0 1rem 1rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .item-in dl dd {
    padding: 1rem;
  }
}
.l-container-lp #ranking .rankingBox-item .item-in dl dd ul li {
  padding: 0rem 0rem 1rem 3rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  background: url(../img/feature/ranking/icon-check2.png) 0 5%/21px no-repeat;
  border-bottom: dotted 1px #132465;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .item-in dl dd ul li {
    padding: 0rem 0rem 0.5rem 3rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    line-height: 1.4;
    background: url(../img/feature/ranking/icon-check2.png) 0 5%/16px no-repeat;
  }
}
.l-container-lp #ranking .rankingBox-item .item-in dl dd ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.l-container-lp #ranking .rankingBox-item .label {
  margin: 1.5rem auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .label {
    margin: auto;
  }
}
.l-container-lp #ranking .rankingBox-item .label .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.l-container-lp #ranking .rankingBox-item .label ul li {
  border: solid 1px #ccc;
  padding: 0.5rem;
  border-radius: 4px;
  width: 185px;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .rankingBox-item .label ul li {
    width: 33%;
    font-size: 1.1rem;
    padding: 0.5rem 0.3rem;
  }
}
.l-container-lp #ranking .rankingBox-item .label ul li.spec_label-1 {
  background: #000f49;
  color: #fff;
}
.l-container-lp #ranking .txt-note {
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  margin: 2rem auto 0;
  font-weight: bold;
  animation: blinking 1.5s linear infinite;
}
.l-container-lp #ranking .cv-btn a {
  background-image: linear-gradient(180deg, #dd0505 10%, #bf0000 100%);
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.5rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .l-container-lp #ranking .cv-btn a {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.l-container-lp #ranking .cv-btn::after {
  content: "";
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 3rem;
}

/* アコム除外用LP検索結果調整 */
.ranking-result .search-result-main h2 {
  background: #132465;
}
.ranking-result .search-result-main h2 #main-search-kekka {
  color: #132465;
}