@charset "utf-8";
/* CSS Document */
@media all {
	#firstview h1{
		font-family: "Zen Old Mincho", serif;
		font-weight: 600;
		font-style: normal;
	}
	#firstview .subtitle{
		font-family: "Crimson Pro", serif;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
	}
  #firstview {
    width: 100%;
    padding: 200px 0 0;
    text-align: center;
  }
  #firstview h1 {
    font-size: 2.93rem;
  }
  #firstview .subtitle {
    font-size: 1.2rem;
    padding-bottom: 130px;
  }
  .attention {
        width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    color: #333333;
    line-height: 1.7;
    text-align: center;
    margin-top: 110px;
  }
    .policytext{
        width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
        padding: 80px 0 120px;
    box-sizing: border-box;
    }
    .policytext ol{ 
    line-height: 2em;
    letter-spacing: .1em;
        margin-bottom: 4em;
    list-style: decimal;
    padding-left: 1.5em;
    }
    .policytext li{ 
    list-style: decimal;
        padding-bottom: 40px;
    }
    .policycounter{ 
    text-align: right;
    }
  }
  @media (max-width: 1024px) {}
  @media (max-width: 767px) {
    .attention {
      margin-top: 50px;
    }
    .policycounter{ 
    text-align: center;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
  }
}
@media screen and (min-width: 1025px) {
  .pd {
    display: none
  }
}