@charset "UTF-8";
/*
 *
 * style.scss
 *
 */
/*
 *
 * _media_query.scss
 *
 */
/* ------------------------------------------------------------
 ブレイクポイント
------------------------------------------------------------ */
/* ------------------------------------------------------------
 大きめPC
------------------------------------------------------------ */
/* ------------------------------------------------------------
 PC
------------------------------------------------------------ */
/* ------------------------------------------------------------
 タブレット
------------------------------------------------------------ */
/* ------------------------------------------------------------
 スマートフォン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 小さめスマートフォン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ホバーエフェクト
------------------------------------------------------------ */
/*
 *
 * _variables.scss
 *
 */
/* ------------------------------------------------------------
 変数設定
------------------------------------------------------------ */
/* ------------------------------------------------------------
 カラーパレット
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テーマカラー
------------------------------------------------------------ */
/* ------------------------------------------------------------
 背景色
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テキスト
------------------------------------------------------------ */
/* 本文の見出し1 */
/* 本文の黒見出し */
/* 本文の色付きテキスト1 */
/* 本文の黒テキスト */
/* 本文中のリンク */
/* リンクホーバー時 */
/* ------------------------------------------------------------
 表
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ボタン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 独自リセット・共通スタイル
------------------------------------------------------------ */
*,::after,::before{box-sizing:border-box}
blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}
ol[role=list],ul[role=list]{list-style:none}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
a:not([class]){text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
button,input,select,textarea{font:inherit}

html {
  font-size: 100%;
}
@media (max-width: 959px) {
  html {
    font-size: 94%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 87.5%;
  }
}

body {
  /* 游ゴシック体 */
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  scroll-padding-top:120px;
}

a {
  text-decoration: none;
  transition-duration: 0.2s;
}
@media (min-width: 960px) {
  a:hover {
    transition-duration: 0.2s;
  }
}

@media (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
p {
  line-height: 1.5;
  color: #333;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  vertical-align: bottom;
  /*max-width: none;*/
}

*:focus {
  outline: none;
}

/* ------------------------------------------------------------
  .strong 文字装飾
------------------------------------------------------------ */
.strong {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------------------------------------
  body-wrapper
------------------------------------------------------------ */
.body-wrapper {
  overflow-x: hidden;
  min-width: 1120px;
  background-color: #eee;
}
@media (max-width: 959px) {
  .body-wrapper {
    min-width: unset;
  }
}

/* ------------------------------------------------------------
  main-visual メインビジュアル
------------------------------------------------------------ */
.pr{
  padding-left: 350px;
  font-size: 15px;
  color: #808080;
}

@media screen and (min-width:959px){
   .pr{
    padding-left: 1000px;
    font-size: 20px;
    color: #808080;
  }
}

.main-visual {
  position: relative;
}
.main-visual .main-visual__bg {
  width: 100%;
  height: auto;
}
@media (max-width: 959px) {
  .main-visual .main-visual__bg {
    height: auto;
  }
}
.main-visual .main-visual__bg picture, .main-visual .main-visual__bg img {
  width: 100%;
  height: auto;
}
.main-visual .main-visual__text {
  position: absolute;
  width: 1200px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .main-visual .main-visual__text {
    width: 100%;
  }

}

/* ------------------------------------------------------------
  section
------------------------------------------------------------ */
.section .section__inner {
  margin: auto;
}
/* ------------------------------------------------------------
  section cat
------------------------------------------------------------ */
.section.cta {
  padding: 40px 0 0 0;
}
.cta-button {
  width: 220px;
  position: absolute;
  right: -100px;
  bottom: 20px;
}
.cta-button img{
  width: 100%;
}
.cta-image{
  display: none;
}
.section.cta .section__inner {
  position: relative;/*cta-button用*/
}
.sp-br{
  display: none;
}
@media (max-width: 1000px) {
  .cta-image{
    display: block;
    width: 100px;
    padding-left: 10px;
  }
  .cta-image img{
    width: 100%;
  }
  .cta-button {
    min-width: 220px;
    position: static;
  }
  .sp-cta-wrapper{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

}
@media (max-width: 768px) {
  .sp-br{
    display: block;
  }
}
/* ------------------------------------------------------------
  main inner
------------------------------------------------------------ */
.main__contents .section__inner {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .main__contents {
    padding-bottom: 20px;
  }
  .main__contents .section__inner {
    padding: 0;
  }
}

/* ------------------------------------------------------------
  box design
------------------------------------------------------------ */
.big__head {
  background: #333;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding: 24px 48px;
  font-size: 2rem;
  text-align: center;
  position: relative;
}
.big__head:before {
  position: absolute;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
  top: 100%;
  border: 40px solid;
  border-color: transparent;
  border-top-color: #333;
  transform: translateX(-50%);
}
.box__head {
  color: #2C539E;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding: 35px 48px 24px;
  font-size: 5rem;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  font-size: 3rem;
}
.step {
  color: #2C539E;
}
/*
.box__head:before {
  content: '';
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .box__head:before {
    width: 40px;
    height: 3px;
}
}
*/
.sub__title {
  font-size: 1.6rem;
  color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sub__title {
    font-size: 1.1rem;
}
}

.sub__title::before,
.sub__title::after {
	content: '';
	width: 3px;
	height: 1.8rem;
	background-color: #333;
}
@media (max-width: 768px) {
  .sub__title::before,
  .sub__title::after {
    height: 1rem;
}
}

.sub__title::before {
	margin-right: 15px;
	transform: rotate(-35deg)
}
.sub__title::after {
	margin-left: 15px;
	transform: rotate(35deg)
}
.box__head .sp__text {
  display: none;
}
@media (max-width: 959px) {
  .box__head {
    font-size: 2.1rem;
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .box__head {
    font-size: 1.8rem;
    padding: 30px 0px 16px;
  }
  .big__head {
    padding: 12px 0;
    font-size: 1.3rem;
  }
  .big__head:before {
    border: 20px solid;
    border-color: transparent;
    border-top-color: #333
  }
  .box__head .sp__text {
    display: block;
  }
}
/* ------------------------------------------------------------
  CTA
------------------------------------------------------------ */
/*.comparison__cta .cta {
  width: 400px;
  text-align: center;
  padding: 24px 0;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 8px;
  transition: all .2s;
  color: #fff;
  background: #B5DC62;
  border: 2px solid #B5DC62;
  font-weight: 600;
  text-align: center;
}
.comparison__cta .cta:hover {
  color: #B5DC62;
  background: #fff;
  border: 2px solid #8FC123;
}*/
.cta_text {
  font-size: 1.3rem;
  color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
  font-weight: bold;
}
.cta_text::before,
.cta_text::after {
	content: '';
	width: 3px;
	height: 1.8rem;
	background-color: #333;
}
.cta_text::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.cta_text::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}
.rank__item .comparison__cta {
  margin: 10px 0 60px 0;
}
.rank__item .comparison__cta .cta {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 1rem 1rem;
  font-weight: bold;
  border-radius: 0.3rem;
  border-bottom: 7px solid #FFA1AB;
  background: #FF6978;
  font-size: 22px;
  color: #fff;
  overflow: hidden;
  width: 100%;
}
.rank__item .comparison__cta .cta:hover {
	margin-top: 6px;
	border-bottom: 1px solid #bc410d;
	color: #fff;
}
.rank__item .comparison__cta .cta:after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
/* ------------------------------------------------------------
  業者比較表
------------------------------------------------------------ */
.hikaku {
  background-color: #c7d8f9;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .hikaku {
    padding-bottom: 20px;
    margin-top: 30px;
  }
}
.hikaku .box__head {
  color: #2c539e;
}
.list__body{
  background: #fff;
  padding: 40px 40px;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 10px;
}
@media (max-width: 959px) {
  .list__body{
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .list__body{
    padding: 10px 20px;
  }
}
@media (max-width: 959px) {
  .table-wrapper {
    margin-top: 12px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    width: 100%;
  }
}
.comparison-table {
  border-collapse: collapse;
  background: #fff;
  border: 2px solid #333;
  width: 100%;
}
.comparison-table thead th {
  background: #333;
  color: #FFF;
  padding: 5px 8px;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
}
.comparison-table thead tr {
  height: 70px;
}
.comparison-table thead tr th:not(:last-child) {
  border-right: 2px solid #fff;
}
.comparison-table tbody {
  text-align: center;
}
.comparison-table tbody tr{
  height: 70px;
}
.comparison-table tbody tr th,
.comparison-table tbody tr td:not(:last-child) {
  border: 2px solid #333;
}
.comparison-table tbody tr.hidden-row {
  display: none;
}
.comparison-table tbody th {
  text-align: center;
  width: 160px;
  background: #fff;
  color: #fff;
}
.comparison-table tbody th img {
  width: 110px;
  height: auto;
}
.comparison-table tbody th .rank_logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .comparison-table tbody th .rank_logo {
    flex-direction: column;
  }
}
.comparison-table tbody th a {
  display: block;
}
.comparison-table tbody th a img {
  width: 100%;
}
@media (min-width: 960px) {
  .comparison-table tbody th a:hover {
    opacity: 0.75;
  }
}
.comparison-table tbody td {
  color: #333;
  border: 2px solid #333;
  padding: 8px;
  line-height: 1.3;
}
.comparison-table tbody td ul li {
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.5;
}
.comparison-table tbody td ul li + li {
  margin-top: 4px;
}
.comparison-table tbody td:nth-child(2) {
  width: 120px;
  font-weight: bold;
}
.comparison-table tbody td:nth-child(3) {
  width: 120px;
  font-weight: bold;
}
.comparison-table tbody td:nth-child(4) {
  width: 120px;
  font-weight: bold;
}
.comparison-table tbody td:nth-child(5) {
  width: 100px;
  font-weight: bold;
}
.comparison-table tbody td:nth-child(6) {
  width: 160px;
  font-weight: bold;
}
.detail{
  background-color: #ff6978;
  color: #fff;
  padding: 10px 12px;
  font-size: 1rem;
  border-radius: 4px;
  font-weight: 600;
}
.comparison__cta {
  display: flex;
  justify-content: center;
  transition: all .2s;
  margin: 10px 0px 30px;
}
.list__body .comparison__cta .cta {
  width: 800px;
  text-align: center;
  padding: 24px 0;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 8px;
  transition: all .2s;
  color: #fff;
  background: #B5DC62;
  border: 2px solid #B5DC62;
  font-weight: 600;
  text-align: center;
}
.list__body .comparison__cta .cta:hover {
  color: #B5DC62;
  background: #fff;
  border: 2px solid #8FC123;
}
@media (max-width: 768px) {
  .list__body .comparison__cta .cta {
    padding: 12px 0;
    font-size: 1.2rem;
  }
  .list__body .comparison__cta {
    margin: 32px;
  }
}
@media (max-width: 500px) {
  .list__body .comparison__cta {
    margin: 20px;
  }
  .list__body .comparison__cta .cta {
    padding: 12px 0;
    font-size: 1.2rem;
  }
}
.osusume__body .comparison__cta .cta {
  width: 800px;
  text-align: center;
  padding: 24px 0;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 8px;
  transition: all .2s;
  color: #fff;
  background: #B5DC62;
  border: 2px solid #B5DC62;
  font-weight: 600;
  text-align: center;
}
.osusume__body .comparison__cta .cta:hover {
  color: #B5DC62;
  background: #fff;
  border: 2px solid #8FC123;
}
@media (max-width: 768px) {
  .osusume__body .comparison__cta .cta {
    padding: 12px 0;
    font-size: 1.2rem;
  }
  .osusume__body .comparison__cta {
    margin: 32px;
  }
}
@media (max-width: 500px) {
  .osusume__body .comparison__cta {
    margin: 20px;
  }
  .osusume__body .comparison__cta .cta {
    padding: 12px 0;
    font-size: 1.2rem;
  }
}
/* ------------------------------------------------------------
  バンドルカード現金化とは？
------------------------------------------------------------ */
.about__body {
  background: #fff;
  padding: 40px;
  margin: 0 auto 80px;
  font-size: 1.2rem;
  font-weight: bold;
  border: 3px solid #2C539E;
  display: block;
  max-width: 1000px;
}
.about__item{
  width: 100%;
}
.about__item p {
  padding: 0 20px;
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}
.red__text {
  color: #ff6978;
}
.strong__text {
  font-size: 18px;
  font-weight: bolder;
}

.about__link{
  margin-top: 20px;
}
.about__link p {
  text-align: right;
  font-weight: bold;
  margin-bottom: 5px;
}
.about__link a{
  color: #333;
  border-bottom: 2px solid #000;
}
@media (max-width: 959px) {
  .about__body {
    margin: 0 16px 20px;
  }
}
@media (max-width: 768px) {
  .about__body {
   flex-direction: column;
   padding: 10px 20px;
  }
  .about__item{
    width: 100%;
  }
  .about__item p:nth-child(1){
    margin-bottom: 20px;
  }
  .about__body p{
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .about__body, .about__body {
    padding: 20px;
    margin-bottom: 40px;
  }
  .about__item p{
    padding: 0px;
  }
}

.accordion {
  background-color: #f0f5f9;
}

.accordion:not([open]) {
  margin-bottom: 7px;
}

.accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-color: #2C539E;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .accordion summary::after {
    width: 12px;
    height: 12px;
  }
}

.accordion[open] summary::after {
  transform: rotate(225deg);
}

.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion[open] p {
  transform: none;
  opacity: 1;
}

/* ------------------------------------------------------------
 換金率 × スピード × 口コミ で徹底比較！
------------------------------------------------------------ */
.osusume__3 {
  background-color: #fff;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .osusume__3 {
    padding-bottom: 1rem;
    margin-bottom: 90px;
    }
  }
.merit {
  margin-top: 2rem;
}
.osusume__body {
  background: #fff;
  padding: 100px 20px 0;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 1130px;
}
.osusume__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 12px;
  gap: 15px;
}
.osusume__box .osusume__item{
  width: 30%;
  height: 250px;
  background: #FED574;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.osusume__box .left1{
  height: 150px;
  background: #F7F7F7;
}
.osusume__box .left2{
  height: 200px;
  background: #EAEAE9;
}
.osusume__box .right1{
  height: 150px;
  background: #FFE5C3;
}
.osusume__box .right2{
  height: 200px;
  background: #F6C17D;
}
.osusume__left1{
  width: 60%;
}
.osusume__left2{
  width: 60%;
}
.osusume__right1{
  width: 40%;
}
.osusume__right2{
  width: 40%;
}
.osusume__item img {
  position: absolute;
  top: 50%;
  width: 95%;
}
.osusume__item .rank__img {
  background: unset;
  width: 150px;
  position: absolute;
  top: -40%;
}
.osusume__box .left1 .rank__img {
  width: 120px;
}
.osusume__box .left2 .rank__img {
  width: 135px; 
  top: -35%;
}
.osusume__box  .rank__img {
  top: -30%;
}
.osusume__box .right2 .rank__img {
  width: 135px; 
  top: -35%;
}
.osusume__box .right1 .rank__img {
  width: 120px;
}


.osusume__item .osusume__cta {
  width: 100%;
  text-align: center;
  padding: 24px 0;
  font-size: 1.2rem;
  line-height: 1.2;
  border-radius: 8px;
  transition: all .2s;
  font-weight: 600;
  position: absolute;
  bottom: -65px;
}
.osusume__cta .cta {
  background: #ff6978;
  border: 2px solid #ff6978;
  color: #fff;
  padding: 10px 6%;
  border-radius: 8px;
}
.osusume__cta .cta:hover {
  color: #ff6978;
  background: #fff;
  border: 2px solid #ff6978;
}
.osusume__body .comparison__cta .cta {
  margin-top: 50px;
  width: 100%;
}

@media (max-width: 959px) {
  .osusume__body {
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .merit {
  }
  .osusume__body {
    margin-bottom: 40px;
    padding: 0;
  }
  .osusume__box {
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .osusume__item {
    align-items: center;
    justify-content: normal;
  }
  .osusume__item .rank__img {
    width: 100px;
    top: -30%;
  }
  .osusume__left, .osusume__right {
    width: 100%;
  }
  .osusume__box .osusume__item{
    height: 200px;
  }
  .osusume__box .left{
    height: 150px;
  }
  .osusume__box .right{
    height: 150px;
  }
  .osusume__item .osusume__cta {
    font-size: 2.7vw;
    bottom: -50px;
  }

  .left2 { order: 1; }
  .center { order: 2; }
  .right2 { order: 3; }
  .left1 { order: 4; }
  .right1 { order: 5; }
}
@media (max-width: 500px) {
  .osusume__item  .rank__img {
      width: 95px;
      top: -40%;
  }
  .osusume__box .osusume__item {
    height: 150px;
  }
  .osusume__box .left {
    height: 120px;
  }
  .osusume__box .right {
    height: 120px;
  }
  .osusume__cta .cta {
    padding: 8px 4px;
  }

  .osusume__box .left2 .rank__img {
    width: 85px;
    top: -30%;
  }

  .osusume__box .right2 .rank__img {
    width: 85px;
    top: -30%;
  }

  .osusume__box .left1 .rank__img {
    width: 80px;
  }

  .osusume__box .right1 .rank__img {
    width: 80px;
  }

  .osusume__box .left1 {
    height: 105px;
    background: #F7F7F7;
    margin-top: 80px;
  }

  .osusume__box .right1 {
    height: 105px;
    background: #F7F7F7;
    margin-top: 80px;
  }
}

.small__text{
  font-size: 12px;
}

/* ------------------------------------------------------------
　バンドルカード現金化とは？！
------------------------------------------------------------ */
.about2__body {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 959px) {
  .about2__body {
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .about2__body {
    padding: 20px;
  }
}
/* ------------------------------------------------------------
  換金率 × スピード × 口コミ 高評価
------------------------------------------------------------ */
.osusume4 {
  background-color: #eee;
  padding-bottom: 1px;
}
.rank__body {
  background: #fff;
  padding: 40px 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 80px;
  max-width: 1000px;
  border-radius: 10px;
}
.rank__body h3{
  font-size: 3rem;
  padding-left: 20px;
  color: #333;
}

.rank__title {
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rank__title .anken {
 font-size: 25px;
 text-decoration:underline;
 font-weight: bolder;
}

.rank__title img {
  width: 100px;
}
.rank__item {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.rank__cap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  background: #fff;
  margin: 10px 0 24px;
  background: #D6E9FA;
}
.rank__cap img {
  width: 100%;
  padding: 20px 20px 0;
}
.rank__cap p {
  width: 60%;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
  text-align: left;
}
.rank__cap p span {
  margin-top: 10px;
  color: #FF6978;
  font-size: 1.2em;
  font-weight: 600;
  padding-left: 8px;
}
.rank__cap__under {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
}
.rank__cap__under .rank__cap__cta {
  margin: 0 auto;
}
.rank__cap__cta .cta {
  text-align: center;
  padding: 24px 40px;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 8px;
  transition: all .2s;
  color: #fff;
  background: #FF6978;
  border: 2px solid #FF6978;
  font-weight: 600;
  text-align: center;
}
.rank__cap__cta .cta:hover {
  color: #FF6978;
  background: #fff;
  border: 2px solid #FF6978;
}
.pc__text {
  display: block;
}
.rank__item .comparison__cta .cta {
  margin: 0;
}
.rank__table {
  background: #fff;
  margin: 24px 0 40px;
}
.rank__table {
  border: 3px solid #042b89;
}
.rank__table__th {
  padding: 10px 0;
  font-size: 1.5rem;
  box-sizing: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #566CC0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}
.rank__table__fx .right {
border-right: 1px solid #153d00;
}
.rank__table__fx .left {
  border-left: 1px solid #153d00;
  }
.service__logo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.service__logo img {
  width: 100px;
}
.rank__table__td {
  padding: 10px;
  width: 100%;
  font-size: 1.3rem;
}
.rank__table__td:first-child {
  border-right: 1px solid #153d00;
}
.rank__table__td:last-child {
  border-left: 1px solid #153d00;
  margin: auto;
  padding: 18px 0;
}
.rank__table__td .star_text {
  font-size: 1.5rem;
}
.rank__table2 {
  border: 3px solid #FF6978;
}
.rank__table2 .rank__table__th {
  background-color: #FF6978;
}
.rank__table2 .rank__table__td {
  border: none;
}
.rank__table__fx {
  display: flex;
}
.rank__point {
  background: #F4F3EE;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rank__point h3 {
  background: #2C539E;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  height: 32px;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}
.rank__point ul {
  margin: 32px 12px;
}
.rank__point li {
  display: flex;
  text-align: left;
  align-items: flex-start;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.point__text span {
  color: #FF6978;
}
.point__text img {
  width: 40px;
  margin-right: 12px;
}
@media (max-width: 959px) {
  .rank__body {
    padding: 20px;
    margin: 0 16px 40px;
  }
}
@media (max-width: 768px) {
  .rank__body {
    margin: 0 16px 40px;
    padding: 20px;
    flex-direction: column;
  }
  .rank__body h3 {
    font-size: 1.5rem;
  }
  .rank__item {
    width: 90%;
  }
  .rank__table__th {
    font-size: 1.2rem;
  }
  .rank__table__td {
    padding: 4px;
  }
  .rank__item .left {
    text-align: left;
  }
  .rank__item .left br {
    display: none;
  }
  .rank__cap {
    flex-direction: column;
  }
  .rank__cap__under {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 12px 0;
    flex-direction: column;
  }
  .rank__cap__cta .cta {
    padding: 12px 32px;
    font-size: 1.2rem;
  }
  .rank__cap__under .rank__cap__cta {
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rank__cap p {
    width: 100%;
    margin-top: 10px;
    font-size: 1rem;
    text-align: center;
  }
  .rank__cap p span {
    font-size: 2rem;
  }
  .rank__cap img {
    width: 100%;
  }
  .pc__text {
    display: none;
  }
}
@media (max-width: 500px) {
  .rank__body {
    padding: 12px;
  }
  .rank__body h3 {
    padding-left: 4px;
  }
  .rank__item {
    width: 100%;
  }
  .rank__title img {
    width: 40px;
  }
  .rank__cap img {
    padding: 0;
  }
  .rank__cap__under {
    padding: 0;
  }
  .rank__cap p span {
    font-size: 5vw;
  }
  .rank__cap__under .rank__cap__cta {
    height: 60px;
  }
  .rank__table__td p {
   font-size: 1.1rem;
  }
  .service__logo img {
    width: 60px;
  }
  .point__text img {
    width: 20px;
  }
  .point__text p {
    font-size: 1.2rem;
  }
}
.doble_circle {
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  background-image: url(../img/doble_circle.svg);
  background-position-x: center;
  background-position-y: center;
  background-size: 45px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-repeat: no-repeat;
}

/* ------------------------------------------------------------
  現金化の流れ
------------------------------------------------------------ */

.step__body {
  background: #fff;
  padding: 1rem 1rem 0;
  background-color: #e6efff;
}
.step-item {
  width: 30%;
  max-width: 1000px;
  margin: auto;
  padding: 1rem 0;
  text-align: center;
}
@media (max-width: 768px) {
.step-item {
  width: 100%;
}
}
.slider-item04 {
  padding-top: 0;
}
.slider-item06 {
  padding-bottom: 3rem;
}

/* ------------------------------------------------------------
  条件に合った現金化業者を見つける
------------------------------------------------------------ */
.form__body {
  background: #fff;
  text-align: center;
  padding: 40px 40px 0;
  text-align: center;
  margin: 0 auto 80px;
  border: 3px solid #2C539E;
  max-width: 1000px;
}
.selectbox1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.selectbox__title{
  display: flex;
  justify-content: space-around;
}
.selectbox__title .title{
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 600;
}
.selectbox2 p {
  font-size: 1.5rem;
  margin: 40px auto 20px;
  font-weight: 600;
}
.diagnose{
  width: 100%;
}
.diagnose p{
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 20px 0;
}
.radio__wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 1.3rem;
  padding-left: 40px;
}
.diagnose .radio{
  border-radius: 10px;
  text-align: left;
  padding: 10px;
  display: flex;
  align-items: flex-start;
}
.radio__wrap .checkbox {
  display: inline-block;
  border-radius: 8px;
  text-align: left;
  padding: 10px;
  width: 30%;
  font-size: 1.3rem;
}
input[type=checkbox] {
  transform: scale(2);
  margin: 0 12px 0 0;
}
.diagnose__btn {
  background: none;
  border: none;
  margin: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.search__box {
  width: 800px;
  text-align: center;
  padding: 24px 0;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 8px;
  transition: all .2s;
  color: #fff;
  background: #B5DC62;
  border: 2px solid #B5DC62;
  font-weight: 600;
  margin: 40px;
}
.search__box:hover {
  color: #B5DC62;
  background: #fff;
  border: 2px solid #8FC123;
}
.diagnose__btn img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.diagnosis__cta {
  display: flex;
  justify-content: center;
  transition: all .2s;
  margin: 40px;
}
.diagnosis__cta .cta {
  width: 800px;
  text-align: center;
  padding: 24px 0;
  font-size: 20px;
  line-height: 1.2;
  border-radius: 8px;
  transition: all .2s;
  color: #fff;
  background: #ff6978;
  border: 2px solid #ff6978;
  font-weight: 600;
  text-align: center;
}
.diagnosis__cta .cta:hover {
  color: #ff6978;
  background: #fff;
  border: 2px solid #ff6978;
}
.radio__img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.radio__img img {
  width: 100px;
  height: auto;
}
.cp_ipselect {
	position: relative;
	display: block;
	overflow: hidden;
  width: 200px;
	height: 100%;
	margin: 20px auto;
  text-align: left;
  border-radius: 4px;
  color: #333;
  border: 2px solid #333;

}
.cp_ipselect > i.toggle {
	position: absolute;
	z-index: 4;
	top: 1.4em;
	right: 1.5em;
	color: #333;
}
.cp_ipselect .cp_sl07_arrowup:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	pointer-events: none;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #2C539E;
	border-left: 10px solid transparent;
	-webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
	transition: all 250ms cubic-bezier(.4,.25,.3,1);
}
.cp_ipselect .cp_sl07_arrowdown:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	pointer-events: none;
	border-top: 12px solid #2C539E;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	-webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
	transition: all 250ms cubic-bezier(.4,.25,.3,1);
}
.cp_ipselect .cp_sl07_title, .cp_ipselect .cp_sl07_selectlabel {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 1em 1em;
	cursor: pointer;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	background: #fff;
}
.cp_ipselect > input {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.cp_ipselect > input:checked ~ i.toggle.cp_sl07_arrowdown {
	display: none;
}
.cp_ipselect > input:checked ~ i.toggle.cp_sl07_arrowup {
	display: block;
}
.cp_ipselect > input:checked div.options label.option .cp_sl07_title {
	display: none !important;
}
.cp_ipselect > input:not(:checked) {
	z-index: 4;
}
.cp_ipselect > input:not(:checked) ~ label.option > span.cp_sl07_title {
	display: none;
}
.cp_ipselect > input:not(:checked) ~ i.toggle.cp_sl07_arrowup {
	display: none;
}
.cp_ipselect > input:not(:checked) ~ i.toggle.cp_sl07_arrowdown {
	display: block;
}
.cp_ipselect > span.cp_sl07_selectlabel {
	position: relative;
	z-index: 0;
	display: inline-block;
	width: 100%;
	color: #333;
	border-top: 0;
}
.cp_ipselect label.option {
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	transition: all 1s ease-out;
}
.cp_ipselect label.option span.cp_sl07_title {
	position: relative;
	z-index: 2;
	transition: 0.3s ease-out;
}
.cp_ipselect label.option span.cp_sl07_title:hover {
	color: #333;
	background: #fff;
}
.cp_ipselect label.option input {
	display: none;
}
.cp_ipselect label.option input:checked ~ span.cp_sl07_title {
	position: absolute;
	z-index: 3;
	top: 0;
	display: block;
	width: 100%;
	color: #333;
	border-top: 0;
	background: #fff;
	box-shadow: none;
}

@media (max-width: 959px) {
  .form__body {
    margin: 0 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .form__body {
    padding: 20px;
  }
  .diagnose label{
    width: 40%;
  }
  .selectbox1 {
    flex-direction: column;
    margin: 20px 0;
  }
  .cp_ipselect {
    width: 450px;
  }
  .radio__wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .form__body {
    padding: 0 20px 20px;
    margin-bottom: 40px;
  }
  .selectbox__inner{
    width: 100%;
  }
  .cp_ipselect {
    width:100%;
  }
  .radio__wrap .checkbox {
    width: 100%;
  }
  .diagnosis__cta {
    margin: 20px;
  }
  .diagnosis__cta .cta {
    padding: 12px 0;
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------------------
  よくある質問
------------------------------------------------------------ */
.question {
  background-color: #fff;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .question {
    padding-top: 20px;
  }
}
.faq__body {
  background: #fff;
  padding: 48px;
  margin: 0 auto 80px;
  max-width: 1000px;
  padding-top: 0;
}
.faq__body .qa {
  margin-bottom: 16px;
  background: #ebf1fc;
  color: #000000;
  border: 2px solid #2c539e;
}

.faq__body .qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
}

.faq__body .qa summary::before,
.faq__body .qa p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.faq__body .qa summary::before {
  font-family: 'Lato', sans-serif;
  color: #2C539E;
  content: "Q";
}

.faq__body .qa summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-bottom: 3px solid #2C539E;
  border-right: 3px solid #2C539E;
  content: '';
  transition: transform .5s;
}

.faq__body .qa[open] summary::after {
  transform: rotate(225deg);
}

.faq__body .qa p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em .8em .3em 2.8em;
  background: #fff;
  transition: transform .5s, opacity .5s;
  font-size: 1.2rem;
}

.faq__body .qa[open] p {
  transform: none;
  opacity: 1;
  padding: 1em 2em 1em 3em;
}

.faq__body .qa p::before {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  line-height: 1.2;
  content: "A";
  text-shadow: -1px -1px 0 #2c539e, 1px -1px 0 #2c539e, -1px 1px 0 #2c539e, 1px 1px 0 #2c539e;
}
.sp__text {
  display: none;
}
details summary::-webkit-details-marker {
  display: none;
}
@media (max-width: 959px) {
  .faq__body {
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .faq__body {
    padding: 20px;
    margin-bottom: 40px;
  }
  .faq__body .qa summary::after {
    width: 12px;
    height: 12px;
  }
  .faq__body .qa summary {
    font-size: 1rem;
  }
  .faq__body .qa[open] p {
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .sp__text {
    display: block;
  }
}
/* ------------------------------------------------------------
  運営者情報
------------------------------------------------------------ */
.admin {
 text-align: center;
 display: flex;
 justify-content: center;
 gap: 20px;
 margin-top: 50px;
 margin-bottom: 10px;
}

.admin a {
 background: #fff;
 border: solid 1px #4d4d4d;
 color: #4d4d4d;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
 padding: 4px;
 font-size: 14px;
 min-width: 100px;
}

.admin_page {
 padding-top: 50px;
 padding-bottom: 50px;
 text-align: center;
}

.admin_page h2 {
  font-size: 24px;
}

.admin_page table{
  width: 90%;
  max-width: 800px;
  border-collapse: collapse;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.admin_page table tr{
  border-bottom: solid 1px #4d4d4d;
}


.admin_page table tr:last-child{
  border-bottom: none;
}

.admin_page table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}


.admin_page table td{
  text-align: left;
  width: 70%;
  background-color: #fff;
  padding: 10px 0;
  padding-left: 20px;
}

.back_link {
  font-size: 18px;
}

.small {
  font-size: 14px;
}

.policy {
  background: #fff;
  width: 90%;
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
  border: solid 1px #ccc;
  padding: 10px;
}

.company__body {
  padding: 48px;
  background: #fff;
  margin: 0 auto 40px;
  border: 3px solid #2C539E;
  max-width: 1000px;
}
.company__table table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  border: 2px solid #6292DC;
}
.company__table tbody {
  border: 2px solid #6292DC;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.company__table table th {
  position: relative;
  width: 30%;
  background-color: #6292DC;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  height: 70px;
}
.company__table table td {
  text-align: left;
  width: 70%;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #6292DC;
}
.company__table table tr:nth-of-type(2) th {
  border-bottom: 2px solid #fff;
}
.company__table table tr:nth-of-type(even) th {
  border-top: 2px solid #fff;
}
.company__table table tr:nth-of-type(even) td {
  background-color: #fff;
}
@media (max-width: 959px) {
  .company__body {
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .company__body {
    padding: 20px;
  }
  .company__table table {
    width: 100%;
  }
  .company__table tbody {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------
  フッター上CTA
------------------------------------------------------------ */
.btn__links{
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__left, .cta__right {
  width: 300px;
  height: 60px;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1;
  border-radius: 5px;
  transition: all .2s;
  margin: 0 40px 40px;
  transition: all .2s;
  font-weight: 600;
}
.cta__left {
  color: #ff6978;
  background: #fff;
  border: 2px solid #ff6978;
}
.cta__left:hover{
  background-color: #ff6978;
  border-color: #ff6978;
  color: #fff;
}
.cta__right {
  color: #fff;
  background: #ff6978;
  border: 2px solid #ff6978;
}
.cta__right:hover{
  background-color: #fff;
  border-color: #ff6978;
  color: #ff6978;
}
@media (max-width: 768px) {
  .btn__links {
    flex-direction: column;
  }
  .cta__left, .cta__right {
    margin: 10px 0;
    font-size: 16px;
  }
  .cta__left {
    margin: 40px 0 20px;
  }
}

/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */
.footer {
  margin-top: 0;
}
.footer__copyright {
  background: #333;
  color: #fff;
  padding: 20px 0;
  font-size: 1rem;
  text-align: center;
  height: 60px;
}

/* ------------------------------------------------------------
  トップへ戻る
------------------------------------------------------------ */
#topBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 1em;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #2C539E;
  color: #fff;
  cursor: pointer;
  border-radius: 50px;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
  width: 60px;
  height: 60px;
}

@-webkit-keyframes fadein {
  from {bottom: -50px; opacity: 0;}
  to {bottom: 20px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: -50px; opacity: 0;}
  to {bottom: 20px; opacity: 1;}
}

/* ------------------------------------------------------------
  診断結果ページ
------------------------------------------------------------ */
.head__title {
  background-color: #2C539E;
}
.head__title h1{
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-size: 3rem;
}
.diagnose__title {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
.btn__links2 {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
.btn__links2 .cta__left, .btn__links2 .cta__right {
  width: 300px;
  height: 60px;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  line-height: 1;
  border-radius: 50px;
  transition: all .2s;
  margin: 0 40px 40px;
  transition: all .2s;
}
.btn__links2 .cta__left {
  color: #fff;
  background: #FFD600;
  border: 2px solid #FFD600;
}
.btn__links2 .cta__left:hover{
  background-color: #00A5BE;
  border-color: #00A5BE;
  color: #fff;
}
.btn__links2 .cta__right {
  color: #fff;
  background: #8FC123;
  border: 2px solid #8FC123;
}
.btn__links2 .cta__right:hover{
  background-color: #fff;
  border-color: #00A5BE;
  color: #00A5BE;
}
@media (max-width: 500px) {
  .head__title h1 {
    padding: 20px 0;
    font-size: 2rem;
  }
  .diagnose__title {
    font-size: 1.2rem;
  }
  .btn__links2 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .btn__links2 .cta__left, .btn__links2 .cta__right {
    margin: 10px 0;
    font-size: 16px;
  }
}

/* 星 */
.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}

.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #FFBF00; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.output-date-time {
text-align: right;
padding-right: 5%;
}
/* ------------------------------------------------------------
  クチコミ アコーディオン
------------------------------------------------------------ */

.box30 {
  margin-top: 2em;
  margin-bottom: 2em;
  border: solid 2px #2C539E;
}
.box30 .box-title {
  color: #fff;
  font-size: 1.5rem;
  background: #2C539E;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}
.box30 div {
  padding: 15px 20px;
  margin: 0;
}
.ank {
  font-size: 12px;
  font-weight: 100;
  padding-left: 35px;
}
.prf {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}
.prf img {
  width: 10%;
}
.prf p {
  line-height: 1.3rem;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 768px) {
.prf p {
  font-size: 21px;
}
}
.gray {
  font-weight: 100;
  color: gray;
  font-size: 12px;
}

.kuchikomi {
  text-align: left;
  font-size: 18px;
}
.kuchikomi2 {
  text-align: center;
}
.more-toggle,
.hidden-content {
  display: none;
}

.more-toggle:checked ~ .hidden-content {
  display: block;
}
.more-toggle2,
.hidden-content {
  display: none;
}

.more-toggle2:checked ~ .hidden-content {
  display: block;
}
.more-toggle3,
.hidden-content {
  display: none;
}

.more-toggle3:checked ~ .hidden-content {
  display: block;
}
.more-toggle4,
.hidden-content {
  display: none;
}

.more-toggle4:checked ~ .hidden-content {
  display: block;
}
.more-toggle5,
.hidden-content {
  display: none;
}

.more-toggle5:checked ~ .hidden-content {
  display: block;
}
.more-toggle6,
.hidden-content {
  display: none;
}

.more-toggle6:checked ~ .hidden-content {
  display: block;
}
.more-toggle7,
.hidden-content {
  display: none;
}

.more-toggle7:checked ~ .hidden-content {
  display: block;
}

.more-button {
  color: #fff;
  display: inline-block;
  width: 200px;
  padding: 8px;
  background-color: #FF98A2;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border-bottom: solid 3px #FF6978;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.3s;
  font-size: 1rem;
}

.more-button::before {
  content: '口コミを全て見る';
}

.more-toggle:checked ~ .more-button::before {
  content: '閉じる';
}

.more-toggle2:checked ~ .more-button::before {
  content: '閉じる';
}

.more-toggle3:checked ~ .more-button::before {
  content: '閉じる';
}

.more-toggle4:checked ~ .more-button::before {
  content: '閉じる';
}

.more-toggle5:checked ~ .more-button::before {
  content: '閉じる';
}

.more-button:hover {
  opacity: 0.7;
}

.more-button:active {
  opacity: 0.4;
}
.hidden-content {
  text-align: left;
  width: 100%;
}
.line2 {
  border-bottom: solid 2px #dcdddd;
  padding-top: -15px;
}

.erabikata {
  background-color: #fff;
}

.box2{
  border: 2px solid #ffd700;
  border-radius: 5px;
  margin-top: 30px;
  background: #fff;
}
.box2 h3{
  background: #ffd700;
  color: #fff;
  text-align: center;
  margin: 0;
  position: relative;
  padding: 3px;
  font-size: 1rem;
}

.box2 .inner{
  padding: 0em .5em .5em;
  text-align: center;
}

.inner ol li {
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
}

.topic2 {
  color: #fa4141;
  text-decoration: underline;
}

.gift {
  background: #e52780;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 2px 4px;
  border-radius: 8px;
  margin-right: 5px;
}

/* ------------------------------------------------------------
  絞り込み結果　モーダルウィンドウ
------------------------------------------------------------ */

.modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; /* 初期状態は非表示 */
  align-items: center;
  justify-content: center;
}

.modal.show {
  display: flex; /* 表示時にflex配置を有効化 */
}

.modal-content {
  background: #fff;
  width: 90%;
  max-width: 700px;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.company-item {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  background: #f9f9f9;
}
.company-logo {
  width: 230px;
  height: auto;
  margin-right: 2%;
}

.badge {
  display: inline-block;
  background: #ff9800;
  color: #fff;
  padding: 2px 6px;
  margin-left: 6px;
  font-size: 12px;
  border-radius: 4px;
}
.company-link {
  display: inline-block;
  margin-top: 8px;
  color: #2196f3;
  text-decoration: underline;
  margin-right: 10px;
}

.modal-flex .detail {
  padding: 6px 9px;
  font-size: 0.8em;
}

.modal-flex {
  display: flex;
}

.modal-flexcontent h3 {
  margin-bottom: 5%;
}

#modalResult h2 {
  margin-bottom: 2%;
}

.comparison__cta .cta {
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 22px;
  color: rgb(255, 255, 255);
  width: 100%;
  text-decoration: none;
  padding: 1em 15em;
  border-radius: 0.3rem;
  border-bottom: 7px solid rgb(255, 161, 171);
  background: rgb(255, 105, 120);
  overflow: hidden;
}

.comparison__cta .cta:hover {
	margin-top: 6px;
	border-bottom: 1px solid #bc410d;
	color: #fff;
}
.comparison__cta .cta:after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (max-width: 768px) {
  .comparison__cta .cta {
    padding: 12px 0;
    font-size: 1.2rem;
  }
  .comparison__cta {
    margin: 32px;
  }
  .footer__copyright {
    height: 80px;
  }
}
@media (max-width: 500px) {
  .comparison__cta {
    margin: 20px;
  }
  .comparison__cta .cta {
    padding: 12px 45px;
    font-size: 4vw;
  }
}

.detail-text {
  font-size: 1.1em;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: blue;
}