@charset "utf-8";

.title{
  height: 310px;
  background-image: url(../images/contact/bg-main2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #4211ae;
  text-shadow: 1px 1px 10px #dde7eb;
}

.title h1{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p{
  font-size: 14px;
  margin-top: 15px;
}

.contact{
text-align: center;
margin-top: 60px;
margin-bottom: 60px;
line-height: 1.5;
}

.contact h1{
 font-size: 22px;
  font-weight:bold;
  text-align: center;
  margin-bottom: 20px;
}

.contact h2{
 font-size: 18px;
  font-weight:bold;
  text-align: center;
  margin-bottom: 40px;
}

.contact p{
    margin-top: 18px;
     line-height: 2; 
      margin-bottom: 15px;
}

.link-button-area{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-button{
  background-color: #4211ae;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
 font-size: 14px;
 color: #fffcfc;
}

.link-button:hover{
  background-color:#370b96 ;
}

.link-button-area p{
   font-size: 13px;
}

@media(max-width:800px){

.contact{
  padding-left: 20px;
  padding-right: 20px;
}

.contact h1{
text-align: center;
font-family: "Zen Kaku Gothic New", sans-serif;
}

.contact h2{
text-align: center;
font-family: "Zen Kaku Gothic New", sans-serif;
font-size: 15px;
}

.contact p{
  text-align: center;
  font-size: 14px;
}
}