@charset "UTF-8";

/*
Theme Name: jpr
Theme URI:
Author: RyoyaKubo
Author URI:
Description:
Version:
License:
License URI:
Tags:
Text Domain:
*/


/* [ base ] --------------------- */
body {
  font-family: "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
  line-height: 1.5em;
}

img {
  max-width: 100%;
}

em, strong {
  font-style: normal;
  font-weight: normal;
}

time, .l-math {
  font-family: "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
}

.l-math-n {
  font-family: YakuHanMP, serif;
}

nav {
  background-color: white;
  box-shadow: none;
}

nav ul a {
  color: #202020;
}

dd {
  margin: 0;
}

a {
  color: #202020;
}

ol {
  list-style: none;
  padding: 0;
}

.btn-wrapper:hover {
  padding-top: 5px;
}
.btn-wrapper:hover .btn-contact {
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 0;
}

a.btn-contact {
  margin-bottom: 5px;
  font: bold 16px "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
  text-align: center;
  color: white;
  display: block;
  background: #ed7700 !important;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  box-shadow: 0 5px 0 #e37200;
}

@media screen and (min-width: 600px) {
  a.btn-contact {
    font: bold 24px "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
    height: 80px;
    line-height: 81px;
  }
}
.dis-block {
  display: block;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.content {
  max-width: 1024px;
  margin: 0 auto;
}

.br {
  border-right: 1px solid #e4e4e4;
}

span.topics {
  border-bottom: 1px dotted #e4e4e4;
  position: relative;
}
span.topics small {
  position: absolute;
  bottom: 10px;
  background: #fffd7c;
  font-size: 10px;
  line-height: 1.5em;
  padding-left: 10px;
  transform: scale(0.5);
}
span.topics:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fffd7c transparent transparent transparent;
  z-index: 0;
}

.topics-capability {
  right: -200px;
  width: 420px;
}

.topics-buy-side {
  left: -100px;
  width: 385px;
}

.topics-val {
  left: -200px;
  width: 780px;
}

.topics-iot {
  left: -185px;
  width: 590px;
}

.topics-stake {
  left: -145%;
  width: 470px;
}

@media screen and (min-width: 600px) {
  span.topics small {
    bottom: 26px;
    transform: scale(1);
  }
  span.topics:after {
    bottom: 17px;
    left: 50%;
    margin-left: -9px;
    border-width: 9px 9px 0 9px;
  }

  .topics-capability {
    right: -200px;
  }

  .topics-buy-side {
    left: 0;
  }

  .topics-val {
    left: 0;
    right: -30px;
  }

  .topics-iot {
    left: -100px;
  }

  .topics-stake {
    left: -45%;
  }
}
@media screen and (min-width: 900px) {
  .topics-val {
    right: -100px;
  }
}
/* [ layout ] -------------------- */
.l-title {
  font-family: "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .l-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.l-serif {
  font-family: "Georgia", YakuHanMP, serif;
}

.l-serif-blog {
  font-family: "Georgia", "FOT-マティス Pro L", YakuHanMP, serif;
}

.l-section {
  margin-bottom: 90px;
}
.l-mb-50{
  margin-bottom: 50px;
}

#page-top {
  text-align: right;
  margin-bottom: 44px;
}

#contact-link {
  padding: 30px 10px 15px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #contact-link {
    padding: 60px 85px 30px;
    text-align: center;
  }
  #contact-link p {
    font-size: 24px;
  }
}

/* [ modules ] ------------------- */

.list-bread span::after {
  content: ' > ';
}
.list-bread span:last-child::after {
  content: '';
}

