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

/* heading
++++++++++++++++++++++++++++++++++++++++ */
.ck365-ttl_lv2 { letter-spacing: 0.05em; }
.ck365-ttl_lv2 span { display: block; }
.ck365-ttl_lv3 { letter-spacing: 0.025em; ; text-align: center; font-weight: normal; }
.ck365-text { letter-spacing: 0.025em;}
section + section {}
@media (max-width: 767.98px) {
  .ck365-ttl_lv2 { font-size: 2.8rem; padding-bottom: 20px; }
  .ck365-ttl_lv2 span { font-size: 2; }
  .ck365-ttl_lv3 {
    font-size: 2rem;
    margin: 16px auto 16px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .ck365-ttl_lv2 { font-size: 3.6rem; padding-bottom: 26px; }
  .ck365-ttl_lv2 span { font-size: 2.4rem; }
  .ck365-ttl_lv3 {
    font-size: 2.4rem;
    margin: 24px auto;
    line-height: 1.75;
  }
}

/* override ++++++++++++++++ */
@media (min-width: 768px) {
  .l-hero {
    width: 1120px;
    margin: 0 auto;
  }
  .l-main {
    width: 888px;
    margin: 96px auto 0;
  }
}
/* mv ++++++++++++++++ */
.hero-img { overflow: hidden; }
@media (max-width: 767.98px) {
  .hero-img {
    margin-top: -64px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .hero-img {
    margin: 40px auto 24px;
    border-radius: 8px;
  }
}

.m-icon_square.-check::before {
  background-color: var(--ck365-color);
}

#trade24hours + .ck365-inner picture > img {
  width: 256px;
}

@media (max-width: 767.98px) {
  .ck365-inner .-small img {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .ck365-inner .-small > img {
    width: 312px;
  }
  #grace + .ck365-inner picture > img {
    width: 460px;
  }
}

/* badge */
.ck365-ttlbadge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1px 8px 0;
  width: fit-content;
  border-radius: 100vh;
  background-color: var(--ck365-color);
  color: #fff;
  font-style: normal;
}

@media (max-width: 767.98px) {
  .ck365-ttlbadge {
    min-height: 20px;
    margin-bottom: 16px;
  }
  .ck365-ttlbadge {
    min-width: 68px;
    min-height: 20px;
    font-size: 1.2rem;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .ck365-ttlbadge {
    min-height: 30px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .ck365-ttlbadge {
    min-width: 102px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

/* balloon
++++++++++++++++++++++++++++++++++++++++ */
.ck365-balloon {
  position: relative;
  border-radius: 8px;
  border: solid 2px #cdd9e4;
  background-color: #e5eaef;
  color: #294766;
  line-height: 1;
  padding: 16px 0;
  text-align: center;
}
.ck365-balloon dt {
  letter-spacing: 0.05em;
  font-weight: bold;
}
.ck365-balloon dd {
  letter-spacing: 0.025em;
  margin: 0;
  line-height: 1.5;
}
.ck365-balloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-color: #cdd9e4 transparent transparent;
  translate: -50% 100%;
}
.ck365-balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-color: #e5eaef transparent transparent;
  translate: -50% 100%;
}
.ck365-balloon dd p {
  margin: 0;
}
.ck365-balloon dd small {
  display: block;
  color: var(--color-gray-quaternary);
}
@media only screen and (max-width: 767.98px) {
  .ck365-balloon {
    margin: 16px 0 22px;
  }
  .ck365-balloon dt {
    font-size: 1.6rem;
    margin: 0 0 8px;
  }
  .ck365-balloon::before {
    border-width: 16px 10px 0 10px;
  }
  .ck365-balloon::after {
    border-width: 12.2px 7.6px 0 7.6px;
  }
  .ck365-balloon dd p {
    margin-top: 8px;
    margin-bottom: 4px;
  }
  .ck365-balloon dd small {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .ck365-balloon {
    width: 640px;
    /* height: 88px; */
    margin: 40px 0 18px;
  }
  .ck365-balloon dt {
    font-size: 2.4rem;
    margin: 0 0 12px;
  }
  .ck365-balloon dd {
  }
  .ck365-balloon::before {
    border-width: 20px 12px 0 12px;
  }
  .ck365-balloon::after {
    border-width: 16.1px 9.7px 0 9.7px;
  }
  .ck365-balloon dd p {
    margin-top: 12px;
    margin-bottom: 4px;
  }
  .ck365-balloon dd small {
    font-size: 1.4rem;
  }
}

/* imgflex
++++++++++++++++++++++++++++++++++++++++ */
.ck365-imgflex {}
.ck365-imgflex picture img {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .ck365-imgflex {
    margin: 24px auto;
  }
  .ck365-imgflex > picture > img {
    width: 100%;
  }
  .ck365-imgflex picture + picture img {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .ck365-imgflex {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 32px;
  }
  .ck365-imgflex > picture > img {
    width: 310px;
  }
}

/* #dividend
++++++++++++++++++++++++++++++++++++++++ */
#dividend {}
#dividend + .ck365-inner b { display: block; }
#dividend + .ck365-inner .name {
  color: #294766;
  line-height: 1;
}
#dividend + .ck365-inner .unit {
  font-weight: normal;
}
#dividend + .ck365-inner .value {
  letter-spacing: -0.05em;
  line-height: 1;
  font-family: Roboto;
  color: #465059;
}
#dividend + .ck365-inner .value span {
  line-height: 1;
  padding-left: 4px;
}
@media only screen and (max-width: 767.98px) {
  #dividend + .ck365-inner {
    text-align: center;
  }
  #dividend + .ck365-inner .name {
    font-size: 1.8rem;
  }
  #dividend + .ck365-inner .unit {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  #dividend + .ck365-inner .value {
    font-size: 6.4rem;
  }
  #dividend + .ck365-inner .value span {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  #dividend + .ck365-inner .name {
    font-size: 2.4rem;
  }
  #dividend + .ck365-inner .unit {
    font-size: 3.6rem;
    line-height: 1;
  }
  #dividend + .ck365-inner .value {
    font-size: 8.8rem;
  }
  #dividend + .ck365-inner .value span {
    font-size: 3.6rem;
  }
}

/* tool
++++++++++++++++++++++++++++++++++++++++ */
.ck365-tool ._movie-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ck365-tool ._movie-inner ._item ._movie-wrap {
  margin: auto;
}
.ck365-tool ._movie-inner ._item ._subread {
  text-align: center;
  font-weight: bold;
}
.ck365-tool ._movie-inner ._item > ul,
.ck365-tool ._movie-inner ._item > ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ck365-tool ._movie-inner ._item > ul li {
  letter-spacing: 0.025em;
  text-indent: -3rem;
  margin-left: 3rem;
  margin-bottom: 24px;
}
.ck365-tool ._movie-inner ._item .m-icon_square.-check {
  --icon-width: 22px;
}
@media only screen and (max-width: 767.98px) {
  .ck365-tool ._movie-inner {
    margin-top: 16px;
  }
  .ck365-tool ._movie-inner ._item {
    order: 2;
    width: 100%;
  }
  .ck365-tool ._movie-inner ._item + ._item {
    order: 1;
    width: calc(100% + 32px);
  }
  .ck365-tool ._movie-inner ._item ._logo {
    display: block;
    width: 280px;
    margin: 0 auto 16px;
  }
  .ck365-tool ._movie-inner ._item > ul {
    width: 310px;
    margin: auto;
  }
  .ck365-tool ._movie-inner ._item > ul li + li {
    margin-top: 24px;
  }
  .ck365-tool ._movie-inner ._item ._movie-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media print, screen and (min-width: 768px) {
  .ck365-tool ._movie-inner {
    width: 695px;
    margin: 40px auto 0;
  }
  .ck365-tool ._movie-inner ._item {
    width: 305px;
  }
  .ck365-tool ._movie-inner ._item + ._item {
    width: 348px;
  }
  .ck365-tool ._movie-inner ._item + ._item img {
    width: 100%;
  }
  .ck365-tool ._movie-inner ._item ._logo {
    margin-bottom: 32px;
    width: 291.5px;
  }
}

/* support
++++++++++++++++++++++++++++++++++++++++ */
.ck365-support {
  max-width: 616px;
  margin: 0 auto;
}

/* call
++++++++++++++++++++++++++++++++++++++++ */
.ck365-call {
  width: 288px;
  margin: 0 auto;
  color: #465059;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.ck365-call > ._tel {
  margin: 0;
  padding: 8px 12px 14px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px currentColor inset;
}
.ck365-call > ._tel > dt {
  margin: 0;
  padding: 16px 0 8px;
}
.ck365-call > ._tel > dt ~ dt {
  box-shadow: 0 1px 0 0 currentColor inset;
}
.ck365-call > ._tel > dd {
  margin: 0;
  padding: 0 0 8px;
  font-family: Roboto;
  font-size: 2.8rem;
}
.ck365-call > ._tel > dd > b {
  font-size: 3.6rem;
}

.ck365-call > ._datetime {
  margin: 16px 0 0;
}

/* emblem */
.ck365-emblem {
  display: grid;
  width: 288px;
  margin: 0 auto;
  color: #af881b;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.ck365-emblem > dt {
  grid-column: 1 / -1;
  margin: 0 0 16px;
}
.ck365-emblem > dd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  min-height: 40px;
  margin: 0 auto;
  padding: 1px 8px 0;
  border-radius: 8px;
  box-shadow: 0 0 0 1px currentColor inset;
}

@media (max-width: 767.98px) {
  .ck365-call {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .ck365-support {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    gap: 0 40px;
    margin-top: 40px;
  }
}

/* table
++++++++++++++++++++++++++++++++++++++++ */
.common-table.m-table_basic {
  border-radius: 8px;
  border: 1px solid #dde0e5;
  overflow: hidden;
}
.m-table_basic>*>*>*>th,
.m-table_basic>*>*>*>td { border: none; }
.m-table__matrix {
  border-top: none;
  border-left: none;
}
.common-table.m-table_basic > * > thead > * > th {
  background-color: #f7f7f7;
  font-weight: normal;
}
.common-table.m-table_basic thead th, 
.common-table.m-table_basic tbody th, 
.common-table.m-table_basic tbody td {
  text-align: left;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
.common-table.m-table_basic thead th,
.common-table.m-table_basic tbody td {
  border-bottom: 1px solid #dde0e5;
}
.common-table.m-table_basic thead th + th,
.common-table.m-table_basic tbody td + td {
  border-left: 1px solid #dde0e5;
}
.common-table.m-table_basic tbody :last-child td {
  border-bottom: none;
}
.common-table.m-table_basic thead th,
.common-table.m-table_basic tbody td + td {
  text-align: center;
}
.common-table.m-table_basic tbody td b { padding-left: 16px; }
@media (max-width: 767.98px) {
  .common-table.m-table_basic thead th,
  .common-table.m-table_basic tbody td {
    height: 56px;
    padding: 0 12px;
  }
  .common-table.m-table_basic tbody td s { padding-right: 16px; }
  .common-table.m-table_basic tbody td b { font-size: 1.8rem; }
  .common-table.m-table_basic tbody td b > span { font-size: 1.4rem; }
  .common-table.m-table_basic tbody td + td { text-align: right; }
}
@media (min-width: 768px) {
  .common-table.m-table_basic thead th,
  .common-table.m-table_basic tbody td {
    height: 64px;
    padding: 0 58px;
  }
  .common-table.m-table_basic tbody td s { padding-right: 16px; }
  .common-table.m-table_basic tbody td b { font-size: 2rem; }
  .common-table.m-table_basic tbody td b > span { font-size: 1.6rem; }
  .common-table.m-table_basic tbody td + td { text-align: center; }
}

@media only screen and (max-width: 767.98px) {
  .clk365-cta .m-cta_panel { margin: 40px -16px; }
}

@media only screen and (max-width: 767.98px) {
}
@media print, screen and (min-width: 768px) {
}
