#document {
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 0 2rem;
}
#document h2 {
  font-size: 2em;
  font-weight: 800;
  margin: 1.5em 0 0;
}
#document .post_title {
  margin-bottom: 1rem;
}
#document .whp_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
#document .whp_contents .whp_box > * {
  margin-bottom: 4rem;
}
#document .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 1.6em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 750px) {
  #document .whp_contents .whp_box > * h2 {
    padding: 1em 0 1em 0;
  }
}
#document .whp_contents .whp_box > * p {
  margin-bottom: 1rem;
}
#document .whp_contents .whp_box .whp_txt {
  text-align: left;
}
#document .whp_contents .whp_box .whp_txt h2 {
  text-align: center;
}
#document .whp_contents .whp_box .whp_point div {
  text-align: left;
}
#document .whp_contents .whp_box .whp_point h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
#document .whp_contents .whp_box .whp_point div p {
  position: relative;
  padding-left: 1.5rem;
}
#document .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;
}
#document .whp_contents .whp_box ul {
  margin: 2em 0 0;
}
#document .whp_contents .whp_box li {
  font-size: 0.8em;
}
#document .whp_contents .whp_Form {
  background-color: #fafafa;
  padding: 2rem;
}
#document .whp_contents .whp_Form h2 {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  #document .whp-index .container .whp_box {
    width: 48%;
  }
}
@media only screen and (max-width: 950px) {
  #document .whp_Form {
    width: 120%;
    margin-left: -10%;
  }
  #document .whp_box {
    text-align: left;
    margin-bottom: 2rem;
  }
  #document .whp_contents {
    display: block;
  }
}

.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;
  }
}/*# sourceMappingURL=document.css.map */