@charset "UTF-8";
/*
 *
 * style.scss
 *
 */
/*
 *
 * _media_query.scss
 *
 */
/* ------------------------------------------------------------
 ブレイクポイント
------------------------------------------------------------ */
/* ------------------------------------------------------------
 大きめPC
------------------------------------------------------------ */
/* ------------------------------------------------------------
 PC
------------------------------------------------------------ */
/* ------------------------------------------------------------
 タブレット
------------------------------------------------------------ */
/* ------------------------------------------------------------
 スマートフォン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 小さめスマートフォン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ホバーエフェクト
------------------------------------------------------------ */
/*
 *
 * _variables.scss
 *
 */
/* ------------------------------------------------------------
 変数設定
------------------------------------------------------------ */
/* ------------------------------------------------------------
 カラーパレット
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テーマカラー
------------------------------------------------------------ */
/* ------------------------------------------------------------
 背景色
------------------------------------------------------------ */
/* ------------------------------------------------------------
 テキスト
------------------------------------------------------------ */
/* 本文の見出し1 */
/* 本文の黒見出し */
/* 本文の色付きテキスト1 */
/* 本文の黒テキスト */
/* 本文中のリンク */
/* リンクホーバー時 */
/* ------------------------------------------------------------
 表
------------------------------------------------------------ */
/* ------------------------------------------------------------
 ボタン
------------------------------------------------------------ */
/* ------------------------------------------------------------
 独自リセット・共通スタイル
------------------------------------------------------------ */
html {
  font-size: 100%;
}
@media (max-width: 959px) {
  html {
    font-size: 94%;
  }
}
@media (max-width: 767px) {
  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.9;
  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;
}

/* ------------------------------------------------------------
  .ib inline-blockで改行
------------------------------------------------------------ */
.ib {
  display: inline;
}
@media (max-width: 959px) {
  .ib {
    display: inline-block;
  }
}

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

/* ------------------------------------------------------------
  main-visual メインビジュアル
------------------------------------------------------------ */
.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%;
  }

}
.fv-bottom{
  background: #1DAEB3;
}
.fv-bottom h2{
  color: #fff;
  padding: 40px 0;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .fv-bottom h2{
    padding: 20px 0;
  }
}

/* ------------------------------------------------------------
  section
------------------------------------------------------------ */
@media (max-width: 880px) {
  .section {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.section .section__inner {
  margin: auto;
}
/* ------------------------------------------------------------
  section cat
------------------------------------------------------------ */
.section.cta {
  padding: 40px 0 0 0;
}
.cta-text{
  text-align: center;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.cta-text::before{
  content:'';
  display: inline-block;
  background-image: url(http://153.126.131.234/trial/tanaka/accelfactor2/img/cta-woman.png);
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cta-button {
  width: 220px;
  position: absolute;
  right: -100px;
  bottom: 20px;
}
.cta-button img{
  width: 100%;
}
.cta-image{
  display: none;
}
.section.cta .section__inner {
  max-width: 880px;
  position: relative;/*cta-button用*/
}
.sp-br{
  display: none;
}
@media (max-width: 1000px) {
  .cta-text::before{
    display: none;
  }
  .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;
  }
  .cta-text p{
    font-size: 1rem;
  }
  .cta-text h2{
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .cta-text span{
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------
  main inner
------------------------------------------------------------ */
@media (max-width: 767px) {
  .main__contents {
    padding-bottom: 20px;
  }
}
.main__contents .section__inner {
  max-width: 1000px;
  padding: 40px 0;
}
@media (max-width: 500px) {
  .main__contents .section__inner {
    padding: 40px 0 0 0;
  }
}

/* ------------------------------------------------------------
  box design
------------------------------------------------------------ */

.box__head {
  background: #1DAEB3;
  color: #fff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding: 16px 48px;
  font-size: 2rem;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 959px) {
  .box__head {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .box__head {
    font-size: 1.3rem;
    padding: 16px 32px;
  }
}
/* ------------------------------------------------------------
  FV下　急な出費
------------------------------------------------------------ */
.syuppi__list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.syuppi__item{
  width: 30%;
}
.arrow__body p{
  text-align: center;
  margin-bottom: 20px;
}
.arrow__body p img{
  width: 100px;
}
@media (max-width: 767px) {
  .syuppi__list{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .syuppi__item{
    width: 80%;
    text-align: center;
  }
  .syuppi__item:nth-child(2){
    margin: 10px 0;
  }
  .arrow__body p img{
    width: 80px;
  }
}
@media (max-width: 500px) {
  .arrow__body p img{
    width: 50px;
  }
}
/* ------------------------------------------------------------
  そんなときこんなお悩みありませんか？
------------------------------------------------------------ */
.onayami__body h2{
  text-align: center;
  color: #1DAEB3;
  font-size: 2rem;
  margin-bottom: 20px;
}
.onayami__body h2 br{
  display: none;
}
.onayami__body li{
  display: flex;
  align-items: center;
  width: 100%;
  border: 5px solid #1DAEB3;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}
.onayami__body li p{
  width: 50px;
  margin: 10px;
}
.onayami__body li p img{
  width: 100%;
}
@media (max-width: 600px) {
  .onayami__body h2 br{
    display: block;
  }
}
@media (max-width: 460px) {
  .onayami__body li{
    font-size: 1.4rem;
  }
  .onayami__body li p{
    width: 30px;
    margin: 10px;
    line-height: 0;
  }
}
@media (max-width: 392px) {
  .onayami__body li{
    font-size: 1.2rem;
  }
}
/* ------------------------------------------------------------
  後払い辞典CTA
------------------------------------------------------------ */
.jiten-cta__body{
  margin: 40px 0;
}
.jiten-cta__body p{
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  color: #1DAEB3;
}
.jiten-cta__body p span{
  font-size: 2.4rem;
  background:linear-gradient(transparent 60%, #FEDA26 60%);
}
.jiten-cta{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.jiten-cta img{
  width: 100%;
}
.sp-left, .sp-right{
  display: none;
}
.cta-center a:hover{
  opacity: 0.7;
}
@media (max-width: 470px) {
  .jiten-cta__body p{
    font-size: 1.4rem;
  }
  .jiten-cta__body p span{
    font-size: 1.8rem;
    background:linear-gradient(transparent 60%, #FEDA26 60%);
  }
  .jiten-cta{
    flex-wrap: wrap;
  }
  .cta-center{
    margin: 10px 0;
  }
  .cta-left, .cta-right{
    display: none;
  }
  .sp-left, .sp-right{
    display: block;
    width: 40%;
  }
}
/* ------------------------------------------------------------
  後払いアプリとは？ 後払いアプリ現金化とは？
------------------------------------------------------------ */
.about__body {
  background: #fff;
  padding: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 80px;
  border-radius: 0px 0px 10px 10px;
}
.about__body2 {
  background: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 80px;
  border-radius: 10px;
}
.about__body2 h2{
  color: #1DAEB3;
  font-size: 2rem;
  margin-bottom: 40px;
}
.about__body2 .flow-midashi{
  color: #000;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.about__body2 .flow-midashi span{
  color: #1DAEB3;
  font-size: 2rem;
}
.about__body2 .midashi{
  font-size: 20px;
  background: #FEDA26;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.about__body2 p{
  padding: 0 20px;
  text-align: left;
  line-height: 2.0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.about__body2 p:last-child{
  margin-bottom: 0px;
}
.about__body2 p span{
  color: #1DAEB3;
  font-size: 24px;
}
.about__item{
  width: 60%;
}
.about__body .right{
  width: 30%!important;
}
.about__item img {
  width: 100%;
}
.about__item p {
  padding: 0 20px;
  text-align: left;
  line-height: 2.0;
  font-size: 20px;
  font-weight: bold;
}
.about__link{
  margin-top: 20px;
}
.about__link p {
  text-align: right;
  font-weight: bold;
  margin-bottom: 5px;
}
.about__link a{
  color: #000;
  border-bottom: 2px solid #000;
}
@media (max-width: 780px) {
  .about__body {
   flex-direction: column;
  }
  .about__item{
    width: 100%;
  }
  .about__item p:nth-child(1){
    margin-bottom: 20px;
  }
  .about__body2 p{
    text-align: left;
    font-size: 16px;
  }
  .about__body2 br{
    display: none;
  }
}
@media (max-width: 500px) {
  .about__body, .about__body2 {
    padding: 20px;
    margin-bottom: 40px;
  }
  .about__body2 h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .about__body2 .midashi{
    font-size: 1.6rem;
  }
  .about__body2 .flow-midashi{
    font-size: 1.4rem;
  }
  .about__body2 .flow-midashi span{
    font-size: 1.6rem;
  }
  .about__item p{
    padding: 0px;
    font-size: 16px;
  }
  .about__body2 p{
    margin-bottom: 20px;
  }
  .about__body2 p span{
    font-size: 20px;
  }
}

/* ------------------------------------------------------------
 ４つのポイント
------------------------------------------------------------ */
.osusume__body {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 80px;
  border-radius: 10px;
}
.osusume__item-body{
  width: 100%;
  position: relative;
}
.osusume__item{
  max-width: 600px;
}
.osusume__item img{
  width: 100%;
}


@media (max-width: 600px) {

}

/* ------------------------------------------------------------
  後払いアプリ現金化優良店ランキング
------------------------------------------------------------ */
.rank__body {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 80px;
}
.rank__body h3{
  font-size: 2rem;
  margin: 10px 0;
  padding-left: 5px;
}
.rank__title{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 0;
}
.rank__item{
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border: 4px solid #000;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.rank__table{
  border-top: 3px solid #1DAEB3;
}
.rank__table p,.rank__table li{
  font-weight: bold;
}
.rank__table__th{
  background: #1DAEB3;
  color: #fff;
  padding: 10px 0;
  font-size: 1.5rem;
  width: 100%;
  font-weight: bold;
}
.rank__table__td{
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rank__table__td .star_text{
  font-size: 1.5rem;
}
.rank__table__fx{
  display: flex;
}
.bd_white{
  border-right: 3px solid #fff;
}
.bd_black{
  border-right: 3px solid #1DAEB3;
}

/*星*/
.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
}
.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: #FFED00; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.8"]:after{ width: 93%; } /* 星4.8 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4.2"]:after{ width: 86%; } /* 星4.2 */
.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 */

.sp{
  display: none;
}
.tab-content {
  display: none;
}
.tab {
  cursor: pointer; 
  background-color: #999; 
}
.tab-active {
  background-color: #1DAEB3;
}
.tab-active::after {
  content: " ▼";
}
.tab_area{
  padding: 20px 10px;
}
.name{
  font-weight: bold;
}
.review{
  background: #fff8e5;
  padding: 10px 5px;
  border-radius: 10px;
}
.tab_area li{
  text-align: left;
  list-style: disc;
  margin-left: 20px;
}
.rank_list{
  border: 4px solid #000;
  border-radius: 10px;
  padding: 10px 30px 30px 30px;
  background: #f0fcfa;
  margin-bottom: 10px;
}
.four__rank__body__title{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.four__rank__body__title img{
  width: 70px;
}
.four__rank__body__title h2{
  font-size: 2.4rem;
  color: #1DAEB3;
}
.red_text{
  color:#CC2823;
}

@media (max-width: 959px) {
  .rank__body {
    padding: 32px 32px;
  }
}
@media (max-width: 767px) {
  .rank__body {
    padding: 32px 16px;
    flex-direction: column;
  }
  .rank__item{
    width: 90%;
  }
}
@media (max-width: 600px) {
  .rank__body {
    padding: 32px 10px;
    margin-bottom: 40px;
  }
  .rank__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .rank__table__th{
    font-size: 1.2rem;
  }
  .rank__table__td{
    padding: 5px;
    font-size: 1rem;
  }
  .rank__item .left{
    text-align: left;
  }
  .rank__item .left br{
    display: none;
  }
  .pc{
    display: none;
  }
  .sp{
    display: flex;
  }
  .sp-fx{
   flex-direction: column;
  }
  .bd_white{
    border: none;
  }
  .rank_list{
    padding: 10px;
  }
}

/* ------------------------------------------------------------
  後払いアプリ現金化業者診断
------------------------------------------------------------ */
.form__body {
  background: #fff;
  padding: 20px 20px 30px;
  border-radius: 10px;
  margin-bottom: 80px;
}
.form__body h2 {
  color: #000;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
.form__body h3 {
  color: #1DAEB3;
  font-size: 1.6rem;
  text-align: center;
}
.option_title {
  cursor: pointer;
}
.options {
  display: none;
}
.form__area{
 max-width: 850px;
 margin: 0 auto;
}
.option_title{
  background: #1DAEB3;
  font-size: 1.2rem;
  padding: 20px;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.toggle-icon {
  font-size: 35px;
  color: #FEDA26;
}
.options{
  background: #fff;
  border-radius: 10px;
  border: 4px solid #1DAEB3;
  margin: 5px 0 10px 0;
  padding: 10px;
}
.option{
  display: block;
  padding: 5px;
  font-size: 1.4rem;
}
.desired{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.option2{
  width: 48%;
  padding: 5px;
  font-size: 1.4rem;
  border: 4px solid #1DAEB3;
  border-radius: 10px;
  margin: 5px;
}
.form_button{
  text-align: center;
  margin: 30px 0;
}
.form_button input{
  width: 60%;
  background: #FEDA26;
  border: 5px solid #fff;
  color: #000;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 0 3px 4px rgb(0 0 0 / 25%), 0 3px 4px -1px rgb(0 0 0 / 15%);
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
.form_button input:hover{
  opacity: 0.7;
}
.sub_text{
  text-align: center;
}
@media (max-width: 825px) {
  .desired{
    flex-direction: column;
    align-items: center;
  }
  .option2{
    width: 85%;
  }
}

/* ------------------------------------------------------------
  優良業者一覧
------------------------------------------------------------ */
.list__body{
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 80px;
  border-radius: 10px;
}
@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: 1px solid #000;
  width: 100%;
}
.comparison-table thead th {
  background: #F4810E;
  color: #FFF;
  padding: 5px 8px;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.95rem;
}
.comparison-table thead tr th:not(:last-child) {
  border-right: 1px solid #000;
}
.comparison-table tbody {
  text-align: center;
}
.comparison-table tbody tr{
  border-top: 1px solid #000;
}
.comparison-table tbody tr th,
.comparison-table tbody tr td:not(:last-child) {
  border-right: 1px solid #000;
}
.comparison-table tbody tr.hidden-row {
  display: none;
}
.comparison-table tbody th {
  text-align: center;
  width: 150px;
  background: #F4810E;
  color: #fff;
}
.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: #000;
  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: 200px;
  font-weight: bold;
}
.comparison-table tbody td:nth-child(3) {
  width: 200px;
  font-weight: bold;
}
.comparison-table tbody td:nth-child(4) {
  width: 200px;
  font-weight: bold;
}
.comparison-table tbody td:nth-child(5) {
  width: 200px;
  font-weight: bold;
}
.detail{
  width: 100px;
  background-color: #FFED00;
  color: #000;
  padding: 10px;
  font-size: 0.8rem;
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: 2px 2px 4px gray;
}
/* ------------------------------------------------------------
  よくある質問
------------------------------------------------------------ */
.faq__body2 {
  background: #fff;
  padding: 48px;
  border-radius: 10px;
  margin-bottom: 80px;
}
.faq__body2 .qa {
  margin-bottom: 16px;
  background: #1DAEB3;
  color: #FFF;
  border: 2px solid #1DAEB3;
  border-radius: 8px;
}

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

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

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

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

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

.faq__body2 .qa p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em .8em .3em 2.8em;
  background: #fff;
  border: 2px solid #1DAEB3;
  color: #000;
  transition: transform .5s, opacity .5s;
  border-radius: 8px;
}

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

.faq__body2 .qa p::before {
  font-family: 'Lato', sans-serif;
  color: #FEDA26;
  line-height: 1.2;
  content: "A";
}
@media (max-width: 500px) {
  .faq__body2 {
    padding: 20px;
    margin-bottom: 40px;
  }
  .faq__body2 .qa summary::after {
    width: 12px;
    height: 12px;
  }
  .faq__body2 .qa summary {
    font-size: 1rem;
  }
}
/* ------------------------------------------------------------
  運営者情報
------------------------------------------------------------ */
.company__body {
  padding: 48px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
}
.company__table table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #1DAEB3;
  height: 150px;
}
.company__table tbody {
  border: 2px solid #1DAEB3;
  font-size: 20px;
  color: #1DAEB3;
  font-weight: bold;
}
.company__table table th {
  position: relative;
  width: 30%;
  background-color: #1DAEB3;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}
.company__table table th:last-child{
  border-bottom: 2px solid #1DAEB3;
}
.company__table table td {
  text-align: left;
  width: 70%;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #1DAEB3;
}
.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 td:nth-child(2) {
  border-top: 2px solid #1DAEB3;
}
.company__table table tr:nth-of-type(even) td {
  background-color: #FFF8E5;
}
@media (max-width: 500px) {
  .company__body {
    padding: 20px;
    margin-bottom: 40px;
  }
  .company__table table {
    height: 100px;
  }
  .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: #1DAEB3;
  background: #fff;
  border: 2px solid #1DAEB3;
}
.cta__left:hover{
  background-color: #1DAEB3;
  border-color: #1DAEB3;
  color: #fff;
}
.cta__right {
  color: #fff;
  background: #1DAEB3;
  border: 2px solid #1DAEB3;
}
.cta__right:hover{
  background-color: #fff;
  border-color: #1DAEB3;
  color: #1DAEB3;
}
@media (max-width: 500px) {
  .btn__links {
    flex-direction: column;
    justify-content: center;
  }
  .cta__left, .cta__right {
    margin: 10px 0;
    font-size: 16px;
  }
}

/* ------------------------------------------------------------
  footer
------------------------------------------------------------ */
.footer {
  margin-top: 0;
}
.footer__copyright {
  background: #1DAEB3;
  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: #FEDA26;
  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: #1DAEB3;
}
.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;
}



/*運営者情報追加*/
.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;
　
}