@charset "UTF-8";
/*
# =================================================================
# プライバシーポリシー
# =================================================================*/
#contact.underlayer .mv {
  background: url(../../contact/img/mvBg.gif) repeat left top;
}
#contact .container .inner p {
  margin: 0 0 65px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 2.6;
  letter-spacing: .04em;
}
#contact .container .inner a {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  padding: 27px 50px;
  background: #e62119;
  border-radius: 50px;
  box-shadow: 10px 10px 10px 3px rgba(0,0,0,0.05);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  letter-spacing: .1em;
  text-decoration: none;
  display: block;
  position: relative;
}
#contact .container .inner a::after {
  content: '';
  width: 36px;
  height: 36px;
  background: url(../img/btnIconArrow1.svg) no-repeat left top;
  position: absolute;
  top: calc(50% - 18px);
  right: 18px;
  transition: .3s;
}
#contact .container .inner a:hover {
  opacity: 1;
  background: #323232;
}
#contact .container .inner a:hover::after {
  background: url(../img/btnIconArrow1_o.svg) no-repeat left top;
}

/*
# =================================================================
# レスポンシブ要素
# =================================================================*/
/* 4K:2560px */
/* PC:1920px */

/* laptop NotePC L */
@media screen and (max-width: 1440px) {
}

/* laptop NotePC */
@media screen and (max-width: 1024px) {
}

/* tablet */
@media screen and (max-width: 767.98px) {
  #contact .container  {
    padding: 20px 0 30px 0;
  }
  #contact .container .inner p {
    margin: 0 0 20px 0;
    line-height: 1.9;
  }
}

/* mobile L */
@media screen and (max-width: 450px) {
  #contact .container .inner p {
    font-size: 4vw;
  }
  #contact .container .inner a {
    padding: 23px 50px;
    font-size: 4vw;
  }
  #contact .container .inner a::after {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}

/* mobile M */
@media screen and (max-width: 375px) {
}

/* mobile S */
@media screen and (max-width: 320px) {
}
