@media screen and (min-width: 965px) {
  a[href*="tel:"] {
  pointer-events: none;
}

.contactBlock{
  padding: 24px 100px;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 auto;
  width: 628px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.contactMessage{
  font-size: 1.8rem;
  padding-top: 30px;
}

h2{
  text-align: center;
}

.textTel{
  width: 396px;
  height: 80px;
  border-radius: 40px;
  background-color: #C6CE51;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.contactBlock__title1{
  margin-top: 96px;
  margin-bottom: 16px;
}

.date{
  text-align: center;
  margin-top: 24px;
}

.contactBlock__title2{
  margin-top: 124px;
}

.individual__link,.corporation__link {
display: flex;
justify-content: center;
width: 240px;
height: 240px;
border-radius: 120px;
background-color: #C6CE51;
color: #fff;
}

.corporation__link {
  background-color: #80C773;
  margin-left: 60px;
}

.contactForm{
  display: flex;
  margin-top: 32px;
  margin-bottom: 30px;
  justify-content: center;
}

.contactArea{
  background: url(../../../contact/images/bg_contact.jpg) 100% no-repeat;
  background-size: cover;
  padding-bottom: 48px;
  background-color: #C6CE51;
}

.heading01--contactTop {
  padding-top: 3vw;
  color: #fff;
  padding-bottom: 40px;
}
}
  



@media screen and (max-width: 965px) {
.heading01--memberTop {
  color: #fff;
}
.contactBlock{
  padding: 20px 20px 40px;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 auto;
  width: 319px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.contactMessage{
  font-size: 1.6rem;
  padding-top: 30px;
}

h2{
  text-align: center;
}

.contactText{
  width: 136px;
}

.textTel{
  width: 280px;
  height: 56px;
  border-radius: 28px;
  background-color: #C6CE51;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.textTelNo{
  width: 176px;
}

.contactBlock__title1{
  margin-top: 60px;
  margin-bottom: 8px;
}

.date{
  text-align: center;
  margin-top: 16px;
  font-size: 1.4rem;
}

.contactBlock__title2{
  margin-top: 60px;
}

.individual__link,.corporation__link {
  display: flex;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 65px;
  background-color: #C6CE51;
}

.corporation__link {
  background-color: #80C773;
  margin-left: 30px;
}

.contactForm{
  display: flex;
  margin-top: 16px;
  margin-bottom: 30px;
  justify-content: center;
}

.formText{
  width: 54px;
}

.contactArea{
  padding-bottom: 20px;
  background-color: #C6CE51;
}

.heading01--contactTop {
  padding-top: 3vw;
  color: #fff;
  padding-bottom: 16px;
}
}