.whp-index,
#whitepaper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  padding-bottom: 0rem !important;
}
.whp-index h2,
#whitepaper h2 {
  font-size: 2em;
  font-weight: 800;
  margin: 1.5em 0 0;
}
.whp-index .post_title,
#whitepaper .post_title {
  margin-bottom: 1rem;
}
.whp-index .whp_contents,
#whitepaper .whp_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.whp-index .whp_contents .whp_box > *,
#whitepaper .whp_contents .whp_box > * {
  margin-bottom: 4rem;
}
.whp-index .whp_contents .whp_box > * h2,
#whitepaper .whp_contents .whp_box > * h2 {
  background-image: url(../common/img/headline.svg);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 3.2rem;
  padding: 1em 0 1em 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  .whp-index .whp_contents .whp_box > * h2,
  #whitepaper .whp_contents .whp_box > * h2 {
    padding: 1em 0 1em 0;
  }
}
.whp-index .whp_contents .whp_box > * p,
#whitepaper .whp_contents .whp_box > * p {
  margin-bottom: 1rem;
}
.whp-index .whp_contents .whp_box .whp_txt,
#whitepaper .whp_contents .whp_box .whp_txt {
  text-align: left;
}
.whp-index .whp_contents .whp_box .whp_txt p,
#whitepaper .whp_contents .whp_box .whp_txt p {
  line-break: auto;
}
.whp-index .whp_contents .whp_box .whp_txt h2,
#whitepaper .whp_contents .whp_box .whp_txt h2 {
  text-align: center;
}
.whp-index .whp_contents .whp_box .whp_point div,
#whitepaper .whp_contents .whp_box .whp_point div {
  text-align: left;
}
.whp-index .whp_contents .whp_box .whp_point h3,
#whitepaper .whp_contents .whp_box .whp_point h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  border-left: solid 5px #E62A2B;
  padding: 0 0 0 0.5em;
}
.whp-index .whp_contents .whp_box .whp_point div p,
#whitepaper .whp_contents .whp_box .whp_point div p {
  position: relative;
  padding-left: 1.5rem;
}
.whp-index .whp_contents .whp_box .whp_point div p::before,
#whitepaper .whp_contents .whp_box .whp_point div p::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  border-radius: 1rem;
  background-color: #950006;
  left: 0;
  top: 10px;
}
.whp-index .whp_contents .whp_box .whp_point div li,
#whitepaper .whp_contents .whp_box .whp_point div li {
  position: relative;
  padding-left: 2em;
  font-size: 1em;
  margin: 0 0 0.5em;
}
.whp-index .whp_contents .whp_box .whp_point div li::before,
#whitepaper .whp_contents .whp_box .whp_point div li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  transform: rotate(50deg);
  width: 0.5em;
  height: 1em;
  border-right: 3px solid #E62A2B;
  border-bottom: 3px solid #E62A2B;
}
.whp-index .whp_contents .whp_box ul,
#whitepaper .whp_contents .whp_box ul {
  margin: 2em 0 0;
}
.whp-index .whp_contents .whp_box li,
#whitepaper .whp_contents .whp_box li {
  font-size: 0.8em;
}
.whp-index .whp_contents .whp_Form,
#whitepaper .whp_contents .whp_Form {
  background-color: #fafafa;
  padding: 2rem;
}
.whp-index .whp_contents .whp_Form h2,
#whitepaper .whp_contents .whp_Form h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .whp-index .whp-index .container .whp_box,
  #whitepaper .whp-index .container .whp_box {
    width: 48%;
  }
}
@media only screen and (max-width: 950px) {
  .whp-index .whp_Form,
  #whitepaper .whp_Form {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
  .whp-index .whp_box,
  #whitepaper .whp_box {
    text-align: left;
    margin-bottom: 2rem;
  }
  .whp-index .whp_contents,
  #whitepaper .whp_contents {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .whp-index .whp_Form,
  #whitepaper .whp_Form {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}

.whp-index .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 6vw;
}
.whp-index .container .whp_box {
  width: 30%;
  margin: 0 0 6em;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 951px) {
  .whp-index .container .whp_box {
    width: 48%;
  }
}
.whp-index .container .whp_box:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.whp-index .container .whp_box .whp_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.whp-index .container .whp_box .whp_item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 1em 2em;
  color: #333;
}
.whp-index .container .whp_box .whp_item a:hover {
  text-decoration: none;
  color: #333333;
}
.whp-index .container .whp_box .whp_item a figure {
  width: calc(100% + 2.4em);
  margin-left: -1.2em;
  overflow: hidden;
}
.whp-index .container .whp_box .whp_item a .title {
  font-size: 1.8rem;
  font-weight: 800;
  flex-shrink: 0;
  margin: 1em 0;
  line-height: 1.6;
}
.whp-index .container .whp_box .whp_item a .txt {
  font-size: 0.8em;
  line-height: 1.8;
  margin: 0 0 2em 0;
  flex-grow: 1;
  flex-shrink: 0;
}
.whp-index .container .whp_box .whp_item a .dl_btn {
  text-align: center;
  padding: 0.5em;
  background-color: #950006;
  color: #FFF;
  border-radius: 6px;
  width: 70%;
  margin: 0 auto;
  flex-shrink: 0;
}
.whp-index .container::after {
  content: "";
  display: block;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .whp-index .whp_contents {
    display: block;
  }
  .whp-index .whp_contents .whp_point p::before {
    top: 0.8rem;
  }
}
.whp-index .pagination {
  text-align: center;
}
.whp-index .pagination .current,
.whp-index .pagination .page-numbers {
  padding: 0.5em;
  margin: 2em 0.5em;
  color: #FFF;
  width: 3em;
  border-radius: 4em;
  display: inline-block;
  text-align: center;
}
.whp-index .pagination .current {
  background: #950006;
}
.whp-index .pagination .page-numbers {
  background: #FFF;
  color: #950006;
  border: 1px solid #950006;
}
.whp-index .pagination .page-numbers.next, .whp-index .pagination .page-numbers.prev {
  border: none;
  display: inline;
}

@media only screen and (max-width: 767px) {
  #sp_fixed_btn > div:nth-of-type(1) {
    display: none !important;
  }
}
/* whitepaper */
#whp_dl_block {
  max-width: 1200px;
  margin: 8em auto;
}
#whp_dl_block .txt01 {
  font-size: 1.6em;
  margin-bottom: 2em;
}
#whp_dl_block .txt02 {
  font-size: 1em;
  margin-bottom: 1em;
}
#whp_dl_block .txt01,
#whp_dl_block .txt02,
#whp_dl_block .textlink {
  text-align: center;
}
#whp_dl_block .textlink {
  text-decoration: underline;
  margin-top: 2em;
}
#whp_dl_block .dl_btn {
  text-align: center;
}
#whp_dl_block .dl_btn a {
  font-size: 1.2em;
  font-weight: 800;
  color: #FFF;
  background-color: #950006;
  padding: 1em 4em;
  margin: 0 auto;
  display: inline-block;
  border-radius: 3em;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: 0.3s;
}
#whp_dl_block .dl_btn a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #950006;
  border-radius: 3em;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease 0.3s, opacity 0.3s;
}
#whp_dl_block .dl_btn a:hover {
  text-decoration: none;
  background: #fff;
  color: #950006;
  background: transparent;
}
#whp_dl_block .dl_btn a:hover::before {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 950px) {
  #whp_dl_block #whp_dl_block .txt01 {
    font-size: 2.6vw;
  }
  #whp_dl_block #whp_dl_block .txt02 {
    font-size: 2.2vw;
  }
}

/* whitepaper thanks-page */
.whp-thanks {
  margin-bottom: 10em;
}
.whp-thanks .txt01 {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 2em;
}
.whp-thanks .txt02 {
  font-size: 1em;
  margin-bottom: 1em;
}
.whp-thanks ul {
  font-size: 0.8em;
}/*# sourceMappingURL=whitepaper.css.map */