@charset "UTF-8";
html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100dvh;
  scroll-behavior: smooth; }
  @media screen and (max-width: 740px) {
    html {
      font-size: calc(1000vw / 375); } }
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-size: 1.6rem;
  min-height: 100dvh;
  color: #2D2F37; }

a {
  cursor: pointer; }

p {
  line-height: 1.75; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

select, option, button, ::placeholder, input, textarea {
  font-family: "Open Sans", "Noto Sans JP", "Noto Sans SC", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

::placeholder {
  color: gray; }

.in_b {
  display: inline-block; }

.inner {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto; }

@media screen and (max-width: 740px) {
  .br {
    display: block; } }

.sp-img {
  display: none; }

@media screen and (max-width: 740px) {
  .pc-img {
    display: none; }

  .sp-img {
    display: block;
    width: 100%; } }
.line_title {
  margin-bottom: 8rem;
  background: #e2282d;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 3rem 2rem;
  color: #fff;
  font-weight: 900;
  text-align: center; }
  .line_title .fz_main {
    font-size: 2.4rem; }
  .line_title .fz_sub {
    font-size: 1.8rem;
    font-weight: normal; }
  @media screen and (max-width: 740px) {
    .line_title {
      margin-bottom: 2rem;
      padding: 1.5rem 1rem;
      gap: .5rem; }
      .line_title .fz_main {
        font-size: 2rem; }
      .line_title .fz_sub {
        display: none; } }

.recommend_title,
.case_title {
  position: relative;
  width: fit-content;
  margin: 0 auto 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  color: #2D2F37;
  font-size: 2rem;
  padding: 0 3rem; }
  .recommend_title .fz_sub:first-child,
  .case_title .fz_sub:first-child {
    display: block; }
  .recommend_title .fz_main,
  .case_title .fz_main {
    color: #ff1a1a;
    font-size: 1.6em;
    font-weight: 900; }
  .recommend_title::before, .recommend_title::after,
  .case_title::before,
  .case_title::after {
    content: "";
    position: absolute;
    bottom: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3rem;
    height: 4rem; }
  .recommend_title::before,
  .case_title::before {
    left: 0;
    background-image: url("/hikaku/assets/img/title_line_left.png"); }
  .recommend_title::after,
  .case_title::after {
    right: 0;
    background-image: url("/hikaku/assets/img/title_line_right.png"); }
  @media screen and (max-width: 740px) {
    .recommend_title,
    .case_title {
      font-size: 1.4rem;
      padding: 0;
      margin-bottom: 1rem; }
      .recommend_title .fz_sub,
      .case_title .fz_sub {
        display: block;
        font-size: 1.6rem; }
      .recommend_title .fz_main,
      .case_title .fz_main {
        display: inline-block;
        font-size: 2.8rem; }
      .recommend_title::before,
      .case_title::before {
        left: -14%;
        bottom: 1.5rem; }
      .recommend_title::after,
      .case_title::after {
        right: -14%;
        bottom: 1.5rem; }
      .recommend_title::before, .recommend_title::after,
      .case_title::before,
      .case_title::after {
        width: 3.5rem;
        height: 4.5rem; } }

.btn-ordinary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 0.6rem;
  box-shadow: 0 0.6rem 0 #b30000;
  transition: opacity 0.2s;
  position: relative; }
  .btn-ordinary .arrow {
    margin-left: 1rem;
    font-family: monospace; }
  .btn-ordinary:hover {
    opacity: 0.9; }
  @media screen and (max-width: 740px) {
    .btn-ordinary {
      width: calc(100% - 2rem);
      font-size: 1.5rem;
      padding: 1.5rem 0; } }

.btn-official {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  transition: all 0.2s; }
  .btn-official .arrow {
    margin-left: 0.5rem;
    font-family: monospace; }
  .btn-official:hover {
    opacity: 0.9; }
  .btn-official.btn-primary {
    background-color: #ff0000;
    box-shadow: 0 0.6rem 0 #cc0000; }
  .btn-official.btn-secondary {
    background-color: #888;
    box-shadow: 0 0.6rem 0 #666; }
  @media screen and (max-width: 740px) {
    .btn-official {
      font-size: 1.1rem;
      padding: 1rem 0; } }

header {
	border-top: 2px solid #ff1a1a;
  width: 100%;
  padding: 1rem calc(50% - 48rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2));
  background: #fff; }
  header .header_logo {
    width: 18.8rem; }
    @media screen and (max-width: 740px) {
      header .header_logo {
        width: 12rem; } }
  @media screen and (max-width: 740px) {
    header {
      padding: .6rem; } }

@media screen and (max-width: 740px) {
  main.thanks_main {
    padding: 4rem 0 0; } }

h1 {
  font-size: 4.2rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 1.6rem; }
  @media screen and (max-width: 740px) {
    h1 {
      font-size: 2.8rem;
      margin-bottom: 0; } }

.fv {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 4rem calc(50% - 48rem);
  background: #fff0f0; }
  @media screen and (max-width: 740px) {
    .fv {
      flex-direction: column;
      padding: 1rem 1rem 3rem; } }
  .fv .ticker, .fv .ticker-pc {
    margin: 0 auto 2rem;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border: 0.2rem solid #ff1a1a;
    border-radius: 0.8rem;
    height: 4.8rem; }
    .fv .ticker ul, .fv .ticker-pc ul {
      width: 100%;
      height: 100%;
      position: relative;
      font-size: 1.6rem; }
      .fv .ticker ul li, .fv .ticker-pc ul li {
        width: 100%;
        display: none;
        transform: translate(0, -50%); }
        .fv .ticker ul li span span, .fv .ticker-pc ul li span span {
          color: #ff1a1a !important;
          font-weight: 900 !important; }
    @media screen and (max-width: 740px) {
      .fv .ticker, .fv .ticker-pc {
        padding: 1.6rem 0;
        margin-bottom: 1rem; }
        .fv .ticker ul, .fv .ticker-pc ul {
          font-size: 1.4rem; } }
  .fv .ticker-pc {
    border: none;
    padding-top: 2rem; }
    .fv .ticker-pc ul li {
      line-height: 1; }
    .fv .ticker-pc .ticker-pc-br {
      display: block;
      margin-bottom: .5rem; }

.comparison {
  padding-bottom: 8rem; }
  @media screen and (max-width: 740px) {
    .comparison {
      padding-bottom: 4rem; }
      .comparison .content_wrap {
        padding: 0 1rem; } }

.speech_bubble {
  width: fit-content;
  position: relative;
  margin: 0 auto 8rem;
  padding: 2.4rem 10rem;
  border-radius: 100rem;
  background-color: #fff9a7;
	border: 2px solid #ffdb27;
  text-align: center;
  line-height: 1.5;
  color: #000;
  font-weight: 600; }
  .speech_bubble .fz_sub {
    font-size: 1.8rem; }
  .speech_bubble .fz_main {
    font-size: 2.4rem;
    color: #ff1a1a;
    font-weight: 900; }
  .speech_bubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2rem 1.25rem 0 1.25rem;
    border-color: #ffdb27 transparent transparent transparent; }
  @media screen and (max-width: 740px) {
    .speech_bubble {
      padding: 1rem 3rem;
      font-size: 1.4rem;
      margin-bottom: 4rem; }
      .speech_bubble .fz_sub {
        font-size: 1.4rem; }
      .speech_bubble .fz_main {
        font-size: 1.6rem; }
      .speech_bubble::after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.5rem 1rem 0 1rem;
        border-color: #ffdb27 transparent transparent transparent; } }

.comparison-table-wrapper {
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 1rem; }
  .comparison-table-wrapper * {
    box-sizing: border-box; }

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .comparison-table th, .comparison-table td {
    text-align: center;
    vertical-align: middle;
    border: 0.1rem solid #dddddd; }
  .comparison-table .row-section-header th {
    background-color: #f54e4e;
    color: #fff;
    font-weight: bold;
    padding: 0.8rem;
    font-size: 1.6rem;
    border: none; }
    @media screen and (max-width: 740px) {
      .comparison-table .row-section-header th {
        font-size: 1.3rem;
        padding: 0.5rem; } }
  .comparison-table .row-rank td {
    padding: 1.5rem 0.5rem;
    background: #fff;
    vertical-align: bottom;
    border-bottom: none; }
    @media screen and (max-width: 740px) {
      .comparison-table .row-rank td {
        padding: 1rem .5rem;
        vertical-align: top; } }
  .comparison-table .is-recommended {
    background-color: #fff0f0 !important;
    border-left: 0.2rem solid #ff1a1a;
    border-right: 0.2rem solid #ff1a1a; }
	.comparison-table .row-section-header th.is-recommended.rsheaderth{ background-color: #f54e4e !important; border-left: 0.2rem solid #ff1a1a; border-right: 0.2rem solid #ff1a1a; }
    .comparison-table .is-recommended.col-company {
      border-top: 0.2rem solid #ff1a1a; }
    .comparison-table .is-recommended.col-action {
      border-bottom: 0.2rem solid #ff1a1a; }
    .comparison-table .is-recommended .rank-badge img {
      width: 5.5rem; }
      @media screen and (max-width: 740px) {
        .comparison-table .is-recommended .rank-badge img.rank-badge-first {
		width: 3.2rem; margin-top: 0;}}
  .comparison-table .top_cell {
    position: relative; }
    .comparison-table .top_cell .no1 {
      font-weight: bold;
      color: #ff1a1a;
      position: absolute;
      top: -1rem;
      left: 50%;
      transform: translate(-50%, -100%);
      width: 100%; }
      @media screen and (max-width: 740px) {
        .comparison-table .top_cell .no1 {
          font-size: 0.9rem;
          top: -0.6rem; } }
  .comparison-table .rank-badge {
    margin-bottom: 1rem; }
    .comparison-table .rank-badge img {
      display: block;
      margin: 0 auto;
      width: 4rem; }
      @media screen and (max-width: 740px) {
        .comparison-table .rank-badge img {
          width: 2.6rem; margin-top: 0.7rem; } }
    @media screen and (max-width: 740px) {
      .comparison-table .rank-badge {
        margin-bottom: .5rem; } }
  .comparison-table .company-image {
    margin-bottom: 1rem; }
    .comparison-table .company-image a {
      display: block;
      line-height: 0;
      text-decoration: none;
      transition: opacity 0.2s; }
      .comparison-table .company-image a:hover {
        opacity: 0.7; }
    .comparison-table .company-image img {
      width: 100%;
      max-width: 20rem;
      object-fit: contain; }
    @media screen and (max-width: 740px) {
      .comparison-table .company-image {
        margin-bottom: .5rem; } }
  .comparison-table .company-name {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4; }
    @media screen and (max-width: 740px) {
      .comparison-table .company-name {
        font-size: 1.1rem; } }
  .comparison-table .col-data {
    padding: 1.5rem 0.5rem;
    background: #fff; }
    @media screen and (max-width: 740px) {
      .comparison-table .col-data {
        padding: 1rem .5rem; } }
    .comparison-table .col-data .data-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.8rem; }
      @media screen and (max-width: 740px) {
        .comparison-table .col-data .data-content {
          gap: .5rem; } }
    .comparison-table .col-data .icon-img {
      width: 4rem;
      height: 4rem;
      object-fit: contain; }
      @media screen and (max-width: 740px) {
        .comparison-table .col-data .icon-img {
          width: 2.6rem;
          height: 2.6rem; } }
    .comparison-table .col-data .text {
      font-size: 1.3rem;
      line-height: 1.4;
      margin: 0; }
      @media screen and (max-width: 740px) {
        .comparison-table .col-data .text {
          font-size: 1rem; } }
  .comparison-table .col-action {
    padding: 2rem 1rem;
    background: #fff; }
    @media screen and (max-width: 740px) {
      .comparison-table .col-action {
        padding: 1rem 0.5rem 1.5rem; } }

.horizontal-compare-wrapper {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  overflow-x: auto; }
  .horizontal-compare-wrapper .h-compare-table {
    width: 100%;
    min-width: 80rem;
    border-collapse: collapse;
    table-layout: fixed; }
    .horizontal-compare-wrapper .h-compare-table th {
      background-color: #e2282d;
      color: #fff;
      font-weight: bold;
      padding: 1rem;
      font-size: 1.6rem;
      border: 0.1rem solid #fff;
      border-bottom: none;
      vertical-align: middle; }
      .horizontal-compare-wrapper .h-compare-table th.h-th-empty {
        background-color: #fff;
        border: none;
        border-bottom: 0.1rem solid #dddddd;
        width: 18rem; }
    .horizontal-compare-wrapper .h-compare-table td {
      background-color: #fff;
      color: #333333;
      padding: 1.5rem 0.5rem;
      text-align: center;
      vertical-align: middle;
      border: 0.1rem solid #dddddd;
      font-size: 1.3rem; }
    .horizontal-compare-wrapper .h-compare-table .h-row.is-recommended td {
      background-color: #fff5f5;
      border-top: 0.2rem solid #e2282d;
      border-bottom: 0.2rem solid #e2282d; }
    .horizontal-compare-wrapper .h-compare-table .h-row.is-recommended .h-no1-text {
      color: #e2282d;
      font-size: 1rem;
      line-height: 1.4;
      margin-bottom: 0.5rem;
      white-space: nowrap; }
      .horizontal-compare-wrapper .h-compare-table .h-row.is-recommended .h-no1-text .bold {
        font-weight: bold;
        font-size: 1.2rem; }
    .horizontal-compare-wrapper .h-compare-table .h-company-cell {
      padding: 1rem; }
    .horizontal-compare-wrapper .h-compare-table .h-logo {
      width: 100%;
      max-width: 14rem;
      margin: 0 auto 0.5rem; }
      .horizontal-compare-wrapper .h-compare-table .h-logo img {
        width: 100%;
        height: auto;
        display: block; }
      @media screen and (max-width: 740px) {
        .horizontal-compare-wrapper .h-compare-table .h-logo {
          max-width: 10rem; } }
    .horizontal-compare-wrapper .h-compare-table .h-company-name {
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 1.3; }
    .horizontal-compare-wrapper .h-compare-table .h-icon {
      width: 4.5rem;
      height: 4.5rem;
      object-fit: contain;
      margin: 0 auto 0.5rem;
      display: block; }
    .horizontal-compare-wrapper .h-compare-table .h-text {
      margin: 0;
      line-height: 1.4;
      font-size: 1.2rem; }
    .horizontal-compare-wrapper .h-compare-table .h-action-cell {
      padding: 1rem; }
      @media screen and (max-width: 740px) {
        .horizontal-compare-wrapper .h-compare-table .h-action-cell {
          padding: 0.5rem; } }
    .horizontal-compare-wrapper .h-compare-table .h-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 5rem;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      font-size: 1.4rem;
      border-radius: 0.6rem;
      transition: opacity 0.2s;
      white-space: nowrap; }
      .horizontal-compare-wrapper .h-compare-table .h-btn:hover {
        opacity: 0.8; }
      .horizontal-compare-wrapper .h-compare-table .h-btn.h-btn-primary {
        background-color: red;
        box-shadow: 0 0.6rem 0 #cc0000; }
        .horizontal-compare-wrapper .h-compare-table .h-btn.h-btn-primary:active {
          transform: translateY(0.2rem);
          box-shadow: 0 0.2rem 0 #cc0000; }
      .horizontal-compare-wrapper .h-compare-table .h-btn.h-btn-secondary {
        background-color: #888;
        box-shadow: 0 0.6rem 0 #666; }
        .horizontal-compare-wrapper .h-compare-table .h-btn.h-btn-secondary:active {
          transform: translateY(0.2rem);
          box-shadow: 0 0.2rem 0 #666; }

.price {
  position: relative;
  background-color: #f1fcfe;
  width: 100%;
  min-height: 20rem;
  padding: 6rem calc(50% - 48rem);
  margin-bottom: 8rem; }
  .price::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 8rem 50vw 0 50vw;
    border-color: #f1fcfe transparent transparent transparent; }
  .price h2 {
    max-width: 77rem;
    margin: 0 auto 1rem; }
  @media screen and (max-width: 740px) {
    .price {
      padding: 2rem 1rem 0; }
      .price::after {
        border-width: 4rem 50vw 0 50vw; }
      .price h2 {
        max-width: 77rem;
        margin: 0 auto; } }
  .price .price_txt {
    text-align: center;
    margin-bottom: 4rem; }
    .price .price_txt span {
      display: block; }
    @media screen and (max-width: 740px) {
      .price .price_txt {
        margin-bottom: 2rem;
        text-align: start; }
        .price .price_txt span {
          display: inline;
          font-size: 1.4rem; } }
  .price .price_img {
    margin-bottom: 4rem; }
    @media screen and (max-width: 740px) {
      .price .price_img {
        margin-bottom: 2rem; } }
  .price .price_how {
    max-width: 72rem;
    margin: 0 auto;
    filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2)); }

.recommend {
  padding: 6rem calc(50% - 48rem); }
  @media screen and (max-width: 740px) {
    .recommend {
      padding: 0 1rem 3rem; } }
  .recommend .service_img {
    max-width: 70rem;
    margin: 0 auto 3rem; }
  .recommend .recommend_txt {
    text-align: center;
    margin-bottom: 4rem; }
    .recommend .recommend_txt span {
      display: block; }
    @media screen and (max-width: 740px) {
      .recommend .recommend_txt {
        margin-bottom: 2rem;
        text-align: start; }
        .recommend .recommend_txt span {
          display: inline; } }
  .recommend .recommend_list {
    max-width: 60rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0 auto 8rem; }
  .recommend .case_list {
    display: flex;
    gap: 1rem; }
    @media screen and (max-width: 740px) {
      .recommend .case_list {
        flex-direction: column; }
	  .recommend .recommend_list {
		gap: 1.5rem;
		margin: 0 auto 4rem; } }

.purpose {
  padding: 4rem 1rem 8rem;
  background: #f9f9f9; }
  .purpose .purpose_title {
    max-width: 48rem;
    margin: 0 auto 2rem; }
    .purpose .purpose_title img {
      width: 100%;
      height: auto; }

.purpose-ranking-table {
  width: 100%;
  max-width: 96rem;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto; }
  .purpose-ranking-table th, .purpose-ranking-table td {
    vertical-align: top;
    border: 0.1rem solid #dddddd;
    padding: 1.5rem 0.5rem;
    text-align: center; }
  .purpose-ranking-table .row-header-img th {
    vertical-align: bottom;
    padding: 0;
    border: none;
    background: none; }
    .purpose-ranking-table .row-header-img th img {
      width: 80%;
      display: block;
      margin: 0 auto; }
  .purpose-ranking-table .col-red {
    background-color: #fff5f5; }
  .purpose-ranking-table .col-blue {
    background-color: #f5fbff; }
  .purpose-ranking-table .col-green {
    background-color: #f5fff5; }
  .purpose-ranking-table .row-rank .rank-badge {
    margin-bottom: 1rem; }
    .purpose-ranking-table .row-rank .rank-badge img {
      width: 4rem;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 740px) {
        .purpose-ranking-table .row-rank .rank-badge img {
          width: 3rem; } }
  .purpose-ranking-table .row-rank .company-image {
    margin-bottom: 0.8rem; }
    .purpose-ranking-table .row-rank .company-image a {
      display: block;
      line-height: 0;
      text-decoration: none;
      transition: opacity 0.2s; }
      .purpose-ranking-table .row-rank .company-image a:hover {
        opacity: 0.7; }
      .purpose-ranking-table .row-rank .company-image a img {
        width: 100%;
        height: auto; }
    .purpose-ranking-table .row-rank .company-image img {
      width: 90%;
      max-width: 18rem;
      object-fit: contain; }
      @media screen and (max-width: 740px) {
        .purpose-ranking-table .row-rank .company-image img {
          max-width: 16rem; } }
  .purpose-ranking-table .row-rank .company-name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.4; }
  .purpose-ranking-table .row-rank .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 18rem; }
    @media screen and (max-width: 740px) {
      .purpose-ranking-table .row-rank .feature-list {
        max-width: 22rem; } }
    .purpose-ranking-table .row-rank .feature-list li {
      position: relative;
      padding-left: 1rem;
      font-size: 1.4rem;
      line-height: 1.5;
      margin-bottom: 0.3rem;
      color: #333;
      width: auto; }
      .purpose-ranking-table .row-rank .feature-list li::before {
        content: '・';
        position: absolute;
        left: -0.2rem;
        top: 0;
        font-weight: bold; }
      @media screen and (max-width: 740px) {
        .purpose-ranking-table .row-rank .feature-list li {
          font-size: 1.4rem; } }
  .purpose-ranking-table .rank-1 .rank-badge img {
    width: 5.5rem; }
    @media screen and (max-width: 740px) {
      .purpose-ranking-table .rank-1 .rank-badge img {
        width: 3rem; } }
  @media screen and (max-width: 740px) {
    .purpose-ranking-table {
      display: flex;
      flex-direction: column; }
      .purpose-ranking-table thead, .purpose-ranking-table tbody, .purpose-ranking-table tr {
        display: contents; }
      .purpose-ranking-table th, .purpose-ranking-table td {
        display: block;
        width: 100%;
        border: none;
        box-sizing: border-box; }
      .purpose-ranking-table .row-rank td {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd; }
      .purpose-ranking-table .rank-1 td {
        border-top: 1px solid #dddddd; }
      .purpose-ranking-table .row-header-img .col-red {
        order: 1;
        margin-bottom: 0;
		border-top: 7px solid #e2282d;
        background: transparent; }
      .purpose-ranking-table .rank-1 .col-red {
        order: 2; }
      .purpose-ranking-table .rank-2 .col-red {
        order: 3; }
      .purpose-ranking-table .rank-3 .col-red {
        order: 4;
        margin-bottom: 4rem; }
      .purpose-ranking-table .row-header-img .col-blue {
        order: 11;
        margin-bottom: 0;
		border-top: 7px solid #0870cb;
        background: transparent; }
      .purpose-ranking-table .rank-1 .col-blue {
        order: 12; }
      .purpose-ranking-table .rank-2 .col-blue {
        order: 13; }
      .purpose-ranking-table .rank-3 .col-blue {
        order: 14;
        margin-bottom: 4rem; }
      .purpose-ranking-table .row-header-img .col-green {
        order: 21;
        margin-bottom: 0;
		border-top: 7px solid #049b00;
        background: transparent; }
      .purpose-ranking-table .rank-1 .col-green {
        order: 22; }
      .purpose-ranking-table .rank-2 .col-green {
        order: 23; }
      .purpose-ranking-table .rank-3 .col-green {
        order: 24; }
      .purpose-ranking-table .row-header-img th img {
        width: 70%;
        max-width: 32rem; } }

.flow {
  background-color: #f1fcfe;
  padding: 6rem 2rem;
  text-align: center; }
  .flow h2 {
    margin-bottom: 4rem;
    line-height: 1.5;
    font-weight: bold; }
    .flow h2 .fz_sub {
      font-size: 2.4rem;
      color: #2D2F37; }
    .flow h2 .fz_main {
      font-size: 3.6rem;
      color: #4ba7f5;
      font-weight: 900; }
  .flow .flow_list {
    display: flex;
    justify-content: center;
    background-color: #4ba7f5;
    padding: 5rem 1rem;
    margin: 0 auto 5rem;
    list-style: none;
    width: 100%; }
  .flow .flow_item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 0 1.6%;
    flex: 1; }
    .flow .flow_item:first-child {
      padding-left: 0; }
    .flow .flow_item:last-child {
      padding-right: 0; }
    .flow .flow_item .flow_num {
      font-size: 2rem;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 1rem; }
    .flow .flow_item .flow_img {
      max-width: 16rem;
      width: 100%;
      margin-bottom: 1.5rem; }
      .flow .flow_item .flow_img img {
        height: auto;
        object-fit: contain; }
    .flow .flow_item .flow_txt {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.4; }
      .flow .flow_item .flow_txt .br {
        display: block; }
    .flow .flow_item:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -1rem;
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1.3rem 0 1.3rem 1rem;
      border-color: transparent transparent transparent #fff; }
  @media screen and (max-width: 740px) {
    .flow {
      padding: 4rem 0; }
      .flow h2 {
        margin-bottom: 2rem; }
        .flow h2 .fz_sub,.flow h2 .fz_main {
          font-size: 2.2rem; }
      .flow .flow_list {
        flex-direction: column;
        padding: 2rem 1rem;
        width: calc(100% - 2rem);
        margin: 0 auto 3rem;
        gap: 2rem; }
      .flow .flow_item {
        width: 100%;
        padding: 0; }
        .flow .flow_item:not(:last-child)::after {
          top: auto;
          bottom: -1.5rem;
          right: 50%;
          transform: translateX(50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0.8rem 1rem 0 1rem;
          border-color: #fff transparent transparent transparent; }
        .flow .flow_item .flow_num {
          font-size: 1.4rem;
          margin-bottom: 0.5rem; }
        .flow .flow_item .flow_img {
          max-width: 10rem;
          margin-bottom: .5rem; }
        .flow .flow_item .flow_txt {
          font-size: 1.6rem; }
          .flow .flow_item .flow_txt .br {
            display: inline; } }

.detail_container {
  padding: 1rem; }

.detail {
  border: 0.3rem solid #f54e4e;
  border-radius: 1rem;
  margin-bottom: 4rem;
  background: #fff;
  position: relative;
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2));
  transform: translateZ(0); }
  .detail h3 {
    background-color: #f54e4e;
    color: #fff;
    padding: 1.5rem 1rem 1.5rem 9rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap; }
    .detail h3 .fz_main {
      font-size: 2rem;
      font-weight: bold; }
    .detail h3 .divider {
      font-weight: normal;
      opacity: 0.8; }
    .detail h3 .fz_sub {
      font-size: 1.4rem;
      font-weight: normal; }
      .detail h3 .fz_sub::before {
        content: "|　"; }
    .detail h3::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      left: 1rem;
      top: 46%;
      transform: translateY(-50%);
      width: 7rem;
      height: 7rem;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 2;
      background-image: url("/hikaku/assets/img/rank_1.png"); }
    .detail h3.ene::before {
      background-image: url("/hikaku/assets/img/rank_2.png"); }
    .detail h3.kyokai::before {
      background-image: url("/hikaku/assets/img/rank_3.png"); }
    .detail h3.mado::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
      width: 15rem;
      height: 20rem;
      z-index: 2;
      background: url("/hikaku/assets/img/badge_achievements.png") no-repeat center/contain; }
      @media screen and (max-width: 740px) {
        .detail h3.mado::after {
          top: 0;
          right: 0;
          width: 7rem;
          height: 10rem;
          transform: translate(0, -50%); } }
  .detail .content_wrap {
    padding: 4rem 2rem; }
  @media screen and (max-width: 740px) {
    .detail {
      margin-bottom: 2rem; }
      .detail .content_wrap {
        padding: 2rem 1rem 4rem; }
      .detail h3 {
        padding: .5rem .5rem 1rem 4rem;
        gap: 0; }
        .detail h3 .fz_main {
          font-size: 1.6rem; }
        .detail h3 .fz_sub {
          font-size: 1.1rem; }
          .detail h3 .fz_sub::before {
            content: none; }
        .detail h3::before {
          width: 3rem;
          height: 3rem;
          top: 50%;
          left: 0.5rem; }
        .detail h3::after {
          width: 3rem;
          height: 3rem;
          top: -2rem;
          right: -0.5rem; } }
  .detail .detail_copy {
    text-align: start;
    color: #ff1a1a;
    font-weight: bold;
    margin-bottom: .5rem;
    font-size: 1.4rem; }
  .detail .fx {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: flex-start; }
    .detail .fx .company-image {
      width: 30%;
      flex-shrink: 0; }
      .detail .fx .company-image a {
        display: block;
        line-height: 0;
        text-decoration: none;
        transition: opacity 0.2s; }
        .detail .fx .company-image a:hover {
          opacity: 0.7; }
        .detail .fx .company-image a img {
          width: 100%;
          height: auto; }
      .detail .fx .company-image img {
        width: 100%;
        height: auto;
        border: 1px solid #eee; }
    .detail .fx .detail_table {
      width: 100%;
      border-collapse: collapse;
      font-size: 1.4rem; }
      .detail .fx .detail_table th, .detail .fx .detail_table td {
        border: 1px solid #dddddd;
        padding: 1rem;
        text-align: left; }
      .detail .fx .detail_table th {
        background-color: #fafafa;
        width: 22%;
        font-weight: normal;
        color: #2D2F37; }
      .detail .fx .detail_table td {
        background-color: #fff; }
    @media screen and (max-width: 740px) {
      .detail .fx {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 2rem; }
        .detail .fx .company-image {
          width: 50%;
          margin: 0 auto; }
        .detail .fx .detail_table {
          font-size: 1.2rem; }
          .detail .fx .detail_table th, .detail .fx .detail_table td {
            padding: .8rem .5rem; }
          .detail .fx .detail_table th {
            width: 24%; } }
  .detail .point {
    background-color: #fff0f0;
    margin: 0 auto 2rem;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem; }
    .detail .point h4 {
      display: inline-block;
      background-color: #ff6b6b;
      color: #fff;
      padding: 0.5rem 2rem;
      border-radius: 10rem;
      font-size: 1.8rem;
      margin-bottom: 1rem;
      font-weight: bold; }
    .detail .point .point_list {
      list-style: none;
      padding: 0;
      margin: 0; }
    .detail .point .point_item {
      position: relative;
      padding-left: 2.5rem;
      margin-bottom: .5rem;
      font-weight: bold;
      color: #ff1a1a;
      line-height: 1.5; }
      .detail .point .point_item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.4rem;
        width: 1.5rem;
        height: 0.8rem;
        border-left: 3px solid #ff1a1a;
        border-bottom: 3px solid #ff1a1a;
        transform: rotate(-45deg); }
      .detail .point .point_item:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 740px) {
      .detail .point {
        padding: 1rem;
        font-size: 1.6rem;
        margin-bottom: 1rem; }
        .detail .point h4 {
          font-size: 1.6rem; } }
  .detail .guarantee {
    background: #f1fcfe;
    text-align: center;
    padding: 1.5rem 2rem 0;
    transform: translateX(0); }
    .detail .guarantee .guarantee_img {
      max-width: 46rem;
      margin: 0 auto 1.5rem; }
    .detail .guarantee .guarantee_intro {
      font-size: 1.4rem;
      line-height: 1.6;
      text-align: center;
      margin-bottom: 4rem; }
      .detail .guarantee .guarantee_intro span {
        display: block; }
      .detail .guarantee .guarantee_intro .fc {
        color: #ff1a1a;
        font-weight: bold; }
    .detail .guarantee .guarantee_container {
      display: flex;
      gap: 1rem;
      margin-bottom: 4rem;
      filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2)); }
    .detail .guarantee .guarantee_explanation {
      flex: 1;
      background: #FFF;
      padding: 3rem 1.5rem 1.5rem;
      border-radius: 0.5rem;
      text-align: center;
      position: relative; }
      .detail .guarantee .guarantee_explanation .guarantee_name {
        display: inline-block;
        background-color: #4ba7f5;
        color: #fff;
        padding: 0.5rem 1.5rem;
        border-radius: 10rem;
        margin-bottom: 1rem;
        font-size: 2rem;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 0;
        width: max-content; }
      .detail .guarantee .guarantee_explanation .guarantee_bubble {
        margin-bottom: 1rem;
        height: 7rem; }
        .detail .guarantee .guarantee_explanation .guarantee_bubble img {
          max-width: 100%;
          height: 100%; }
      .detail .guarantee .guarantee_explanation .guarantee_txt {
        font-size: 1.3rem;
        line-height: 1.6;
        text-align: left; }
    @media screen and (max-width: 740px) {
      .detail .guarantee {
        padding: 2rem 1rem 0; }
        .detail .guarantee .guarantee_intro {
          font-size: 1.4rem;
          text-align: start; }
          .detail .guarantee .guarantee_intro span {
            display: inline; }
        .detail .guarantee .guarantee_container {
          flex-direction: column;
          gap: 3rem;
          margin-bottom: 0; } }
  .detail .btn-wrap {
    text-align: center;
    padding: 3rem 0.5rem 0; }

	.btn-wrap-beforetext {
		text-align: center;
		color: #ff1a1a;
		font-size: 1.4rem;
		font-weight: bold;
		margin-bottom: 0.8rem;}
	.btn-wrap-aftertext {
		text-align: center;
		color: #999;
		font-size: 1rem;
		font-weight: normal;
		margin-top: 1.1rem;}
  .detail .btn-ordinary.btn-pr::before {
    content: "30秒であなたのお得なガス料金をお見積もり！";
    position: absolute;
    top: -3rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ff1a1a;
    font-size: 1.4rem;
    font-weight: bold;
    white-space: nowrap; }
  .detail .btn-ordinary.btn-pr::after {
    content: "〈PR〉Sponsored by ガス屋の窓口";
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 1.1rem;
    font-weight: normal; }
  .detail .btn-ordinary.btn-pr.ene::before {
    content: "おトクなプロパンガス会社へ無料切り替え依頼！"; }
  .detail .btn-ordinary.btn-pr.ene::after {
    content: none; }
  .detail .btn-ordinary.btn-pr.kyokai::before {
    content: "プロパンガスに特化した一般社団法人"; }
  .detail .btn-ordinary.btn-pr.kyokai::after {
    content: none; }
  @media screen and (max-width: 740px) {
    .detail .btn-ordinary.btn-pr {
      font-size: 1.5rem; }
      .detail .btn-ordinary.btn-pr::before {
        font-size: 1.2rem;
        top: -2.5rem; }
      .detail .btn-ordinary.btn-pr::after {
        font-size: 1rem; } }

.faq {
  padding: 6rem 2rem;
  background: #f9f9f9; }
  .faq .faq_title {
    max-width: 38rem;
    margin: 0 auto 4rem; }
  @media screen and (max-width: 740px) {
    .faq {
      padding: 4rem 1rem; }
      .faq .faq_title {
        margin: 0 auto 2rem; } }

.faq_section {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 6rem;
  border-top: 1px solid #dddddd; }

.faq_item {
  border-bottom: 1px solid #dddddd;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s; }
  .faq_item:hover {
    background-color: #f9f9f9; }
  .faq_item .faq_q {
    display: flex;
    align-items: center;
    padding: 2rem;
    position: relative; }
    .faq_item .faq_q .faq_text {
      font-weight: bold;
      font-size: 1.6rem;
      line-height: 1.5;
      color: #2D2F37;
      padding-right: 3rem; }
  .faq_item .faq_a {
    display: none; }
    .faq_item .faq_a .faq_a_inner {
      display: flex;
      align-items: flex-start;
      padding: 0 2rem 2rem; }
    .faq_item .faq_a .faq_text {
      font-weight: normal;
      font-size: 1.5rem;
      line-height: 1.6;
      color: #2D2F37; }
  .faq_item .faq_icon {
    flex-shrink: 0;
    margin-right: 1.5rem;
    width: 4rem; }
    .faq_item .faq_icon img {
      width: 100%;
      height: auto;
      display: block; }
  .faq_item .faq_toggle {
    position: absolute;
    right: 2rem;
    top: 2.5rem;
    width: 20px;
    height: 20px; }
    .faq_item .faq_toggle::before, .faq_item .faq_toggle::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #333;
      transition: all 0.3s ease; }
    .faq_item .faq_toggle::before {
      width: 100%;
      height: 2px; }
    .faq_item .faq_toggle::after {
      width: 2px;
      height: 100%; }
  .faq_item.is-open .faq_toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0; }
  @media screen and (max-width: 740px) {
    .faq_item .faq_q {
      padding: 1.5rem 1rem;
      align-items: flex-start; }
      .faq_item .faq_q .faq_text {
        font-size: 1.4rem;
        padding-right: 2.5rem; }
    .faq_item .faq_a {
      align-items: flex-start; }
      .faq_item .faq_a .faq_a_inner {
        padding: 0 1rem 1.5rem; }
      .faq_item .faq_a .faq_text {
        font-size: 1.3rem; }
    .faq_item .faq_icon {
      width: 2rem;
      margin-right: 1rem; }
    .faq_item .faq_toggle {
      right: 1rem;
      top: 1.8rem;
      width: 15px;
      height: 15px; } }

.simulation-container {
  border: 0.3rem solid #4ba7f5;
  border-radius: 1.2rem;
  max-width: 80rem;
  margin: 0 auto;
  background: #fff; }
  .simulation-container .content_wrap {
    padding: 4rem 2rem; }
  @media screen and (max-width: 740px) {
    .simulation-container .content_wrap {
      padding: 2rem 1rem; } }

.simulation-title {
  background: #4ba7f5;
  color: #fff;
  font-weight: 900;
  padding: 1.5rem;
  text-align: center;
  position: relative; }
  .simulation-title::before {
    content: "";
    display: block;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-21rem);
    background: url("/hikaku/assets/img/icon_look.png") no-repeat contain;
    z-index: 2; }
  @media screen and (max-width: 740px) {
    .simulation-title {
      font-size: 2rem;
      padding: 1rem; }
      .simulation-title::before {
        width: 4rem;
        height: 4rem;
        top: 1rem;
        left: 2rem;
        transform: translate(0, -100%); } }

.simulation-txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
  color: #333333; }
  @media screen and (max-width: 740px) {
    .simulation-txt {
      font-size: 1.4rem;
      margin-bottom: 2rem;
      text-align: start; } }

.region-list {
  border-top: 0.1rem solid #dddddd; }

.region-row {
  display: flex;
  border-bottom: 0.1rem solid #dddddd;
  padding: 1.5rem 0;
  align-items: baseline; }
  .region-row .region-name {
    width: 12rem;
    font-weight: bold;
    flex-shrink: 0; }
  .region-row .pref-links {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem; }
  .region-row .pref-btn {
    color: #4ba7f5;
    cursor: pointer;
    font-size: 1.4rem;
    transition: opacity 0.2s; }
    .region-row .pref-btn:hover {
      opacity: 0.7;
      text-decoration: underline; }
  @media screen and (max-width: 740px) {
    .region-row {
      flex-direction: column;
      padding: 1rem; }
      .region-row .region-name {
        width: 100%;
        margin-bottom: 0.8rem;
        font-size: 1.4rem; } }

.simulation-result {
  margin-top: 3rem;
  background-color: #f0fbff;
  padding: 3rem;
  border-radius: 0.8rem;
  animation: fadeIn 0.5s ease; }
  .simulation-result .result-title {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 0.2rem solid #4ba7f5;
    padding-bottom: 1rem;
    margin-bottom: 2rem; }
  @media screen and (max-width: 740px) {
    .simulation-result {
      padding: 1.5rem 1rem; } }

.table-wrap {
  background: #fff;
  overflow: hidden;
  margin-bottom: 3rem; }

.result-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  text-align: center; }
  .result-table th, .result-table td {
    border: 0.1rem solid #dddddd;
    padding: 1.2rem 0.8rem; }
  .result-table thead th {
    background-color: #fafafa;
    font-weight: normal;
    color: #666666; }
  .result-table thead th.col-red {
    background-color: #ffe6e6;
    color: #ff1a1a;
    font-weight: bold; }
  .result-table tbody th, .result-table tfoot th {
    background-color: #fafafa;
    text-align: center;
    font-weight: normal;
    color: #666666; }
  .result-table .bold {
    font-weight: bold; }
  .result-table .col-red {
    color: #ff1a1a;
    background-color: #fff5f5; }
  .result-table tfoot td {
    font-size: 1.6rem; }
  @media screen and (max-width: 740px) {
    .result-table {
      font-size: 1.2rem; }
      .result-table th, .result-table td {
        padding: 0.8rem 0.4rem; } }

.cta-area {
  text-align: center;
  margin-top: 2rem; }

.cta-bubble {
  position: relative;
  display: inline-block;
  background: #fff;
  border: 0.2rem solid #ff1a1a;
  border-radius: 5rem;
  padding: 1rem 3rem;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.5rem; }
  .cta-bubble .highlight {
    color: #ff1a1a;
    font-size: 1.4em; }
  .cta-bubble::after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 0 1rem;
    border-color: #ff1a1a transparent transparent transparent; }
  .cta-bubble::before {
    content: "";
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1rem 1rem 0 1rem;
    border-color: #fff transparent transparent transparent;
    z-index: 1; }
  @media screen and (max-width: 740px) {
    .cta-bubble {
      font-size: 1.3rem;
      padding: 0.8rem 1.5rem;
      width: 100%; } }

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 46rem;
  margin: 0 auto;
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 0.6rem 0 #cc0000;
  transition: transform 0.1s, box-shadow 0.1s;
  position: relative;
  box-sizing: border-box; }
  .cta-btn:active {
    transform: translateY(0.4rem);
    box-shadow: 0 0.2rem 0 #cc0000; }
  .cta-btn .cta-icon {
    flex-shrink: 0;
    width: 7rem;
    height: 7rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    overflow: hidden; }
    .cta-btn .cta-icon img {
      width: 100%;
      height: auto;
      object-fit: contain;
      margin-top: 0.5rem; }
  .cta-btn .cta-text {
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .cta-btn .cta-text .large {
      display: block;
      font-size: 2.2rem;
      margin-top: 0.2rem; }
  .cta-btn .cta-arrow {
    flex-shrink: 0;
    width: 1rem;
    margin-left: 1rem;
    display: flex;
    align-items: center; }
    .cta-btn .cta-arrow img {
      width: 100%;
      height: auto;
      display: block; }
  @media screen and (max-width: 740px) {
    .cta-btn {
      padding: .8rem 1rem; }
      .cta-btn .cta-icon {
        width: 4rem;
        height: 4rem;
        margin-right: .5rem; }
      .cta-btn .cta-text {
        font-size: 1.1rem; }
        .cta-btn .cta-text .large {
          font-size: 1.6rem; }
      .cta-btn .cta-arrow {
        margin-left: .5rem; } }

.cta-pr {
  text-align: center;
  font-size: 1rem;
  color: #666;
  margin-top: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.conclusion {
  background: #fff0f0;
  padding-bottom: 10rem; }
  .conclusion .line_title .tri {
    width: 6.4rem;
    margin-top: 1rem; }
    .conclusion .line_title .tri img {
      vertical-align: top; }
  .conclusion .conclusion_company {
    border: 0.3rem solid #f54e4e;
    background: #fff;
    filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2));
    border-radius: .6rem;
    position: relative;
    max-width: 96rem;
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 6rem 4rem;
    transform: translateZ(0); }
    .conclusion .conclusion_company::after {
      content: "";
      position: absolute;
      top: 2rem;
      right: 1rem;
      transform: translateY(-50%);
      width: 15rem;
      height: 20rem;
      z-index: 2;
      background: url("/hikaku/assets/img/badge_achievements.png") no-repeat center/contain; }
    .conclusion .conclusion_company .conclusion_info {
      display: flex;
      gap: 1.5rem;
      align-items: flex-start;
      margin-bottom: 3rem; }
    .conclusion .conclusion_company .company-image {
      width: 24rem;
      flex-shrink: 0;
      vertical-align: top; }
      .conclusion .conclusion_company .company-image a {
        display: block;
        line-height: 0;
        text-decoration: none;
        transition: opacity 0.2s; }
        .conclusion .conclusion_company .company-image a:hover {
          opacity: 0.7; }
        .conclusion .conclusion_company .company-image a img {
          width: 100%;
          height: auto; }
    .conclusion .conclusion_company .supp {
      font-weight: bold;
      color: #e2282d;
      font-size: 1.6rem; }
    .conclusion .conclusion_company .company-name {
      font-size: 3.2rem;
      font-weight: 900; }
    .conclusion .conclusion_company .company-txt {
      padding-top: 1rem;
      margin-top: 1rem;
      font-size: 1.4rem;
      border-top: 0.2rem dashed #e2282d; }
    .conclusion .conclusion_company .feature-container {
      background: #f9f9f9;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 4rem 0;
      margin-bottom: 2rem; }
      .conclusion .conclusion_company .feature-container h4 {
        font-size: 2.4rem;
        font-weight: 900;
        color: #e2282d;
        margin-bottom: 4rem; }
    .conclusion .conclusion_company .feature-icon {
      width: 5rem; }
    .conclusion .conclusion_company .feature-list {
      width: calc(100% - 2rem);
      max-width: 72rem;
      margin: 0 auto;
      counter-reset: num; }
    .conclusion .conclusion_company .feature-item {
      background: #fff;
      border-radius: .6rem;
      transform: translateZ(0);
      filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.2));
      padding: 2.5rem 2rem;
      text-align: center;
      position: relative;
      counter-increment: num; }
      .conclusion .conclusion_company .feature-item:not(:last-child) {
        margin-bottom: 3rem; }
      .conclusion .conclusion_company .feature-item::before {
        content: counter(num,decimal-leading-zero);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 0;
        background: #e2282d;
        border-radius: 10rem;
        width: 3.2rem;
        height: 3.2rem;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 1.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: .1rem; }
      .conclusion .conclusion_company .feature-item .fz_main {
        font-size: 2rem;
        font-weight: 900;
        margin-bottom: .5rem; }
        .conclusion .conclusion_company .feature-item .fz_main .fc {
          color: #e2282d; }
      .conclusion .conclusion_company .feature-item .fz_sub {
        text-align: left;
        font-size: 1.4rem; }
  @media screen and (max-width: 740px) {
    .conclusion {
      padding-bottom: 3rem; }
      .conclusion .line_title {
        margin-bottom: 5rem; }
        .conclusion .line_title .tri {
          width: 3.2rem;
          height: 2rem;
          margin-top: .5rem; }
      .conclusion .conclusion_company {
        padding: 2rem 1rem 6rem; }
        .conclusion .conclusion_company::after {
          top: 0;
          right: 1rem;
          width: 7rem;
          height: 10rem; }
        .conclusion .conclusion_company .conclusion_info {
          flex-direction: column;
          align-items: center;
          margin-bottom: 2rem; }
        .conclusion .conclusion_company .supp {
          font-size: 1.4rem; }
          .conclusion .conclusion_company .supp span {
            display: block;
            text-align: center; }
        .conclusion .conclusion_company .company-name {
          font-size: 2.4rem;
          text-align: center; }
        .conclusion .conclusion_company .feature-container {
          padding: 2rem 0; }
          .conclusion .conclusion_company .feature-container h4 {
            font-size: 2rem;
            margin-bottom: 3rem; }
        .conclusion .conclusion_company .feature-icon {
          width: 3rem; }
        .conclusion .conclusion_company .feature-item {
          padding: 1.5rem 1rem; }
          .conclusion .conclusion_company .feature-item::before {
            width: 2.4rem;
            height: 2.4rem;
            font-size: 1.2rem; }
          .conclusion .conclusion_company .feature-item .fz_main {
            font-size: 1.8rem; }
        .conclusion .conclusion_company .btn-pr {
          margin-top: 8rem; }
          .conclusion .conclusion_company .btn-pr::before {
            top: -4.5rem; } }

.company-info {
  text-align: center;
  padding: 4rem 1rem;
  font-size: 1.4rem;
  background: #f9f9f9; }
  .company-info h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
    .company-info h2::after {
      content: "";
      display: block;
      background: #ff6b6b;
      width: 2rem;
      height: .2rem;
      margin: 1rem auto 0; }

footer {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  padding: 1rem;
  text-align: center;
  background: #ff6b6b; }
  @media screen and (max-width: 740px) {
    footer {
      font-size: 1.2rem;
      padding: .5rem; } }


/* 星評価全体のコンテナ */
.star-rating-container {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* 星評価の外枠（グレーの星） */
.star-rating-outer {
    display: inline-block;
    position: relative;
    font-size: 120%; /* 星の大きさ */
    color: #ddd; /* 塗られていない星の色 */
}

.star-rating-outer::before {
    content: "★★★★★";
}

/* 星評価の内側（金色の星） */
.star-rating-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffb400; /* 塗られている星の色（ゴールド） */
    /* --rating 変数を使って幅を計算 (例: 4.5 / 5 * 100 = 90%) */
    width: calc(var(--rating) / 5 * 100%);
}

.star-rating-inner::before {
    content: "★★★★★";
}

/* 中央揃え用のクラス（WordPress標準に準拠） */
.has-text-align-center {
    text-align: center;
}


/* --- btnへのアニメーション実装 --- */

.animation-shiny-pulse {
    position: relative;
    overflow: hidden !important; /* 光がボタンの外に出ないようにする */
    display: inline-block;
    text-decoration: none;
    transition: all 0.6s;
    
    /* ボタンを常に動かすアニメーション（2秒周期で拡大縮小） */
    animation: btn-pulse 2s infinite;
}

/* マウスホバー時に少し大きくし、動きを止める（操作性を考慮） */
.animation-shiny-pulse:hover {
    transform: scale(1.05);
    animation-play-state: paused;
}

/* クリックした瞬間に少し凹む演出 */
.animation-shiny-pulse:active {
    transform: scale(0.95);
}

/* --- キラっと光るエフェクト（Shiny） --- */
.animation-shiny-pulse::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -100%;
    width: 30%;
    height: 200%;
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.9) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(30deg);
    /* 3秒ごとに光を走らせる */
    animation: btn-shiny 3s infinite;
}

/* --- アニメーションの定義 --- */

/* 拡大縮小（パルス）アニメーション */
@keyframes btn-pulse {
    0% { transform: scale(1); }
    15% { transform: scale(1.05); }
    30% { transform: scale(1); }
    45% { transform: scale(1.05); }
    60% { transform: scale(1); }
    100% { transform: scale(1); }
}

/* 光が走るアニメーション */
@keyframes btn-shiny {
    0% { left: -100%; }
    30% { left: 120%; } /* 素早く通り過ぎる */
    100% { left: 120%; } /* 残りの時間は待機 */
}

/* 固定CTAのベーススタイル */
.fixed-cta-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* 最前面に表示 */
    padding: 0 0 15px;
    background: rgba(255, 255, 255, 0.85); /* 少し透ける白背景 */
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
	border-top: 3px solid #f00;
    
    /* 初期状態は非表示（下に隠しておく） */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.5s ease; /* アニメーションの速度 */
}

/* 表示状態になった時のスタイル */
.fixed-cta-container.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ボタンの横幅調整 */
.fixed-cta-inner {
    width: 90%;
    max-width: 500px; /* デスクトップでも広がりすぎないように */
    margin: 0 auto;
	position: relative;
}

.fixed-cta-inner .btn-ordinary {
    display: block;
    width: 100%;
    padding: 6px 0;
    font-size: 1.4rem;
    box-sizing: border-box;
	text-align: center;
}

/* 2. ボタンの基本スタイル */
.page-top-btn {
    position: absolute;
    right: -73px;
    top: 8px;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 0, 0, 0.7);
    border-radius: 50%; /* 円形 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 9998; /* 固定CTA(9999)のすぐ後ろ */
    transition: all 0.3s ease;
}

/* 3. ボタンの中の上向き矢印（CSSで描画） */
.page-top-btn span {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg); /* 斜めにして矢印に見せる */
    margin-top: 5px;
}

/* 4. ホバー時の演出 */
.page-top-btn:hover {
    background-color: rgba(255, 0, 0, 0.9);
    transform: translateY(-5px); /* 少し浮き上がる */
}

/* スマホでの位置調整 */
@media screen and (max-width: 768px) {
    .page-top-btn {
    	right: -13px;
    	top: -52px;
        width: 45px;
        height: 45px;
    }
}

