  @charset "UTF-8";

/* ==========================================================================
  リセットCSS
  参考：https://necolas.github.io/normalize.css/
  =========================================================================== */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong {
  font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input {
  /* 1 */
  overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select {
  /* 1 */
  text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* ==========================================================================
  ベース設定
  =========================================================================== */

:root {
  /* カラー */
  --Text: #383838;
  --Back: #E9EFF5;
  --Main: #78AFC3;
  --Sub: #FFE160;
  --Accent: #FFE46E;
  --Red: #ff0000;
  /* 文字サイズ */
  --FontSizePC: 16px;
  /* 1010px(inner+padding*2) 〜 max-screen */
  --FontSizeTab: 1.5841584158vw;
  /* 768px 〜　1010px(inner+padding*2) */
}

html {
  font-size: var(--FontSizePC);
  font-family: "Noto Sans JP";
  word-break: break-all;
  color: var(--Text);
}

@media (max-width: 1010px) {
  html {
    font-size: var(--FontSizeTab);
  }
}

.body img {
  width: 100%;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Noto Sans JP Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Noto Sans JP Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto Sans JP Regular.woff") format("woff");
  font-display: swap;
}
/* 広告表記 */
.adTxt {
	text-align: right;
	max-width: 910px; /* 横幅 LPに合わせて調整 */
	padding: 0;
	margin: 8px auto;
  transform: translateY(-40px);
}
.adTxt span {
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #000; /* 枠色 変数名がTextでない場合は変更 */
	padding: 2px 14px;
}

/* ==========================================================================
  共通パーツ
  =========================================================================== */


/* デザイン幅 */

.wrapper {
  max-width: 74.375rem;
  width: 100%;
  margin: 0 auto;
}


/* インナー幅 */

.inner {
  width: 100%;
  max-width: 960px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}


/* 各セクション */

.section {
  padding: 2.5rem 0 5rem;
}

.section__ttl {
  margin: 0 auto;
}

.section__ttl--1 {
  width: 27.5625rem;
}

.section__ttl--2 {
  width: 44.9375rem;
}

.section__ttl--3 {
  width: 35.5625rem;
}

.section__ttl--4 {
  width: 100%;
}

.section__ttl--result {
  width: 100%;
}


/* テキスト */

.txt-ssm {
  font-size: 0.625rem;
  line-height: 1.5;
}

.txt-sm {
  font-size: 0.75rem;
  line-height: 1.5;
}

.txt-md {
  font-size: 0.875rem;
  line-height: 1.5;
}

.txt-lg {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: bold;
}

.txt-bold {
  /* font-weight: bold; */
}

.txt-blue {
  color: var(--Main);
}

.txt-orange {
  color: var(--Accent);
}
.red {
  color: var(--Red);
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 14px;
}


/* テキストリンク */

.txt-link {
  color: #1A0DAB;
  text-decoration: underline;
  font-weight: bold;
  transition: 0.3s;
}

.txt-link:hover {
  opacity: 0.6;
}


/* テキストリンク矢印付き */

.txt-link--arrow {
  padding-right: 1.0625rem;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1.5;
}

.txt-link--arrow::after {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 2px solid #1A0DAB;
  border-right: 2px solid #1A0DAB;
  transform: rotate(45deg) translateY(-100%);
  margin-left: 0.3125rem;
}


/* ボタン（小さめ） */

.btn-sub {
  background-color: var(--Accent);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 0.25rem;
  font-weight: bold;
  box-shadow: 0px 1px 0px 2px #000;
  transition: 0.3s;
  position: relative;
}

.btn-sub::before, .btn-sub::after {
  content: "";
  width: 0.4375rem;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 0.25rem;
}

.btn-sub::before {
  top: calc(50% - 0.1875rem);
  transform: rotate(45deg);
}

.btn-sub::after {
  bottom: calc(50% - 0.1875rem);
  transform: rotate(-45deg);
}

.btn-sub:hover {
  opacity: 0.6;
}

.btn-sub--sm {
  font-size: 0.75rem;
  padding: 0.3125rem 0 0.375rem;
}

.btn-sub--md {
  font-size: 0.875rem;
  padding: 0.5625rem 0 0.6875rem;
}


/* ボタン大 */

.btn-main {
  background-color: var(--Accent);
  font-size: 1.5rem;
  padding: 1.125rem 1.875rem;
  color: #000;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid #000 !important;
  position: relative;
}

.btn-main:hover {
  opacity: 0.6;
  cursor: pointer;
}

.btn-main--arrow::before {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: rotate(45deg) translateY(-50%);
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}


/* チェックマークのリスト */

.check-list {
  padding: 0;
  margin-bottom: 0;
}

.check-list li {
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.check-list li:nth-child(n+2) {
  margin-top: 1.25rem;
}

.check-list li p {
  margin: 0;
  flex: 1;
}

.check-list li::before {
  content: "";
  display: inline-block;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url(../img/cm_icon_check_green.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.25rem;
}


/* フッター */

.footer__links-wrapper {
  padding: 0 0 1.25rem;
}

.footer {
  background-color: #fff;
}

.footer__links-inner {
  display: flex;
  border: 1px solid #000;
  padding: 25px;
  box-sizing: border-box;
}

.footer__links-inner dl {
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3.75rem;
}

.footer__links-inner dd {
  margin-left: 0;
}

.footer__links-inner dd ul {
  padding: 0;
}

.footer__links-inner dd ul li {
  list-style: none;
  padding-left: 1.0625rem;
  position: relative;
}

.footer__links-inner dd ul li a {
  text-decoration: none;
  color: var(--Text);
  transition: 0.3s;
  border-bottom: 1px dotted #000;
  display: block;
  padding: 10px 0;
  font-weight: bold;
}

.footer__links-inner dd ul li a::after {
  content: "";
  width: 8px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  background-image: url("../img/cm_linkArrow.svg");
}

.footer__links-inner dd ul li a:hover {
  opacity: 0.6;
}

.footer__links-inner dl:nth-child(n+2) ul {
  grid-template-columns: 1fr;
}

.footer__info-links {
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  margin-top: -1px;
  border-right: 1px solid #000;
}

.footer__info-links a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  line-height: 40px;
  background: #efefef;
  border: 1px solid #000;
}

.footer__info-links:nth-last-of-type(1) a {
  border-right: none;
}

.footer__info-links a:hover {
  opacity: 0.6;
}

.footer__copy {
  background-color: #fff;
  padding: 10px 0 30px;
  text-align: center;
  color: #000;
  font-size: 0.75rem;
  font-weight: bold;
}


/* テーブル　スクロールあり */

.table-wrapper__ttl-wrap {
  display: flex;
}

.table-wrapper__ttl {
  font-size: 1rem;
  font-weight: bold;
}

.table-wrapper__ttl::before {
  display: inline-block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-color: var(--Main);
  margin-right: 0.4375rem;
}

.table-wrapper__unit {
  display: inline-block;
  margin-left: auto;
}

.table-wrapper__content {
  margin-top: 0.625rem;
}


/* 更新日 */

.table-wrapper__update {
  margin-top: 0.625rem;
  margin-bottom: 0;
}


/* テーブル本体 */

.table {
  border-collapse: collapse;
  width: 100%;
}


/* テーブルヘッド */

.table th {
  background-color: #E6E6E6;
  color: #000;
  height: 2.375rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border: 1px solid #000;
  vertical-align: middle;
}

.table.table--2 th {
  height: 5rem;
}

.table th.fz {
  font-size: 0.625rem;
  letter-spacing: -0.05em;
}


/* 総合評価のテーブルのセル幅・高さ指定 */

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

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

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

.table--1 td {
  min-height: 7.5rem;
}


/* 主要通過取扱いのテーブルのセル幅・高さ指定 */

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

.table--2 th {
  width: 11.4583333333%;
}

.table--2 th:last-child {
  width: 14.5833333333%;
}

.table.table--2 td {
  height: 1.875rem;
  padding: 0.625rem 0.875rem;
}


/* テーブルセル */

.table--1 tr:nth-child(2n+1) {
  background-color: #F4F7FA;
}

.table td {
  padding: 0.9375rem 0.875rem;
  border: 1px solid var(--Text);
  position: relative;
}

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

.table td p {
  margin: 0;
}

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


/* テキスト中央寄せのセル */

.table__txt-center {
  text-align: center;
}


/* テキスト上寄せのセル */

.table__txt-top {
  vertical-align: top;
}


/* テーブルロゴ */

.table__logo {
  display: inline-block;
  margin-top: 1.5625rem;
}

.table__logo.table__logo--no-rank {
  margin-top: 0;
}

.table__logo a {
  transition: 0.3s;
}

.table__logo a:hover {
  opacity: 0.6;
}


/* ランキング表記 */

.table__rank {
  position: absolute;
  top: 0.625rem;
  left: 0;
  z-index: 1;
  font-weight: bold;
}


/* ランキング表記　TOP1,2,3位 共通スタイル */

.table__rank--top {
  width: 3.75rem;
  height: 1.75rem;
  position: absolute;
  z-index: 1;
}

.table__rank--top::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 3.9375rem;
  height: 1.875rem;
  -webkit-clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  background-color: #DDDDDD;
  border: 2px solid #DDDDDD;
  z-index: -3;
}

.table__rank--top>span {
  position: relative;
  width: 3.75rem;
  height: 1.625rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}

.table__rank--top>span>span {
  font-size: 0.75rem;
  padding-bottom: 0.125rem;
  display: inline-block;
}

.table__rank--top>span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3.75rem;
  height: 1.75rem;
  -webkit-clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  background-color: black;
  border: 2px solid black;
  z-index: -2;
}

.table__rank--top>span::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 3.8125rem;
  height: 1.75rem;
  -webkit-clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 85% 49%, 100% 100%, 0 100%, 0 0);
  z-index: -1;
}


/* ランキング表記　1,2,3位 色指定 */

.table__rank--1>span::before {
  background-color: var(--Sub);
}

.table__rank--2>span::before {
  background-color: #DEDEDE;
}

.table__rank--3>span::before {
  background-color: #DEC2AB;
}


/* ランキング表記 4位以下 */

.table__rank--normal {
  width: 3.75rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: 0 20px 20px 0;
}

.table__rank--normal>span {
  font-size: 0.875rem;
}

.table__rank--normal>span>span {
  font-size: 0.75rem;
}


/* アイコン二重丸・丸・三角・バツ */

.table__icon img {
  width: 42px;
}

.table--1 .table__icon img {
  margin-top: 0;
}


/* 通貨のアイコン調整 */

.table__head-icon {
  display: inline-block;
}

.table__head-icon--btc, .table__head-icon--eth, .table__head-icon--enj {
  width: 1.25rem;
}

.table__head-icon--etc {
  width: 0.875rem;
}

.table__head-icon+div {
  margin-top: 0.3125rem;
}


/* テーブル　金額表記 */

.table__price {
  font-size: 1rem;
  font-weight: bold;
}

.table__price span {
  font-size: 0.75rem;
}


/* テーブルのaタグのホバー */

.table a {
  transition: 0.3s;
}

.table a:hover {
  opacity: 0.6;
}


/* テーブル黒 スクロールなし */

.table-black {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
  font-size: 1rem;
  line-height: 1.5;
}

.table-black th {
  background-color: #000;
  color: #fff;
  padding: 0.625rem 0.9375rem;
  width: 50%;
}

.table-black th:not(:last-child) {
  border-right: 1px solid #fff;
}

.table-black td {
  background-color: #fff;
  padding: 0.9375rem 0.5625rem;
  width: 50%;
  font-weight: bold;
  text-align: center;
}

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


/* PCのみ表示 */

.u-desktop {
  display: inline;
}


/* スマホのみ表示 */

.u-mobile {
  display: none;
}
.forSP {
  display: none;
}


/* コラム記事 h2タイトル */

.article h2 {
  background-color: var(--Sub);
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 0.75rem 1.25rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  position: relative;
  margin-bottom: 0;
}

.article h2::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fff;
}


/* コラム記事 h3タイトル */

.article h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--Main);
  margin-bottom: 0;
}


/* コラム記事 表レイアウト用 */

.article .table-wrapper {
  margin-top: 1em;
}


/* コラム記事 本文テキスト */

.article .inner>p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}


/* コラム記事 番号付きリスト */

.article ol {
  counter-reset: number;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.article ol li {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
}

.article ol li p {
  margin: 0;
}

.article ol li:nth-child(n+2) {
  margin-top: 1.25rem;
}

.article ol li:before {
  margin-right: 0.625rem;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  font-weight: bold;
  font-size: 1.25rem;
  background-image: url(../img/cm_number-list_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}


/* アコーディオン */

.aco dl {
  margin-top: 1.875rem;
  margin-bottom: 0;
}

.aco button {
  border: none;
  box-shadow: 0px 1px 0px 3px #000;
  background-color: var(--Main);
  color: #fff;
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  padding: 0.9375rem 1.875rem;
}

.aco button:hover {
  cursor: pointer;
}

.aco button.open, .aco button.stay {
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0px 0px 0px 3px #000;
}

.aco button.open.stay {
  border-radius: 0.5rem;
  box-shadow: 0px 1px 0px 3px #000;
}

.aco button span {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 1.25rem;
}

.aco button p {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  flex: 1;
}

.aco dd {
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.25rem 1.875rem;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0px 2px 0px 3px #000;
  margin: 0;
  display: none;
}

.aco dd div {
  display: flex;
  align-items: flex-start;
}

.aco dd span {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  margin-right: 0.625rem;
  background-color: var(--Sub);
  border-radius: 50%;
}

.aco dd span img {
  width: 0.625rem;
}

.aco dd p {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  flex: 1;
  margin-top: 0;
}

.aco dd.stay {
  display: block;
}


/* 吹き出しつきボックス */

.balloon-box {
  border: 1px solid #000;
  position: relative;
  background-color: #fff;
}


/* 吹き出し */

.balloon-box__ttl {
  margin: 0;
  width: 100%;
  display: block;
}

.balloon-box__ttl>span {
  font-size: 1.25rem;
  background-color: #fff;
  display: block;
}

.balloon-box__ttl>span>span {
  display: block;
  padding: 5px 0;
  position: relative;
}

.company-info__check-list {
  margin-top: 0;
}

.company-info__txt-link {
  margin-top: 1.25rem;
  margin-bottom: 0;
  text-align: right;
}


/* 吹き出しの色 */

.balloon-box__ttl--yellow>span>span {
  background-color: var(--Sub);
}

.balloon-box__ttl--yellow>span::after {
  border-color: var(--Sub) transparent transparent transparent;
}

.balloon-box__ttl--gray>span>span {
  background-color: var(--Back);
}

.balloon-box__ttl--gray>span::after {
  border-color: var(--Back) transparent transparent transparent;
}

.balloon-box__ttl--blue>span>span {
  background-color: #C6D5DB;
  color: #000;
  padding: 5px;
  text-align: center;
  font-size: 14px;
}


/* ==========================================================================
  header / ヘッダー
  =========================================================================== */

.header h1 {
  margin: 0;
}

.header img {
  /* width: 1020px; */
}

.header h1 img {
  /* position: relative;
  left: 139px; */
}
.areaName{
  display: inline-block;
  background-color: #C6D5DB;
  line-height: 60px;
  padding: 0;
  position: absolute;
  top: 28.8%;
  left: 13.7%;
  min-width: 205px;
  text-align: center;
  }
.areaName::after{
  content: "版";
}
.areaHeader{
  position: relative;
}



/* ==========================================================================
  search / フォーム
  =========================================================================== */


/* セクション背景 */

.search {
  position: relative;
  background-color: #F4F7FA;
}

.search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(-90deg);
}

.search::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url(../img/ct_bg_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.search__form {
  margin-top: 2.5rem;
}


/* フォーム */

.form dl:nth-child(n+2) {
  margin-top: 2.5rem;
}

.form__grid {
  margin-top: 0.9375rem;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}

.form__grid.form__grid--3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.form label {
  padding: 0 0.9375rem;
  box-shadow: 0px 0px 0px 1px #000;
  border-radius: 0.5rem;
  transition: 0.3s;
  height: 3.75rem;
  background-color: #fff;
}

.form label:hover {
  cursor: pointer;
  background-color: #C6D5DB;
}

.form input {
  opacity: 0;
  position: absolute;
}


/* チェック時のスタイル */

.form input:checked+label {
  background-color: var(--Main);
  color: #fff;
  box-shadow: 0px 0px 0px 2px #000;
}

.form input:checked+.form__radio-label::after {
  background-color: var(--Main);
}


/* radioのスタイル */

.form__radio-label {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.25;
}


/*
.form__radio-label::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.form__radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5625rem;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #D9D9D9;
  border-radius: 50%;
  transition: 0.3s;
}
*/


/* checkboxのスタイル */

.form__checkbox-label {
  display: flex;
  align-items: center;
  line-height: 1.25;
}

.conditions_type-label::before, .form__checkbox-label::before {
  content: "";
  display: inline-block;
  width: 2.375rem;
  height: 2.375rem;
  margin-right: 0.9375rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}


/* こだわり条件のアイコン */

.form__checkbox-label--1::before {
  background-image: url(../img/cm_formIcon_01.svg);
}


/* こだわり条件のアイコン */

.conditions_type01-label::before {
  background-image: url(../img/cm_formIcon_07.svg);
}

.conditions_type02-label::before {
  background-image: url(../img/cm_formIcon_08.svg);
}

.conditions_type03-label {
  text-align: center;
}


/*
.form input:checked + .form__checkbox-label--0yen::before {
  background-image: url(../img/cm_icon_0yen_white.svg);
}
*/

.form__checkbox-label--2::before {
  background-image: url(../img/cm_formIcon_02.svg);
}


/*
.form input:checked + .form__checkbox-label--10000yen::before {
  background-image: url(../img/cm_icon_10000yen_white.svg);
}
*/

.form__checkbox-label--3::before {
  background-image: url(../img/cm_formIcon_03.svg);
}


/*
.form input:checked + .form__checkbox-label--clock::before {
  background-image: url(../img/cm_icon_clock_white.svg);
}
*/

.form__checkbox-label--4::before {
  background-image: url(../img/cm_formIcon_04.svg);
}


/*
.form input:checked + .form__checkbox-label--coin::before {
  background-image: url(../img/cm_icon_coin_white.svg);
}
*/

.form__checkbox-label--5::before {
  background-image: url(../img/cm_formIcon_05.svg);
}


/*
.form input:checked + .form__checkbox-label--security::before {
  background-image: url(../img/cm_icon_security_white.svg);
}
*/

.form__checkbox-label--6::before {
  background-image: url(../img/cm_formIcon_06.svg);
}


/*
.form input:checked + .form__checkbox-label--money::before {
  background-image: url(../img/cm_icon_money_white.svg);
}
*/


/* ボタン */

.form__btns {
  position: relative;
  text-align: center;
  margin-top: 3.75rem;
}

.form__clear-btn {
  box-shadow: 0px 1px 0px 3px #000;
  border-radius: 0.5rem;
  border: none;
  transition: 0.3s;
  color: var(--Text);
}

.form__clear-btn {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0.875rem 1.875rem;
}

.form__clear-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}

.form__submit-btn {
  border: none;
  width: 26.25rem;
  position: relative;
}

.form__submit-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("../img/cm_formArrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
}

.form__submit-btn:hover {
  opacity: 0.6;
  cursor: pointer;
}


/* ==========================================================================
  ranking / おすすめランキングBEST3のセクション
  =========================================================================== */


/* セクション背景 */

.ranking {
  position: relative;
}

.ranking__ttl-wrapper {
  background-color: var(--Main);
  padding: 2.5rem 0;
  margin-top: -2.5rem;
  position: relative;
}

.ranking__ttl-wrapper::before {
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25rem 1.25rem 0 1.25rem;
  border-color: var(--Main) transparent transparent transparent;
}

.ranking__companies {
  margin-top: 2.5rem;
}

.ranking__item-comment {
  position: relative;
  min-height: 142px;
}

.ranking__item-commentTxt {}

.ranking__item-comment {
  width: 100%;
  max-width: 472px;
  margin: 15px auto;
}

.ranking__item:nth-child(2)>div.ranking__item-comment>img, .ranking__item:nth-child(3)>div.ranking__item-comment>img, .ranking__item:nth-child(4)>div.ranking__item-comment>img {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.ranking__item:nth-child(2)>div.ranking__item-comment .ranking__item-commentTxt, .ranking__item:nth-child(3)>div.ranking__item-comment .ranking__item-commentTxt {
  width: 306px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 6px;
  padding: 18px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.5;
  float: left;
  position: relative;
}

.ranking__item-commentTxt::after {
  content: '';
  position: absolute;
  right: 1px;
  top: 40px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: #fff;
  border-right: 0;
  border-bottom: 0;
  margin-top: -10px;
  margin-right: -20px;
}

.ranking__item:nth-child(4)>div.ranking__item-comment .ranking__item-commentTxt {
  width: 262px;
  background-color: #fff;
  border-radius: 6px;
  padding: 18px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.5;
  float: left;
  position: relative;
}

/* 20240517 画像サイズ調整 */
img.ranking__commentImg_01{
  width: 136px;
  height: 150px;
}
img.ranking__commentImg_02{
  width: 186px;
  height: 142px;
}
img.ranking__commentImg_03{
  width: 186px;
  height: 146px;
}

/* 会社情報群 */

.company-list__item:nth-child(n+2) {
  margin-top: 5rem;
}


/* 会社情報 */

.company-info__ttl-wrap {
  display: flex;
  min-height: 5.875rem;
  border: 3px solid #000;
  background-color: var(--Main);
}

.company-info__rank {
  width: 6.75rem;
  display: grid;
  place-items: center;
  border-right: 3px solid #000;
  background-color: #fff;
}

.company-info__rank img {
  width: 3.8125rem;
}

.company-info__ttl {
  flex: 1;
  padding: 0.9375rem 2.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-info__ttl span {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}

.company-info__ttl h3 {
  font-size: 1.875rem;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.company-info__ttl h3 a {
  color: #fff;
  transition: 0.3s;
}

.company-info__ttl h3 a::after {
  display: inline-block;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.1875rem solid #fff;
  border-right: 0.1875rem solid #fff;
  transform: rotate(45deg);
  margin-left: 0.9375rem;
}

.company-info__ttl h3 a:hover {
  opacity: 0.6;
}

.company-info__rank--1 {
  background-color: var(--Sub);
}

.company-info__rank--2 {
  background-color: #DEDEDE;
}

.company-info__rank--3 {
  background-color: #DEC2AB;
}


/* バナー */

.company-info__bnr {
  display: block;
  margin-top: 1.25rem;
  text-decoration: none;
  transition: 0.3s;
}

.company-info__bnr:hover {
  opacity: 0.6;
  cursor: pointer;
}

.company-info__bnr-body {
  margin-top: -2px;
  background-color: var(--Back);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.875rem;
}

.company-info__bnr-body p {
  margin: 0;
  color: var(--Text);
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1.875rem;
  line-height: 1.4583333333;
}

.company-info__bnr-btn>span {
  width: 21.25rem;
  background-color: var(--Accent);
  font-size: 1.5rem;
  padding: 1rem 1.875rem;
  color: #fff;
  border: none;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  border-radius: 0.25rem;
  box-shadow: 0px 1px 0px 3px #000;
  position: relative;
}

.company-info__box {
  margin-top: 3.9375rem;
}

.company-info__box p:first-of-type {
  margin-top: 0;
}

.company-info__btn-wrap {
  margin-top: 2.5rem;
}

.company-info__campaign-box {
  position: relative;
  border: 3px solid #000;
  border-radius: 1rem;
  margin-top: 4rem;
}

.company-info__campaign-box>div {
  background-color: #E4F6F4;
  padding: 3.125rem 2.5rem 3.125rem;
  border-radius: 0.8rem;
  margin-top: 0.3125rem;
}

.company-info__campaign-box p {
  text-align: center;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}

.company-info__campaign-ttl {
  text-align: center;
  position: absolute;
  top: -3.125rem;
  left: 0;
  width: 100%;
  z-index: 1;
}

.company-info__campaign-ttl>span {
  display: inline-flex;
  justify-content: center;
  width: 36.4375rem;
  height: 3.6875rem;
  background-image: url(../img/cm_ribbon_green.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

.company-info__campaign-ttl>span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #fff;
  z-index: -1;
}

.company-info__campaign-ttl>span>span {
  padding-top: 0.75rem;
  font-size: 1.25rem;
}

.company-info__table {
  margin-top: 2.5rem;
}


/* 吹き出し付きのCTAボタン */

.cta-btn {
  text-align: center;
}

.cta-btn__message {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  max-width: 40rem;
  line-height: 1.5;
}

.cta-btn__message::before, .cta-btn__message::after {
  position: absolute;
  top: 50%;
  content: "";
  display: inline-block;
  width: 5rem;
  height: 1.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-btn__message::before {
  background-image: url(../img/cm_star_left.png);
  left: -1.875rem;
  transform: translate(-100%, -50%);
}

.cta-btn__message::after {
  background-image: url(../img/cm_star_right.png);
  right: -1.875rem;
  transform: translate(100%, -50%);
}

.cta-btn__wrap {
  margin-top: 1.25rem;
}

.cta-btn__wrap a {
  min-width: 33.75rem;
  line-height: 1.5;
}


/* ==========================================================================
  検索結果ページ
  =========================================================================== */


/* セクション背景 */

.conditions {
  position: relative;
  padding: 20px 0 1.875rem;
}

.conditions__box {
  margin: 3.3125rem auto 0;
}

.conditions__box.balloon-box {
  padding: 3px;
  max-width: 800px;
}

.conditions__list {
  margin-top: 0;
}

.conditions__list dl {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  line-height: 1.5;
  padding: 10px;
  border-bottom: 1px dotted #000;
}

.conditions__list dl:nth-last-of-type(1) {
  border-bottom: none;
}

.conditions__list dt {
  color: #000;
  margin-right: 0.625rem;
}

.conditions__list dd {
  margin: 0;
  flex: 1;
}

.result {
  padding-bottom: 3.75rem;
}

.result__num {
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.result__num span {
  font-size: 1.25rem;
}

.result__table {
  margin-top: 0.625rem;
}

.result__table td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.result__table-btn {
  display: block;
  width: 185px;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 64px;
  padding: 0 20px;
  border: 2px solid #000;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #000;
  background: rgb(254, 226, 108);
  background: linear-gradient(0deg, rgba(240, 191, 58, 1) 0%, rgba(254, 226, 108, 1) 100%);
}

.result__table-btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url(../img/cm_formArrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
}

.result__table-btn:hover {
  opacity: 0.6;
}

.re-search {
  padding: 0;
}

.re-search__title {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #000;
  margin: 0;
  text-align: center;
}

.re-search__form {
  margin-top: 2.5rem;
}

.top-btn {
  text-align: center;
  padding: 40px 0;
  margin-top: 40px;
  background-color: #fff;
}

.top-btn a {
  padding: 1.125rem 1.875rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: bold;
  box-shadow: 0px 0px 0px 1px #000;
  transition: 0.3s;
  color: var(--Text);
  background-color: #fff;
}

.top-btn a:hover {
  opacity: 0.6;
}


/*　検索結果ページ*/

.body.result_form {
  border-top: 4px solid #000;
  background-color: #F0F0F0;
}


/* ランキング */

.ranking.section {
  margin-top: -80px;
}

.section__ttl--1 {
  width: 100%;
  max-width: 330px;
  text-align: center;
}

.ranking__item {
  position: relative;
  margin: 180px auto 0;
  z-index: 10;
}

.ranking__item::after {
  content: "";
  width: 1190px;
  height: 1186px;
  left: -115px;
  top: 40px;
  position: absolute;
  z-index: -1;
  display: inline-block;
  background-image: url("../img/cm_ranking_bg.png");
}

.ranking__item:nth-of-type(1) {
  margin-top: 30px;
}

.ranking__item-ttl {
  min-height: 158px;
  position: relative;
  padding-left: 168px;
  padding-top: 40px;
}

.ranking__item-rank {
  width: 137px;
  height: 138px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.ranking__item-copy {
  font-size: 14px;
  font-weight: bold;
}

.ranking__item-name a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #1A0DAB !important;
  margin-top: 15px;
  text-decoration: underline;
}

.ranking__item-name a::after {
  content: " ＞";
  display: inline-block;
  color: #1A0DAB !important;
}

.ranking__item-bnr {
  display: inline-block;
  width: 400px;
  height: 158px;
  position: absolute;
  right: 0;
  top: 0;
}

.ranking__item-bnrimg {
  vertical-align: bottom;
}

.ranking__item-rank img {
  vertical-align: bottom;
}

.ranking__item-table {
  width: 100%;
  margin: 15px auto 0;
  border: 1px solid #000;
  font-size: 12px;
}

.ranking__item-table .center {
  text-align: center;
}

.ranking__item-table thead th {
  border: 1px solid #000;
  background-color: #E6E6E6;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  width: 137px;
}

.ranking__item-table tbody td {
  border: 1px solid #000;
  border-top: none;
  background-color: #fff;
  padding: 15px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
  width: 137px;
}

.ranking__item-tableType {
  display: block;
  line-height: 28px;
  font-size: 14px;
  width: 105px;
  text-align: center;
  box-sizing: border-box;
  color: #787878;
  border: 1px solid #E6E6E6;
  margin: 0 auto;
}

.ranking__item-tableType.select {
  color: #000;
  background-color: #C6D5DB;
  border: 1px solid #C6D5DB;
}

.ranking__item-tableType+.ranking__item-tableType {
  margin-top: 5px;
}

.ranking__item-btn {
  margin: 25px auto 0;
  text-align: center;
}

.ranking__item-btnCopy {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  line-height: 42px;
}

.ranking__item-btnCopy::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 42px;
  background-image: url("../img/ct_ranking_linkIcon.png");
  position: relative;
  margin-right: 25px;
  background-size: 20px 42px;
  top: 15px;
}

.ranking__item-btnCopy::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 42px;
  background-size: 20px 42px;
  background-image: url("../img/ct_ranking_linkIcon.png");
  position: relative;
  margin-left: 25px;
  top: 15px;
}

.ranking__item-btnCopy small {
  font-size: 16px;
}

.ranking__item-btn a {
  display: block;
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 1.5;
  padding: 20px 40px;
  border: 2px solid #000;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #000;
  background: rgb(254, 226, 108);
  background: linear-gradient(0deg, rgba(240, 191, 58, 1) 0%, rgba(254, 226, 108, 1) 100%);
  margin: 10px auto;
  text-align: center;
  box-shadow: 0 8px 8px 0px #ddd;
}

.ranking__item-btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("../img/cm_formArrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
}

.ranking__item-btn a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.ranking__item-point {
  margin: 40px auto 0;
}

.ranking__item-pointTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.ranking__item-pointTxt {
  margin: 8px auto 0;
  padding: 15px;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
}

.ranking__item-pointTxt::before, .ranking__item-pointTxt::after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
}

.ranking__item-pointTxt::before {
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  top: 0;
  left: 0;
}

.ranking__item-pointTxt::after {
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  bottom: 0;
  right: 0;
}

.ranking__item-campaign {
  width: 100%;
  max-width: 800px;
  font-size: 16px;
  font-weight: bold;
  outline: 1px solid #000;
  border: 3px solid #F5F5F5;
  border-radius: 6px;
  background-color: #C6D5DB;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  margin: 15px auto 0;
}

.ranking__item-campaignTitle {
  font-size: 18px;
  line-height: 1.5;
}

.ranking__item-campaignTitle small {
  font-size: 16px;
}

.ranking__item-campaign img {
  max-width: 378px;
  margin-top: 15px;
}


/* 当サイト人気No.1はこちら */

.section__ttl--2 {
  position: absolute;
  top: -100px;
  max-width: 392px;
  left: 50%;
  margin-left: -196px;
}

.popular.section {
  margin-top: 200px;
  position: relative;
  background-color: #000;
  padding: 0 0 20px;
}

.popular.section .scroll {
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}

.popular__item {
  background-color: #fff;
}

.scroll {
  margin: auto;
  width: 100%;
  font-size: 140%;
  line-height: 1.5em;
  text-align: center;
  overflow: hidden;
}

.scroll span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollAnime 25s linear infinite;
  font-style: italic;
}

@keyframes scrollAnime {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}

.popular__item-btn a, .type__box-btn a {
  display: block;
  width: 100%;
  max-width: 490px;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 1.5;
  padding: 20px 40px;
  border: 2px solid #000;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #000;
  background: rgb(254, 226, 108);
  background: linear-gradient(0deg, rgba(240, 191, 58, 1) 0%, rgba(254, 226, 108, 1) 100%);
  margin: 10px auto;
  text-align: center;
}

.type__box-btn {
  position: absolute;
  bottom: 15px;
}

.type__box-btn a {
  font-size: 14px;
  padding: 15px 30px;
  margin: 0;
}

.popular__item-btn a::after, .type__box-btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("../img/cm_formArrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
}

.type__box-btn a::after {
  right: 12px;
}

.popular__item-btn a:hover, .type__box-btn a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.popular__item-data,.type__box-data {
  width: 100%;
}

.popular__item-data tbody td {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
}

.popular__item-data tbody td:nth-of-type(2) a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #1A0DAB !important;
  text-decoration: underline;
}

.popular__item-data tbody td:nth-of-type(2) a::after {
  content: " ＞";
  display: inline-block;
  color: #1A0DAB;
}

.popular__item-data tbody td img {
  height: 90px;
  width: auto;
}

.popular__item-data tbody td .red {
  color: #D22323;
}

.popular__item-point::before {
  content: "POINT";
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

.popular__item-point {
  border-bottom: 1px dotted #000;
}

.popular__item-point li {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px dotted #000;
  line-height: 2;
}

.popular__item-point li::before {
  content: "・";
}

.popular__item-specPc {
  width: 100%;
  box-sizing: border-box;
}

.popular__item-specPc tbody td {
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid #000;
  width: 221px;
}

.popular__item-specPcHead {
  display: block;
  line-height: 26px;
  text-align: center;
  width: calc(100% + 16px);
  position: relative;
  top: -8px;
  left: -8px;
  font-size: 14px;
  font-weight: bold;
  background-color: #C6D5DB;
}

table.popular__item-specPc>tbody>tr>td:nth-child(1) .popular__item-specPcHead, table.popular__item-specPc>tbody>tr>td:nth-child(4) .popular__item-specPcHead {
  margin-bottom: 10px;
}

.popular__item-campaign {
  line-height: 64px;
  border-top: 1px solid #000;
}

.popular__item-campaignTxt {
  padding: 8px 30px 8px 15px;
  line-height: 1.0;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  display: inline-block;
  position: relative;
}

.popular__item-campaignTxt::after {
  position: absolute;
  content: '';
  right: -1px;
  top: -3px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 36px white;
  z-index: 2;
}

.popular__item-campaignItem {
  margin-left: 20px;
  font-weight: bold;
  font-size: 16px;
}

.popular__item-campaignItem::before {
  content: "";
  display: inline-block;
  background-image: url(../img/popular__item-campaignItem.svg);
  width: 16px;
  height: 27px;
  position: relative;
  top: 7px;
  margin-right: 4px;
}


/* タイプ別　おすすめメンズ脱毛 */

.type.section {
  background-color: #C6D5DB;
  position: relative;
  margin-top: 88px;
}

.section__ttl--3 {
  position: relative;
  top: -60px;
}

.type__tab {
  text-align: center;
  margin-top: -20px;
}

.type__tab-item {
  width: 277px;
  display: inline-block;
  border: 1px solid #000;
  line-height: 54px;
  background-color: #C7A044;
  font-size: 18px;
  margin-right: 34px;
  font-weight: bold;
  box-sizing: border-box;
}

.type__tab-item:nth-of-type(2) {
  background-color: #79BBCB;
}

.type__tab-item:nth-of-type(3) {
  background-color: #82BA7A;
}

.type__box-item:nth-last-of-type(1), .type__tab-item:nth-last-of-type(1) {
  margin-right: 0;
}

.type__box-item:nth-last-of-type(1) {
  margin-left: 0px;
}

.type__box {
  padding-left: 2px;
}

.type__box-item {
  width: 277px;
  display: inline-block;
  border: 1px solid #000;
  background-color: #fff;
  margin-right: 34px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 1px;
  position: relative;
  top: -1px;
  padding: 15px;
  min-height: 575px;
  position: relative;
}

.type__box-item.down {
  display: inline-block;
}

.type__box-spec {
  width: 100%;
  box-sizing: border-box;
  margin-top: 15px;
  font-size: 12px;
}

.type__box-copy {
  font-size: 16px;
  font-weight: bold;
}

.type__box-copy::before {
  content: "ー ";
}

.type__box-name a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #1A0DAB !important;
  text-decoration: underline;
  margin-top: 15px;
}

.type__box-name a::after {
  content: " ＞";
  display: inline-block;
  color: #1A0DAB;
}

ul.type__box>li table>thead>tr>th:nth-child(1) {
  border: none;
}

.type__box-bnr {
  margin-top: 20px;
}

.type__box-spec thead th {
  text-align: center;
  font-weight: bold;
  padding: 8px;
  border: 1px solid #efefef;
}

.type__box-spec tbody th, .type__box-spec tbody td {
  text-align: center;
  font-weight: bold;
  padding: 8px;
  border: 1px solid #efefef;
  vertical-align: middle;
}

.type__box-spec tbody th {
  width: 57px;
}

ul.type__box>li.type__box-item>table>tbody>tr:nth-child(4)>th, ul.type__box>li.type__box-item>table>tbody>tr:nth-child(4)>td {
  height: 115px;
  vertical-align: middle;
}


/*
検索フォーム
*/

.search.section {
  border-top: 4px solid #000;
  z-index: 99;
}


/*
1位　再訴求
*/

section.no1.section.wrapper>.inner {
  position: relative;
}

section.no1.section.wrapper>.inner::after {
  content: "";
  width: 1190px;
  height: 789px;
  left: -90px;
  top: 130px;
  position: absolute;
  z-index: -1;
  display: inline-block;
  background-image: url(../img/no1_bg.png);
}

.no1__title {
  background-image: url("../img/no1__title_bg.png");
  background-size: 352px 177px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40px;
}

.no1__title-copy {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.no1__title-rank {
  text-align: center;
  font-size: 50px;
  font-style: italic;
  margin-top: 15px;
  font-weight: bold;
}

.no1__title-rank small {
  font-size: 25px;
}

.no1__title-name {
  text-align: center;
}

.no1__title-name a {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #1A0DAB !important;
  text-decoration: underline;
  margin-top: 15px;
}

.no1__title-name a::after {
  content: " ＞";
  display: inline-block;
  color: #1A0DAB;
}

.no1__item-bnr {
  text-align: center;
  margin-top: 30px;
}

.no1__item-bnr img {
  width: 100%;
  max-width: 542px;
}

.no1__item-spec_pc {
  width: 100%;
  margin: 25px auto 0;
  border: 1px solid #000;
  font-size: 14px;
}

.no1__item-spec_pc thead th {
  border: 1px solid #000;
  background-color: #E6E6E6;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  width: 137px;
}

.no1__item-spec_pc tbody td {
  border: 1px solid #000;
  border-top: none;
  background-color: #fff;
  padding: 15px;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: middle;
  width: 137px;
}

.no1__btn a {
  display: block;
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 1.5;
  padding: 20px 40px;
  border: 2px solid #000;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #000;
  background: rgb(254, 226, 108);
  background: linear-gradient(0deg, rgba(240, 191, 58, 1) 0%, rgba(254, 226, 108, 1) 100%);
  margin: 10px auto;
  text-align: center;
  box-shadow: 0 8px 8px 0px #ddd;
}

.no1__btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url("../img/cm_formArrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
}

.no1__btn a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.no1__btn-copy {
  font-weight: bold;
  font-size: 18px;
  position: relative;
  line-height: 42px;
  text-align: center;
}

.no1__btn-copy::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 42px;
  background-size: 20px 42px;
  background-image: url("../img/ct_ranking_linkIcon.png");
  position: relative;
  margin-right: 25px;
  top: 15px;
}

.no1__btn-copy::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 42px;
  background-size: 20px 42px;
  background-image: url("../img/ct_ranking_linkIcon.png");
  position: relative;
  margin-left: 25px;
  top: 15px;
}

.no1__btn-copy small {
  font-size: 16px;
}

.no1__txt {
  margin-top: 25px;
}

.no1__txt-copy {
  font-size: 24px;
  font-weight: bold;
  width: 384px;
  height: 100px;
  line-height: 1.5;
  float: left;
  padding-top: 35px;
}

.no1__txt-copy small {
  font-size: 20px;
}

.no1__txt-desc {
  width: 515px;
  margin: 8px auto 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  float: right;
}

.no1__txt-desc::before, .no1__txt-desc::after {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
}

.no1__txt-desc::before {
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  top: 0;
  left: 0;
}

.no1__txt-desc::after {
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  bottom: 0;
  right: 0;
}

.iconTag {
  display: block;
  line-height: 28px;
  font-size: 14px;
  width: 105px;
  text-align: center;
  box-sizing: border-box;
  color: #787878;
  margin: 0 auto;
  border: 1px solid #E6E6E6;
}

.iconTag.select {
  color: #000;
  background-color: #C6D5DB;
  border: 1px solid #C6D5DB;
}

.iconTag+.iconTag {
  margin-top: 5px;
}

.underline {
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 75%, #faeb96 75%);
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}


/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/* ==========================================================================
  20240603 yss コラム改修 
=========================================================================== */
.yss .footer__links-inner dl {
  width: 100%;
  margin-right: 0;
}
.yss .footer__links-inner dl dd ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
.yss .footer__links-inner dl dd ul li{
  padding-left: 0;
}
.yss .footer__links-inner dd ul li a {
  padding: 0;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  border-bottom: none;
}
.yss .footer__links-inner dd ul li a::after {
  display: none;
}
.page-lower h1{
  width: 100%;
  max-width: 960px;
  margin: 30px auto 0;
  padding: 15px 0;
  text-align: center;
  background: #efefef;
  border-right: 4px solid var(--Main);
  border-left: 4px solid var(--Main);
  font-weight: bold;
}
.page-lower h2{
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px dotted #000;
}
.page-lower h3{
  margin: 25px 0 10px;
  padding-left: 6px;
  border-left: 4px solid var(--Main);
}
.page-lower .inner{
  padding-bottom: 25px;
}
.page-lower .inner p{
  font-size: 14px;
  line-height: 1.5;
}
.page-lower .adTxt{
  transform: none;
}
/* ==========================================================================
  20240606 yss ランキング改修 
=========================================================================== */
.yss .section__ttl--1 {
  max-width: 400px;
}
.yss .ranking__item {
  margin: 100px auto 0;
}
.yss .ranking__item::after {
    top: -30px;
}
.yss > .ranking.section.wrapper > div > div:nth-child(2){
  margin-top: 0;
}
.yss .ranking__item-bnr {
  display: block;
  position: static;
  width: 520px;
  height: auto;
  margin: 20px auto;
}
.yss .ranking__item-ttl {
  min-height: 0;
  padding-left: 195px;
  padding-top: 0;
}
.yss .ranking__item-table tbody td {
  padding: 8px;
}
/* ==========================================================================
  2024716 比較表追加  
=========================================================================== */
.hikaku {
  margin: 0 auto 80px;
  line-height: 1.3;
  position: relative;
}
.hikaku__ttl {
  width: 35.5625rem;
  margin: 0 auto;
}
.hikaku__catch {
  position: relative;
  top: -8px;
  left: -200px;
  color: var(--Red);
  font-weight: bold;
}
.hikaku__container{
  display: grid;
  grid-template-columns: auto repeat(3,1fr);
  width: 910px;
  margin: 0 auto;
}
.hikaku__table{
  display: grid;
  grid-row: span 7;
  grid-template-rows: subgrid;
}
.hikaku__th{
  width: 104px;
  font-weight: bold;
  background-color: #e6e6e6;
  border-left: 1px solid var(--Text);
}
.hikaku__parts {
  display: grid;
  align-items: center;
  padding: 10px;
  border-right: 1px solid var(--Text);
  border-bottom: 1px solid var(--Text);
}
.hikaku__parts:nth-child(1){
  border-top: 1px solid var(--Text);
}
.hikaku > div > div:nth-child(2){
  background-color: #fffce0;
}
.hikaku__parts-logo{
  height: 120px;
  width: auto;
  object-fit: contain;
}
.hikaku__parts a {
  display: inline-block;
  font-weight: bold;
  color: #1A0DAB;
  text-decoration: underline;
  text-align: center;
}
.hikaku p{
  text-align: center;
}
.hikaku__container p + p{
  margin: 0;
}
.hikaku__parts-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 1.5;
  padding: 12px 20px;
  border: 2px solid #000;
  position: relative;
  font-size: 17px;
  background: linear-gradient(0deg, rgba(240, 191, 58, 1) 0%, rgba(254, 226, 108, 1) 100%);
  margin: 10px auto;
  text-align: center;
  box-shadow: 0 8px 8px 0px #ddd;
}
.hikaku__parts-btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url(../img/cm_formArrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 20px;
}
.hikaku__parts-btn a {
  color: var(--Text);
  text-decoration: none;
}
.hikaku > div > div:nth-child(2) > div:nth-child(7),
.hikaku > div > div:nth-child(3) > div:nth-child(7),
.hikaku > div > div:nth-child(4) > div:nth-child(7){
  align-items: end;
}
/* ランクアイコン */
.hikaku > div > div:nth-child(2) > div:nth-child(1)::before {
  background: url(../img/cm_icon_rank01.svg) no-repeat;
}
.hikaku > div > div:nth-child(3) > div:nth-child(1)::before {
  background: url(../img/cm_icon_rank02.svg) no-repeat;
}
.hikaku > div > div:nth-child(4) > div:nth-child(1)::before {
  background: url(../img/cm_icon_rank03.svg) no-repeat;
}
.hikaku > div > div:nth-child(2) > div:nth-child(1),
.hikaku > div > div:nth-child(3) > div:nth-child(1),
.hikaku > div > div:nth-child(4) > div:nth-child(1) {
  position: relative;
}
.hikaku > div > div:nth-child(2) > div:nth-child(1)::before,
.hikaku > div > div:nth-child(3) > div:nth-child(1)::before,
.hikaku > div > div:nth-child(4) > div:nth-child(1)::before {
  content: "";
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.verygood::before {
  background-image: url(../img/cm_icon_double-circle.svg);
}
.good::before {
  background-image: url(../img/cm_icon_circle.svg);
}
.notgood::before {
  background-image: url(../img/cm_icon_triangle.svg);
}
.verygood::before, .good::before, .notgood::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin: 0 auto;
}
/* ==========================================================================
  2024716 部位別料金プラン追加  
=========================================================================== */
.buibetsu {
  margin: 0 auto 80px;
  line-height: 1.3;
}
.buibetsu__ttl {
  margin: 40px 0 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.buibetsu__container{
  display: grid;
  grid-template-columns: auto auto auto;
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid var(--Text);
  border-right: 1px solid var(--Text);
  border-left: 1px solid var(--Text);
}
.buibetsu__table{
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
}

.buibetsu__parts {
  display: grid;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid var(--Text);
}
.buibetsu__parts-name {
  display: block;
  font-size: 18px;
  background-color: #C6D5DB;
  padding: 10px;
  margin: 10px 30px 0 30px;
}
.buibetsu__parts img {
  max-width: 140px;
  margin: 0 auto;
}
.buibetsu > div > div:nth-child(1) {
  border-right: 1px solid var(--Text);
}
.buibetsu__parts-btn a {
  display: block;
  width: 90%;
  box-sizing: border-box;
  border-radius: 8px;
  line-height: 1.5;
  padding: 20px;
  border: 2px solid #000;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  background: linear-gradient(0deg, rgba(240, 191, 58, 1) 0%, rgba(254, 226, 108, 1) 100%);
  margin: 10px auto;
  text-align: center;
  box-shadow: 0 8px 8px 0px #ddd;
}
.buibetsu__parts-btn a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  background-image: url(../img/cm_formArrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
}
/* End hide from IE-mac */


/*# sourceMappingURL=style_pc.css.map */

