@charset "UTF-8";
/* CSS Document */

.title li {
  list-style: none;
}
.title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_img {
  width: 75%;
  transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  margin-right: -10px;
}
.title_img-line {
  margin-left: -30px;
}





.contact_btn {
  display: flex;
  background-color: #ee0077;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  align-items: center;
  padding: 7px 10px 5px 27px;
  width: 250px;
  justify-content: center;
/*  margin: 15px auto 39px;*/

}
.triangle1 {
  width: 0;
  height: 0;
  border-left: 13px solid #fff;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  margin-left: 20px;
}
.contact_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 710px;
  border-bottom: 2px dotted #efefef;
  padding-bottom: 50px;
  padding-top: 50px;
}



.contact_content-text {
  text-align: left;
}


.contact_content-text_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.contact_content-text_wrap img {
  padding-bottom: 20px;
}

.contact_content-text span {
  font-size: 1.8rem;
  font-weight: 600;
}

.contact_content-logo {
  width: 32%;
}

.contact_btn-text1 span {
  font-size: 1.2rem;
}
.contact_btn-text2 {
  font-size: 1.6rem;
}
.contact_btn-text2 span {
  font-size: 1.2rem;
}










/*
.line {
  border: dotted 2px #efefef;
  width: 75%;
  margin: 0 auto 80px;
}
*/






@media (max-width:960px) {
  .contact_content {
    flex-direction: column;
    width: 92%;
  }
  .contact_btn {
    margin-top: 20px;
  }
  .contact_content-text {
    font-size: 1.4rem;
    text-align: center;
  }
  .contact_content-text span {
    font-size: 1.6rem;
  }
  .contact_content-text_wrap {
    align-items: center;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}