/* * * 全体 * * */
:root{
  --color-main: #0093BD;
  --color-black: #333;
  --color-gray: #F2F2F2;
  --color-white: #FFF;
  --color-orange: #FFA214;
  --color-green: #31B4A0;
  --color-green-blue: #1CACC0;
  --color-light-yellow: #FFFCE7;

  --base-size-pc: 1440;
  --base-size-sp: 375;
}

body{
  color: var(--color-black);
}

p{
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
}

a{
  transition: ease .3s;
}

a:hover{
  opacity: 0.7;
}

@media screen {
  p{
    font-size: 14px;
  }
}
/* * * 全体 /E * * */


/* * * Utility * * */
.u-color-yellow{
  color: #FFDD00 !important;
}
/* * * Utility /E * * */



/* * * ファーストビュー * * */
.p-fv__image{
  width: 100%;
}
/* * * ファーストビュー /E * * */



/* * * ランキング * * */
.p-ranking{
  padding: 0 0 75px;
  position: relative;
}

/* * 背景マーク * */
.p-ranking-mark__blue{
  width: calc(210 / var(--base-size-pc) * 100vw);
  position: absolute;
  left: 0%;
  top: 23.5%;
  transform: translateY(-50%);
}

.p-ranking-mark__search{
  width: calc(175 / var(--base-size-pc) * 100vw);
  position: absolute;
  right: 8.4%;
  top: 16.4%;
  transform: translateY(-50%);
  z-index: -1;
}

.p-ranking-mark__green{
  width: calc(305 / var(--base-size-pc) * 100vw);
  position: absolute;
  right: 0;
  bottom: -29%;
  transform: translateY(-50%);
}
/* * 背景マーク /E * */

.p-ranking-title{
  font-size: 52px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -9px;
}

.p-ranking-title::after{
  content: "";
  background-image: url('../../img/ranking-lp/ranking-title-underba.svg');
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 85%;
}

.p-ranking-title span{
  font-size: 96px;
  background: linear-gradient(90deg, rgba(49,180,160,1) 0%, rgba(2,161,229,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-ranking-point{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 0 21px 0;
  margin-left: -46px;
}

.p-ranking-point-item{
  width: calc(145 / var(--base-size-pc) * 100vw);
  height: calc(145 / var(--base-size-pc) * 100vw);
  background-color: var(--color-light-yellow);
  border: 3px solid var(--color-green-blue);
  border-radius: 100%;
  position: relative;
  margin-right: 20px;
}

.p-ranking-point-item__text{
  font-size: calc(28 / var(--base-size-pc) * 100vw);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
  color: var(--color-green-blue);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-ranking-point__text{
  font-size: 42px;
  margin-bottom: -40px;
  margin-left: -10px;
}

.p-ranking-point__text span{
  font-size: 52px;
  font-weight: bold;  
}

.table__icon{
}

/* * テーブルデザイン * */
.inner{
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

/* おすすめランキングのテーブルのセル幅・高さ指定 */
.ranking-table{
  border-spacing: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  max-width: 1200px;
}

.ranking-table th{
  font-size: 18px;
  background-color: var(--color-main);  
  color: var(--color-white);
  padding: 13px 0;
  border-right: 1px solid var(--color-white);
}

.ranking-table th:nth-child(1) {
  width: 10%;
  /* width: calc(184 / var(--base-size-pc) * 100vw); */
  position: sticky;
  left: 0;
  z-index: 5;
  background-clip: padding-box;
  border-top-left-radius: 10px;
}

.ranking-table th:nth-child(2),
.ranking-table th:nth-child(3),
.ranking-table th:nth-child(4),
.ranking-table th:nth-child(5),
.ranking-table th:nth-child(6),
.ranking-table th:nth-child(7) {
  width: 8.125%;
}

.ranking-table th:nth-child(8),
.ranking-table th:nth-child(9) {
  width: 10%;
}

.ranking-table th:last-child{
  border-top-right-radius: 10px;
  border-right: none;
}

.p-ranking-contents{
  /* padding: 0 120px; */
  /* max-width: 1440px; */
  margin: 0 auto;
}

.p-ranking-contents .p-ranking-table-logo img{
  display: block;
  margin: 0 auto;
  max-height: 28px;
  object-fit: contain;
}

.p-ranking-contents .p-ranking-table-logo img.pmg{
  max-height: 48px;
}

.p-ranking-contents .p-ranking-table-logo img.betrade{
  max-height: 45px;
}

.p-ranking-contents .ranking-table .p-ranking-table-logo {
  margin-top: 2.2rem;
}


/* テーブルセル */
.body.top .table tr td:nth-of-type(7){
  vertical-align: middle;
}

.table tr:nth-child(2) td{
  background-color: var(--color-light-yellow) !important;
}

.table tr:nth-child(2n) td {
  background-color: var(--color-gray);
}

.body.top .table tr:nth-child(2n) td {
  background-color: var(--color-gray);
}

.table tr:nth-child(2n+1) td {
  background-color: var(--color-white);
}

.body.top .table tr:nth-child(2n+1) td {
  background-color: #fff;
}

.table td {
  padding: 1rem 0.5rem;
  border-right: 1px solid #CFCFCF;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.table tr td:first-of-type{
  position: sticky;
  left: 0;
  z-index: 5;
  background-clip: padding-box;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
}

.table td:not(:last-child) {
  border-right: 1px solid #CFCFCF;
}

.p-ranking-table-logo>p{
  margin: 0;
  text-align: center;
}
.p-ranking-table-logo.pmg img{
  max-height: 40px;
}

.table td p {
  margin: 0;
  font-size: 18px;
}

.c-table-p-small{
  font-size: 14px !important;
}

.c-table-p-left{
  text-align: left !important;
  padding-left: 10px !important;
}

.table td p:not(:first-child) {
  margin-top: 0.25rem;
}

/* テキスト中央寄せのセル */
.p-ranking-table-text-center {
  text-align: center;
  vertical-align: top;
}

.p-ranking-table-text-center02 {
  text-align: center;
}

/* テキスト上寄せのセル */
.p-ranking-table-text-top {
  vertical-align: top;
}

/* テーブルロゴ */
.p-ranking-table-logo {
  display: inline-block;
}

.p-ranking-table-logo a {
  font-size: 16px;
  transition: 0.3s;
  color: var(--color-main);
}

.p-ranking-table-logo a:hover {
  opacity: 0.6;
}

/* ランキング表記 */
.p-ranking-table-rank {
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 1;
  font-weight: bold;
}

.p-ranking-table-rank__num{
  font-size: 32px !important;
  padding: 5px 0 0 10px;
  font-weight: 400;
}

.p-ranking-table-rank__image{
  width: 41px;
}

.p-ranking-table__jump{
  font-size: 12px;
  text-decoration: none;
  color: var(--color-white);
  background-color: var(--color-orange);
  display: block;
  border-radius: 12px;
  padding: 12px 0 ;
  box-shadow: 1.5px 1.5px 0 #A46C16;
  position: relative;
}

.p-ranking-table__jump::after{
  content: "";
  background-image: url('../../img/ranking-lp/icon-arrow-simple.svg');
  background-size: contain;
  width: 6px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.table-wrapper__sp-scroll {
  overflow-x: scroll;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25) ;
}




@media screen and (max-width: 1200px) {
  .p-ranking-contents{
    /* padding: 0 60px; */
  }

  .ranking-table th{
    font-size: 14px;
  }

  .table td p{
    font-size: 12px;
  }

  .p-ranking-table-rank__num{
    font-size: 24px !important;
    font-weight: bold;
  }

  .p-ranking-table__jump{
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .inner{
    padding: 0;
  }
  .ranking-table{
    width: 1200px;
  }

  .table td p{
    font-size: 14px;
  }

  .ranking-table th:nth-child(7), .ranking-table th:nth-child(8) {
    width: 6%;
  }

  .ranking-table th:nth-child(6){
    width: 7%;
  }

  .ranking-table th:nth-child(9){
    width: 8%;
  }

  .p-ranking-mark__blue{
    width: calc(160 / var(--base-size-sp)* 100vw);
  }

  .p-ranking-mark__search{
    width: calc(125 / var(--base-size-sp)* 100vw);
    right: 0;
    top: 14.4%;
  }

  .p-ranking-mark__green{
    width: calc(180 / var(--base-size-sp)* 100vw);
    bottom: -10%;
  }

  .p-ranking-contents .ranking-table .p-ranking-table-logo{
    margin: 0;
  }

  .p-ranking-table-rank__image{
    width: 30px;
  }

  .p-ranking-table-logo a{
    font-size: 12px;
  }

  .p-ranking-point{
    margin-left: 0;
  }

  .p-ranking-point__text{
    font-size: 16px;
  }

  .p-ranking-title{
    font-size: 24px;
  }

  .p-ranking-title span{
    font-size: 52px;
  }

  .p-ranking-contents{
    padding: 0 15px;
  }

  .p-ranking-point__text span{
    font-size: 24px;
  }

  .p-ranking-point-item{
    margin-right: 5px;
    width: calc(60 / var(--base-size-sp)* 100vw);
    height: calc(60 / var(--base-size-sp)* 100vw);
  }

  .p-ranking-point-item__text{
    font-size: calc(12 / var(--base-size-sp)* 100vw);
  }

  .ranking-table th:nth-child(1){
    width: 1%;
  }

}
/* * テーブルデザイン /E * */

/* スクロールガイド */
.sp-scroll-guide{
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-scroll-guide{
    display: block;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    margin-bottom: 5px;
  }
}
/* * * ランキング /E * * */



/* * * フォームボタン * * */
.p-form{
  margin: 0px 0 88px;
}

.p-form-btn{
  color: var(--color-white);
  text-decoration: none;
  text-align: center;
  
}

.p-form-btn__title{
  font-size: 21.4px;
  font-weight: bold;
  background-color: var(--color-orange);
  width: calc(320 / var(--base-size-pc) * 100vw);
  height: calc(40 / var(--base-size-pc) * 100vw);
  border-radius: 100px;
  margin:  0 auto;
  vertical-align: middle;
  line-height: calc(40 / var(--base-size-pc) * 100vw);
  position: relative;
  z-index: 1;
}

.p-form-btn__title span{
  font-size: 32px;
  font-weight: bold;
}

.p-form-btn-link{
  display: block;
  background-color: var(--color-green);
  width: calc(620 / var(--base-size-pc) * 100vw);
  height: calc(174 / var(--base-size-pc) * 100vw);
  position: relative;
  text-decoration: none;
  margin: calc(20 / var(--base-size-pc) * 100vw * -1) auto 0;
  border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
}

.p-form-btn-link::after{
  content: "";
  background-image: url('../../img/ranking-lp/icon-arrow.svg');
  background-size: contain;
  width: calc(40 / var(--base-size-pc) * 100vw);
  height: calc(40 / var(--base-size-pc) * 100vw);
  position: absolute;
  right: calc(20 / var(--base-size-pc) * 100vw);
  top: 50%;
  transform: translate(0, -50%);
}

.p-form-btn-link__text{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.p-form-btn-link__text span{
  font-size: 40px;
}

@media screen and (max-width: 1200px) {
  .p-form-btn__title{
    font-size: 2vw;
  }

  .p-form-btn__title span{
    font-size: 2.2vw;
  }

  .p-form-btn-link__text{
    font-size: 2.4vw;
  }

  .p-form-btn-link__text span{
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 768px) {
  .p-form{
    margin: 20px 0 100px;
  }

  .p-form-btn__title{
    font-size: 14px;
  }

  .p-form-btn__title span{
    font-size: 18px;
  }

  .p-form-btn-link{
    margin-top: -20px;
    width: 90%;
    height: 110px;
  }

  .p-form-btn-link::after{
    width: 30px;
    height: 30px;
  }

  .p-form-btn-link__text{
    font-size: 14px;
  }
  
  .p-form-btn-link__text span{
    font-size: 20px;
  }

  .p-form-btn__title{
    width: 50%;
    height: auto;
    padding: 10px 0;
  }

  
}
/* * * フォームボタン /E * * */



/* * * ファクタリング情報 * * */
.p-info{
  max-width: 850px;
  padding: 0 25px;
  margin: 0 auto;
}

.p-info-item{
  border: 3px solid var(--color-main);
  border-radius: 20px 20px 10px 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  padding-bottom: 40px;
  margin-bottom: 120px;
}

.p-info-item:last-of-type{
  margin-bottom: 90px;
}

.p-info-head{
  background-color: var(--color-main);
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 20px 13px 20px;
}

.p-info-head__num{
  color: var(--color-white);
  font-size: calc(80 / var(--base-size-pc) * 100vw);
  font-weight: bold;
  margin: -10px 10px 0 20px;
}

.p-info-head__num--image{
  width: calc(90 / var(--base-size-pc) * 100vw);
}

.p-info-head__title{
  font-size: 32px;
  font-weight: bold;
  color: var(--color-white);
  padding: 10px 0 10px 18px;
}

.p-info__name{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: var(--color-black);
  display: block;
  margin: 20px auto;
}

.p-info-contents{
  padding: 0 80px;
}

.p-info-images{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.p-info-images__image{
  width: 50%;
}

.p-info-images__image img{
  width: 100%;
}

.p-info-images .p-info-images__image:nth-child(2) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-info{
    padding: 0 15px;
  }

  .p-info-images__image img{
    width: 100%;
  }

  .p-info-images__image:last-of-type{
    margin-left: 5px;
  }
}

/* * 評価スタイル * */
.p-info-star{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
  transition: ease .3s;
}

.p-info-star:hover{
  opacity: 0.7;
}

.p-info-star__star{
  font-size: 18px;
  color: var(--color-orange);
}

.p-info-star__star span{
  color: #D9D9D9;
}

.p-info-star__num{
  font-size: 18px;
}

.p-info-star__text{
  font-size: 18px;
  margin-left: 24px;
  color: var(--color-main);
}
/* * 評価スタイル /E * */


/* *　口コミ（アコーディオン） * */
.p-info-review{  
  display: none;
  background-color: var(--color-gray);
  padding: 12px 17px 27px;
  border-radius: 24px;
  margin-bottom: 30px;
  position: relative;
}

.p-info-review::before{
  content: "";
  position: absolute;
  left: 30%;
  top: 0;

  border: 9px solid transparent;
  border-top: 19px solid var(--color-gray);   /* 好みで色を変えてください */  
  transform: translateY(-100%) rotate(180deg);
}

.p-info-review-item:not(:last-of-type){
  margin-bottom: 40px;
}

.p-info-review__star{
  font-size: 25px;
  color: var(--color-orange);
  margin-bottom: 16px;
}

.p-info-review__star span{
  color: #CFCFCF;
}

.p-info-review__title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.p-info-review-data{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-info-review-data__item{
  font-size: 12px;
  font-weight: normal;
  background-color: var(--color-gray);
  color: var(--color-black);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}

.p-info-review-data__item span{
  font-weight: bold;
  color: var(--color-white);
  background-color: var(--color-green); 
  padding: 4px;
  white-space: nowrap;
  margin-right: 5px;
}

.p-info-review-info{
  background-color: var(--color-white);
  padding: 10px 16px;
}

.p-info-review-info-item{
  border-bottom: 1px solid var(--color-black);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.p-info-review-info-item:last-of-type{
  border-bottom: none;
  margin-bottom: 0;
}

.p-info-review-info__title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--color-orange);
}

.p-info-review-info__text{
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-info-review-data__item{
    margin-bottom: 10px;
  }
}
/* *　口コミ（アコーディオン）/E * */

.p-info-point{
  background-color: #F2F9FC;
  border-radius: 10px;
  padding: 23px 0;
  margin-bottom: 20px;
}

.p-info-point-list{
  margin: 0 auto;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.p-info-point-list li{
  font-size: 20px;
  font-weight: bold;
  list-style-image: url('../../img/ranking-lp/icon-check.svg');
  margin-bottom: 1px;
}

.p-info__text{
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 13px;
}

/* * テーブルデザイン * */
.p-info-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

.p-info-table td {
  border-color: #959191;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  overflow: hidden;
  padding: 6px 5px;
  word-break: normal;
}

.p-info-table th {
  border-color: #959191;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  padding: 5px;
  word-break: normal;
}

.p-info-table .p-info-table__title {
  background-color: var(--color-main);
  border-color: inherit;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  border: 1px solid #959191;
}

.p-info-table .p-info-table__text {
  border-color: inherit;
  text-align: center;
}

.p-info-table .p-info-table__title {
  background-color: var(--color-main);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  vertical-align: top
}

.p-info-table__text--small{
  font-size: 13px !important;
}
/* * テーブルデザイン /E * */

.p-info-keys{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.p-info-keys-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 14px;
  background-color: var(--color-green);
  white-space: nowrap;
  margin: 0 18px 12px 0;
  border-radius: 12px;
  color: var(--color-white);
}

.p-info-keys-item:nth-of-type(1),
.p-info-keys-item:nth-of-type(2),
.p-info-keys-item:nth-of-type(3){
  width: 30%;
}

.p-info-keys-item:nth-of-type(4),
.p-info-keys-item:nth-of-type(5){
  width: 40%;
}

.p-info-keys-item--batsu{
  color: var(--color-black);
  background-color: #BBB;
}

.p-info-keys-item__text{
  font-size: 18px;
  font-weight: bold;
}

.p-info-keys-item__icon{

}

.p-info-sevice{
  width: 100%;
}

.p-info-sevice__link{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  padding-top: 10px;
  display: block;
  width: 75%;
  height: 100px;
  background-color: var(--color-orange);
  border-radius: 100px;
  box-shadow: 5px 5px 0 #A70B0B;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-info-head__title{
    font-size: 18px;
    margin-left: 0;
    padding: 0px 0 0 10px;
  }

  .p-info-item{
    margin-bottom: 50px;
  }

  .p-info-head{
    padding: 10px;
  }

  .p-info-head__num{
    font-size: calc(40 / var(--base-size-sp)* 100vw);
  }

  .p-info-head__num--image{
    width: 50px;
  }

  .p-info__name{
    font-size: 24px;
  }

  .p-info-contents{
    padding: 0 15px;
  }

  .p-info-star{
    margin-bottom: 20px;
  }

  .p-info-star__text{
    font-size: 16px;
  }

  .p-info-review{
    padding: 12px 12px 27px;
  }

  .p-info-review::before{
    left: 59%;
  }

  .p-info-review__star{
    font-size: 18px;
  }

  .p-info-review__title{
    font-size: 18px;
  }

  .p-info-review-data{
    grid-template-columns: repeat(2, 1fr);
  }

  .p-info-review-info__title{
    font-size: 16px;
  }

  .p-info-review-info__text{
    font-size: 14px;
  }

  .p-info-point-list{
    width: 75%;
  }
  
  .p-info-point-list li{
    font-size: 12px;
  }

  .p-info__text{
    font-size: 14px;
  }

  .p-info-table .p-info-table__title{
    font-size: 14px;
  }

  .p-info-table .p-info-table__text{
    font-size: 14px;
  }

  .p-info-table__text--small{
    font-size: 12px !important;
  }

  .p-info-keys-item{
    width: 100% !important;
    margin: 0 0 12px 0;
  }

  .p-info-sevice__link{
    font-size: 20px;
    width: 100%;
    height: 80px;
  }
}
/* * * ファクタリング情報 /E * * */



/* * * フッター * * */
.l-footer{
  background-color: var(--color-main);
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer img{
  margin-right: 66px;
}

.l-footer a{
  color: var(--color-white);
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid var(--color-white);
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .l-footer{
    flex-direction: column;
    text-align: center;
    height: auto;
    padding-bottom: 25px;
  }

  .l-footer img{
    margin: 25px 0 20px;
  }

  .l-footer a{
    text-emphasis: center;
    margin: 0 auto 20px;
  }
}
/* * * フッター /E * * */