@charset "UTF-8";

/*---------------
 color override
-----------------*/
body { color: #0a1f33; }
.m-note-list-v2 > li { color: #848484; }
.m-note-list > li { color: #dc1c26; }

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

@media only screen and (max-width: 767.98px) {
  .l-heading .hero_slider { padding-bottom: 26px; }
  #tool_slider .swiper-wrapper { padding-bottom: 40px; }
  .swiper { margin: 0; }
  .swiper-pagination-bullet-active { background-color: #0a1f33; }
  .swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
  .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
  }
  .swiper .swiper-pagination-bullet-active { background: var(--color-service-cfd); }
  .hero_slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .hero_slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
  }
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 0 !important; }
}

/* other override ++++++++++++++++ */
ul,ul li,dl,dl dt,dl dd {
  margin: 0;
  padding: 0;
}
ul { list-style-type: none; }

/* .m-cta_panel */
.m-cta_panel {
  padding: 40px;
  margin-top: 72px;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767.98px) {
  .m-btn_action {
    width: 280px;
    height: 48px;
  }
  .m-btn_flow {
    max-width: 328px;
  }
}
@media print, screen and (min-width: 768px) {
  .m-btn_action.-account.-cta {
    width: 304px;
    height: 56px;
    letter-spacing: 3px;
  }
}

/* .m-ttl-center */
.m-ttl-center span { display: block; }
.m-ttl-center.-bold {
  letter-spacing: 0.05em;
  margin-right: -0.05em;
  line-height: 1.5;
}
.m-ttl-center.-bold b {
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .m-ttl-center span,
  .m-ttl-center.-bold { font-size: 2rem; }
  .m-ttl-center.-bold b { font-size: 2.8rem; }
}
@media print, screen and (min-width: 768px) {
  .m-ttl-center { margin-top: 72px; }
  .m-ttl-center span,
  .m-ttl-center.-bold { font-size: 2.4rem; }
  .m-ttl-center.-bold b { font-size: 3.6rem; }
}

.m-list.-note.-tac { text-align: center; }
@media print, screen and (min-width: 768px) {
  .m-list.-note {
    margin-left: 24px;
    margin-right: 24px;
  }
}

/* imgradius-wrap */
.imgradius-wrap {
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

/* module
++++++++++++++++++++++++++++++++++++++++ */
/* heading ++++++++++++++++ */
.cfd-ttl_lv2 {
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.cfd-ttl_lv2  small {
  margin-bottom: 3px;
  display: block;
}

/* badge */
.cfd-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(--color-service-cfd);
  color: #fff;
  font-style: normal;
}

@media (max-width: 767.98px) {
  .cfd-ttlbadge {
    min-height: 20px;
    margin-bottom: 16px;
  }
  .cfd-ttl_lv2 {
    padding-bottom: 20px;
  }
  .cfd-ttl_lv2 > small {
    font-size: 2rem;
  }
  .cfd-ttlbadge {
    min-width: 68px;
    min-height: 20px;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .cfd-ttlbadge {
    min-height: 28px;
    padding-top: 2px;
    margin-bottom: 24px;
  }
  .cfd-ttl_lv2 {
    padding-bottom: 24px;
  }
  .cfd-ttl_lv2 > small {
    font-size: 2.4rem;
  }
  .cfd-ttlbadge {
    min-width: 104px;
    font-size: 1.5rem;
  }
}

/* localnav ++++++++++++++++ */
.cfd-toc {
  margin: 0 auto;
  border-radius: 32px;
  background-color: var(--color-light-gray);
}
.cfd-toc > dt {
  margin: 0 0 16px;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-right: -0.05em;
}
@media (min-width: 768px) {
  .cfd-toc {
    max-width: 640px;
  }
  .cfd-toc > dt {
    width: 592px;
    letter-spacing: 0.111em;
    margin-right: -0.111em;
  }
}

.cfd-toc > dt > strong {
  color: var(--color-service-cfd);
  font-size: 2.4rem;
  font-weight: bold;
}
.cfd-toc > dd {
  margin: 0;
}

.cfd-localnav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 16px;
  line-height: 1.5;
  list-style: none;
  counter-reset: cfd-toc;
}
.cfd-localnav > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.cfd-localnav > li::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-service-cfd);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  counter-increment: cfd-toc;
  content: counter(cfd-toc);
  pointer-events: none;
}
.cfd-localnav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 56px;
  padding: 0;
  background-color: #fff;
  text-decoration: none;
}
.cfd-localnav > li + li > a {
  box-shadow: inset 0 1px 0 0 var(--color-rich-black-010);
}
.cfd-localnav > li > a::after {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat center/contain;
  background-image: url(/assets/images/icon/link/icon-link-pagelink.svg);
	content: "";
}

@media (hover: hover) {
  .cfd-localnav > li > a:hover {
    background-color: #ebf1f7;
  }
}
@media (max-width: 767.98px) {
  .cfd-toc {
    margin: 72px -16px;
    padding-top: 24px;
    padding: 24px 16px 16px;
  }
  .cfd-localnav > li::before {
    left: 16px;
  }
  .cfd-localnav > li > a {
    padding-right: 40px;
    padding-left: 56px;
    letter-spacing: 0.1em;
  }
  .cfd-localnav > li > a::after {
    right: 12px;
  }
}
@media (min-width: 768px) {
  .cfd-toc {
    margin: 72px auto;
    padding: 24px;
  }
  .cfd-localnav > li::before {
    left: 20px;
  }
  .cfd-localnav > li > a {
    padding-right: 60px;
    padding-left: 60px;
    letter-spacing: 0.05em;
  }
  .cfd-localnav > li > a::after {
    right: 20px;
  }
}

/* section_inner ++++++++++++++++ */
.section_inner {
  margin: 0 auto;
}
.section_inner ._text {
  letter-spacing: 0.025em;
  text-align: left;
  line-height: 1.5;
  text-align: justify;
}
.section_inner ._ttl {
  text-align: center;
  line-height: 1.75;
}
.section_inner ._read {
  font-weight: normal;
  text-align: center;
  line-height: 1.75;
}
@media only screen and (max-width: 767.98px) {
  .section_inner ._text {
    margin: 0 auto;
  }
  .section_inner ._ttl {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section_inner {
    width: 648px;
  }
  .section_inner ._ttl {
    font-size: 2.4rem;
  }
  .section_inner ._read {
    font-size: 2.4rem;
  }
}

/* graph-section ++++++++++++++++ */
.graph-section {
  text-align: center;
}
.graph-section h3 {
  line-height: 1.75;
}
.graph-table {
  display: flex;
  justify-content: center;
}
.graph-table dt b,
.graph-table dt span {
  display: block;
}
.graph-table dt b {
  margin: 8px auto 4px;
}

@media only screen and (max-width: 767.98px) {
  .graph-section {
    margin-top: 96px;
  }
  .graph-section h3 {
    margin: 16px auto 8px;
  }
  .graph-table {
    gap: 24px;
  }
  .graph-table dl img {
    width: 136px;
  }
  .graph-table dt b {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .graph-section {
    margin-top: 120px;
  }
  .graph-section h3 {
    margin: 24px auto 16px;
  }
  .graph-table {
    gap: 32px;
  }
  .graph-table dt b {
    font-size: 2rem;
  }
}

/* about-section ++++++++++++++++ */
.about-section ._ttl {
  margin: 16px auto 8px;
  font-weight: normal;
  letter-spacing: 0.025em;
  margin-right: -0.025em;
}
@media only screen and (max-width: 767.98px) {
  .about-section ._ttl { text-align: left; }
}

/* read-block ++++++++++++++++ */
.read-block { text-align: center; }
.read-block > ._ttl {
  display: inline-block;
  margin: auto;
  padding-bottom: 3px;
  font-weight: bold;
  font-style: normal;
  border-bottom: solid 1px #dde0e5;
}
.read-block > ._read {
  line-height: 1.75;
  font-weight: normal;
}
.read-block > ._txt {
  margin: 0;
  line-height: 1.75;
  text-align: justify;
}

@media only screen and (max-width: 767.98px) {
  .read-block { margin-top: 64px; }
  .read-block > ._ttl {
    font-size: 2.4rem;
    line-height: 1.75;
  }
  .read-block > ._read {
    margin: 16px auto 8px;
    font-size: 2rem;
  }
  .read-block > ._txt { margin: 8px auto 16px; }
}
@media print, screen and (min-width: 768px) {
  .read-block { margin-top: 72px; }
  .read-block > ._ttl {
    font-size: 3rem;
    line-height: 1.5;
  }
  .read-block > ._read {
    margin: 24px auto 8px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .read-block > ._txt {
    width: 648px;
    margin: 8px auto 24px;
  }
}

/* point-tablelist ++++++++++++++++ */
.point-tablelist {
  display: flex;
  flex-wrap: wrap;
}
.point-tablelist > dl dt {
  border-radius: 8px 8px 0 0;
  background-color: #f7f7f7;
  text-align: center;
}
.point-tablelist > dl dd {
  border-bottom: solid 1px #dde0e5;
  display: flex;
  align-items: center;
}
.point-tablelist span {
  display: block;
  width: 100%;
  color: #848484;
  text-align: right;
  line-height: 1.5;
  margin-top: 8px;
}
@media only screen and (max-width: 767.98px) {
  .point-tablelist {
    margin: 16px 0 0;
    justify-content: space-between;
  }
  .point-tablelist > dl {
    width: calc(50% - 4px);
  }
  .point-tablelist > dl:nth-child(3),
  .point-tablelist > dl:nth-child(4) {
    margin-top: 16px;
  }
  .point-tablelist > dl dt {
    height: 48px;
    padding: 12px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .point-tablelist > dl dd {
    font-size: 1.3rem;
    padding: 12px 0 12px 8px;
    line-height: 1.2;
  }
  .point-tablelist span {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .point-tablelist {
    margin: 24px 24px 0;
    column-gap: 24px;
  }
  .point-tablelist > dl {
    width: 192px;
  }
  .point-tablelist > dl dt {
    height: 56px;
    padding: 11px 0 10px;
    font-size: 2rem;
    line-height: 1.75;
  }
  .point-tablelist > dl dd {
    height: 64px;
    font-size: 1.4rem;
    padding-left: 8px;
  }
  .point-tablelist span {
    font-size: 1.4rem;
  }
}

/* price-table ++++++++++++++++ */
.price-table {
  margin-top: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.price-table b {
  margin: 0 0 4px;
  font-family: Roboto;
  font-weight: 600;
}
.price-table span {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .price-table {
    font-size: 32px;
  }
  .price-table div {
    text-indent: 60px;
  }
  .price-table b {
    margin: 0 0 4px;
    font-size: 78px;
  }
  .price-table span {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .price-table {
    font-size: 40px;
  }
  .price-table div {
    text-indent: 60px;
  }
  .price-table b {
    margin: 0 0 4px;
    font-size: 88px;
  }
  .price-table span {
    font-size: 3.2rem;
    line-height: 1.75;
  }
}

/* price-tablettl ++++++++++++++++ */
.price-tablettl {
  margin: 24px 0 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
}
.price-tablelist {
  margin: 8px auto 0;
  border-top: solid 1px #dde0e5;
}
.price-tablelist .m-icon_square {
  --icon-width: 2.5em;
}
.price-tablelist > dl {
  border-bottom: solid 1px #dde0e5;
}
.price-tablelist > dl dd ._unit {
  font-family: Roboto;
  font-weight: 600;
  padding-left: 3px;
  padding-right: 3px;
}

@media only screen and (max-width: 767.98px) {
  .price-tablettl {
    font-size: 1.8rem;
  }
  .price-tablelist {
  }
  .price-tablelist > dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    height: 79px;
  }
  .price-tablelist .m-icon_square {
    --icon-width: 2.5em;
  }
  .price-tablelist > dl dd {
    font-size: 1.6rem;
  }
  .price-tablelist > dl dd ._unit {
    font-size: 3.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .price-tablettl {
    font-size: 2.4rem;
  }
  .price-tablelist {
    width: 840px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .price-tablelist > dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 103px;
    padding: 0 16px;
  }
  .price-tablelist > dl dd {
    font-size: 2rem;
  }
  .price-tablelist > dl dd ._unit {
    font-size: 4rem;
  }
}

/* highleve-tool ++++++++++++++++ */
.highleve-tool {}
.highleve-tool ._inner ._ttl {
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
}
.highleve-tool ._inner ._txt {
  margin: 0;
}
.highleve-tool ._inner ._logoapp {
  margin-left: auto;
  margin-right: auto;
  width: 230px;
}
.highleve-tool ._inner ._logo {
  width: 184px;
}
.highleve-tool ._bottom {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767.98px) {
  .highleve-tool {
    display: flex;
    flex-wrap: wrap;
  }
  .highleve-tool ._inner {
    width: 100%;
    margin-bottom: 32px;
    order: 2;
  }
  .highleve-tool ._inner + ._inner {
    order: 1;
  }
  .highleve-tool ._inner ._ttl {
    font-size: 2rem;
  }
  .highleve-tool ._inner ._logo {
    margin: 8px auto 16px;
  }
  .highleve-tool ._inner ._img {
    width: 262px;
  }
  .highleve-tool ._bottom {
    padding: 24px 32px 40px;
    width: 100%;
    width: calc(100% + 32px);
    order: 3;
    margin-left: -16px;
    margin-right: -16px;
  }
  .highleve-tool ._bottom ._ttl {
    font-size: 2rem;
  }
  .highleve-tool ._bottom .swiper-wrapper li {
    background-color: #fff;
    width: 296px;
    padding: 24px 0;
    border-radius: 8px;
  }
  .highleve-tool ._bottom .swiper-wrapper li ._logo {
    width: 240px;
    margin: auto;
  }
  .highleve-tool ._bottom .swiper-wrapper li ._img {
    width: 262px;
  }
}
@media print, screen and (min-width: 768px) {
  .highleve-tool {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px 0;
  }
  .highleve-tool ._inner {
  }
  .highleve-tool ._inner ._ttl {
    font-size: 2.4rem;
  }
  .highleve-tool ._inner ._logoapp {
    width: 280px;
  }
  .highleve-tool ._inner ._logo {
  }
  .highleve-tool ._bottom {
    border-radius: 8px;
    width: 100%;
    padding: 32px;
  }
  .highleve-tool ._bottom ._ttl {
    font-size: 2.4rem;
  }
  .highleve-tool ._bottom .swiper-wrapper {
    display: flex;
    gap: 32px;
  }
  .highleve-tool ._bottom .swiper-wrapper li {
    background-color: #fff;
    padding: 24px 0;
    width: 400px;
  }
  .highleve-tool ._bottom .swiper-wrapper li ._logo {
    width: 240px;
    margin: auto;
  }
  .highleve-tool ._bottom .swiper-wrapper li ._img {
    width: 262px;
  }
}

/* table-comparison ++++++++++++++++ */
.table-comparison {
}
.table-comparison table {
  overflow: hidden;
  background-color: #f7f7f7;
  border-spacing: 0;
  border-left: solid 1px #dde0e5;
  border-top: solid 1px #dde0e5;
}
.table-comparison table th,
.table-comparison table td {
  border-right: solid 1px #dde0e5;
  border-bottom: solid 1px #dde0e5;
  text-align: center;
  font-weight: normal;
}
.table-comparison table tr > th:nth-child(2) {
  background-color: var(--color-service-cfd);
  color: #fff;
}
.table-comparison table tr > th:nth-child(3) {
  background-color: #dde0e5;
}
.table-comparison table tr > td:nth-child(2) {
  background-color: #f7f7fc;
}
.table-comparison table tr > td:nth-child(3) {
  background-color: #fff;
}

@media only screen and (max-width: 767.98px) {
  .table-comparison table {
    width: 100%;
    margin: 16px auto 24px;
  }
  .table-comparison table th,
  .table-comparison table td {
    height: 55px;
  }
  .table-comparison table tr > :nth-child(1) {
    width: 33%;
  }
  .table-comparison table tr > :nth-child(2) {
    width: 33%;
  }
  .table-comparison table tr > :nth-child(3) {
    width: 33%;
  }
  .table-comparison table td > span {
    font-size: 1.3rem;
    text-align: left;
    display: block;
    padding: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .table-comparison {
  }
  .table-comparison table {
    width: 840px;
    margin: 24px auto;
    border-radius: 8px;
  }
  .table-comparison table th,
  .table-comparison table td {
    height: 63px;
  }
  .table-comparison table tr > :nth-child(1) {
    width: 278px;
  }
  .table-comparison table tr > :nth-child(2) {
    width: 280px;
  }
  .table-comparison table tr > :nth-child(3) {
    width: 278px;
  }
}

/* point-24times ++++++++++++++++ */
.point-24times {
}
.point-24times > ._txt {
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .point-24times {
  }
  .point-24times > ._img {
    width: 170px; 
  }
  .point-24times > ._txt {
    margin: 24px auto 0;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .point-24times {
  }
  .point-24times > ._img {
    width: 200px; 
  }
  .point-24times > ._txt {
    margin: 28px auto 0;
    font-size: 2rem;
  }
}

.leverage-img {
  margin: 24px auto 0;
}
@media only screen and (max-width: 767.98px) {
  .leverage-img img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .leverage-img {
    width: 840px;
  }
}

/* point-safety ++++++++++++++++ */
.point-safety {
}
@media only screen and (max-width: 767.98px) {
  .point-safety {
    margin-top: 24px;
  }
  .point-safety > p {
    margin: 16px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .point-safety {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin-top: 24px;
    width: 100%;
  }
}

/* demo-inner ++++++++++++++++ */
.demo-inner {}
.demo-inner > ._item {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .demo-inner > ._item {
    margin-top: 16px;
    width: 248px;
  }
  .demo-inner > ._item .movie {
    width: 194px;
  }
  .demo-inner ._item + ._item {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .demo-inner {
    display: flex;
    align-items: center;
    gap: 39px;
    margin: 32px 109px 0 84px;
    height: 429px;
  }
  .demo-inner > ._item {
    width: 248px;
  }
  .demo-inner > ._item > img {
    width: 100%;
  }
  .demo-inner > ._item .movie {
    left: 0;
    right: 0;
    width: 197px;
    margin: auto;
  }
  .demo-inner > ._item + ._item {
    width: 408px;
    height: auto;
  }
}

/* download-app ++++++++++++++++ */
.download-app {
  text-align: center;
}
.download-app dd {
  display: flex;
}
.download-app dt span {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .download-app {
    width: 328px;
    margin: auto;
  }
  .download-app dt img {
    width: 258px;
  }
  .download-app dt span {
    margin-top: 8px;
  }
  .download-app dd {
    justify-content: center;
    margin: 16px auto 24px;
  }
  .download-app dd a {
    display: none;
  }
  .download-app dd a img {
    display: none;
  }
  .download-app dd a img + img {
    width: 200px;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .download-app {
  }
  .download-app dt img {
    width: 348px;
    width: 240px;
  }
  .download-app dt span {
    margin-top: 24px;
  }
  .download-app dd {
    justify-content: space-between;
    gap: 40px;
    margin: 34px auto 0;
  }
  .download-app dd a:hover {
    opacity: .8;
  }
  .download-app dd a img {
    width: 128px;
  }
  .download-app dd a img + img {
    width: 188px;
    margin-top: 24px;
  }
}

/* movie ++++++++++++++++ */
.movie {
  position: absolute;
}
@media only screen and (max-width: 767.98px) {
  .movie-wrap {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
  }
  .movie-wrap img {
    width: 100%;
  }
  .movie {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 53.8889%;
  }
}

@media (min-width: 768px) {
  .movie-wrap {
    position: relative;
    width: 400px;
  }
  .movie {
    top: 0;
    left: 29px;
    width: 192px;
    line-height: 0;
  }
}

/* bnr-encyclopedia ++++++++++++++++ */
@media print, screen and (min-width: 768px) {
  .bnr-encyclopedia {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
  }
  .bnr-encyclopedia:hover {
    opacity: .8;
  }
}

/* point-free ++++++++++++++++ */
.point-free {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.point-free_item {
  width: 140px;
  text-align: left;
}
.point-free_item + .point-free_item {
  font-family: Roboto;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}
.point-free_item + .point-free_item span {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}
.point-free_item li + li {
  margin-top: 8px;
}
.point-free_item li {
  line-height: 1.75;
}
@media only screen and (max-width: 767.98px) {
  .point-free {
    margin: 24px auto;
    gap: 18px;
  }
  .point-free_item + .point-free_item {
    width: 143px;
    font-size: 144px;
  }
}
@media print, screen and (min-width: 768px) {
  .point-free {
    margin: 40px auto 24px;
    gap: 40px;
  }
  .point-free_item + .point-free_item {
    width: 143px;
    font-size: 152px;
  }
}


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

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

/* emblem */
.cfd-emblem {
  display: grid;
  width: 288px;
  margin: 0 auto;
  color: #af881b;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.cfd-emblem > dt {
  grid-column: 1 / -1;
  margin: 0 0 16px;
}
.cfd-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) {
  .cfd-call {
    margin-top: 24px;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .cfd-support {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: space-between;
    gap: 0 40px;
    margin-top: 40px;
  }
}


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