.page_header {
  padding-top: 7rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_header {
    padding-top: 2rem;
  }
}

.page_header .ttl {
  text-align: center;
  font-size: 1.9rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  letter-spacing: .07em;
  padding-top: 7rem;
}

@media screen and (max-width: 767px) {
  .page_header .ttl {
    padding-top: 2rem;
    font-size: 1.5rem;
  }
}

.page_header .ttl i {
  display: block;
  font-size: 8.5rem;
  color: #fff;
  letter-spacing: -.02em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .page_header .ttl i {
    font-size: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .page_header figure {
    width: 130rem;
    margin: 0 auto;
  }
}

.pdfBlocks{
	display: flex;
	gap: 8rem;
}
@media screen and (max-width: 767px) {
	.pdfBlocks{
		flex-direction: column;
	}
}
@media screen and (min-width: 768px) {
	.pdfBlock{
		flex: calc(50% - 1.5rem) 0 0;
	}
}

.page_bg {
  background: #ebebe4;
  margin-top: -14rem;
  padding: 23rem 0 9rem;
}

.form {
  text-align: center;
  width: 44rem;
  max-width: 100%;
  margin: 0 auto;
}

.form input[type="password"] {
  width: 100%;
  padding: 1em 1.5em;
}

.form button {
  width: 100%;
  background: #000;
  color: #fff;
  line-height: 3;
  margin-top: 2em;
}

.form p {
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.form .error {
  color: red;
  margin: 0;
  display: none;
}

.request .row > *{
  width: calc(50% - 2rem);
}

.request .txt_area dl{
  padding-bottom: 2rem;
}

.request .txt_area dt{
  color: #a8a36d;
  padding-bottom: 2rem;
  font-size: 2.4rem;
}

.request .txt_area dd p{
  font-size: 1.5rem;
}

.request .txt_area dd p + p{
  padding-top: 1rem;
}

.request .txt_area a{
  font-size: 1.6rem;
  text-decoration: underline 1px;
}

.request .txt_area a::before{
  content: '→';
  background: #23362b;
  color: #fff;
  display: inline-block;
  margin-right: 1.5rem;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .request .row > *{
    width: 100%;
  }
  .request figure{
    margin-bottom: 5rem;
  }
  .request .txt_area a{
    font-size: 1.8rem;
  }
}

.plan_list a:hover .btn {
  background-color: #a8a36d;
}

.plan_list .name {
  background: #a8a36d;
}

.plan_list .btn {
  border-top: solid 1px #c9c9c9;
}

.page_nav {
  margin: 14rem 8.5rem 0;
  border-top: solid 1px #afafaf;
}

@media screen and (max-width: 767px) {
  .page_nav {
    margin: 8rem -2rem 0;
  }
}

.page_nav li {
  display: flex;
  border-bottom: solid 1px #afafaf;
  padding: 2rem 0;
  align-items: center;
  justify-content: space-between;
}

.page_nav figure {
  width: 20.5rem;
}

@media screen and (max-width: 767px) {
  .page_nav figure {
    width: 10rem;
  }
}

.page_nav .name {
  width: 53rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .page_nav .name {
    width: auto;
    font-size: 1.3rem;
  }
}

.page_nav .name i {
  display: block;
  line-height: 1;
  font-size: 3.125em;
  letter-spacing: -.02em;
}

.page_nav .date {
  font-size: 1.6rem;
  background: #1a1a1a;
  color: #fff;
  border-radius: 3em;
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .page_nav .date {
    font-size: 1.3rem;
  }
}

.u_inner.mt{
	margin-top: 10rem;
}

.sec__digitalpamphlet {
  /*@media screen and (min-width: 768px) {
    width: 70rem; margin-left: auto; margin-right: auto;
  }*/
  figure {
    margin-bottom: 1em;
	  margin-top: -1em;
  }
  .link__digitalpamphlet {
    text-align: center;
    .link__digitalpamphlet__inner {
      position: relative;
      display: inline-block;
      padding: .3em 2em .3em 1em;
      border:1px solid #222;
      font-size: 130%;
		min-width: 22em;
      @media screen and (max-width: 767px) {
        font-size: 120%;
      }
      &::before {
        content: "";
      width: 20px;
      height: 1px;
      background-color: #000;
      position: absolute;
      box-sizing: border-box;
      border-left: 0;
      border-bottom: 0;
      top: calc(50% - 0.5px);
      right: .3em;
      @media screen and (max-width: 767px) {
        width:14px;
      }
      }
      &::after {
        content: "";
      width: 10px;
      height: 10px;
      border: 1px solid #000;
      position: absolute;
      box-sizing: border-box;
      border-left: 0;
      border-bottom: 0;
      transform: rotate(45deg);
      transform-origin: top right;
      top: 50%;
      right: .3em;
      @media screen and (max-width: 767px) {
        width: 6px;
        height: 6px;
      }
      }
    }
  }
}

