@charset "utf-8";
/* k365int.css
++++++++++++++++++++++++++++++++++++++++
* NOTE
++++++++++++++++++++++++++++++++++++++++
- Charset: utf-8
- Return code: LF
++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 *  #17118 【コーポ】くりっく株365 「金利相当額・ 配当相当額カレンダー」新規作成
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
ul,li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .l-main {
    margin-top: 64px;
  }
}

/* checkbox / radio 
++++++++++++++++++++++++++++++++++++++++
 ** HTML example
 *
 * // input checkbox
 * <label class="m-chk_btn">
 *   <input type="checkbox">
 *   <i class="_icon"></i>
 *   <span class="_btn">テキスト</span>
 * </label>
 *
 * // other tag checkbox
 * <div class="m-chk_btn">
 *   <i class="_icon -checkbox is-checked"></i> // is-checked or is-current
 *   <span class="_btn">div</span>
 * </div>
 *
 * // input radio
 * <label class="m-chk_btn">
 *   <input type="radio">
 *   <i class="_icon"></i>
 *   <span class="_btn">テキスト</span>
 * </label>
 *
 * // other tag radio
 * <div class="m-chk_btn">
 *   <i class="_icon -radio is-checked"></i> // is-checked or is-current
 *   <span class="_btn">div</span>
 * </div>
 */
.m-chk_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  position: relative;
  display: block;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

a.m-chk_btn {
  text-decoration: none;
}
.m-chk_btn > input {
  position: absolute;
  z-index: -1;
  opacity: 0.01;
}

.m-chk_btn > ._btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;

  min-height: 48px;
  padding: 7px 7px 7px 31px;
  border: 1px solid #dde0e5;
  border-radius: 4px;
  background: #fff;
  color: inherit;
  line-height: 1.25;
  text-align: center;
  font-weight: normal;

  cursor: pointer;
}

.m-chk_btn > ._icon {
  position: absolute;
  top: calc(50% - 8px);
  left: 8px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.m-chk_btn > ._icon::before,
.m-chk_btn > ._icon::after {
  position: absolute;
  display: block;
  color: #024f95;
  content: "";
}
.m-chk_btn > ._icon::before {
  inset: 0;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.m-chk_btn > ._icon::after {
  opacity: 0;
}

.m-chk_btn > ._icon.-checkbox::before,
.m-chk_btn > [type="checkbox"] ~ ._icon::before {
  border-radius: 2px;
}
.m-chk_btn > ._icon.-checkbox::after,
.m-chk_btn > [type="checkbox"] ~ ._icon::after {
  top: calc(50% - 5px);
  left: 1px;
  width: 6px;
  height: 10px;

  transform: rotate(45deg);
  transform-origin: right bottom;
  border-width: 0 2px 3px 0;
  border-style: solid;
  border-color: currentColor;
}
.m-chk_btn > .-radio._icon::before,
.m-chk_btn > [type="radio"] ~ ._icon::before {
  border-radius: 100vh;
}
.m-chk_btn > .-radio._icon::after,
.m-chk_btn > [type="radio"] ~ ._icon::after {
  inset: 4px;
  border-radius: 100vh;
  background-color: currentColor;
}

@media (hover: hover) {
  .m-chk_btn:hover > ._btn,
  .m-chk_btn:hover > input:not(:disabled):not(:checked) ~ ._btn {
    background: #f4f9fb;
    color: #0a1f33;
  }
}
.m-chk_btn > ._icon.is-current ~ ._btn,
.m-chk_btn > ._icon.is-checked ~ ._btn,
.m-chk_btn > input:checked ~ ._btn {
  border-color: transparent;
  background: #c7e5ef;
}
.m-chk_btn > .is-current._icon::after,
.m-chk_btn > .is-checked._icon::after,
.m-chk_btn > input:checked ~ ._icon::after {
  opacity: 1;
}
.m-chk_btn > ._icon.is-disabled ~ ._btn,
.m-chk_btn > input:disabled ~ ._btn {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 * ck365int unique style
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* heading ck365int タイトル、バッジ、
++++++++++++++++++++++++++++++++++++++++ */
.ck365int-ttl.m-ttl-page > h1 {
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 1.8px;
}
.ck365int-badgettl .m-icon_square {
  padding-right: 16px;
}
.ck365int-badgettl {
  display: flex;
  align-items: center;
  text-align: justify;
  justify-content: center;
  background-color: #d9d9d9;
  padding: 0;
}
@media (max-width: 767.98px) {
  .ck365int-ttl.m-ttl-page > h1 {
  }
  .ck365int-badgettl {
    width: 304px;
    height: 50px;
    margin: 32px auto 24px;
    border-radius: 25px;
    font-size: 19.6px;
    line-height: 0.91;
    letter-spacing: 0.49px;
  }
  .ck365int-badgettl .m-icon_square {
    --icon-width: 1.5em;
    padding-right: 16px;
  }
  .m-ttl-center {
    margin-top: 16px;
    padding-bottom: 20px;
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}
@media (min-width: 768px) {
  .ck365int-ttl.m-ttl-page > h1 {
  }
  .ck365int-badgettl {
    margin: 40px auto 24px;
    width: 382px;
    height: 66px;
    border-radius: 33px;
    font-size: 26.7px;
    line-height: 0.87;
    letter-spacing: 0.67px;
  }
  .ck365int-badgettl .m-icon_square {
    --icon-width: 1.5em;
  }
  .m-ttl-center {
    margin-top: 32px;
    padding-bottom: 25px;
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}

/* 絞り込み
++++++++++++++++++++++++++++++++++++++++ */
.ck365int-filters {
  display: block;
}
.ck365int-filters table,
.ck365int-filters caption,
.ck365int-filters tfoot,
.ck365int-filters tbody,
.ck365int-filters tr,
.ck365int-filters th,
.ck365int-filters td {
  display: block;
  margin: 0;
  padding: 0;
}
.ck365int-filters ._caption,
.ck365int-filters th {
  background-color: #f4f9fb;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.ck365int-filters .m-icon_square {
  --icon-width: 2em;
}
.ck365int-filters .brand-filters ul,
.ck365int-filters td {
  display: grid;
  gap: 12px;
  background-color: #f4f9fb;
}
@media (max-width: 767.98px) {
  .ck365int-filters .brand-filters,
  .ck365int-filters table {
    display: none;
  }
  .ck365int-filters select {
    color: #0a1f33;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 36px;
    margin: 0 auto 32px;
    padding: 4px 40px 4px 18px;
    border: 1px solid #0a1f33;
    border-radius: 5px;
    outline: none;
    background: none;
    cursor: pointer;
    background: url(/corp/guide/ck365/interestrate/images/bg-arrow.svg) no-repeat right center;
    background-size: 28px;
  }
}
@media (min-width: 768px) {
  .ck365int-filters table {
    display: block;
  }
  .ck365int-filters select {
    display: none;
  }
  .ck365int-filters ._caption,
  .ck365int-filters th {
    padding: 24px 24px 0;
    text-align: left;
  }
  .ck365int-filters .brand-filters ul,
  .ck365int-filters td {
    padding: 24px 24px 24px;
    grid-template-columns: repeat(3, 1fr);
  }
  .ck365int-filters ._caption + .ck365int-filters ul,
  .ck365int-filters th + .ck365int-filters td {
    padding: 16px 24px 24px;
  }
}

/* next prev 年月選択、プルダウン、ボタン
++++++++++++++++++++++++++++++++++++++++ */
.ck365int-neighbors {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  margin: 24px 0;
  padding: 0;
  text-align: center;
}
.ck365int-neighbors.-today {
  grid-template-columns: 1fr;
  justify-content: center;
  margin-bottom: 0;
}
.ck365int-neighbors > li {
  display: contents;
}
.ck365int-neighbors > li > a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;

  position: relative;
  margin: 0;
  padding: 11px 22px;
  border-radius: 4px;
  border: 1px solid currentColor;
  background-color: rgba(255,255,255,.8);
  color: var(--color-rich-black);
  font-size: 1.6rem;
  line-height: 1.5;
  transition: all .25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  color: #0a1f33;
  max-width: 240px;
}
.ck365int-neighbors > li._today > a {
  width: 240px;
  margin: auto;
}
.ck365int-neighbors > li._curt select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 4px 40px 4px 18px;
  border: 1px solid #0a1f33;
  border-radius: 5px;
  outline: none;
  background: none;
  cursor: pointer;
  background: url(/corp/guide/ck365/interestrate/images/bg-arrow.svg) no-repeat right top;
  background-size: 32px;
}
.ck365int-neighbors > li._prev > a {
  grid-column-start: 1;
  padding-right: 16px;
}
.ck365int-neighbors > li._next > a {
  grid-column-start: 3;
  padding-left: 16px;
}
.ck365int-neighbors > li._prev > a::before,
.ck365int-neighbors > li._next > a::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: no-repeat center/contain;
  vertical-align: middle;
  content: "";
  background-image: url(/assets/images/icon/link/icon-link-arrow.svg);
}
.ck365int-neighbors > li._today > a::before {
  position: static;
  top: auto;
  margin: 0 4px 0 0;
  transform: rotate(90deg) translateX(-1px);
  opacity: 0.28;
}
.ck365int-neighbors > li._prev > a::before {
  left: 8px;
  transform: scale(-1, 1);
}
.ck365int-neighbors > li._next > a::after {
  right: 8px;
}


@media (hover: hover) {
  .ck365int-neighbors > li > a:hover {
    color: var(--c-text-link-hover);
  }
}
@media (max-width: 767.98px) {
  .ck365int-neighbors {
    grid-template-columns: 80px 1fr 80px;
  }
  .ck365int-neighbors > li > a {
    font-size: 1.4rem;
  }
  .ck365int-neighbors > li._curt select {
    width: 136px;
    height: 48px;
  }
  .ck365int-neighbors > li:nth-child(even) > a {
    width: 136px;
  }
}
@media (min-width: 768px) {
  .ck365int-neighbors > li._curt select {
    width: 240px;
    height: 48px;
  }
  .ck365int-neighbors {
    grid-template-columns: 168px 1fr 168px;
    margin-top: 72px;
    margin-bottom: 40px;
  }
  .ck365int-neighbors > li:nth-child(even) > a {
    width: 240px;
  }
}

.ck365int-neighbors > li > a.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

/* total-amount 配当相当額計、金利相当額計
++++++++++++++++++++++++++++++++++++++++ */
.total-amount {
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .total-amount {
    margin: 16px auto;
    gap: 16px;
  }
  .total-amount ._dividend,
  .total-amount ._rates {
    letter-spacing: 0.35px;
  }
  .total-amount ._dividend span,
  .total-amount ._rates span {
    font-size: 18px;
    letter-spacing: 0.45px;
  }
}
@media (min-width: 768px) {
  .total-amount {
    margin: 24px auto;
    gap: 40px;
  }
  .total-amount ._dividend,
  .total-amount ._rates {
    letter-spacing: 0.4px;
  }
  .total-amount ._dividend span,
  .total-amount ._rates span {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}

/* calendar
++++++++++++++++++++++++++++++++++++++++ */
.ck365int-caption {
  display: block;
  line-height: 1.5;
  text-align: right;
  color: #848484;
}
.ck365int-calendar {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.ck365int-calendar th,
.ck365int-calendar td {
}
.ck365int-calendar tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
.ck365int-calendar thead th {
  font-weight: bold;
  border: 1px solid #d9d9d9;
  background-color: #f4f9fb;
  line-height: 1.5;
  padding: 8px;
}
.ck365int-calendar tbody tr th {
  font-weight: normal;
}
.ck365int-calendar tbody th,
.ck365int-calendar tbody td {
  line-height: 1;
  border: 1px solid #d9d9d9;
}
.ck365int-calendar tbody tr td:nth-child(3),
.ck365int-calendar tbody tr td:nth-child(4),
.ck365int-calendar tbody tr td:nth-child(5) {
  text-align: right;
}
@media (max-width: 767.98px) {
  .ck365int-caption {
    margin: 16px 0 8px;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .ck365int-calendar {
  }
  .ck365int-calendar thead th {
    line-height: 1.2;
  }
  .ck365int-calendar tbody th,
  .ck365int-calendar tbody td {
    padding: 9px 8px 10px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .ck365int-caption {
    margin: 24px 0 16px;
    font-size: 14px;
    letter-spacing: 0.35px;
  }
  .ck365int-calendar tbody tr td:nth-child(3) {
    width: 168px;
  }
  .ck365int-calendar tbody tr td:nth-child(4) {
    width: 168px;
  }
  .ck365int-calendar tbody tr td:nth-child(5) {
    width: 108px;
  }
  .ck365int-calendar tbody th,
  .ck365int-calendar tbody td {
    padding: 16px;
    height: 48px;
  }
}

@media (max-width: 767.98px) {
  .u-sp-hidden { display: none !important; }
  .u-pc-hidden { display: block !important; }
}
@media (min-width: 768px) {
  .u-sp-hidden { display: block !important; }
  .u-pc-hidden { display: none !important; }
}

