/* style css
-----------------------------------------------------------*/
.mv {
  padding: 40px 0 40px;
  background: url(../img/mv_background.png) no-repeat center top;
  background-size: cover;
}

.mv .mv-list {
  margin-top: 50px;
}
.mv figure {
  margin-top: 20px;
}
.mv .mv-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
  padding: 15px 20px;
  background: #ffdb3a;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 3px 3px 8px rgba(6, 0, 1, 0.3);
}

.mv .main-title {
  margin-top: 40px;
}

.form {
  padding: 30px 10px 0px 10px;
}

.form-area {
  float: right;
  width: 100%;
  margin-left: 0%;
  background-color: rgba(255,255,255,0.6);
  padding: 30px;
}
label#message {
    display: block;
}

.img-area {
  float: right;
  width: 43%;
  padding-top:100px;
}

.yellow_line {
  background: transparent linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0;
}

.stepy-header {
  position: relative;
  width: 78%;
  margin-bottom: 0px;
  border: 5px solid #fff100;
  background: #fff;
}

.stepy-header::after {
  content: "";
  position: absolute;
  right: -109px;
  top: -6px;
  width: 130px;
  height: 57px;
  background: url(../img/form_icon.png) no-repeat center;
}

.stepy-header li {
  display: inline-block;
  width: 31.33%;
  padding: 6px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.stepy-header li.stepy-active {
  position: relative;
  background: #fff100;
}

.stepy-header li:nth-of-type(1).stepy-active::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 18px solid #fff100;
  transform: translateY(-50%);
}

.stepy-header li:nth-of-type(2).stepy-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 16px solid #fff;
  transform: translateY(-50%);
}

.stepy-header li:nth-of-type(2).stepy-active::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 18px solid #fff100;
  transform: translateY(-50%);
}

.stepy-header li:nth-of-type(3).stepy-active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 16px solid #fff;
  transform: translateY(-50%);
}

.stepy-header li div {
  display: none;
}

.stepy-step .stepy-legend {
  display: none;
}

.stepy-step .icon-required {
  display: inline-block;
  margin-right: 8px;
  padding: 4px 6px;
  background: #EA0018;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  vertical-align: middle;
}
.stepy-step .icon-any {
  display: inline-block;
  margin-right: 8px;
  padding: 4px 6px;
  background: #bfbfbf;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  vertical-align: middle;
}

.stepy-step .form-name {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

.stepy-step select {
  width: 100%;
  height: 3em;
  padding: 10px;
  background: #fff;
  border-radius:5px;
  border: 1px solid #b5b5b5;
}

.stepy-step input {
  width: 100%;
  padding: 14px 8px;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}
.tel input {
   width:30% !important;
   display:inline-block;
}
.stepy-step textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.stepy-step .w50 {
  display: inline-block;
  width: 47%;
}

.stepy-step .w50:nth-of-type(2n) {
  margin-left: 0%;
}

.stepy-step .radio-area li {
  float: left;
  width: 30%;
  margin-bottom: 6px;
  margin-right: 4%;
  padding: 14px 10px;
  background: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}

.stepy-step .radio-area .age li {
  float: left;
  width: 30%;
  min-height: 3em;
  height:60px !important;
  margin-bottom: 6px;
  margin-right: 5%;
  padding: 5px 10px;
  background: #eee;
  border: 1px solid #b5b5b5;
  border-radius: 5px;
}

.stepy-step .radio-area li:nth-child(3n) {
  margin-right: 0;
}

.stepy-step .radio-area li input {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
}

.stepy-step .radio-area li input + label {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  font-size:12px;
}

.stepy-next {
  position: relative;
  z-index:0;
  margin-top:20px;
  border: 0px;
  width:100%;
  height:100px;
  background: url(../img/next_button.png) center top no-repeat;
  text-align: center;
  font-size: 0px;
}
.stepy-next img {
 width:70%;
 }

a.stepy-next.stepy-active:hover {
    position:relative;
    opacity:0.8;
}

.stepy-finish:hover {
 opacity:0.8;
}

.stepy-back {
  position: relative;
  z-index:2;
  float: left;
  margin-top: 70px;
  color: #333;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
}
.stepy-finish {
  margin-top:20px;
  border: 0px;
  width:87%;
  height:100px;
  background: url(../img/submit_button.png) center top no-repeat;
  text-align: center;
  font-size: 0px;
}
p.tel {
    text-align: right;
    font-size:22px;
}
span.tel-right {
    font-size: 1.2em;
    color: #FFF23A;
    font-weight:bold;
    padding-left: 10px;
}

@media only screen and (max-width: 480px) {
   p.tel {
    text-align: center;
    font-size: 20px;
 }
  .mv {
    padding: 0px 0 15px;
    background: url(../img/sp/mv_bg.png) no-repeat center top;
    background-size: 100% auto;
  }

  .mv .main-title {
    margin-top: 0;
  }

  .mv figure {
    margin-top: 5px;
  }

  .mv .mv-list {
    margin-top: 20px;
  }
  .mt20 .w50{
    margin-top: 0px !important;
 }
 .w50 {
  margin-bottom:10px;
 }

  .mv .mv-list li {
    margin-right: 0;
    padding: 8px 6px;
    font-size: 11px;
  }

  .form {
    padding: 0px 0;
  }

  .form-area {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    padding:10px;
    border:1px solid #d2d2d2;
  }
  .img-area {
    float: none;
    width: 100%;
    padding-top:0px;
  }
  .stepy-header {
  width:80%;
  }

  .stepy-header li {
    padding: 6px;
    font-size: 18px;
    width:29% !important;
  }
  .stepy-header::after {
    right: -68px;
    top: -4px;
    width: 107px;
    height: 45px;
    background: url(../img/form_icon.png) no-repeat center top;
    background-size: 100% auto;
  }

  .stepy-header li:nth-of-type(1).stepy-active::after {
    right: -7px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 8px solid #fff110;
  }

  .stepy-header li:nth-of-type(2).stepy-active::before {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 8px solid #fff;
  }

  .stepy-header li:nth-of-type(2).stepy-active::after {
    right: -7px;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 8px solid #fff110;
  }

  .stepy-header li:nth-of-type(3).stepy-active::after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 8px solid #fff;
  }

  .stepy-step .form-name {
    font-size: 12px;
  }
  .stepy-step .w50 {
    width:100% !important;
  }
  .stepy-step .radio-area li {
    width:48%;
    padding: 10px 0px 10px 5px;
    font-size: 13px;
    margin-right:1%;
    margin-left:1%;
    max-height:80px;
  }
  .stepy-step .radio-area li input + label {
  font-size:14px;
  }
  .stepy-step .radio-area li:nth-child(3n) {
    margin-right: 1%;
}
  .stepy-step .radio-area li input {
    width: 13%;
    height: auto;
    vertical-align: top;
  }
  .stepy-step .w50:nth-of-type(2n) {
  margin-left: 0%;
}

  .stepy-step .icon-required {
    margin-right: 4px;
  }

  .stepy-next {
    width: 67%;
    margin: 30px auto 0;
    padding: 15px;
    font-size: 0px;
  }

  .stepy-back {
    margin-top: 50px;
    font-size: 15px;
  }
  .stepy-finish {
    width: 67%;
    margin: 30px auto 0;
    padding: 15px;
    font-size: 0px;
  }

}

/*////////////////////////////////////////

FORM

//////////////////////////////////////*/
#toiawase h1{
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

#toiawase .box{
    width: 200px;
    background: #22ac38;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#toiawase{
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}

#toiawase .inner {
  width: 940px;
  margin: 0 auto;
  background: #FFF;
  padding-bottom: 15px;
}

#toiawase.input {
  background-image: url(../img/form_ttl.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 88px;
}

  form#form01 {
   border: 0px solid #434343;
   }
   section.form.section {
    padding: 50px 0px 0px 0px;
}

form {
padding: 30px 10px 0px 10px;
}

table#formTable {
  width: 894px;
  margin: 0 auto 30px;
}


table#formTable th {
  text-align: left;
  font-size: 22px;
  line-height: 22px;
  color: #434343;
  padding: 30px 0;
  border-bottom: 1px solid #DADBDB;
  position: relative;
  width: 275px;
}
table#formTable .must::after {
  content: "必須";
  color: #FFF;
  background: #e60012;
  font-size: 17px;
  line-height: 1em;
  display: inline-block;
  letter-spacing: 2px;
  width: 68px;
  text-align: center;
  padding: 3px 0;
  position: absolute;
  right: 0;
}
table#formTable td {
  padding: 30px 0 30px 13px;
  border-bottom: 1px solid #DADBDB;
}
table#formTable .license th {
  vertical-align: top;
  border: none;
}
table#formTable .license td {
  border: none;
}
table#formTable .license input {
  margin-bottom: 10px;
}

.inner-1060 {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
#form2 .inner {
  width: 940px;
  margin: 0 auto;
  background: #FFF;
  padding-bottom: 15px;
}
#form2 h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
#form2 form {
    border: 0px solid #434343;
    padding: 0px;
}
.formBtn.back {
    background: url(/img/back.png) 0 0 no-repeat;
}
.formBtn {
    background: none;
    width: 763px;
    height: 127px;
    border: none;
    display: block;
    margin: 0 auto;
    text-indent: -99999px;
}
.formBtn.send {
    background: url(/img/send.png) 0 0 no-repeat;
    margin-bottom: 10px;
}
#form2 img {
    width: 70%;
}
.form_button a:hover {
    text-decoration: none;
    color: #f39800;
}
.form_button:hover {
    background: #fff;
    color: #f39800;
    border:3px solid #f39800;
}

/*////////////////////////////////////////

co-FORM

//////////////////////////////////////*/
.inner-1160 {
    max-width: 1160px;
    padding:0px 20px 0px 20px;
    width: 100%;
    margin: 0 auto;
}
header .site-title {
    float: left;
    width: 450px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
header .header-box {
    float: right;
    padding-top: 10px;
}
header .header-box .time {
    margin-top: 0px;
    color: #000;
    text-align: right;
}
.header-box img {
    max-width: 100%;
    width: 16%;
    padding-bottom: 0px;
}
header.co {
    padding: 0px 0;
    background: #22ac38;
}
#form3 {
    padding: 30px 0 50px;
    max-width: 1065px;
    width:100%;
    margin: 0 auto;
}
p.site-title a:hover,span.tel-right a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}
div#form3 form {
border: 0px solid #434343;
    padding: 30px;
}
div#form3 table {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #444;
}
div#form3 table tr:not(:last-of-type) {
    border-bottom: 1px solid #B9B9B9;
}
div#form3 table th:first-child, div#form3 table td:first-child {
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border-right: 1px solid #B9B9B9;
    font-size:20px;
}
div#form3 table th.last-th:first-child, div#form3 table td.last-th:first-child {
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #444;
    font-size:20px;
}
td.last-th{
border-bottom: 1px solid #444 !important;
}
div#form3 table th, div#form3 table td {
    padding: 10px 20px;
    vertical-align: middle;
    box-sizing: border-box;
}
div#form3 input[type="text"],div#form3 input[type="name"], div#form3 input[type="email"] {
  border: 1px solid #9D9E9E;
  max-width: 650px;
  width:100%;
  height: 39px;
  padding-left: 5px;
  font-size: 22px;
}

.fmtel input {
  width: 28% !important;
  display:inline-block;
  height: 39px;
  padding-left: 5px;
  font-size: 22px;
}
div#form3 input {
 display:inline-block;
 }

div#form3 textarea {
  border: 1px solid #9D9E9E;
  max-width: 650px;
  width:100%;
  height: 120px;
  padding: 5px;
  font-size: 1.0em;
}

div#form3 option {
  color: #333;
}
.checkBg li {
    width: 218px;
}
div#form3 table#formTable .must::after {
    content: "必須";
    color: #FFF;
    background: #e60012;
    font-size: 17px;
    line-height: 1em;
    display: inline-block;
    letter-spacing: 2px;
    width: 68px;
    text-align: center;
    padding: 3px 0;
    position: absolute;
    margin-right: 10px;
    right: 0;
}
div#form3 form li {
    border: 1px solid #bbb;
    border-radius: 6px;
    background: #fcfcfc;
    padding: 10px;
    float: left;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}
div#form3 label {
    display: inline-block;
    margin-bottom: 0px;
}
div#form3 input[type="text"], div#form3 input[type="tel"], div#form3 input[type="name"], div#form3 input[type="email"] {
    font-size: 1.0em;
    border: 1px solid #bbb;
}
div#form3 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #bbb;
    width: 100%;
    height: 39px;
    font-size: 1.0em;
    padding-left: 10px;
    color: #333;
}
section.mv-form.co{
margin-bottom:0px !important;
}
.wrap {
    position: relative;
    max-width: 650px;
    width: 100%;
    padding: 0;
}

.wrap::after {
    content: "▼";
    color: #FFF;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    line-height: 39px;
    height: 100%;
    margin: auto;
    text-align: center;
}


/*////////////////////////////////////////

SP-FORM

//////////////////////////////////////*/
@media only screen and (max-width: 480px) {
div#form2 {
  padding: 20px;
  width: 100%;
}
div#form2 .inner {
  width: 100%;
    margin: 0 auto;
}
#form2 h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    font-size:1.4rem;
}
#form2 form {
    border: 0px solid #434343;
    padding: 0px;
    width:100%;
}
.formBtn.back {
    background: url(/img/back-sp.png) no-repeat center !important;
}
.formBtn {
    background: none;
    width: 100% !important;
    height: 60px !important;
    border: none;
    display: block;
    margin: 0 auto;
    text-indent: -99999px;
}
.formBtn.send {
    background: url(/img/send-sp.png) no-repeat center !important;
    margin-bottom: 10px;
}
#form2 img {
    width: 70%;
}
.form_button a:hover {
    text-decoration: none;
    color: #f39800;
}
.form_button:hover {
    background: #fff;
    color: #f39800;
    border:3px solid #f39800;
}
section.form.section {
    padding: 0px 0px 0px 0px;
}
}

/*////////////////////////////////////////

SP-co-FORM

//////////////////////////////////////*/
@media only screen and (max-width: 480px) {
.mv-form.co .inner {
    width: 100%;
    padding:0px 10px 0px 10px;
    margin: 0 auto;
}
.inner-1160 {
    padding:0px 10px 0px 10px;
    width: 100%;
    margin: 0 auto;
}
header .site-title {
    float: left;
    width: 100%;
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
}
header .header-box {
    width: 100%;
    display: block;
    border-top: 1px dotted #fff;
    display: block;
    padding-bottom: 6px;
    padding-top: 8px;
}

header .header-box .time {
    margin-top: 0px;
    color: #000;
    text-align: center;
}
.header-box img {
    max-width: 100%;
    width: 10%;
    padding-bottom: 0px;
}
header.co {
    padding: 0px 0;
    background: #22ac38;
}
#form3 {
    padding: 0px;
    padding-top:30px;
    width: 100%;
}
p.site-title a:hover,span.tel-right a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}
div#form3 form {
border: 0px solid #434343;
    padding: 0px;
    width:100%;
}
div#form3 td.last-th {
border-bottom: 0px solid #444 !important;
}
div#form3 table {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #444;
}
div#form3 table tr:not(:last-of-type) {
    border-bottom: 1px solid #B9B9B9;
}
div#form3 table th:first-child, div#form3 table td:first-child {
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border-right: 0px solid #B9B9B9;
    font-size:20px;
}
div#form3 table th.last-th:first-child, div#form3 table td.last-th:first-child {
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border-bottom: 0px solid #444;
    font-size:20px;
}
div#form3 table#formTable td {
  border-bottom: 0px solid #DADBDB;
  width:100%;
  }
td.last-th{
border-bottom: 1px solid #444 !important;
}
div#form3 table th, div#form3 table td {
    padding: 10px 15px;
    vertical-align: middle;
    box-sizing: border-box;
}
div#form3 input[type="text"],div#form3 input[type="tel"],div#form3 input[type="name"], div#form3 input[type="email"] {
  border: 1px solid #9D9E9E;
  width: 100%;
  height: 39px;
  padding-left: 5px;
  font-size: 22px;
}

.fmtel input {
  width: 30% !important;
  display:inline-block;
}
div#form3 input {
 display:inline-block;
 }

div#form3 textarea {
  border: 1px solid #9D9E9E;
  width: 100%;
  height: 120px;
  padding: 5px;
  font-size: 1.0em;
}
.checkBg li {
    width: 100%;
}
div#form3 table#formTable .must::after {
    content: "必須";
    color: #FFF;
    background: #e60012;
    font-size: 17px;
    line-height: 1em;
    display: inline-block;
    letter-spacing: 2px;
    width: 68px;
    text-align: center;
    padding: 3px 0;
    position: absolute;
    margin-right: 10px;
    right: 0;
}
div#form3 form li {
    border: 1px solid #bbb;
    border-radius: 6px;
    background: #fcfcfc;
    padding: 10px;
    float: left;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
}
div#form3 label {
    display: inline-block;
    margin-bottom: 0px;
}
div#form3 input[type="text"], div#form3 input[type="tel"], div#form3 input[type="name"], div#form3 input[type="email"] {
    font-size: 1.0em;
    border: 1px solid #bbb;
}
div#form3 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #bbb;
    width: 100%;
    height: 39px;
    font-size: 1.0em;
    padding-left: 10px;
    color: #333;
}
section.mv-form.co{
margin-bottom:0px !important;
margin:0 auto;
}
}


/*////////////////////////////////////////

button-animation

//////////////////////////////////////*/
@media only screen and (max-width: 480px) {

#toiawase h1{
  font-size: 27px;
}

input[type="text"], input[type="tel"], input[type="name"], input[type="email"] {
    border: 1px solid #9D9E9E;
    width:100%;
    height: 39px;
    padding-left: 5px;
}

table#formTable th {
    text-align: left;
    font-size: 22px;
    line-height: 22px;
    color: #434343;
    padding: 20px 0;
    position: relative;
    display: block;
    width: 100%;
}

#toiawase .inner {
    max-width: 290px;
    width:100%;
    margin: 0 auto;
  }

form {
    border: 2px solid #434343;
    padding: 20px 10px 20px 10px;
    width: 100%;
  }

table#formTable td {
    padding: 20px 0;
    border-bottom: 1px solid #DADBDB;
    display: block;
    width:100%;
  }

select {
    width:100%;
    padding-left: 10px;
  }

table#formTable {
    width:100%;
    margin: 0 auto 30px;
}

.wrap {
  position: relative;
  width: 100%;
  padding: 0;
}

.fmtel input {
    width: 70px;
}
.buttonAnime {
    margin: 0 auto;
    width: 200px!important;
    position: relative;
}

.buttonAnime input {
    width: 200px !important;
    height: 55px !important;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.buttonAnime {
    margin: 0 auto;
    margin-bottom: 20px !important;
    width: 200px !important;
    position: relative;
}
.buttonAnimeIndent {
  width: 200px !important;
  height: 55px !important;
  background: url(/img/btn.png) no-repeat left top;
}

.buttonAnime-confirmGo {
  width: 200px !important;
  line-height: 55px !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #FFF;
  font-size: 20px !important;
  text-align: center;
  font-weight: bold;
}
.buttonAnime-confirmGo::after {
  display:none;
}
}


/*-- .buttonAnime --*/

.buttonAnime-confirmGo {
    width: auto;
    line-height: 100px;
    display: block;
    top: 0;
    left: 0;
    z-index: 2;
    color: #FFF;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}

.buttonAnime {
  margin: 0 auto;
  max-width: 763px;
  width:100%;
  position: relative;
}

.buttonAnime input {
    max-width: 763px;
    width:100%;
    height: 127px;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.buttonAnime a:hover{
  background: #fff;
}

.buttonAnimeIndent {
  max-width: 763px;
  width:100%;
  height: 127px;
  background: url(/img/btn.png) no-repeat center;
}

.buttonAnime-confirmGo {
  max-width: 763px;
  width:100%;
  line-height: 127px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #FFF;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
}
.buttonAnime-confirmGo::after {
  content: url(/img/arw.png);
  vertical-align: middle;
  position: absolute;
  top: 12px;
  margin-left: 10px;
}

.buttonAnime-confirmGo {
  -moz-animation-name: confirmgo;
  -moz-animation-duration: 5.0s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: confirmgo;
  -webkit-animation-duration: 5.0s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: confirmgo;
  -o-animation-duration: 5.0s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -ms-animation-name: confirmgo;
  -ms-animation-duration: 5.0s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
}

@keyframes confirmgo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  23% {
    transform: scale(1);
    opacity: 1;
  }
  26% {
    transform: scale(1.2);
    opacity: 1;
  }
  29% {
    transform: scale(0.9);
    opacity: 1;
  }
  32% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes confirmgo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  23% {
    transform: scale(1);
    opacity: 1;
  }
  26% {
    transform: scale(1.2);
    opacity: 1;
  }
  29% {
    transform: scale(0.9);
    opacity: 1;
  }
  32% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes confirmgo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  23% {
    transform: scale(1);
    opacity: 1;
  }
  26% {
    transform: scale(1.2);
    opacity: 1;
  }
  29% {
    transform: scale(0.9);
    opacity: 1;
  }
  32% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes confirmgo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  23% {
    transform: scale(1);
    opacity: 1;
  }
  26% {
    transform: scale(1.2);
    opacity: 1;
  }
  29% {
    transform: scale(0.9);
    opacity: 1;
  }
  32% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes confirmgo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  23% {
    transform: scale(1);
    opacity: 1;
  }
  26% {
    transform: scale(1.2);
    opacity: 1;
  }
  29% {
    transform: scale(0.9);
    opacity: 1;
  }
  32% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.buttonAnimeIndent {
  animation-name: buttonindent;
  animation-duration: 5.0s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  transform: scale(1);
  transform-origin: center bottom;
  -moz-animation-name: buttonindent;
  -moz-animation-duration: 5.0s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-transform: scale(1);
  -moz-transform-origin: center bottom;
  -webkit-animation-name: buttonindent;
  -webkit-animation-duration: 5.0s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform: scale(1);
  -webkit-transform-origin: center bottom;
  -o-animation-name: buttonindent;
  -o-animation-duration: 5.0s;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-transform: scale(1);
  vtransform-origin: center bottom;
  -ms-animation-name: buttonindent;
  -ms-animation-duration: 5.0s;
  -ms-animation-timing-function: ease;
  -ms-animation-iteration-count: infinite;
  -ms-transform: scale(1);
  -ms-transform-origin: center bottom;
}

@keyframes buttonindent {
  56% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
  58.5% {
    transform: skew(10deg);
    transform: skew(10deg);
  }
  61% {
    transform: skew(-10deg);
    transform: skew(-10deg);
  }
  63.5% {
    transform: skew(5deg);
    transform: skew(5deg);
  }
  66% {
    transform: skew(-5deg);
    transform: skew(-5deg);
  }
  68.5% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
}
@-moz-keyframes buttonindent {
  56% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
  58.5% {
    transform: skew(10deg);
    transform: skew(10deg);
  }
  61% {
    transform: skew(-10deg);
    transform: skew(-10deg);
  }
  63.5% {
    transform: skew(5deg);
    transform: skew(5deg);
  }
  66% {
    transform: skew(-5deg);
    transform: skew(-5deg);
  }
  68.5% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
}
@-webkit-keyframes buttonindent {
  56% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
  58.5% {
    transform: skew(10deg);
    transform: skew(10deg);
  }
  61% {
    transform: skew(-10deg);
    transform: skew(-10deg);
  }
  63.5% {
    transform: skew(5deg);
    transform: skew(5deg);
  }
  66% {
    transform: skew(-5deg);
    transform: skew(-5deg);
  }
  68.5% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
}
@-o-keyframes buttonindent {
  56% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
  58.5% {
    transform: skew(10deg);
    transform: skew(10deg);
  }
  61% {
    transform: skew(-10deg);
    transform: skew(-10deg);
  }
  63.5% {
    transform: skew(5deg);
    transform: skew(5deg);
  }
  66% {
    transform: skew(-5deg);
    transform: skew(-5deg);
  }
  68.5% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
}
@-ms-keyframes buttonindent {
  56% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
  58.5% {
    transform: skew(10deg);
    transform: skew(10deg);
  }
  61% {
    transform: skew(-10deg);
    transform: skew(-10deg);
  }
  63.5% {
    transform: skew(5deg);
    transform: skew(5deg);
  }
  66% {
    transform: skew(-5deg);
    transform: skew(-5deg);
  }
  68.5% {
    transform: skew(0deg);
    transform: skew(0deg);
  }
}


.formBtn {
  background: none;
  max-width: 763px;
  width:100%;
  height: 127px;
  border: none;
  display: block;
  margin: 0 auto;
  text-indent: -99999px;
}
.formBtn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.formBtn.send {
  background: url(/img/send.png) no-repeat center;
  margin-bottom: 10px;
}

.formBtn.back {
  background: url(/img/back.png) no-repeat center;
}

.formBtn.top {
  background: url(/img/top.png) no-repeat center;
  margin-bottom: 10px;
}

/* ボタンのスタイル */
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #ff983f;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: #e57819;
  }
}

/* header-newlist */
.header-left {
    vertical-align: top;
    padding-top: 20px;
    width: 46%;
    display: inline-block;
}
.header-right {
    margin-left: 50px;
    width: 48%;
    display: inline-block;
}

@media screen and (max-width:481px){
 .header-left {
    vertical-align: top;
    padding-top: 20px;
    width: 100%;
    display: block;
}
.header-right {
    margin-left: 0px;
    width: 100%;
    display: block;
}
}

/* 481-1065 */
@media screen and (min-width:481px) and ( max-width:1054px) {
}

.form-tel-text{
  font-size: 12px;
  color: #ff0000;
}
