/* ========================
common
======================== */
:root {
  --key-color: #63dae6;
  --key-color-pink: #ff8370
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="number"] { 
  -moz-appearance:textfield; 
}


body {
  font-family: 'Noto Sans JP', sans-serif, Arial, Helvetica, sans-serif;
  /* background: #f4f7f7; */
  background-image: url("../img/bg-01.png");
  background-position: center;
  background-size: cover;
  letter-spacing: 0.06em;
  /* color: #0c192d; */
  /* background-image: url("../img/bg-01.png");
  width: 100%; */

}

.main {
  background-color: #fff;
  border-radius: 13px;
  /* padding: 0 10px 0 10px; */
}
.main-1 {
  max-width: 1100px !important;
}

.key-color {
  color: var(--key-color);
}
.key-color:hover {
  color: #63dae6;
}

.key-color-pink {
  color: var(--key-color-pink);
}

.bg-yellow {
  background-color: #fff229;
}

/*:::::  tag  :::::*/

.h2-01 {
  font-size: 17px;
  color: var(--key-color);
  font-weight: 700;
}

@media (min-width: 992px) {
  .h2-01 {
    font-size: 30px;
  }
}

.h2-02 {
  font-size: 17px;
  color: var(--key-color);
  font-weight: 700;
}

@media (min-width: 992px) {
  .h2-01 {
    font-size: 30px;
  }
}

.h3-01 {
  font-size: 14px;
  color: var(--key-color);
  font-weight: 700;
}

@media (min-width: 992px) {
  .h3-01 {
    font-size: 24px;
  }
}

/* 768px以下を隠す brなどで使用 */
@media (max-width: 768px) {
  .hidden-768px-under {
    display: none;
  }
}
/* 992px以下を隠す brなどで使用 */
@media (max-width: 992px) {
  .hidden-992px-under {
    display: none;
  }
}




/*::::: フォーム :::::*/

.form-01.form-control {
  border-color: var(--key-color);
}

.form-01::placeholder {
  color: #cdd !important;
  font-size: .7em;
}



/*::::: ヘッダー :::::*/

.navbar-toggler .navbar-toggler-icon {
  height: 38px;
}
/* 開閉 ハンバーガーメニューアイコン */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("../img/ico_hamburger-02.svg") !important;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("../img/ico_hamburger-close-01.svg") !important;
}



/* .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} */




.navbar ul li a {
  color: #000 !important;
}

/* ハンバーガー色替え */
/* .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} */

.navbar-brand img {
  width: 230px;
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 330px;
  }
}




/*::::: フッター :::::*/

.footer-logo img {
  width: 100%;
}
@media (min-width: 576px) {
  .footer-logo img {
    width: calc(100% * 0.8);
  }
}
@media (min-width: 768px) {
  .footer-logo img {
    width: calc(100% * 0.6);
  }
}
@media (min-width: 1200px) {
  .footer-logo img {
    width: 280px;
  }
}

/* 説明 */
.footer-description {
  margin-top: 33px;
  font-size: 12px;
}
@media (min-width: 576px) {
  .footer-description {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer-description {
    margin-top: 0;
  }
}


/* footer ナビ */

.footer-nav {
  height: 44px;
  padding: 18px 0 0 15px;
}

.footer-nav > li {
  text-decoration: none;
  float: left;
  font-size:13px;
  font-weight:700;
  padding-right: 20px;
  letter-spacing: 0.03em;
  list-style: none;
}

.footer-nav  a {
  text-decoration: none;
  color: #000;
}

.footer-nav > li.arrow:after {
  content: "";
  padding-left: 30px;
  padding-right: 0px;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #3aabd2;
}

.footer-nav > li.arrow-red:after {
  color: var(--key-color-pink);
  padding-right: 0;
}

@media (min-width: 768px) {
  .footer-nav > li {
    font-size:18px;
  }
  .footer-nav > li.arrow:after {
    padding-left: 30px;
    padding-right: 30px;

  }
  .footer-nav > li.arrow-red:after {
    padding-right: 0;
  }
}



/* twitter */

.twitter-link {
  display: flex;
  align-items: center;
  /* text-align: center; */
}
@media (max-width: 768px) {
  .twitter-link {
    align-items: right;
  }
}

.balloon5 {
  /* width: 100%; */
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 48px;
  height: auto;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 62px;
  padding: 14px 30px;
  border-radius: 8px;
  background: #1d9bf0;
  /* font-size: .7em; */
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
}
@media (min-width: 576px) {
  .says {
    font-size: 12.3px;
  }
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16px;
  left: -8px;
  border: 4px solid transparent;
  border-right: 4px solid #1d9bf0;
}

.says p {
  margin: 0;
  padding: 0;
}


/* コピーライト */

.copyright {
  font-size: .7em;
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .copyright {
    font-size: .9em;
    text-align: right;

    letter-spacing: 0.04;

  }
}



/*::::: ボタン :::::*/
/* 空白文字で余白を調節 */

/* 主にPC用 btn--1　*/
.btn--1,
a.btn--1 {
  color: #fff;
  background-color: var(--key-color);
  padding: 6px 14px;
  border-radius: 100vh;
  font-size: 22px;
  font-weight: 500;
}
.btn--1:hover,
a.btn--1:hover {
  color: #fff;
  background: #75edf8;
}
.btn--1 .btn-arrow-r {
  position: relative;
  bottom: 2px;
  background-color: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #000 !important;
  font-size: 16px;
}

/* 主にSP用 btn--2　*/
.btn--2,
a.btn--2 {
  color: #fff;
  background-color: var(--key-color);
  padding: 8px 15px;
  border-radius: 100vh;
  font-size: 14px;
  font-weight: 400;
}
.btn--2:hover,
a.btn--2:hover {
  color: #fff;
  background: #75edf8;
}
a.btn--2 .btn-arrow-r {
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  top: .5px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: #000 !important;
  font-size: 14px;
}

/* 白丸なし 白矢印  btn--3　*/
.btn--3,
a.btn--3 {
  color: #fff !important;
  background-color: var(--key-color);
  padding: 8px 18px;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: 400;
}
.navbar ul li .btn--3 {
  color: #fff !important;
}

.btn--3:hover,
a.btn--3:hover {
  color: #fff;
  background: #75edf8;
}

a.btn--3 .btn-arrow-r {
  position: relative;
  color: #fff !important;
  font-size: 18px;
}

/* 白抜き  btn--4　*/
.btn--4,
a.btn--4 {
  color: #000;
  background-color: #fff;
  border: 2px solid var(--key-color);
  padding: 8px 18px;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: 400;
}
.btn--4:hover,
a.btn--4:hover {
  color: #fff;
  background: #75edf8;
}
a.btn--4 .btn-arrow-r {
  position: relative;
  color: var(--key-color) !important;
  font-size: 18px;
}

/* 大きめサイズ btn--5　*/
.btn--5,
a.btn--5 {
  color: #fff;
  background-color: var(--key-color);
  padding: 18px 14px;
  border-radius: 100vh;
  font-size: 24px;
  font-weight: 500;
}
.btn--5:hover,
a.btn--5:hover {
  color: #fff;
  background: #75edf8;
}
.btn--5 .btn-arrow-r {
  position: relative;
  bottom: 2px;
  background-color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #000 !important;
  font-size: 20px;
}


/* 大きめサイズ btn--6　*/
.btn--6,
a.btn--6 {
  color: #fff;
  background-color: var(--key-color);
  padding: 18px 14px;
  border-radius: 100vh;
  font-size: 24px;
  font-weight: 500;
}
.btn--6:hover,
a.btn--6:hover {
  color: #fff;
  background: #75edf8;
}
.btn--6 .btn-arrow-r {
  position: relative;
  bottom: 2px;
  background-color: #fff;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #000 !important;
  font-size: 20px;
}



/*::::: アイコン :::::*/

/* 自身のアイコン */
.icon-me-pc {
  width: 70px;
}
.icon-me-sp {
  width: 65px;
}

/* /// 画像レスポンシブに切り替え /// */

/* 768pxで表示非表示を行う */
/* .img-sp-768 {
  display: block;
}
.img-pc-768 {
  display: none;
}
@media (min-width: 768px) {
  .img-sp-768 {
    display: none;
  }
  .img-pc-768 {
    display: block;
  }
} */




/* ========================
会員登録
======================== */

/*::::: 見出し :::::*/

/* SP */

[class$="registration"] .sp h1 {
  letter-spacing: 0.13em;
  line-height: 1.45em;
  font-size: 22px;
}

[class$="registration"] .sp h1 > span {
  background-color: #fff229;
  padding-top: -10px;
}

[class$="registration"] .sp h1 > span span {
    padding-bottom: 10px;
    border-bottom: solid 3px;

}

[class$="registration"] .sp img {
  width: 100%;
}


/* PC */
[class$="registration"] .pc img {
  margin-bottom: -25px;
  width: 100%;
  max-width: 863px;
}


/*::::: 入力エリア :::::*/

[class$="registration"] .input {
  background-color: #fff;
  border-radius: 13px;
  /* padding: 0 10px 0 10px; */
}

[class$="registration"] form {
  max-width: 500px !important;
}

[class$="registration"] label {
  font-size: .9em;
}

[class$="registration"] .kiyaku-login a {
  color: var(--key-color);
}

[class$="registration"] .btn-touroku {
  width: 70%;
  cursor: pointer;
}
.btn-touroku:hover,
.touroku-btn:hover {
	opacity: 0.8 ;
  transition: .3s ;
}


/* ネコ */
.img-cat {
  margin-top: -45px;
}
.img-cat img{
  width: 70px;
}
@media (min-width: 768px) {
  .img-cat {
    margin-top: -65px;
  }
  .img-cat img{
    width: 100px;
  }
}
@media (min-width: 992px) {
  .img-cat {
    margin-top: -95px;
    padding-right: 35px;
  }
  .img-cat img{
    width: 150px;
  }
}




/* ========================
銘柄登録
======================== */

/*::::: 見出し :::::*/

.meigara-registration .sp h1 {
  letter-spacing: 0.04em;
}


/*::::: 入力エリア :::::*/

.meigara-registration form {
  max-width: 760px !important;
}

/* 登録ボタン */

.meigara-registration .touroku-btn {
  margin-top: 65px;
}

.meigara-registration .touroku-btn img {
  float: right;
  width: 50%;
  max-width: 200px;
}

@media (min-width: 768px) {
  .meigara-registration .touroku-btn {
    margin-top: 0;
  }

  .meigara-registration .touroku-btn img {
    width: 100%;
    float: left;
  }
}

@media (max-width: 767px) {
  .meigara-registration .touroku-btn {
    margin-top: 0;
  }
}


/* データテーブル */
.table-wrap {
  margin-top: 40px;
}

.data-table-1table {
  border-collapse: collapse;
  white-space: nowrap;
}

.data-table-1 th,
.data-table-1 td {
  padding: 13px;
  font-size: 11px;
  text-align: center;
  border: #fff solid 1px;
  white-space: nowrap;
}

.th-code {
  background-color: #f19ec2;
}

.th-meisyo {
  background-color: #cce198;
}

.th-hoyuu {
  background-color: #b1ecf2;
}
.th-heikin {
  background-color: #c490bf;
}

.th-tousigaku {
  background-color: #f6b37f;
}

.th-hyoukagaku {
  background-color: #fff799;
}

.tbl-datatouroku td {
  background-color: #f1f5f5;
}

.td-sakujyo {
  background-color: #fff;
  color: #cdced0;
  cursor: pointer;
}

@media (min-width: 992px) {
  .data-table-1 th
  .data-table-1 td{
    font-size: 13px;
  }
}

/* スクロールバー */
.scroll_bar{
  background-color: #fff;
  overflow-x: auto !important;
  /* width: 100%; */
  padding-bottom: 25px;
}
.scroll_bar::-webkit-scrollbar{
  height: 10px;
}
.scroll_bar::-webkit-scrollbar-track{
  background-color: #f1f5f5 ;
  border-radius: 5px;
}
.scroll_bar::-webkit-scrollbar-thumb{
  background-color: var(--key-color);
  border-radius: 5px;
}





/* 男性吹き出しimg */

.meigara-registration .man-comment {
  margin-top: 25px;
}

.meigara-registration .man-comment img {
  float: right;
  width: 100%;
  max-width: 564px;
}

@media (min-width: 768px) {
  .meigara-registration .man-comment {
    margin-top: 40px;
  }

  .meigara-registration .man-comment img {
    float: right;
    max-width: 669px;
  }
}


/* テキスト説明 */

.meigara-registration .note-sp {
  clear: both;
  text-align: center;
  padding-top: 40px;
  font-size: 13px;
}

.meigara-registration .img-shepe {
  padding-top: 15px;
}

.meigara-registration .note-pc {
  clear: both;
  text-align: center;
  padding-top: 55px;
  font-size: 16px;
}

.meigara-registration .img-shepe-pc {
  margin-right: 0;
}


/* 登録完了ボタ */

.meigara-registration .btn-touroku {
  width: 100%;
  margin: 20px 0 0 0;
}
.meigara-registration .btn-touroku img {
  width: 100%;
  max-width: 205px;
}

@media (min-width: 768px) {
  .meigara-registration .btn-touroku img {
    max-width: 340px;
  }
}





/* ========================
データ・配当
======================== */

/*::::: ソート・編集ボタン :::::*/

.select {
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .select {
    font-size: 22px;
    letter-spacing: .1em;
  }
}

.active1 .row {
  color: var(--key-color) !important;
  padding-bottom: 3px;
  border-bottom: solid 2px var(--key-color);
}

.disable1 .row {
  color: #cdced0;
  padding-bottom: 3px;
  border-bottom: solid 2px #cdced0;
}


/*::::: データテーブル :::::*/

.table-wrap {
  margin-top: 40px;
}
/* .data-table-1クラスを使いながら */

.data-haitou td {
  min-width: 60px;
}
@media (min-width: 992px) {
  .data-haitou td {
    min-width: 82px;
  }
}

.th-year {
  background-color: var(--key-color-pink);
}

.th-month {
  background-color: #b1ecf2;
}


/*::::: ページネーション :::::*/

.pagination-lg .page-link {
  padding: 0.75rem 1.2rem;
  font-size: .9rem;
  font-weight: 700 !important;
  color: #000;
  border: none;
}

.pagination-lg .page-item .page-link {
  border-radius: .3rem;
}

.p-active {
  color: var(--key-color) !important;
}
.p-active:hover {
  background-color: #fff;
}

.pagination .fa-angle-left,
.pagination .fa-angle-right {
  color: var(--key-color);
}

@media (min-width: 768px) {
  .pagination-lg .page-link {
    font-size: 1rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
  .pn-num {
    font-size: 1.2rem !important;
  }
}




/* ========================
データ・保有銘柄
======================== */


/* ナビバーボタン上書き */
.data-haitou .navbar ul li .btn--3 {
  color: #fff !important;
}


/*::::: データテーブル :::::*/
/* 銘柄登録ページのクラスを年〜損益まで使用 */
.th-soneki {
  background-color: var(--key-color-pink);
}

.th-sonekiritu {
  background-color: #abecb6;
}

.th-haitoukin {
  background-color: #9dc0ee;
}

.th-tousigakurimawari {
  background-color: #f4f8cc;
}

.th-hyoukagakurimawari {
  background-color: #d1c9ff;
}

.th-nenkanhaitoukin {
  background-color: var(--key-color);
  color: #fff;
  font-size: 12px !important;

}
@media (min-width: 992px) {
  .th-nenkanhaitoukin {
    font-size: 14px !important;
  }
}

.data-hoyuumeigara .data-table-1 th,
.data-hoyuumeigara .data-table-1 td {
  min-width: 60px;
}
@media (min-width: 992px) {
  .data-hoyuumeigara .data-table-1 th,
  .data-hoyuumeigara .data-table-1 td {
    min-width: 81px;
    padding: 11px;
    font-size: 12px;
  }
}

/* スクロールバー */
/* 銘柄登録ページのscroll_barクラスに対しての上書き */
@media (max-width: 992px) {/* 992px以下のみ */
  .data-hoyuumeigara .scroll_bar{
    overflow-y: auto !important;
    padding-right: 25px !important;
    max-height: 465px;
  }
  .data-hoyuumeigara .scroll_bar::-webkit-scrollbar{
    width: 10px;
  }
}




/* ========================
グラフ
======================== */


@media (max-width: 576px) {/* 992px以下のみ */
  /* .portfolio { */
  .two-column-graph {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*::::: 見出しと・ネコ :::::*/

.graph .data-table-1 th,
.graph .data-table-1 td {
  min-width: 60px;
}
@media (min-width: 992px) {
  .graph .data-table-1 th,
  .graph .data-table-1 td {
    min-width: 213px;
    padding: 15px;
    font-size: 18px;
  }
}

/* やる気ネコ */
.img-cat-fire img {
  width: 80px;
}
.img-cat-fire {
  margin-bottom: -32px;
}
@media (min-width: 992px) {
  .img-cat-fire img {
    width: 130px;
  }
  .img-cat-fire {
    margin-bottom: -32px;
  }
}



/*::::: データテーブル :::::*/

.amount {
  color: var(--key-color);
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .graph table {
    display: block;
    width: 100%;
  }
  .graph table tbody {
    display: block;
    width: 100%;
  }
  .graph thead {
    display: block; float: left;
  }
  .graph table tr {
    display: block;
    width: 100%;
  }
  .graph table th,
  .graph table td {
    display: block;
    width: 100%;
  }
}



/*::::: ポートフォリオ :::::*/

.select-02 {
  font-size: 13.5px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .select-02 {
    font-size: 19px;
    letter-spacing: .2em;
  }
}

/* ポートフォリオ内容 */
/* 仮 */
.portfolio-content {
  width: 100%;
  min-height: 180px;
  background-color: #f4f7f7;
}

@media (min-width: 768px) {
  .portfolio-content {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .portfolio-content {
    height: 300px;
  }
}
.tousigaku-content .table-responsive{
  overflow-x: auto;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .tousigaku-content .table-responsive{
    overflow-x: auto;
  }
}

/*::::: 投資額・評価額利回り :::::*/


.p-01 {
  font-size: 12px;
  font-weight: 700;
}
.p-supplement-01 {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .p-01 {
    font-size: 16px;
  }
  .p-supplement-01 {
    font-size: 14px;
  }
}

/* 投資額・評価額コンテンツ */
/* 仮 */
.tousigaku-content {
  width: 100%;
  min-height: 250px;
  background-color: #f4f7f7;
}
@media (min-width: 768px) {
  .tousigaku-content {
    height: 600px;
  }
}


/* 配当金 */

.haitoukin-content {
  width: 100%;
  min-height: 180px;
  background-color: #f4f7f7;
}

@media (min-width: 768px) {
  .haitoukin-content {
    height: 300px;
  }

  .haitoukin-text {
    font-size: 16px;
  }

  /* btn--2を上書き */
  .haitoukin-text .btn--2 {
    font-size: 19px;
    font-weight: 700;
  }
  .haitoukin-text a.btn--2 .btn-arrow-r {
    top: -2px !important;
    font-size: 13px;
  }

  .hidden-br {
    display: none;
  }

}



/* ========================
マイページ
======================== */

.hr-01 {
  border: 1px solid #cdced0;
}
@media (min-width: 768px) {
  .hr-01 {
    border:  1.5px solid #cdced0;
  }
}

/*::::: サイドメニュー :::::*/


/* ネコ */
.img-cat-2 {
  margin-bottom: -37px;
}
.img-cat-2 img{
  width: 110px;
}
@media (min-width: 992px) {
  .img-cat-2 {
    margin-bottom: -45px;
  }
  .img-cat-2 img{
    width: 120px;
  }
}
/* id */
.my-id {
  font-size: 17px;
}
@media (min-width: 992px) {
  .my-id {
    font-size: 20px;
  }
}

/* リストメニュー */
.sidemenu .list-group {
  border-radius: 1rem;
}

.sidemenu .list-group-item {
  padding: .8rem 2.2rem;
  font-size: 17px;
  border: none;
  border-bottom: 2.5px solid rgba(0,0,0,.125);
}
@media (min-width: 768px) {
  .sidemenu .list-group-item {
    padding: .9rem 3.5rem;
    font-size: 20px;
  }
}

.sidemenu .list-group-item:last-child {
  border-bottom: none;
}

.sidemenu .list-group-item.active {
  background-color: var(--key-color);
}


/* 退会手続き */
.taikai span {
  padding-bottom: 6px;
  border-bottom: 2.5px solid rgba(0,0,0,.125);
}

.main-2 {
  border-radius: 1.5rem;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .main-2 {
    padding: 60px;
  }
}


/* アイコン編集 */
.add-ico {
  font-size: 12px;
}
.add-ico img {
  width: 75px;
}
@media (min-width: 768px) {
  .add-ico {
    font-size: 14px;
  }
  .add-ico img {
    width: 130px;
  }
}


/* メールアドレス */
.exmple {
  font-size: 12px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .exmple {
    font-size: 20px;
  }
}



/* ========================
トップページ
======================== */

.top-area-02 {
  background-color: var(--key-color);
  padding-top: 65px;
  padding-bottom: 45px;
}

@media screen and (min-width: 992px) {
  .top-area-02 {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

/*::::: ヘッダーナビゲーション :::::*/

.top .nav-link {
  display: inline;
}

.top .btn--4,
.top a.btn--4 {
  padding: 15px 18px;
  font-size: 18px;

}

.top a.btn--4 .btn-arrow-r {
  background-color: var(--key-color);
  border-radius: 100%;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  font-size: 14px;
}



/*::::: ヒーローエリア PC :::::*/
/* レスポンシブは大きサイズから見ていく */

.font-zero{
  font-size: 0 !important;
}

.contents-pc {
  position: relative;
  height: 650px;
  overflow: hidden;
}

/* 人・スマフォ画像 */
.contents-pc .block {
  /* position: absolute; */
  /*bottom: -10px; */ /* #contents内の下から何pxか */
  bottom: 0px;
  right: 0px; /* #contents内の左から何pxか */
  /* width: 58%; */
  width: 100%;
}

/* 見出し */
.top .contents-pc h1 {
  position: absolute;
  top: 65px; /* #contents内の上から何pxか */
}

.contents-pc .h1-l1 {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: .09em;
  position: relative;
  display: inline-block;
  margin-bottom: .47em;

}

.contents-pc .h1-l2 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: .09em;
  padding-left: .9em;
  position: relative;
}

/* 下線調節 */
.contents-pc .h1-l1:before,
.contents-pc .h1-l2::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  height: 4px;/*線の太さ*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.contents-pc .h1-l1::before{
  width: 670px;/*線の長さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
}
.contents-pc .h1-l2::before{
  width: 319px;/*線の長さ*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*位置調整*/
}

/* ボタン */
.contents-pc .hero-btn-pc {
  position: absolute;
  left: 55px;
  bottom: 200px;
}

/* 1400px~1000px */
@media (max-width: 1400px) {
  .contents-pc {
    /* height: 555px; */
    height: 524px;
  }

  .top .contents-pc  h1 {
    top: 55px; /* #contents内の上から何pxか */
  }

  .contents-pc .h1-l1 {
    font-size: 75px;
    font-weight: 700;
    letter-spacing: .09em;
    margin-bottom: .47em;

  }

  .contents-pc .h1-l2 {
    font-size: 51px;
    padding-left: .95em;
  }

  /* 下線調節 */
  .contents-pc .h1-l1:before,
  .contents-pc .h1-l2::before{
    bottom: -15px;/*線の上下位置*/
    height: 4px;/*線の太さ*/
  }
  .contents-pc .h1-l1::before{
    width: 560px;/*線の長さ*/
  }
  .contents-pc .h1-l2::before{
    width: 274px;/*線の長さ*/
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);/*位置調整*/
  }

  /* ボタン */
  .contents-pc .hero-btn-pc {
    left: 47px;
    bottom: 160px;
  }
  .contents-pc .btn--5,
  .contents-pc a.btn--5 {
    padding: 15px 12px;
    font-size: 22px;
  }
  .contents-pc .btn--5 .btn-arrow-r {
    font-size: 20px;
  }

}

@media (max-width: 1100px) {
  .contents-pc {
    /* height: 535px; */
    height: 512px;
  }
  .contents-pc .hero-btn-pc {
    left: 45px;
    bottom: 150px;
  }
}


/* 1000px ~ 768px */
@media (max-width: 1000px) {
  .contents-pc {
    /* height: 475px; */
    height: 378px;
  }

  .contents-pc .top h1 {
    top: 15px; /* #contents内の上から何pxか */
  }

  .contents-pc .h1-l1 {
    font-size: 60px;
    margin-bottom: .62em;

  }

  .contents-pc .h1-l2 {
    font-size: 41px;
  }

  /* 下線調節 */
  .contents-pc .h1-l1:before,
  .contents-pc .h1-l2::before{
    bottom: -15px;/*線の上下位置*/
    height: 3px;/*線の太さ*/
  }
  .contents-pc .h1-l1::before{
    width: 445px;/*線の長さ*/
  }
  .contents-pc .h1-l2::before{
    width: 224px;/*線の長さ*/
  }

  /* ボタン */
  .contents-pc .hero-btn-pc {
    left: 32px;
    bottom: 120px;
  }
  .contents-pc .btn--5,
  .contents-pc a.btn--5 {
    padding: 13px 12px;
    font-size: 19px;
  }
  .contents-pc .btn--5 .btn-arrow-r {
    bottom: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
  }

}



/*::::: ヒーローエリア SP :::::*/

.contents-sp {
  margin-top: 35px;
}

/* 人・スマフォ画像 */
.contents-sp .block {
  padding-left: 10px;
  /* margin-bottom:44px; */
}

/* 見出し */
.top .contents-sp h1 {
  margin-bottom: 40px;
}

.contents-sp .h1-l1 {
  position: relative;
  display: inline-block;
  font-size: 35.7px;
  font-weight: 700;
  letter-spacing: .09em;
  margin-bottom: .77em;

}

.contents-sp .h1-l2 {
  position: relative;
  /* display: inline-block; */
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .09em;
}

/* 下線調節 */
.contents-sp .h1-l1:before,
.contents-sp .h1-l2::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  height: 2px;/*線の太さ*/
  background-color: black;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.contents-sp .h1-l1::before{
  width: 265px;/*線の長さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
}
.contents-sp .h1-l2::before{
  width: 150px;/*線の長さ*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-50%);/*位置調整*/
}


/* ボタン */
.hero-btn-sp {
  margin-top: -30px;
  margin-bottom: -10px;
}

@media (max-width: 768px) {
  .hero-btn-sp {
    margin-top: -70px;
    margin-bottom: 13px;
  }
}

.contents-sp .btn--2,
.contents-sp a.btn--2 {
  /* padding: 5px 12px; */
  padding: 12px 15px;
  font-size: 17px;
}
.contents-sp .btn--2 .btn-arrow-r {
  top: -0.5px;
}


/*::::: ネコ :::::*/

.img-cat-hero {
  margin-bottom: -40px;
}
.img-cat-hero img{
  width: 74px;
}

@media (min-width: 768px) {
  .img-cat-hero {
    position: relative;
    margin-bottom: 0;
    margin-top: -140px;
    top: 50px;
    /* left: 55px; */
    /* margin-bottom: -50px; */
  }
  .img-cat-hero img{
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .img-cat-hero {
    left: 55px;
  }

}





/*::::: 「配当金」見出し :::::*/
.haitoukin-img img {
  max-width:100%;
}



/*::::: 利回り可視化 :::::*/

.main-3 {
  background-color: #fff;
  border-radius: 13px;
  padding-top: 38px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .main-3 {
    padding: 60px 60px 25px;
  }
}



/* テーブル */
.top .rimawari-tb th,
.top .rimawari-tb td {
  font-size: 13px;
}
@media (min-width: 768px) {
  .top .rimawari-tb th,
  .top .rimawari-tb td {
    min-width: 186px;
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .top table {
    display: block;
    width: 100%;
  }
  .top table tbody {
    display: block;
    width: 100%;
  }
  .top thead {
    display: block; float: left;
  }
  .top table tr {
    display: block;
    width: 100%;
  }
  .top table th,
  .top table td {
    display: block;
    width: 100%;
  }
}

/* 上部テキスト */
.rimawari-txt {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .rimawari-txt {
    font-size: 24px;
  }
}

/* やる気ネコ */
.img-cat-fire-02 img {
  width: 80px;
}
.img-cat-fire-02 {
  margin-bottom: -32px;
}
@media (min-width: 992px) {
  .img-cat-fire-02 img {
    width: 130px;
    margin-top: -70px;

  }
  .img-cat-fire-02 {
    margin-bottom: -70px;
  }
}



/*::::: 2カラム :::::*/

.two-column-top {
  background-color: #fff;
  border-radius: 13px;
  /* padding-top: 38px;
  padding-bottom: 20px; */
  /* padding: 20px; */
  padding: 20px 20px 30px;
}
@media (min-width: 768px) {
  .two-column-top {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px;
  }
}

.graph-area-01 {
  /* 仮 */
  height: 300px;
  background-color: #f4f7f7;
}



/*::::: features :::::*/
.features {
}

.top .features {
  padding-top: 50px;
  padding-bottom: 25px;
  background-image: url("../img/bg-top-features-sp.png");
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .top .features {
    padding-bottom: 80px;
    background-image: url("../img/bg-top-features-pc.png");
  }
}



.top .features h2 {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .1em;
}

.top .features img {
  width: 50%;
  max-width: 284px;
}

.top .features p {
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 2.5em;
}

.under {
  padding-bottom: 2px;
  border-bottom: solid 3px;
}

@media (min-width: 768px) {
  .top .features h2 {
    font-size: 50px;
  }

  .top .features p {
    font-size: 28px;
    line-height: 2.3em;
  }

  .under {
    padding-bottom: 8px;
    border-bottom: solid 3px;
  }
}

@media (min-width: 992px) {
  .top .features h2 {
    font-size: 60px;
  }

  .top .features p {
    font-size: 34px;
  }

}



/*::::: voices :::::*/
.voices {
  background-color: #fff;
}

.voices-1 {
  background-color: #f4f7f7;
  /* background-color: #8455d4; */
  border-radius: 13px;
}


/* 吹き出し SP */
.voices .balloon-sp {
  padding: 15px 15px;
  border-radius: 13px;
  color: #fff;
  background-color: var(--key-color);
  position: relative;
  font-size: 14px;
}
/* 下矢印 */
.voices .balloon-sp:after {
  border-top: 13px solid var(--key-color);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: '';
  margin-left: -10px;
  position: absolute;
  bottom: -12px;
  left: 50%;
}

/* 吹き出し  PC */
.voices .balloon-pc {
  padding: 25px 35px;
  border-radius: 20px;
  color: #fff;
  background-color: var(--key-color);
  position: relative;
  font-size: 24px;
  letter-spacing: .2em;
}
/* 左矢印 */
.voices .balloon-pc:after {
  border-right: 12px solid var(--key-color);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  content: '';
  margin-top: -10px;
  position: absolute;
  left: -12px;  top: 50%;
}


/* 文章 */
.voices p {
  font-size: 12px;
  line-height: 2.5em;
}
@media (min-width: 992px) {
  .voices p {
    font-size: 16px;
    line-height: 2.5em;
  }
}



/* 人 */
.voices-human-1 {
  position: relative;
  /* height: 250px; */
  height: calc(100vw * 0.4);
  /* background-color: #f875d5; */
  overflow: hidden;
}
@media (min-width: 500px) {
  .voices-human-1 {
    height: calc(100vw * 0.51);
  }
}
@media (min-width: 768px) {
  .voices-human-1 {
    height: 250px;
  }
}
@media (min-width: 992px) {
  .voices-human-1 {
    height: 450px;
  }
}

/* 帯 */
.voices-human .band {
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: var(--key-color);
  bottom: 40px;
  z-index: 1;
}
@media (min-width: 992px) {
  .voices-human .band {
    width: 50%;
    height: 75px;
    bottom: 0;
  }
}

/* 名前 */
.kanrinin-name {
  position: absolute;
  font-size: 12px;
  bottom: 56.5px;
  right: 25px;
  color: #fff;
  z-index: 3;
}
@media (min-width: 992px) {
  .kanrinin-name {
    font-size: 16px;
    bottom: 12px;
    right: auto;
    left: 40px;
  }
}
@media (min-width: 1400px) {
  .kanrinin-name {
    left: 90px;
  }
}


/* 人イメージ */
.voices-human img {
  width: 42%;
  position: absolute;
  left: 0;
  bottom: -90px;
  z-index: 2;
}
@media (max-width: 426px) {
  .voices-human img {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .voices-human img {
    width: 200px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .voices-human img {
    /* width: 277px; */
    width: 100%;
    left: auto;
    right: 0;
    bottom: 0;
  }
}




/*::::: 下部 ボタンエリア  無料で試してみる :::::*/
.bottom-btn {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .bottom-btn {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

/* hero-btn-を上書き */
.bottom-btn .btn--2,
.bottom-btn .btn--5{
  background-color: var(--key-color-pink);
}
.bottom-btn .btn--2:hover,
.bottom-btn .btn--5:hover{
  background-color: #fb8f7e;
}






/* ========================
ログイン
======================== */

.login .input {
  padding-top: 65px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .login .input {
    padding-top: 65px;
    padding-bottom: 80px;
  }
}

/*::::: ヘッダーナビゲーション :::::*/
/* TODO:※お手本が無いんのでとりあえずtop.htmlをサンプルにしている */

.login .nav-link {
  display: inline;
}

.login .btn--4,
.login a.btn--4 {
  padding: 15px 18px;
  font-size: 18px;

}

.login a.btn--4 .btn-arrow-r {
  background-color: var(--key-color);
  border-radius: 100%;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  font-size: 14px;
}


/*::::: 見出し :::::*/

.login h1 {
  color: var(--key-color);
  /* margin-top: 35px; */
}


/*::::: 入力エリア :::::*/

.login .input {
  background-color: #fff;
  border-radius: 13px;
  /* padding: 0 10px 0 10px; */
}

.login form {
  max-width: 500px !important;
}

.login label {
  font-size: .9em;
}

.login .kiyaku-login a {
  color: var(--key-color);
}


/* ボタン */
.login-btn  .btn--5,
.login-btn  a.btn--5 {
  padding: 14px 14px;
  font-size: 20px;
}
@media (min-width: 992px) {
    .login-btn  .btn--5,
    .login-btn  a.btn--5 {
      padding: 16px 14px;
      font-size: 24px;
  }
}


