@charset "utf-8";

.pagemain-image{
  background: url("../img/pagemain_image.jpg?002") no-repeat center center;
}
.incontents{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.contact_btn{}
.contact_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_content{
  background: #FFF;
  width: 49%;
  max-width: 600px;
  padding: 50px 30px;
  margin-bottom: 50px;
}
.contact_content h3{
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.contact_image{
  margin-bottom: 20px;
}
.contact_btn{
  text-align: center;
}
.contact_btn a{
  background: #426FA7;
  border-radius: 10px;
  display: inline-block;
  padding: 10px;
  color: #FFF;
  text-align: center;
  width: 90%;
  max-width: 360px;
  text-decoration: none;
  transition: 0.5s;
}
.contact_btn a:hover{
  opacity: 0.8;
}
.contact_btn a span{
  background: url("../../common/img/contact_icon.svg") no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px;
  display: inline-block;
}
@media screen and (max-width: 768px){
  .pagemain-image{
    background: url("../img/pagemain_image_sp.jpg?002") no-repeat center center;
  }
  .contact_content{
    background: #FFF;
    width: 100%;
    max-width: 100%;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .contact_content h3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
}