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

body,html{
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
}

.sp{
  display: none;
}

body{
  font-size: 16px;
  line-height: 2em;
}

.wrapper{
  background: #FFF;
}

header{
  position: fixed;
  width: 100%;
  z-index: 5;
}

header .logo{
  width: 250px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 100px;   
}

section{
  padding: 100px 0 0;
}

.box{
  padding: 100px 60px;
}

section h2{
  margin-bottom: 60px;
  font-size: 35px;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: 'Abril Fatface', cursive;
}
.site-logo img{
    height: 40px;
    width: auto;
}

.header-text{
  margin-left: 20px;
  color: #ffb3b5;
  font-size: 20px
}

a{
  text-decoration: none;
  color: #000;
}

.txt_box a{
  text-decoration: underline;
}

.mw_wp_form{
  margin-bottom: 160px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


.formDoneLead{
  text-align: center;
}

.cmnBtnWrap .btn,
.btn .main{
  display: block;
  width: 300px;
  margin: 30px auto 0;
  background: #000;
  border: solid 1px #000;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0;
    transition: 0.5s all ease;
  cursor: pointer;
}

.cmnBtnWrap .btn:hover,
.btn .main:hover{
  background: #FFF;
  color: #000;
  transition: 0.5s all ease;
  cursor: pointer;
}

footer{
  padding: 60px 0 30px;
  background: #ffb3b5;
}

footer a{
  color: #fff;
}

.footer_inner{
  overflow: hidden;
  width: 100%;
  padding: 0 5%;
  margin-bottom: 4%;
  box-sizing: border-box;
}

.left_area{
  width: 100px;
  float: left;
}

.right_area{
  text-align: center;
}

.center{
  text-align: center;
}

.right_area .menu li{
  display: inline-block;
  padding-right: 20px;
}

.right_area .menu li:last-child{
  padding-right: 10px;

}

.copy{
  text-align: center;
  font-size: 14px;
  color: #fff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c {
  font-size: 2rem;

  position: relative;

  padding: 1.5rem 4rem 1.5rem 6rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.btn-c span {
  font-size: 1.3rem;
  line-height: 1.3;

  position: absolute;
  top: -10px;
  left: -20px;

  width: 64px;
  height: 64px;
  padding-top: 15px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

a.btn-c span em {
  font-style: normal;

  color: #d20010;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}