@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  letter-spacing: 0.2em;
}

header {
  padding: 20px 4% 10px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  align-items: center;
  z-index: 1000;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: #fff;
}

nav {
  margin: 0 0 0 auto;
}

ul {
  list-style: none;
  margin: 0;
}

li {
  margin: 0 0 0 15px;
  font-size: 14px;
}

.main-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url("main_visual.jpg") top center/cover no-repeat;
}

h2 {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}

.l-header__btn a {
  display: inline-block;
  width: 125px;
  height: 48px;
  background: #ff4b28;
  border-radius: 28px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.sp-nav {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-logo {
    margin-top: 20px;
  }
  .pc-nav {
    display: none;
  }
  .sp-nav {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: #3b98e2;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
  }
  #hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: -5px 0 0 auto;
  }
  #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: darkslategray;
    transform: translateY(-50%);
  }
  #hamburger::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: darkslategray;
  }
  #hamburger::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: darkslategray;
  }
  /*スマホメニュー*/
  .sp-nav ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: -50px;
  }
  .sp-nav li {
    margin: 0;
    padding: 0;
  }
  .sp-nav li span {
    font-size: 15px;
    color: #fff;
  }
  .sp-nav li a,
  .sp-nav li span {
    display: block;
    padding: 20px 0;
  }
  .sp-nav .close {
    position: relative;
    padding-left: 20px;
  }
  .sp-nav .close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
  }
  .sp-nav .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
  }
  /*-閉じるアイコンー*/
  .toggle {
    transform: translateY(0);
    opacity: 1;
  }
  .main-visual {
    padding: 0 4%;
  }
  h2 {
    line-height: 1.6;
    text-align: center;
  }
  .header_logo {
    height: auto;
    width: 150px;
  }
  .l-header-bottom_sp {
    display: flex;
    transform: translateZ(0);
    backface-visibility: hidden;
    overflow: hidden;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 60px;
    height: calc(60px + env(safe-area-inset-bottom));
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
  .l-header-bottom_sp .l-header__btn {
    display: block;
    margin-left: 0;
    line-height: calc(60px + env(safe-area-inset-bottom));
  }
  .l-header-bottom_sp .l-header__btn a {
    /* width: 140px; */
    width: 280px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 1rem;
  }
  .l-header-bottom_sp .l-header__btn .nw_cvcolor {
    background: #ff4b28 !important;
  }
  .active {
    opacity: 1;
    visibility: visible;
  }
}
article.mainZone {
  width: 100%;
}
article.mainZone .cont {
  width: 100%;
}
article.mainZone .moneyImg {
  bottom: 100px;
  position: relative;
  text-align: center;
}
article.mainZone .money {
  height: auto;
  width: 250px;
  margin-top: 8px;
}
article.mainZone .in {
  height: 548.78px;
  width: 100%;
  position: relative;
  background: linear-gradient(170deg, #3a98e2 70%, white 50%);
  display: flex;
  text-align: center;
}
article.mainZone .in .cont_title {
  font-size: 33px;
  color: white;
  margin: 30% 0% 3% 0%;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 1px 2px 3px rgb(37, 41, 41);
  font-family: monospace;
}
article.mainZone .in .topGif {
  height: 160px;
  width: 250px;
}
article.mainZone .in .monitor {
  position: absolute;
  left: 293px;
  top: 165px;
}
article.mainZone .in .topImg {
  position: absolute;
  right: 0px;
  top: 100px;
  width: 593px;
}
article.mainZone .in .mac {
  height: auto;
  width: 340px;
  position: relative;
  top: 148px;
  left: 120px;
}
article.mainZone .in .spImg {
  position: absolute;
  width: 160px;
  left: 185px;
}
article.mainZone .in .iphone {
  max-width: 50%;
  height: auto;
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  position: relative;
}
@media screen and (min-width: 414px) {
  article.mainZone .in .monitor {
    left: 278px;
  }
  article.mainZone .in .mac {
    left: 105px;
  }
  article.mainZone .in .spImg {
    left: 170px;
  }
}
article.mainZone .crown_icons {
  display: flex;
  margin-top: -70px;
}
@media screen and (min-width: 414px) {
  article.mainZone .crown_icons {
    margin-left: 20px;
  }
}
article.mainZone .crown_icon {
  position: relative;
  display: inline-block;
}
article.mainZone .crown {
  height: auto;
  margin-right: 18px;
  width: 140px;
  margin-left: 38px;
}
article.mainZone .crown2 {
  height: auto;
  width: 140px;
  margin-top: -1px;
}
.btn_l--radius {
  border-radius: 100vh;
  display: inline-block;
  margin: 3% 6%;
}
.btn_l--orange {
  color: #fff;
  background-color: #eb6100;
  width: 300px;
  height: 50px;
  margin-left: 38px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
@media screen and (min-width: 414px) {
  article.mainZone .btn_l--orange {
    margin-left: 55px;
  }
}
article.mainZone .header_buttun_l {
  margin-top: 5%;
  font-size: 20px;
  font-family: sans-serif;
  color: #fff;
  margin-bottom: 0;
  margin-top: 12px;
  text-shadow: 1px 1px 1px #373737;
}
article.mainZone .slideLogos {
  padding: 20px 0;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
article.mainZone .logos_upper {
  display: flex;
  padding-left: 0;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
article.mainZone .logos_lower {
  display: flex;
  padding-left: 0;
  animation: loop-slide 20s infinite linear 1s both;
  animation-direction: reverse;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
article.mainZone .logoSlider_upper {
  display: flex;
}
article.mainZone .logoSlider_lower {
  display: flex;
}
article.mainZone .slide-paused:hover .logos_upper .logos_lower {
  animation-play-state: paused;
}
article.mainZone .logo {
  height: auto;
  width: 100px;
}
@media screen and (max-width: 640px) {
  article .in {
    height: 548.78px;
    width: 100%;
    position: relative;
    background: linear-gradient(170deg, #3a98e2 70%, white 50%);
    display: flex;
    text-align: center;
  }
  article .in .cont_title {
    font-size: 30px;
    color: white;
    margin: 30% 0% 3% 5%;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    font-weight: bold;
    line-height: 1.3;
  }
  article .in .topGif {
    height: 160px;
    width: 250px;
  }
  article .in .monitor {
    position: absolute;
    left: 293px;
    top: 165px;
  }
  article .in .topImg {
    position: absolute;
    right: 0px;
    top: 100px;
    width: 593px;
  }
  article .in .mac {
    height: auto;
    width: 340px;
    position: relative;
    top: 148px;
    left: 120px;
  }
  article .in .spImg {
    position: absolute;
    width: 160px;
    left: 185px;
  }
  article .in .iphone {
    max-width: 50%;
    height: auto;
    border: 0;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    position: relative;
  }
}
article.featureZone {
  background-color: rgba(234, 243, 250, 0.5);
  height: 100%;
  max-width: 375px;
  margin: auto;
}
article.featureZone .u-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
article.featureZone .u-ttlBox1 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
article.featureZone .u-ttlBox1 strong {
  display: block;
  color: #305ebe;
  font-size: 1.3rem;
}
article.featureZone .u-ttlBox2 {
  background-color: #ffffff;
  width: 50%;
  text-align: center;
  font-size: 2.5rem;
  font-family: monospace;
  border-radius: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
article.featureZone .conts {
  box-shadow: 0px 5px 10px rgba(150, 170, 197, 0.1);
  padding-left: 0;
}
article.featureZone .show {
  display: block;
}
article.featureZone .list {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  width: 345px;
  padding-bottom: 30px;
}
article.featureZone .list li {
  width: 90%;
  padding: 10px 3.33333% 0px;
  list-style: none;
}
article.featureZone .ttl {
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
article.featureZone .ttl em {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #305ebe;
  width: 40px;
  height: 40px;
  margin: auto;
  color: #fff;
  font-style: normal;
  font-size: 1.2rem;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: 0;
  font-family: sans-serif;
}
article.featureZone .ttl span {
  display: block;
  color: #305ebe;
  font-size: 1.3rem;
  font-family: sans-serif;
  font-weight: 550;
}
article.featureZone .left {
  border-bottom: 1px solid #3095df;
}
article.featureZone .img img {
  height: auto;
  width: 290px;
}
article.featureZone .list_cont {
  padding-left: 33px;
  font-size: 0.8rem;
  line-height: 1.47059;
  position: relative;
  display: flex;
}
article.featureZone .check {
  height: 18px;
  margin-right: 10px;
}
article.featureZone .featureList {
  padding-left: 0;
  display: contents;
}
article.featureZone .l-cont {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
article.featureZone .feature_btn {
  text-align: center;
}
article.featureZone .btn_l--radius {
  border-radius: 100vh;
  display: inline-block;
  margin: 3% 6%;
}
article.featureZone .btn_l--orange {
  color: #fff;
  background-color: #eb6100;
  width: 315px;
  height: 50px;
  margin: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
article.featureZone .header_buttun_l {
  margin-top: 5%;
  font-size: 20px;
  font-family: sans-serif;
  color: #fff;
  margin-bottom: 0;
  margin-top: 12px;
  text-shadow: 1px 1px 1px #373737;
}
article.problemZone {
  padding-bottom: 30px;
}
article.problemZone .u-ttlBox1 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
article.problemZone .u-ttlBox1 strong {
  display: block;
  color: #305ebe;
  font-size: 1.3rem;
}
article.problemZone .problem_list {
  display: grid;
  flex-wrap: wrap;
  max-width: 375px;
  margin: 0 auto;
  justify-content: space-between;
  padding-left: 0;
}
article.problemZone .coloer {
  margin-bottom: 10px;
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  cursor: pointer;
}
article.problemZone .in_p {
  width: 340px;
  height: 60px;
  display: flex;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  background-color: #3095df;
  transition: 0.3s;
  text-align: center;
}
article.problemZone .in_p.in2 {
  background-color: #1d7cd1;
}
article.problemZone .in_p.in3 {
  background-color: #305eb9;
}
article.problemZone .txt {
  color: #fff;
  font-size: 13px;
  width: 300px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
article.problemZone .img_problem {
  width: 90px;
  padding-top: 5px;
  margin-left: 20px;
}
article.problemZone img {
  height: auto;
  width: 50px;
}
article.problemZone em {
  font-style: normal;
  background: linear-gradient(transparent 85%, #ffff00 0%);
  font-weight: 600;
}
article.problemZone .thicker {
  background: linear-gradient(transparent 85%, #ffff00 0%);
}
article.functionZone {
  background-color: rgba(234, 243, 250, 0.5);
  height: 100%;
}
article.functionZone .u-ttlBox1 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
article.functionZone .u-ttlBox1 strong {
  display: block;
  color: #305ebe;
  font-size: 1.3rem;
}
article.functionZone .u-inner {
  margin: auto;
}
article.functionZone .function_ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  padding-left: 0;
  max-width: 345px;
  margin: auto;
}
article.functionZone .function_li {
  padding: 1.66667% 2.7% 2.5%;
  position: relative;
  margin: auto;
}
article.functionZone .function_li img {
  height: auto;
  width: 150px;
}
article.functionZone .video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
article.functionZone .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 重要なスタイル設定 */
}
article.functionZone dl {
  text-align: center;
}
article.functionZone dt {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #305ebe;
  font-size: 1rem;
  font-weight: bold;
}
article.functionZone dd {
  color: #373737;
  font-size: 11px;
  line-height: 1.5;
  text-align: justify;
  margin-left: 0px;
  width: 150px;
}
article.functionZone .top {
  border-top: 1px solid #3095df;
}
article.functionZone .left {
  border-left: 1px solid #3095df;
  padding-right: 0;
}
article.functionZone .right {
  margin-left: 0px;
}
article.functionZone .m_right {
  margin-right: 0;
  padding-left: 0;
}
article.functionZone .btn_l--radius {
  border-radius: 100vh;
  display: inline-block;
  margin: 3% 6%;
}
article.functionZone .btn_l--orange {
  color: #fff;
  background-color: #eb6100;
  width: 315px;
  height: 50px;
  margin: 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
article.functionZone .header_buttun_l {
  margin-top: 5%;
  font-size: 20px;
  font-family: sans-serif;
  color: #fff;
  margin-bottom: 0;
  margin-top: 12px;
  text-shadow: 1px 1px 1px #373737;
}
article.caseZone {
  padding-bottom: 30px;
}
article.caseZone .thicker {
  display: inline-block;
  text-indent: 0.2em;
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}
article.caseZone .u-ttlBox1 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
article.caseZone .u-ttlBox1 strong {
  display: block;
  color: #305ebe;
  font-size: 1.3rem;
}
article.caseZone .cases {
  padding: 0px 20px 0px 20px;
}
article.caseZone .cases .graph {
  margin: auto;
  padding-top: 20px;
  height: auto;
  width: 400px;
}
article.caseZone .cases .case_list {
  max-width: 375px;
  margin: auto;
}
article.caseZone .cases .case_list .case_cont {
  border-radius: 20px;
  background-color: rgba(234, 243, 250, 0.5);
}
article.caseZone .cases .case_list .case_cont .case_txt {
  text-align: center;
  width: 90%;
  margin: auto;
}
article.caseZone .cases .case_list .case_cont .case_txt .soloop_c {
  width: 283px;
}
article.caseZone .cases .case_list .case_cont .case_txt img {
  height: auto;
  width: 250px;
  margin: auto;
}
article.caseZone .cases .case_list .case_cont .case_txt .company {
  color: rgb(47, 55, 55);
  font-size: 1.2rem;
  padding-top: 30px;
}
article.caseZone .cases .case_list .case_cont .case_txt .case_title {
  color: #305ebe;
  font-size: 1.1rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #3095df;
  margin-top: 10px;
}
article.caseZone .cases .case_list .case_cont .case_txt .case_p {
  font-size: 13px;
  text-align: left;
  padding-top: 10px;
  line-height: 2;
}
article.caseZone .cases .case_list .case_cont .case_txt .case_p .blue {
  color: #305ebe;
  font-weight: 600;
}
article.caseZone .cases .case_list .case_cont .case_txt .case_p .ti {
  display: inline-block;
  text-indent: -0.3em;
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}
article.moneyZone {
  background-color: rgba(234, 243, 250, 0.5);
}
article.moneyZone .thicker {
  background: linear-gradient(transparent 90%, #f1f108 0%);
}
article.moneyZone .u-ttlBox1 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 30px;
}
article.moneyZone .u-ttlBox1 strong {
  display: block;
  color: #305ebe;
  font-size: 1.3rem;
}
article.moneyZone .moneyImg {
  bottom: 100px;
  position: relative;
  text-align: center;
}
article.moneyZone .money {
  height: auto;
  width: 250px;
  margin-top: 80px;
}
article.moneyZone .cases {
  padding: 0 30px;
}
article.moneyZone .cases .case_list {
  margin: auto;
}
article.moneyZone .cases .case_list .case_cont {
  border-radius: 20px;
  background-color: white;
  height: 120px;
  padding-top: 1px;
}
article.moneyZone .cases .case_list .case_cont .case_txt {
  text-align: center;
  width: 90%;
  height: 50px;
  margin: auto;
  background-color: moccasin;
  margin-top: 30px;
  border-radius: 20px;
  padding: 8px;
  color: #423b3b;
}
article.moneyZone .cases .case_list .case_cont .case_txt .txt_prize {
  margin-top: 20px;
  text-align: center;
}
article.moneyZone .cases .case_list .case_cont .case_txt .txt_prize .num {
  font-size: 2.8rem;
  color: #1db57b;
  letter-spacing: -4px;
}
article.moneyZone .cases .case_list .case_cont .case_txt .txt_prize .num_tax {
  display: inline-block;
  margin: 0 0.2em;
  font-size: 1.375rem;
  font-weight: bold;
  color: #423b3b;
}
article.moneyZone .cases .case_list .case_cont .case_txt .txt_prize .num_sub {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  color: #423b3b;
}
article.moneyZone .cases .case_list .case_cont .case_txt .dot_list {
  display: flex;
  text-align: left;
  margin-top: 20px;
}
article.moneyZone .cases .case_list .case_cont .case_txt .dot {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4583333333rem;
  line-height: 40px;
}
article.moneyZone .cases .case_list .case_cont .case_txt li {
  color: #423b3b;
  width: 130px;
}
article.moneyZone .cases .case_list .case_cont .case_txt .soloop_c {
  width: 283px;
}
article.moneyZone .cases .case_list .case_cont .case_txt img {
  height: auto;
  width: 300px;
  margin: auto;
}
article.moneyZone .cases .case_list .case_cont .case_txt .company {
  color: rgb(47, 55, 55);
  font-size: 1.3rem;
  padding-top: 4px;
  font-family: Arial, Helvetica, sans-serif;
}
article.moneyZone .cases .case_list .case_cont .case_txt .case_title {
  color: #305ebe;
  font-size: 1.3rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #3095df;
  text-align: left;
  margin-top: 10px;
}
article.moneyZone .cases .case_list .case_cont .case_txt .case_p {
  font-size: 18px;
  text-align: left;
  padding-top: 10px;
  line-height: 2;
}
article.moneyZone .cases .case_list .case_cont .case_txt .case_p .blue {
  color: #305ebe;
  font-weight: 600;
}
article.moneyZone .cases .case_list .case_cont .case_txt .case_p .ti {
  display: inline-block;
  text-indent: -0.3em;
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

footer {
  background: #3b98e2;
  height: 40%;
}
footer ul {
  padding-left: 0px;
}
footer .l-footer_upper {
  max-width: 375px;
  margin: 0 auto;
  padding: 20px 0px 100px;
  position: relative;
}
footer a {
  text-decoration: none;
  font-size: 0.8rem;
  line-height: 1.42;
  color: #fff;
  font-weight: bold;
  padding-left: 25px;
}
footer li {
  margin: 0 0 20px;
  border-bottom: 1px solid white;
  padding: 0px 0px 15px;
}
footer .footer_logo {
  padding: 0px 65px;
  margin-top: 50px;
}
footer .footer_logoCaption {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 10px;
  display: block;
  letter-spacing: 1.5px;
  text-align: center;
}
article.syumiZone .u-ttlBox1 strong {
  display: block;
  color: #305ebe;
  font-size: 1.3rem;
}
article.syumiZone {
  background-color: rgba(234, 243, 250, 0.8);
  padding: 20px 0 20px;
  width: 100%;
}
article.syumiZone .syumi_btn {
  background-color: #4e9ec1 !important;
  margin: 10% !important;
  width: auto !important;
  display: block !important;
  line-height: 50px !important;
}
article.syumiZone .changeBox .u-ttlBox2 {
  text-align: center;
  font-size: 0.9rem;
}
.marker {
  font-style: normal;
  background: linear-gradient(transparent 60%, #ffff00 0%);
}


/*# sourceMappingURL=style.css.map */