
@charset "utf-8";
/*-------------------------------- 
FV
 --------------------------------*/
/*-------- 
sp
 --------*/
/*-------- 
h1
 --------*/

.sp_01 .textArea .titleArea {
  display: flex;
  padding: 3% 5% 0;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

/* オリコンロゴ有りのタイトル */
/*   .sp_01 .textArea .titleArea h1.h12line {
    font-size: 202%;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
  } */
   /* オリコンロゴなしのタイトル */
  .sp_01 .textArea .titleArea h1.h12line {
    font-size: 202%;
    color: #484848;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }

.sp_01 .textArea .titleArea h1.h12line span {
  font-weight: bold;
}

.sp_01 .textArea .titleArea .logo {
  width: 85px;
  height: auto;
}

.sp_01 span.oriconText {
  padding: 2% 5%;
  text-align: center;
}

.sp_01 .textArea .speechBubble {
  display: block;
  text-align: center;
  color: #f45269;
  font-weight: bold;
  font-size: 163%;
}

.sp_01 .textArea .speechBubble span {
  font-weight: bold;
}

.sp_01 .textArea .topTextArea {
  display: block;
  background-color: #007fc3;
  color: #fff;
  margin: 0 5% 0;
  padding: 1px 5px 3px;
  text-align: center;
  font-size: 98%;
}

.sp_01 .backGround ul.pointArea {
  top: 13px;
  left: 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 63%;
  align-content: stretch;
}

.sp_01 .backGround ul.pointArea li {
  margin: 8px 7px 0 0;
  padding: 7% 0;

}

.sp_01 .backGround ul.pointArea li p {
  font-size: 125%;
}

.sp_01 ol.annotationArea {
  padding: 0.4em 0.4em 0.4em 2.4em;
}

.sp_01 ol.annotationArea li {
  counter-increment: cnt;
}

.sp_01 ol.annotationArea li::before {
  content: "※" counter(cnt);
  display: inline-block;
  margin-left: -2.4em;
  width: 2.4em;
}


.textArea h1.h12line .cBlue {
  color: #007fc3;
  font-weight: bold;
  font-size: 130%;
}

/*SE*/
@media screen and (max-width: 321px) {
  .sp_01 .textArea .titleArea .logo {
    width: 65px;
    height: auto;
  }

  .sp_01 .textArea .titleArea h1.h12line {
    font-size: 167%;

  }

  .sp_01 .textArea .topTextArea {
    padding: 1px 5px 3px;
    font-size: 65%;
  }

  .textArea h1.h12line.h1Small .cBlue {
    color: #007fc3;
    font-weight: bold;
    font-size: 89%;
  }

  .sp_01 .backGround ul.pointArea {
    top: 5px;
    left: 5%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 63%;
    align-content: stretch;

  }

  .sp_01 .backGround ul.pointArea li {
    margin: 7px 7px 0 0;
    padding: 6% 0;
  }

  .sp_01 .backGround ul.pointArea li p {
    font-size: 115%;
  }
}

@media screen and (min-width: 350px) and (max-width: 376px) {
  .sp_01 .textArea .titleArea .logo {
    width: 75px;
    height: auto;
  }

  .sp_01 .textArea .titleArea h1.h12line {
    font-size: 174%;
  }

  .sp_01 .textArea .topTextArea {
    padding: 1px 5px 3px;
    font-size: 90%;
  }
}

@media screen and (min-width: 380px) and (max-width: 399px) {
  .sp_01 .textArea .titleArea .logo {
    width: 75px;
    height: auto;
  }

  .sp_01 .textArea .titleArea h1.h12line {
    font-size: 195%;
  }

  .sp_01 .backGround ul.pointArea {
    top: 7px;
    left: 5%;
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 63%;
    align-content: stretch;
  }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
  .sp_01 .backGround ul.pointArea li p {
    font-size: 117%;
  }
}

@media screen and (min-width: 360px) and (max-width: 380px) {
  .sp_01 .backGround ul.pointArea {
    top: 2px;
    left: 5%;
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 63%;
    align-content: stretch;
  }
}

/*-------- 
 PC
 --------*/
@media screen and (min-width: 640px) {
  .content630 .textArea {
    top: 13px;
    left: 50px;
  }

  .content630 .textArea .titleArea {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: center;
  }

/* オリコンロゴ有りのタイトル */
/* .content630 .textArea .titleArea h1.h12line {
    font-size: 35px;
    color: #484848;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
  } */
   /* オリコンロゴなしのタイトル */
   .content630 .textArea .titleArea h1.h12line {
    font-size: 35px;
    color: #484848;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
  } 

  .content630 h1.h12line .fL {
    font-size: 48px;
    font-weight: bold;
  }

  .content630 .textArea h1.h12line .cBlue {
    color: #007fc3;
    font-weight: bold;
    font-size: 48px;
  }

  .content630 .logo {
    width: 105px;
    height: auto;
    z-index: 3;
  }

  .content630 span.oriconText {
    padding: 0 0 5px;
    text-align: center;
  }

  .content630 .textArea .speechBubble {
    display: block;
    text-align: center;
    color: #f45269;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 7px;
  }

  .content630 .textArea .topTextArea {
    padding: 2px 5px 3px;
    font-size: 17px;
  }

  .content630 .textArea ul.pointArea {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 475px;
    align-content: stretch;
  }

  .content630 .textArea ul.pointArea li {
    text-align: left;
    justify-content: start;
    margin: 9px 6px 0px 0;
    padding: 5% 14%;

  }

  .content630 .textArea ul.pointArea li::before {
    content: "";
    background-image: url(/promo/lp/img/icon_book.png);
    width: 24px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }

  .content630 ol.annotationArea li {
    counter-increment: cnt;
    text-align: left;
  }

  .content630 ol.annotationArea li::before {
    content: "※" counter(cnt);
    display: inline-block;
    width: 22px;
  }
}

/*-------------------------------- 
logo
 --------------------------------*/

/*--------
PC 
 --------*/
@media screen and (min-width: 640px) {
  .company-logo-list .img-wrap {
    width: auto;
    max-width: 120px;
  }
}



