@charset "UTF-8";

@media screen and (min-width: 769px) {

  /* ==========================================================================
  ベース設定
  =========================================================================== */
  :root {
    /* カラー */
    --Text: #222;
    --Text_color: #321400;
    --Text_link: #1558D6;
    --Main01: #0168B6;
    --Main02: #378AC8;
    --Main03: #4D95CC;
    --Sub01: #FABD01;
    --Sub02: #FFCA27;
    --Accent: #EC0E0E;
    --pink: #EA5E60;
    --Back: #DAF0FF;
    --Back_yellow: #FDEBB3;
    --Back_pink: #FBE4E4;
    --CTA01: #FBA94B;
    --CTA02: #EC0F0F;
    --CTA03: #EC0E0E;
    --CTA_shadow: #FBA74A;

    /* フォント */
    --Font_normal: "ZenKakuGothicNew", sans-serif;
  }

  .html {
    font-size: 16px;
  }

  .body {
    font-size: 1rem;
  }

  .body a:hover {
    opacity: 0.6;
  }

  .container {
    margin: 0 auto;
  }

  .forPC {
    display: block;
  }

  .forPC-inline {
    display: inline;
  }  

  .forSP {
    display: none;
  }

  .forSP-inline {
    display: none;
  }


  /* ==========================================================================
  共通パーツ
  =========================================================================== */
  .inner {
    width: 43.75rem;
    padding: 0;
    margin: 0 auto;
  }

  .btn,
  a.btn {
    font-size: 1.5rem;
    line-height: 1.5rem;
    min-height: 3.75rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .btn--sm,
  a.btn--sm {
    font-size: 1.125rem;
    min-height: 2.875rem;
    padding: 0.875rem 0;
  }

  .btn--arrow::after,
  a.btn--arrow::after {
    width: 1.875rem;
  }

  .btn--sm.btn--arrow::after,
  a.btn--sm.btn--arrow::after {
    width: 1.875rem;
    position: static;
    transform: translateY(0);
  }

  .table th {
    font-size: 0.8125rem;
    padding: 1rem 0.75rem;
  }

  .table td {
    font-size: 0.8125rem;
    padding: 1rem;
  }


  /* ==========================================================================
  トップページ
  =========================================================================== */
  /* スクロールボタン */
  a.scrollBtn {
    display: block;
    background: url(../img/scroll_btn.svg) no-repeat center / contain;
    width: 3.625rem;
    aspect-ratio: 1;
    position: fixed;
    right: 2.5rem;
    bottom: 2.5rem;
    z-index: 10;
  }

  /* MV */
  .mv {
    background-image: url(../img/fv_bg.webp);
    background-color: #8ABADD;
  }

  /* BEST3 */
  .best3 {
    padding: 2rem 0 3rem;
  }

  .best3__list {
    gap: 1.5rem;
    padding-top: 6.125rem;
  }

  .best3__list-item:nth-of-type(1) {
    width: 14.625rem;
  }

  .best3__list-item::before {
    height: 4.4375rem;
    top: -4.9375rem;
  }

  .best3__list-item:nth-of-type(1)::before {
    height: 5.125rem;
    top: -5.625rem;
  }

  .best3__list-box {
    border-radius: 0.5rem;
  }

  .best3__list-item:nth-of-type(1) .best3__list-box {
    outline: 0.125rem solid #fff;
    outline-offset: -0.3125rem;
  }

  .best3__list-box-name {
    font-size: 1.125rem;
    height: 3rem;
  }

  .best3__list-item:nth-of-type(1) .best3__list-box-name {
    font-size: 1.25rem;
  }

  .best3__list-box-txt {
    font-size: 1.125rem;
    line-height: 1.625rem;
    min-height: 7.3125rem;
  }

  .best3__list-item a.btn {
    font-size: 1.5rem;
    min-height: 3.75rem;
    margin-top: 1rem;
  }

  /* PICK UP */
  .pickup {
    padding: 3rem 0;
  }

  .pickup .sectionTtl {
    width: 31.25rem;
  }

  .pickup__content {
    margin-top: 1rem;
  }

  .pickup__box {
    padding: 1.5rem 2rem 3rem;
  }

  a.pickup__box-name {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .pickup__box-top {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem;
  }

  .pickup__box-top-bnr {
    width: 18rem;
    flex-shrink: 0;
  }

  .pickup__box-top-table {
    margin-top: 0;
  }

  .pickup__box-top-table th {
    width: 6.125rem;
    height: 2.25rem;
    padding: 0.5rem 0.75rem;
  }

  .pickup__box-top-table th small {
    white-space: normal;
  }

  .pickup__box-top-table td {
    padding: 0.5rem 1rem;
  }

  .pickup__box-top-table td small {
    transform: scale(1);
    margin-top: 0.25rem;
  }

  .pickup__box-point {
    margin-top: 2rem;
  }

  .pickup__box-point-list-item {
    font-size: 1.125rem;
    min-height: 4rem;
  }

  .pickup__box-point-list-item-img {
    width: 2rem;
  }

  a.pickup__btn {
    line-height: 1.5rem;
    padding: 0.9375rem;
    margin-top: 2rem;
  }

  .pickup__notes {
    font-size: 0.6875rem;
    line-height: 1.25rem;
    margin-top: 1rem;
    transform: scale(1);
  }

  /* 比較表 */
  .comparison__content {
    margin-top: 1.5rem;
  }

  .comparison__table tr:nth-of-type(n+2) th {
    font-size: 1rem;
    line-height: 1.125rem;
    height: 2.5rem;
    padding: 0.5rem;
  }

  .comparison__table td {
    font-size: 1rem;
  }

  .comparison__table td:has(.comparison__table-txt) {
    vertical-align: text-top;
  }

  .comparison__table tr:nth-of-type(1) td {
    padding-top: 6.125rem;
  }

  .comparison__table tr:nth-of-type(1) td::before {
    width: 5.625rem;
    top: 1.5rem;
  }

  .comparison__table tr:nth-of-type(1) td:nth-of-type(1)::before {
    width: 6.25rem;
    top: 1rem;
  }

  .comparison__table td small {
    font-size: 0.6875rem;
    transform: scale(1);
  }

  .comparison__table-catch {
    font-size: 1rem;
  }

  .comparison__table-logo {
    width: 6.25rem;
    margin: 0.5rem auto 0;
  }

  .comparison__table-name {
    font-size: 1.25rem;
    margin-top: 0.25rem;
  }

  a.comparison__table-btn {
    line-height: 1.125rem;
    width: 11.5625rem;
    padding: 0.5rem;
    margin: 0 auto;
  }

  a.comparison__table-scrollBtn {
    font-size: 1rem;
    line-height: 1.125rem;
    margin-top: 1rem;
  }

  a.comparison__table-scrollBtn::after {
    width: 1rem;
    margin-top: 0.25rem;
  }

  .comparison__table-txt {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .comparison__notes {
    font-size: 0.6875rem;
    line-height: 1.5rem;
    transform: scale(1);
  }

  /* 条件別のおすすめ電力会社 */
  .case {
    padding: 2.6875rem 0;
  }

  .case__box {
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 1.6875rem;
  }

  .case__box-head {
    font-size: 1.5rem;
    width: 24rem;
    padding: 0.75rem 0;
    top: -1.6875rem;
    left: 9.625rem;
  }

  .case__box-content {
    padding: 3rem 2rem;
  }

  .case__box-content::before {
    right: -0.5rem;
    bottom: -0.5rem;
  }

  .case__box-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .case__box-list-item {
    flex-direction: column;
  }

  .case__box-list-item:nth-of-type(n+2) {
    margin-top: 0;
  }

  .case__box-list-item-head {
    width: 100%;
    height: 9.125rem;
  }

  .case__box-list-item-head::after {
    background-image: url(../img/triangle_down_blue.svg);
    width: 2.375rem;
    aspect-ratio: 38 / 31;
    top: 8.125rem;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .case__box-list-item-head-txt {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .case__box-list-item-content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 1.25rem 1.125rem 1rem;
  }

  .case__box-list-item-logo {
    margin: 0 auto;
  }

  .case__box-list-item-name {
    font-size: 1.125rem;
    margin-top: 0.375rem;
  }

  .case__box-list-item-txt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 14px;
  }

  /* ランキング */
  .ranking {
    padding: 3rem 0;
  }

  .ranking__content {
    margin-top: 0.75rem;
  }

  .ranking__box {
    outline: 0.125rem solid var(--Main01);
    outline-offset: -0.125rem;
    padding: 1rem 2rem 3rem;
  }

  .ranking__box:nth-of-type(n+2) {
    margin-top: 2.5rem;
  }

  .ranking__box-head {
    height: 4rem;
    padding-left: 5.875rem;
  }

  .ranking__box-head::before {
    width: 4.875rem;
  }

  a.ranking__box-head-name {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .ranking__box-top {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 0.75rem;
  }

  .ranking__box-top-bnr {
    display: block;
    width: 18rem;
    flex-shrink: 0;
  }

  .ranking__box-top-table {
    margin-top: 0;
  }

  .ranking__box-top-table th {
    width: 6.125rem;
    height: 2.25rem;
    padding: 0.5rem 0.75rem;
  }

  .ranking__box-top-table th small {
    white-space: normal;
  }

  .ranking__box-top-table td {
    padding: 0.5rem 1rem;
  }

  .ranking__box-top-table td small {
    transform: scale(1);
  }

  .ranking__box-merit {
    margin-top: 1.5rem;
  }

  .ranking__box-merit-head {
    font-size: 1.25rem;
    min-height: 3rem;
    padding: 0.6875rem;
  }

  .ranking__box-merit-content {
    padding: 1.5rem 1.5rem 2rem 2rem;
  }

  .ranking__box-merit-list-item {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 1.25rem;
  }

  .ranking__box-merit-list-item::before {
    width: 0.75rem;
    top: 0.5em;
  }

  .ranking__box-merit-list-item:nth-of-type(n+2) {
    margin-top: 1rem;
  }

  .ranking__box-recommend {
    margin-top: 3rem;
  }

  .ranking__box-recommend-head {
    font-size: 1.25rem;
    border-radius: 1.5rem;
    height: 3rem;
    padding: 0.75rem 1.875rem;
  }

  .ranking__box-recommend-content {
    padding: 3rem 2rem 2rem;
  }

  .ranking__box-recommend-list-item {
    font-size: 1rem;
    padding-left: 1.25rem;
  }

  .ranking__box-recommend-list-item::before {
    width: 0.75rem;
    top: 0.5em;
  }

  .ranking__box-recommend-list-item:nth-of-type(n+2) {
    margin-top: 1rem;
  }

  .ranking__box-simulation-table {
    margin-top: 1.5rem;
  }

  .ranking__box-simulation-table th {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .ranking__box-simulation-table th:nth-of-type(1) {
    width: 13.625rem;
  }

  .ranking__box-simulation-table-household {
    font-size: 1rem;
    gap: 0.5rem;
  }

  .ranking__box-simulation-table-household::before {
    width: 1.25rem;
  }

  .ranking__box-simulation-table td {
    font-size: 1rem;
  }

  .ranking__box-simulation-notes {
    font-size: 0.6875rem;
    line-height: 1.5rem;
    transform: scale(1);
    white-space: normal;
  }

  a.ranking__box-btn {
    margin-top: 1.5rem;
  }

  .ranking__box-notes {
    font-size: 0.6875rem;
    line-height: 1.5rem;
    transform: scale(1);
    white-space: normal;
    margin-top: 2rem;
  }

  /* 検索 */
  .search {
    padding: 3rem 0;
  }

  .search__content {
    margin-top: 1.5rem;
  }

  .search__form-wrap {
    gap: 1rem;
  }

  .search__form-ttl {
    font-size: 1.125rem;
    line-height: 1.625rem;
    gap: 0.5rem;
  }

  .search__form-ttl::before {
    width: 2.125rem;
  }

  .search__form-select {
    margin-top: 0.75rem;
  }

  .customSelect__trigger {
    padding: 0 1rem;
  }

  .customSelect__sheet {
    width: 43.75rem;
    left: 50%;
    transform: translate(-50%, 100%);
  }

  .customSelect__sheet.is-active {
    transform: translate(-50%, 0);
  }

  .customSelect__sheet-header {
    padding: 1rem 2rem 0;
  }

  .customSelect__sheet-ttl {
    font-size: 1.125rem;
  }

  .customSelect__sheet-ttl::before {
    width: 2.125rem;
  }

  .customSelect__sheet-close {
    top: 1.625rem;
    right: 2rem;
  }

  .customSelect__sheet-list {
    gap: 0.75rem;
    padding: 1rem 2rem 2.5rem;
  }

  .search__table th {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .search__table th:nth-of-type(3) {
    width: 16.875rem;
  }

  .search__table td {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem 0;
  }

  .search__table-logo {
    width: 8.1875rem;
    height: 2.75rem;
    margin: 0 auto;
  }

  .search__notes {
    font-size: 0.6875rem;
    transform: scale(1);
  }

  /* ポイント */
  .point {
    padding: 3rem 0;
  }

  .point__content {
    margin-top: 1.5rem;
  }

  .point__accBtn {
    padding: 3.125rem 1.5rem 1rem;
  }

  .point__accBtn::before {
    width: 5.125rem;
    aspect-ratio: 82 / 26;
    top: 1rem;
    left: 1.5rem;
  }

  .point__accBtn::after {
    width: 3.75rem;
  }

  .point__accBtn-img {
    width: 2rem;
  }

  .point__accBtn-txt {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .point__item {
    padding: 2.5rem 0;
  }

  .point__item:nth-of-type(n+2)::before {
    background-image: url(../img/point_line_pc.webp);
    width: 23.75rem;
  }

  .point__item-txt {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-top: 1.5rem;
  }

  .point__item-txt .bold {
    font-size: 1.125rem;
  }

  .point__item-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem 0;
    margin-top: 1.5rem;
  }

  .point__item-box:has(:only-child) {
    padding: 1.5rem 0;
  }

  .point__item-box-flex {
    align-items: center;
    gap: 1.5rem;
  }

  .point__item-box-flex-logo {
    width: 9.375rem;
    height: 3.125rem;
  }

  .point__item-box-flex-name {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }

  .point__item-box-flex-txt {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-align: center;
  }

  .point__item-box-detail {
    margin-top: 0;
  }

  .point__item-box-detail-head {
    font-size: 1rem;
    text-align: center;
    min-height: 3rem;
    padding: 0.75rem 1rem;
  }

  .point__item-box-detail-content {
    padding: 0.5rem 1rem 1rem;
  }

  .point__item-box-detail-list-item {
    line-height: 1.5rem;
    padding-left: 1.25rem;
  }

  .point__item-box-detail-list-item::before {
    width: 0.75rem;
    top: 0.5em;
  }

  .point__item-box-detail-list-item:nth-of-type(n+2) {
    margin-top: 0.5rem;
  }

  .point__item-table {
    margin-top: 1.5rem;
  }

  .point__item-table th {
    font-size: 1rem;
  }

  .point__item-table td {
    font-size: 1rem;
  }

  .point__item-table td:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }

  .point__item-table-logo {
    display: inline-block;
    margin: 0;
  }

  .point__item-table-name {
    font-size: 1rem;
    margin-top: 0;
  }

  /* Q&A */
  .qa {
    padding: 3rem 0;
  }

  .qa__content {
    margin-top: 0.9375rem;
  }

  .qa__item {
    padding: 2.5rem 0;
  }

  .qa__item:nth-of-type(n+2)::before {
    width: 22.5rem;
  }

  .qa__q {
    font-size: 1.25rem;
    padding: 1.375rem 1.5rem 1.375rem 4.375rem;
  }

  .qa__q::before {
    left: 1.5rem;
  }

  .qa__q::after {
    width: 3.75rem;
  }

  .qa__a-txt {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-top: 1.5rem;
  }

  .qa__a-txt .bold {
    font-size: 1.125rem;
  }

  .qa__a-box {
    padding: 2rem;
    margin-top: 1.5rem;
  }

  .qa__a-box-list-item {
    line-height: 1.5rem;
    padding-left: 1.25rem;
  }

  .qa__a-box-list-item::before {
    width: 0.75rem;
    top: 0.5em
  }

  .qa__a-box-list-item:nth-of-type(n+2) {
    margin-top: 1rem;
  }


  /* ==========================================================================
  フッター
  =========================================================================== */
  .footer {
    padding: 1.125rem 0;
  }

}