/* 資料一覧 - DOCUMENTS */


.hp-voice-results-item {
    width: 40%;
	padding: 3%;
  border-top: 4px solid #496798;
  border-bottom: 4px solid #496798;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s ease;
  text-decoration-line: none;
  margin-bottom: 30px;
}

.hp-voice-results-item::before,
.hp-voice-results-item::after {
  content: "";
  position: absolute;
  background-color: #496798;
  width: 4px;
  height: 60%;
  transition: height 0.3s ease;
}

.hp-voice-results-item::before {
  top: 0;
  left: 0;
}

.hp-voice-results-item::after {
  bottom: 0;
  right: 0;
}

.hp-voice-results-item:hover {
  box-shadow: 0 4px 15px rgba(0, 123, 197, 0.3);
}

.hp-voice-results-item:hover::before,
.hp-voice-results-item:hover::after {
  height: 100%;
}

.hp-voice-results-item-img {
  margin-bottom: 8.21%;
  position: relative;
}
.hp-voice-results-item-img img{
	max-width:100%;
	    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.hp-voice-results-item-img::before {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 3.913% 5.48%;
  position: absolute;
  top: 5.186%;
  left: 5.186%;
  border: 1px solid #fff;
}

.hp-voice-results-item-img::after {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 3.913% 5.48%;
  position: absolute;
  bottom: 5.186%;
  right: 5.186%;
  background-color: #496798;
  max-width: 90%;
}

.hp-documents-title{
	color: #000;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
	line-height: 1.5;
	    font-family: "Shippori Mincho", serif;
}
.hp-documents-a{
    background: #d2d6dc;
    display: block;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
    color: #333;
    font-size: 15px;
}
.hp-voice-results-item:hover .hp-documents-a{
    background: #496798;
	color:#fff;
}
@media (min-width: 0px) and (max-width: 480px){
	.hp-voice-results-item {
		width: 100%;
    padding: 6% 4%;
    border: 4px solid #496798;
		border-radius: 10px;
	}
	.hp-voice-results-item:before, .hp-voice-results-item:after{
		content:none;
	}
}

.hp-menu {
  color: #000;
}

.hp-hamburger-menu>span {
  background-color: #000;
}

.hp-voice-fv {
  background: url("http://eco.wajo-holdings.jp/high-pressure-purchase/wordpress/wp-content/uploads/2025/05/fv.jpg") center center/cover no-repeat;
  aspect-ratio: 1704 / 762;
  position: relative;
  margin-top: 18.073%;
}

.hp-voice-fv-title {
  position: absolute;
  top: -16%;
  left: 18%;
  text-align: left;
  color: #000;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  white-space: nowrap;
}

.hp-voice-fv-title .small {
  font-size: 0.4375em;
  letter-spacing: 0.1em;
}

.hp-voice-fv-title::before,
.hp-voice-fv-title::after {
  content: "";
  position: absolute;
  width: 163px;
  height: 57px;
}

.hp-voice-fv-title::before {
  background: url("http://eco.wajo-holdings.jp/high-pressure-purchase/wordpress/wp-content/uploads/2025/04/hp-voice-title-decoration-left.png") center left/cover no-repeat;
  top: -25%;
  left: -30%;
}

.hp-voice-fv-title::after {
  background: url("http://eco.wajo-holdings.jp/high-pressure-purchase/wordpress/wp-content/uploads/2025/04/hp-voice-title-decoration-right.png") center right/cover no-repeat;
  bottom: -55%;
  right: -30%;
}

.hp-fv-title .small {
  font-size: 0.45em;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}

.hp-voice-results {
  padding: 5.04% 0 5.985%;
}

.hp-voice-results-title {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #000;
  padding-bottom: 2.032%;
  margin-bottom: 1.823%;
  text-align: center;
  position: relative;
}

.hp-voice-results-title>span {
  font-size: 0.46em;
  font-family: Arial, Helvetica, sans-serif;
  color: #496798;
}

.hp-voice-results-title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #496798;
}

.hp-voice-results-container {
  width: 95%;
  max-width: 930px;
  margin: 0 auto 2.31%;
}

.hp-voice-results-inner {
display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 8%;
    row-gap: 34px;
}



.text_preparation {
  font-size: 1.2rem;
  padding: 60px 0 100px;
  text-align: center;
}

@media screen and (max-width:1700px) {
  .hp-voice-fv-title {
    top: -20%;
  }
}

@media screen and (max-width:1470px) {
  .hp-voice-fv-title {
    top: -20%;
  }

  .hp-voice-fv-title::before {
    top: -10%;
    left: -30%;
  }

  .hp-voice-fv-title::after {
    bottom: -30%;
    right: -30%;
  }
}

@media screen and (max-width:1200px) {
  .hp-voice-fv-title {
    font-size: 26px;
  }
}


@media screen and (max-width:1000px) {
  .hp-voice-fv-title {
    font-size: 22px;
  }
}

@media screen and (max-width:850px) {
  .hp-voice-fv-title {
    line-height: 1;
  }

  hp-voice-fv-title::after {
    bottom: -40%;
    right: -10%;
  }
}

@media screen and (max-width:768px) {
  .hp-voice-fv {
    background: initial;
    aspect-ratio: initial;
    position: relative;
    margin-top: 37.334%;
  }

  .hp-voice-fv-title {
    position: initial;
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    white-space: nowrap;
    width: fit-content;
    margin: 0 auto 12.534%;
  }

  .hp-voice-fv-title .small {
    font-size: 12px;
  }

  .hp-voice-fv-title::before,
  .hp-voice-fv-title::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 22px;
  }

  .hp-voice-fv-title::before {
    top: -25%;
    left: 5%;
  }

  .hp-voice-fv-title::after {
    bottom: 30%;
    right: 5%;
  }

  .hp-breadcrumb {
    position: initial;
    margin: 0 6.67% 8% auto;
    width: fit-content;
  }

  .hp-voice-fv-sp {
    width: 93.334%;
    margin: 0 0 0 auto;
  }

  .hp-voice-results {
    padding: 13.87% 0 17.334%;
  }

  .hp-voice-results-title {
    font-size: 20px;
    line-height: 1.55;
    padding-bottom: 6.67%;
    margin-bottom: 12%;
  }

  .hp-voice-results-title>span {
    font-size: 12px;
  }

  .hp-voice-results-container {
    width: 100%;
    max-width: initial;
    margin: 0 auto 7.31%;
  }

  .hp-voice-results-inner {
    justify-content: space-evenly;
    gap: 3%;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }

  .hp-voice-results-item {
    width: 48%;
  }

  .hp-voice-results-item {
    padding: 5%;
  }

  .hp-voice-results-item::before {
    height: 86%;
  }

  .hp-voice-results-item::after {
    height: 86%;
  }

  .hp-voice-results-item-img {
    margin-bottom: 8.12%;
  }


  .hp-voice-results-swiper-wrapper.swiper {
    overflow: hidden;
  }

  .hp-voice-results-inner.swiper-wrapper {
    flex-wrap: nowrap;
    display: flex;
  }

  .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
    border-radius: 0;
    display: inline-block;
    margin: 0 0.5px !important;
    background: #c8e3f2;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #496798;
  }

  .text_preparation {
    padding: 30px 0 60px;
  }

}

@media screen and (max-width:660px) {
  .hp-voice-results-item {
    width: 100%;
    margin-bottom: 30px;
  }
}


/* thanks page */
.hp-documents-thanks {
  padding: 5% 2.865%;
  max-width: 976px;
  width: 90%;
  margin: 0 auto 5.25%;
  text-align: center;
}

.hp-documents-thanks .title {
  font-size: 24px;
  margin: 0 0 60px;
  line-height: 1.6;
}

.hp-documents-thanks .text {
  line-height: 2;
}

.hp-documents-thanks .text a.tel-link {
  font-size: 24px;
  color: #1c3454;
  margin: 30px 0 5px;
  line-height: 1;
  letter-spacing: 1px;
}

.hp-documents-thanks .text a.tel-link span {
  font-size: 18px;
  margin-right: 2px;
}

.hp-documents-thanks .text a.top-link {
  display: inline-block;
  color: #1c3454;
  margin: 40px 0 0;
  text-decoration: underline;
}


/* single page */
#ContentsWrapper {
  width: calc(100% - 60px);
  max-width: 900px;
  margin: 50px auto;
}

.Download__ContentIMG {
  margin-bottom: 50px;
  padding: 50px;
  text-align: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 500px;
  display: flex;
  justify-content: center;
}

.Download__ContentIMG.book_buy {
  background: #f2f6fb;
}

.Download__ContentIMG .post-thumbnail {
  transform: rotateX(5deg) rotateY(345deg);
  position: relative;
  width: 250px;
  margin: 0 0 0 -20px;
}

.Download__ContentIMG .post-thumbnail::before {
  position: absolute;
  content: ' ';
  background-color: blue;
  top: 20px;
  left: 55px;
  width: 45px;
  height: calc(100% - 40px);
  transform: translateX(172px) rotateY(290deg);
  background: linear-gradient(90deg, #fff 0%, #f9f9f9 5%, #fff 10%, #f9f9f9 15%, #fff 20%, #f9f9f9 25%, #fff 30%, #f9f9f9 35%, #fff 40%, #f9f9f9 45%, #fff 50%, #f9f9f9 55%, #fff 60%, #f9f9f9 65%, #fff 70%, #f9f9f9 75%, #fff 80%, #f9f9f9 85%, #fff 90%, #f9f9f9 95%, #fff 100%);
  z-index: -1;
}

.Download__ContentIMG .post-thumbnail img {
  box-shadow: 75px 60px 120px rgba(0, 0, 0, 0.05), 25px 20px 70px rgba(0, 0, 0, 0.08), 8px 8px 30px rgba(0, 0, 0, 0.15), 2px 2px 8px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  height: auto;
}

#ContentsWrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
	color: #333;
}

.wp-block-heading {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.65;
  position: relative;
  padding-bottom: 1.6%;
  margin-top: 3.68%;
  margin-bottom: 3%;
}

.wp-block-heading::after {
  content: "";
  background-color: #496798;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.document > .wp-block-list{
	    width: 95%;
    margin: 0 auto 50px;
	  list-style: none;
  counter-reset: item;
  padding-left: 1.5em; 
}
.document > .wp-block-list > li {
    border-bottom: 1px solid #DDD;
    margin: 0 0 5px;
    padding: 5px 0 10px;
	    line-height: 1.5;
	counter-increment: item;
  position: relative;
  padding-left: 1.5em;
	    font-size: 14px;
}
.document > .wp-block-list > li::before {
  content: counter(item) ". ";
  position: absolute;
  left: 0;
  color: #1888c9;
  font-weight: bold;
}
.document > .wp-block-list > li > .wp-block-list > li{
	    margin: 5px 2%;
    width: 96%;
}

.NONE {
  display: none;
}

.contactTable {
  width: 95%;
  border-collapse: collapse;
  margin: 0 auto 30px;
  font-family: "Segoe UI", sans-serif;
}

.contactTable th,
.contactTable td {
  padding: 16px 12px;
  vertical-align: top;
  font-size: 14px;
  display: block;
}

.contactTable th {
  font-weight: bold;
  padding: 16px 12px 0;
}

.contactTable th p{
	text-align:left;
}

.contactTable .required {
  background: #e60033;
  color: white;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
}

.contactTable input[type="text"],
.contactTable input[type="email"],
.contactTable input[type="tel"],
.contactTable textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.contactTable input:focus,
.contactTable textarea:focus {
  border-color: #e60033;
  outline: none;
}

.contactTable .error {
  border-color: #e60033 !important;
}

.contactBtn {
  text-align: center;
}

.contactBtn input[type="submit"] {
  background: #496798;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  width: 250px;
}

.contactBtn input[type="submit"]:hover {
  background: #1c3454;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

.wpcf7-spinner {
  display: none !important;
}

.contacta {
  margin: 10px auto;
  text-align: center;
  display: block;
  font-size: 9pt;
  line-height: 1.5;
}

.contacta a {
  text-decoration: underline;
}

.PDF_Download {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 40px;
}

.PDF_Download li {
  list-style: none;
}

.PDF_Download li a {
  border: 1px solid #DDD;
  border-radius: 3px;
  background: #FFF;
  padding: 5px 25px 5px 5px;
  margin: 0 0 20px;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.PDFDL_Photo {
  width: 20%;
  margin: 0 3% 0 0;
}

.PDFDL_Photo img {
  width: 100%;
  height: auto;
}

.PDFDL_Txt {
  width: 70%;
}

#ContentsWrapper .PDF_Download h4 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.65;
  padding: 0 0 5px;
  margin: 10px 0 5px;
  border-bottom: 1px solid #DDD;
  background: url(none);
  border-top: none;
	color:#333;
}

.PDFDL_Txt p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
	text-align:left;
}
.PDFDL_Txt h4{
	text-align:left !important;
}
.PDFDL_ICON {
  margin-left: auto;
}

.PDFDL_ICON i {
  color: #DDD;
  font-size: 2.8rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.PDF_Download a:hover {
  border: 1px solid #1c3454;
  background: #fbfbfb;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.PDF_Download a:hover .PDFDL_ICON i {
  color: #1c3454;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width:768px){
.Download__ContentIMG .post-thumbnail::before {
	content:none;
	}	
	.document>.wp-block-list {
    width: 100%;
    margin: 0 auto;
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}
}

@media screen and (max-width:660px){
	.PDF_Download li a {
    flex-direction: column;
		    padding: 10px;
    margin: 0 0 20px;
}
	.PDFDL_Photo {
    width: 100%;
    margin: 0;
}
	.PDFDL_Txt {
    width: 100%;
}
	
}