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

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

a{
	text-decoration: none;
	color: #38ceff;
}
.txt_box a{
  text-decoration: underline;
}
.mw_wp_form{
  margin-bottom: 6%;
}

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

.pc{
	display: none;
}

body{
	font-size: 16px;
  line-height: 1.8em;
}
.wrapper{
	background: #FFF;
  padding-top: 60px;
}

.content{
  margin-bottom: 80px;
}

header{
	position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  top: 0;
  z-index: 3;
  box-shadow: 0 0px 4px rgba(0,0,0,0.1);
}

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


section{
  padding: 150px 0 200px 0;
}

.box{
  padding: 0 5%;
}


.formDoneLead{
  text-align: center;
}

.formDoneLead{
  line-height: 40px;
}

section h2{
	margin-bottom: 20%;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: 'Abril Fatface', cursive;
}


footer{
  padding: 5% 0;
  background: #ffb3b5;
}

footer a{
  color: #FFF;
}

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

.copy{
  text-align: center;
  font-size: 11px;
  color: #FFF;
}

.right_area{
  text-align: center;
}
.right_area .menu{
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%;
  box-sizing: border-box;
}

.right_area .menu li{
  width: 48%;
  margin:0 4% 4% 0; 
  text-align: center;
}

.right_area .menu li:nth-child(2n){
  margin-right: 0;
}

*,
*: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);
}




