@charset "utf-8";

/* -------------------------------------------------------
 contact top
------------------------------------------------------- */
.contactBG{
 background:url(../image/bg_contact.jpg) no-repeat right center;
 background-size: cover;
}
.contentsBox{
 max-width:990px;
 margin:0 auto;
 font-size: 15px;
 line-height: 1.8;
}
.block{
 margin-top:30px;
 padding-top:30px;
 position: relative;
}
.block:before{
 content: "";
 display: block;
 height: 1px;
 width: 30px;
 background: #fff;
 position: absolute;
 left: 0;top: 0px;
}
.contactTel{
 margin-top:20px;
 font-weight: bold;
}
.contactTel span{
 font-size:34px;
 line-height: 1;
 vertical-align:middle;
}
.contactTel span a{
 color:#fff;
}
.mail{
  width:180px;
  height:22px;
}
@media screen and (min-width: 768px) and (max-width: 989px) {/* TB */
  .block{
   margin-top:50px;
  }
}
@media screen and (max-width: 767px) {/* SP */
  /*contentsBox*/
  .contentsBox + .contentsBox{
   margin:70px auto 0;
  }
  .block{
   margin-top:50px;
   padding-top:20px;
  }
  .block .mt{
   margin-top:30px;
  }
  .contactTel{
   margin-top:20px;
   font-weight: bold;
  }
  .contactTel span{
   display: block;
   margin-top:8px;
   font-size:26px;
  }
  .contactTel span a{
   color:#fff;
  }
  .largeLink{
   display: inline-block;
   margin-top:20px;
   font-weight: bold;
   font-size:18px;
   line-height: 1;
   position: relative;
  }
}

/* -------------------------------------------------------
 thanks page
------------------------------------------------------- */
.thanks p{
 line-height: 1.8;
 text-align: center;
}
.thanks .ttl{
 font-size: 28px;
 font-weight:bold;
 line-height: 1;
}
.thanks .text1{
 padding:60px 0 40px;
 font-size: 36px;
 font-weight:bold;
 line-height: 1;
}
.homeLink{
 text-align: center;
}
.homeLink a{
 display: inline-block;
 margin:50px auto 0;
 font-weight: bold;
 font-size:18px;
 line-height: 1;
 position: relative;
 color:#000;
}
.homeLink a.linkArw::after{
 position: absolute;
 top: 0;
 bottom: 0;
 right: -40px;
 margin: auto;
 content: "";
 width: 26px;
 height: 1px;
 vertical-align: middle;
 background: #000;
 transition: transform 0.3s;
}
.homeLink a.linkArw::before{
 position: absolute;
 top: 0;
 bottom: 0;
 right: -37px;
 margin: auto;
 content: "";
 width: 12px;
 height: 12px;
 vertical-align: middle;
 border-top: 1px solid #000;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 transition: transform 0.3s;
}
.homeLink a.linkArw:hover::after{
 transform: translateX(20px);
}
.homeLink a.linkArw:hover::before{
 transform: translateX(20px)rotate(45deg);
}
@media screen and (max-width: 767px) {/* SP */
.thanks .ttl{
 font-size: 20px;
 line-height: 1.8;
}
.thanks .text1{
 padding:40px 0 30px;
 font-size: 18px;
 line-height: 1.8;
}
.homeLink a{
 margin:30px auto 0;
 font-size:16px;
}
.homeLink a.linkArw:hover::after{
   transform: translateX(0);
  }
.homeLink a.linkArw:hover::before{
   transform: translateX(0)rotate(45deg);
  }

}

