@charset "UTF-8";
/* reset
============================================================================= */
/* http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #666;
  font-weight: normal;
}

/* default
============================================================================= */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}

body {
  position: relative;
  color: #343133;
  font-size: 1.3rem;
  font-feature-settings: "palt";
  letter-spacing: 1.2px;
  overflow-x: hidden;
}

a {
  color: #343133;
  text-decoration: none;
}
@media (any-hover: hover) {
  a {
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
    backface-visibility: hidden;
  }
  a:hover {
    opacity: 0.8;
  }
}
@media (pointer: fine) {
  a:where([href^="tel:"]) {
    pointer-events: none;
    cursor: default;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* レイアウト
============================================================================= */
/* メイン */
.libmoContainer {
  display: block;
  position: relative;
  padding-top: 63px;
}
@media screen and (max-width: 767px) {
  .libmoContainer {
    padding-top: 50px;
  }
}

/* セクション */
.l-section {
  width: 100%;
  text-align: center;
}
.l-section:not(.mainVisual) {
  padding-top: 40px;
  background-color: rgba(228, 0, 128, 0.08);
}
@media screen and (min-width: 768px) {
  .l-section {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-section:not(.mainVisual) {
    padding: 20px 15px 8px;
  }
}

/* コンテンツ */
.l-cont {
  position: relative;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-cont {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
  }
}

/* Flex */
.l-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.l-flex.is-center {
  -webkit-box-pack: center;
  justify-content: center;
}
.l-flex.is-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.l-flex.is-end {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  .l-flex.is-center {
    -webkit-box-align: center;
    align-items: center;
  }
}

/* general
============================================================================= */
/* 共通タイトル */
.cmn-sectionTitle {
  margin-bottom: 32px;
}
.cmn-sectionTitle img {
  position: relative;
  right: -8px;
  z-index: 1;
}
.cmn-sectionTitle img.el_whats {
  width: 59px;
  height: 62px;
}
.cmn-sectionTitle img.el_usage {
  width: 62px;
  height: 48px;
}
.cmn-sectionTitle img.el_join {
  width: 58px;
  height: 53px;
}
.cmn-sectionTitle span {
  padding: 0 24px;
  background: linear-gradient(transparent 60%, rgba(254, 199, 226, 0.8) 60%);
  font-size: 3.8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .cmn-sectionTitle {
    margin-bottom: 20px;
  }
  .cmn-sectionTitle img.el_whats {
    width: 35.4px;
    height: 37.2px;
  }
  .cmn-sectionTitle img.el_usage {
    width: 37.2px;
    height: 28.8px;
  }
  .cmn-sectionTitle img.el_join {
    width: 34.8px;
    height: 31.8px;
  }
  .cmn-sectionTitle span {
    padding: 0 12px 0 16px;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
}

/* 共通タイトル */
.cmn-contTitle {
  margin-bottom: 24px;
  font-size: 2.6rem;
  font-weight: 700;
}
.cmn-contTitle i {
  margin-right: 8px;
  color: #e4007f;
  font-size: 1.25em;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  .cmn-contTitle {
    margin-bottom: 12px;
    font-size: 1.75rem;
  }
  .cmn-contTitle i {
    margin-right: 5px;
  }
}

/* 共通notesパーツ */
.cmn-notes {
  text-align: left;
}
.cmn-notes li {
  margin-left: 1.5em;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  text-indent: -1.5em;
}
.cmn-notes li:not(:last-child) {
  margin-bottom: 4px;
}
.cmn-notes.is-type02 li {
  margin-left: 2em;
  text-indent: -2em;
}
@media screen and (max-width: 767px) {
  .cmn-notes li {
    font-size: 1.2rem;
    line-height: 1.65;
  }
  .cmn-notes li:not(:last-child) {
    margin-bottom: 3px;
  }
}

/* リード文 */
.cmn-lead {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cmn-lead {
    margin-bottom: 24px;
    padding: 0 10px;
    font-size: 1.4rem;
    text-align: left;
  }
}

/* screen size */
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.sm-max {
  max-width: 768px !important;
  margin-left: auto;
  margin-right: auto;
}

.md-max {
  max-width: 960px !important;
  margin-left: auto;
  margin-right: auto;
}

/* distribution */
#tcomContainer .is-tnc {
  display: none !important;
}

#tncContainer .is-tcom {
  display: none !important;
}

/* margin */
.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mgt20 {
    margin-top: calc((20px) - 8px) !important;
  }
  .mgt25 {
    margin-top: calc((25px) - 8px) !important;
  }
  .mgt30 {
    margin-top: calc((30px) - 8px) !important;
  }
  .mgt35 {
    margin-top: calc((35px) - 8px) !important;
  }
  .mgt40 {
    margin-top: calc((40px) - 8px) !important;
  }
  .mgt45 {
    margin-top: calc((45px) - 8px) !important;
  }
  .mgt50 {
    margin-top: calc((50px) - 8px) !important;
  }
}
.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgb16 {
  margin-bottom: 16px !important;
}

.mgb24 {
  margin-bottom: 24px !important;
}

.mgb32 {
  margin-bottom: 32px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb48 {
  margin-bottom: 48px !important;
}

.mgb56 {
  margin-bottom: 56px !important;
}

.mgb64 {
  margin-bottom: 64px !important;
}

.mgb72 {
  margin-bottom: 72px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

/* padding */
.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl0 {
  padding-left: 0px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

/* layout */
.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.disp-block {
  display: block;
}

.disp-inline-block {
  display: inline-block;
}

.disp-flex {
  display: flex;
}

.disp-table {
  display: table;
}

.disp-none {
  display: none;
}

/* font */
.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.is-fntXL {
  display: inline-block;
  font-size: 1.3em !important;
}

.is-fntL {
  display: inline-block;
  font-size: 1.25em !important;
}

.is-fntS {
  display: inline-block;
  font-size: 0.9em !important;
}

.is-fntXS {
  display: inline-block;
  font-size: 0.8em !important;
}

.is-scale-xs {
  transform: scale(0.7) !important;
}

.is-scale-sm {
  transform: scale(0.8) !important;
}

.is-scale-md {
  transform: scale(0.9) !important;
}

.is-scale-mdMax {
  transform: scale(0.95) !important;
}

.is-scale-lg {
  transform: scale(1.1) !important;
}

.is-attn {
  color: #ff79a8;
}

/* TLCポイントページ
============================================================================= */
/* メインビジュアル */
.mainVisual {
  margin-bottom: 48px;
  padding-top: 60px;
  text-align: center;
}
.mainVisual_title {
  display: inline-block;
  position: relative;
  margin: 0 auto 32px;
  margin-left: 72px;
  font-size: 5.6rem;
  font-weight: 900;
}
.mainVisual_title::before {
  display: inline-block;
  position: absolute;
  top: -76px;
  left: -164px;
  z-index: 0;
  width: 144px;
  height: 144px;
  background: url("../img/img_header_loupe.svg") no-repeat left top/contain;
  content: "";
}
.mainVisual_title img {
  position: relative;
  top: 2px;
  width: 251px;
  height: 60px;
  margin-right: 10px;
}
.mainVisual_image {
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mainVisual {
    margin-bottom: 28px;
    padding-top: 22px;
  }
  .mainVisual_title {
    margin-bottom: 20px;
    margin-left: 43.2px;
    font-size: 4rem;
  }
  .mainVisual_title::before {
    top: -36.4px;
    left: -86.4px;
    width: 86.4px;
    height: 86.4px;
  }
  .mainVisual_title img {
    display: block;
    position: relative;
    left: -4px;
    width: 150.6px;
    height: 36px;
    margin: 0 auto 8px;
  }
}

/* TLCポイントとは */
.whatsTlc {
  padding: 32px 48px 48px;
}
.whatsTlc_lead {
  position: relative;
  margin-bottom: 32px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
.whatsTlc_lead::before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 536px;
  height: 129px;
  margin: 0 auto 32px;
  background: url("../img/img_whats_pc.png") no-repeat left top/contain;
  content: "";
}
.whatsTlc_lead strong {
  color: #e4007f;
}
.whatsTlc_lead span {
  font-weight: 400;
}
.whatsTlc_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
.whatsTlc_list_item dl dt {
  position: relative;
  height: 55px;
  border-radius: 10px 10px 0 0;
  background-color: #343133;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 57px;
}
.whatsTlc_list_item dl dt::before {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 10px;
  width: 44px;
  height: 43px;
  background: url("../img/ico_point.svg") no-repeat left top/contain;
  content: "";
}
.whatsTlc_list_item dl dt span {
  color: #ffd62a;
}
.whatsTlc_list_item dl dd {
  padding: 5px 24px 28px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.whatsTlc_list_item dl dd span:not(.is-tcom):not(.is-tnc) {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  height: 160px;
}
.whatsTlc_list_item dl dd span:not(.is-tcom):not(.is-tnc) img {
  display: block;
  width: auto;
  max-height: 102px;
  margin: 0 auto;
}
.whatsTlc_list_item dl dd span:not(.is-tcom):not(.is-tnc) img.el_libmo {
  width: 121px;
  height: 41px;
}
.whatsTlc_list_item dl dd span:not(.is-tcom):not(.is-tnc) img.el_tcom {
  width: 149px;
  height: 30px;
  margin-top: 15px;
}
.whatsTlc_list_item dl dd span:not(.is-tcom):not(.is-tnc) img.el_tnc {
  width: 123px;
  height: 55px;
  margin-top: 8px;
}
.whatsTlc_list_item dl dd p {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .whatsTlc_list_item {
    width: calc((100% - 60px) / 3);
  }
  .whatsTlc_list_item:not(:last-of-type) {
    margin-right: 30px;
  }
  .whatsTlc_list_item dl dt {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .whatsTlc {
    padding: 28px 16px 24px;
  }
  .whatsTlc_lead {
    margin-bottom: 24px;
    padding: 0 5px;
    font-size: 1.6rem;
    text-align: left;
  }
  .whatsTlc_lead::before {
    width: 252.7px;
    height: 91px;
    margin-bottom: 20px;
    background: url("../img/img_whats_sp.png") no-repeat left top/contain;
  }
  .whatsTlc_lead br:first-of-type {
    display: none;
  }
  .whatsTlc_list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .whatsTlc_list_item dl dt {
    height: 48px;
    font-size: 2rem;
    line-height: 51px;
  }
  .whatsTlc_list_item dl dt::before {
    left: 15px;
    width: 39.6px;
    height: 38.7px;
  }
  .whatsTlc_list_item dl dd {
    padding: 20px 20px 18px;
  }
  .whatsTlc_list_item dl dd span:not(.is-tcom):not(.is-tnc) {
    height: auto;
    margin-bottom: 16px;
  }
  .whatsTlc_list_item dl dd span:not(.is-tcom):not(.is-tnc) img.el_tcom {
    margin-top: 12px;
  }
  .whatsTlc_list_item dl dd span:not(.is-tcom):not(.is-tnc) img.el_tnc {
    margin-top: 5px;
  }
  .whatsTlc_list_item dl dd p {
    font-size: 1.4rem;
  }
  .whatsTlc_list_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* 使い方 */
.usageGuide {
  padding: 56px 48px 48px;
}
.usageGuide_title {
  position: relative;
  width: 100%;
  padding: 52px 20px 24px;
  background-color: rgba(255, 214, 42, 0.75);
}
.usageGuide_title dt {
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: 700;
}
.usageGuide_title dt p {
  display: inline-block;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  width: fit-content;
  height: 48px;
  margin: auto;
  padding: 0 32px;
  border-radius: 50vh;
  background-color: #343133;
  color: #fff;
  font-size: 2.7rem;
  line-height: 45px;
}
.usageGuide_title dt p b {
  position: relative;
  bottom: -2px;
  font-size: 1.25em;
}
.usageGuide_title dd {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 18px 10px 16px;
  background-color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.usageGuide_title dd p {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 6px;
  font-size: 1rem;
  font-weight: 500;
}
.usageGuide_title dd p img {
  display: block;
  margin: auto;
}
.usageGuide_title dd p img.el_libmo {
  width: 72.9px;
  height: 24.3px;
  margin-bottom: 3px;
}
.usageGuide_title dd p img.el_tcom {
  width: 97.2px;
  height: 19.8px;
  margin-bottom: 3px;
}
.usageGuide_title dd p img.el_tnc {
  width: 70.2px;
  height: 31.5px;
}
.usageGuide_title dd p:first-of-type {
  bottom: 2px;
}
.usageGuide_title dd strong {
  margin: 0 4px;
  padding: 0 4px;
  color: #e2261a;
  background: linear-gradient(transparent 60%, rgba(255, 181, 164, 0.6) 60%);
}
.usageGuide_title dd span {
  color: #e4007f;
}
.usageGuide_title dd.is-tcom p:first-of-type {
  bottom: 2px;
}
.usageGuide_title dd.is-tnc p:first-of-type {
  bottom: 1px;
}
.usageGuide_title dd.is-tnc p:nth-of-type(2) {
  bottom: 3px;
}
.usageGuide_inner {
  padding: 40px;
}
.usageGuide_inner.is-gray {
  background-color: #f2f2f2;
}
.usageGuide_inner.is-yellow {
  background-color: #fffbe6;
}
.usageGuide_payment {
  position: relative;
  max-width: 768px;
  margin: 0 auto 24px;
  padding: 30px 48px 48px;
  background-color: #fff;
}
.usageGuide_payment::before, .usageGuide_payment::after {
  position: absolute;
  bottom: 0;
  border-bottom: 40px solid #f2f2f2;
  content: "";
}
.usageGuide_payment::before {
  right: 0;
  border-left: 480px solid transparent;
}
.usageGuide_payment::after {
  left: 0;
  border-right: 480px solid transparent;
}
.usageGuide_payment p {
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
}
.usageGuide_payment p strong {
  color: #e4007f;
}
.usageGuide_payment p.is-fntS {
  margin-top: 5px;
}
.usageGuide_payment + figure {
  margin-bottom: 32px;
  text-align: center;
}
.usageGuide_payment + figure img {
  margin: auto;
}
.usageGuide_exchange {
  margin-bottom: 32px;
  text-align: center;
}
.usageGuide_exchange dt {
  margin-bottom: 16px;
  font-size: 2.6rem;
  font-weight: 700;
}
.usageGuide_exchange dt i {
  margin-right: 8px;
  color: #e4007f;
  font-size: 1.25em;
  vertical-align: sub;
}
.usageGuide_exchange dd {
  position: relative;
  height: 52px;
  border-radius: 50vh;
  background-color: rgba(255, 224, 95, 0.4);
  box-shadow: 2px 2px 0 rgba(212, 178, 37, 0.3);
  color: #e2261a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 56px;
}
.usageGuide_exchange:last-of-type {
  margin-bottom: 42px;
}
.usageGuide_text {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.75;
}
.usageGuide_text strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.3em;
  font-weight: 700;
}
.usageGuide:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (max-width: 800px) {
  .usageGuide {
    padding: 36px 16px 24px;
  }
  .usageGuide_title {
    padding: 32px 15px 16px;
  }
  .usageGuide_title dt {
    margin-bottom: 12px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .usageGuide_title dt p {
    top: -16px;
    height: 36px;
    font-size: 1.8rem;
    line-height: 33px;
  }
  .usageGuide_title dd {
    display: block;
    padding: 15px 10px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .usageGuide_title dd p {
    display: inline-block;
    font-size: 0.95rem;
    vertical-align: middle;
  }
  .usageGuide_title dd p img.el_libmo {
    width: 52.65px;
    height: 17.55px;
    margin-bottom: 1px;
  }
  .usageGuide_title dd p img.el_tcom {
    width: 70.2px;
    height: 14.3px;
    margin-bottom: 2px;
  }
  .usageGuide_title dd p img.el_tnc {
    width: 50.7px;
    height: 22.75px;
  }
  .usageGuide_title dd strong {
    font-size: 1.2em;
  }
  .usageGuide_inner {
    padding: 24px 15px;
  }
  .usageGuide_payment {
    margin-bottom: 10px;
    padding: 20px 20px 50px;
  }
  .usageGuide_payment::before {
    border-left: 200px solid transparent;
  }
  .usageGuide_payment::after {
    border-right: 200px solid transparent;
  }
  .usageGuide_payment p {
    font-size: 1.45rem;
    text-align: left;
    line-height: 1.7;
  }
  .usageGuide_payment p br {
    display: none;
  }
  .usageGuide_payment + figure {
    margin-bottom: 20px;
  }
  .usageGuide_exchange dt {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .usageGuide_exchange dt i {
    margin-right: 5px;
  }
  .usageGuide_exchange dd {
    height: auto;
    padding: 15px 15px 13px;
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 0;
    line-height: 1.5;
    text-align: left;
  }
  .usageGuide_exchange:last-of-type {
    margin-bottom: 24px;
  }
  .usageGuide_text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .usageGuide_text strong {
    font-size: 1.1em;
    line-height: 1.6;
  }
}

/* サービスへの入会 */
.tlcService {
  margin-bottom: 40px;
  padding: 56px 48px 48px;
}
.tlcService_text {
  margin-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.75;
}
.tlcService_text strong {
  color: #e4007f;
}
.tlcService_btn {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 50vh;
  color: #fff;
  font-weight: 700;
}
.tlcService_btn.is-large {
  max-width: 600px;
  height: 70px;
  background-color: #f93f8e;
  font-size: 2.8rem;
  line-height: 72px;
}
.tlcService_btn.is-large::after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 94px;
  height: 105px;
  background: url("../img/img_service_man.svg") no-repeat left top/contain;
  content: "";
}
.tlcService_btn.is-small {
  max-width: 480px;
  height: 50px;
  background-color: #ff79a8;
  font-size: 2rem;
  line-height: 52px;
}
.tlcService_btn.is-small::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #fff;
  font-family: "Material Icons";
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  content: "\e5cc";
}
.tlcService_btnWrap {
  margin-bottom: 40px;
  padding-top: 10px;
}
.tlcService_btnWrap p {
  position: relative;
  display: inline-block;
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 700;
}
.tlcService_btnWrap p::before, .tlcService_btnWrap p::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 32px;
  margin: auto;
  background-color: #e4007f;
  content: "";
}
.tlcService_btnWrap p::before {
  left: -20px;
  transform: rotate(-20deg);
}
.tlcService_btnWrap p::after {
  right: -20px;
  transform: rotate(20deg);
}
.tlcService_btn:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .tlcService {
    margin-bottom: 30px;
    padding: 30px 16px 26px;
  }
  .tlcService_text {
    margin-bottom: 12px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .tlcService_text span.is-fntL {
    font-size: 1.1em !important;
    line-height: 1.5;
  }
  .tlcService_btn.is-large {
    height: auto;
    padding: 15px 10px 13px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .tlcService_btn.is-large span.is-fntS {
    display: block;
  }
  .tlcService_btn.is-large::after {
    display: none;
  }
  .tlcService_btn.is-small {
    height: auto;
    padding: 10px 16px 9px;
    font-size: 1.45rem;
    letter-spacing: 0.5px;
    line-height: 1.3;
  }
  .tlcService_btnWrap {
    margin-bottom: 24px;
  }
  .tlcService_btnWrap p {
    font-size: 1.6rem;
  }
  .tlcService_btnWrap p::before, .tlcService_btnWrap p::after {
    height: 30px;
  }
  .tlcService_btnWrap p::before {
    left: -15px;
  }
  .tlcService_btnWrap p::after {
    right: -15px;
  }
  .tlcService_btn:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

/* 調整 */
.minibnrArea {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .minibnrArea {
    padding: 30px 10px 36px;
  }
}