.overcopy {
  font-size: 20px;
  font-weight: bold;
  color: #00B1AC;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overcopy::before, .overcopy::after {
  content: "";
  width: 2.5px;
  height: 24px;
  background-color: #00B1AC;
}
.overcopy::before {
  margin-right: 16px;
  transform: rotate(-24deg);
}
.overcopy::after {
  margin-left: 16px;
  transform: rotate(24deg);
}

.trial_container {
  background: white;
  border-radius: 20px;
  width: 960px;
  padding: 40px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.trial_container h2 {
  font-size: 24px;
}

.trial_container .title {
  text-align: center;
  font-size: 20px;
  color: #153346;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
}

.trial_container .overcopy {
  font-size: 16px;
}

.trial_container .overcopy::before,
.trial_container .overcopy::after {
  width: 2px;
  height: 20px;
}

.trial_container .l-mod-col_wrapper {
  margin-top: 32px;
}

.trial_container .products_ttl {
  margin-bottom: 32px;
}

.trial_container .footer_kv {
  background-image: url("/jp/products/justdb/data/kv_2.png");
  background-size: contain;
  height: 220px;
}

@media print, screen and (max-width: 767px) {
  .trial_container {
    width: 90%;
  }
  .trial_container .l-mod-col_wrapper {
    display: block;
  }
  .trial_container .l-mod-col-2 .l-mod-col_item + .l-mod-col_item {
    margin-top: 10px;
  }
}
.cvbtn_trial:hover {
  transform: scale(1.1);
  transition: 0.2s ease;
  cursor: pointer;
}

.cvbtn_trial a {
  margin: 0 auto;
  display: block;
  text-align: center;
  background: linear-gradient(120deg, #ff6114, rgb(255, 196, 2));
  box-shadow: rgba(255, 97, 20, 0.3333333333) 0 4px 8px;
  color: #fff;
  width: 340px;
  padding: 12px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cvbtn_trial a {
    width: min(90%, 340px);
  }
}

.cvbtn_trial .arrow {
  position: absolute;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  top: 30px;
  right: 20px;
}

@media print, screen and (max-width: 767px) {
  .cvbtn_trial .arrow {
    top: 40px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 0 !important;
    font-size: 16px !important;
  }
}
@media print, screen and (min-width: 767px) {
  main {
    padding-top: 0;
  }
}

section {
  box-sizing: border-box;
}
section a {
  transition: all 0.3s ease;
  text-decoration: none;
}
section a:hover {
  opacity: 0.7;
}
section.kv {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.kv {
    width: 100%;
  }
}
section.kv h1.ttl {
  padding: 26px 40px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #676767;
}
@media screen and (min-width: 769px) {
  section.kv h1.ttl {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  section.kv h1.ttl {
    padding: 20px 5%;
    font-size: 22px;
  }
}
section.kv h1.ttl span {
  font-size: 1em;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  section.kv h1.ttl span object {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  section.kv h1.ttl span object::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0.2em;
    width: 100%;
    height: 8px;
    background: #00afaa;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  section.kv h1.ttl span object::before {
    bottom: 2em;
  }
}
section.kv figure img {
  width: 100%;
}
section.kv figure figcaption {
  margin: 10px auto 0;
  text-align: right;
  font-size: 24px;
  color: #474A52;
}
@media screen and (max-width: 768px) {
  section.kv figure figcaption {
    width: 90%;
    font-size: 16px;
  }
}
section.lead {
  margin: 30px auto 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  section.lead {
    width: 90%;
  }
}
section.lead p.txt {
  font-size: 16px;
  color: #474A52;
  line-height: 28px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
section.panel {
  margin: 30px auto 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  section.panel {
    width: 90%;
  }
}
section.panel .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  section.panel .inner {
    flex-direction: column;
    gap: 1em 0;
  }
}
section.panel .inner figure {
  border-radius: 20px;
  overflow: hidden;
}
section.panel .inner figure img {
  width: 100%;
}
section.contents {
  margin: 4em auto 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  section.contents {
    width: 90%;
  }
}
section.contents .inner .cnts h2.ttl {
  margin-top: 2em;
  font-size: 24px;
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  section.contents .inner .cnts h2.ttl {
    font-size: 20px;
  }
}
section.contents .inner .cnts h2.ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../images/justdb_logo_4c.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.contents .inner .cnts h2.ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.6em;
  width: 100%;
  height: 4px;
  background: #00AFAA;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  section.contents .inner .cnts h2.ttl::after {
    bottom: -0.8em;
  }
}
section.contents .inner .cnts h2.ttl ~ p:first-of-type {
  margin-top: 2.8em;
}
section.contents .inner .cnts p.txt {
  margin-top: 1.6em;
  font-size: 16px;
}
section.contents .inner .cnts a.btn {
  margin: 2.6em auto 1em;
  display: block;
  text-align: center;
  background: linear-gradient(120deg, #ff6114, rgb(255, 196, 2));
  box-shadow: rgba(255, 97, 20, 0.3333333333) 0 4px 8px;
  color: #fff;
  width: min(86%, 340px);
  padding: 12px;
  border-radius: 42px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.contents .inner .cnts a.btn {
    margin: 2em auto;
  }
}
section.contents .inner .cnts a.btn:hover {
  transform: scale(1.1);
}
section.contents .inner .cnts figure.txtLineInnerImg {
  margin: 1.6em auto 0;
  width: min(100%, 780px);
}
section.contents .inner .cnts figure.txtLineInnerImg img {
  width: 100%;
}
section.contents .inner .cnts .cnt.col2 {
  margin-top: 1.6em;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  section.contents .inner .cnts .cnt.col2 {
    flex-direction: column;
  }
}
section.contents .inner .cnts .cnt.col2 .txtFrameCol2 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  section.contents .inner .cnts .cnt.col2 .txtFrameCol2 {
    width: 100%;
  }
}
section.contents .inner .cnts .cnt.col2 .txtFrameCol2 p.txt:first-of-type {
  margin-top: 0;
}
section.contents .inner .cnts .cnt.col2 figure {
  margin: 0 0 0 5%;
  width: 35%;
}
@media screen and (max-width: 768px) {
  section.contents .inner .cnts .cnt.col2 figure {
    margin: 1.6em 0 0 0;
    width: 100%;
  }
}
section.contents .inner .cnts .cnt.col2 figure img {
  width: 100%;
}

.cvbtn_trial a.btn {
  border-radius: 36px;
}

.add_style_frame_cnt .add_link {
  margin-top: 1em;
  display: block;
  font-size: 16px;
  color: #595959;
  letter-spacing: 0.5px;
  text-align: center;
  font-weight: 600;
}
.add_style_frame_cnt .add_link span {
  display: inline-block;
  position: relative;
}
.add_style_frame_cnt .add_link span::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  transform: translateY(-50%) rotate(-45deg);
  right: -20px;
  border-right: solid 2px #595959;
  border-bottom: solid 2px #595959;
}

footer {
  background: #edffff;
}/*# sourceMappingURL=style.css.map */