@charset "UTF-8";
/*======================================
placeholder
/*======================================*/ :placeholder-shown {
  color: #999;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */ ::-webkit-input-placeholder {
  color: #999;
}
/* Firefox 18- */ :-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* Firefox 19+ */ ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* IE 10+ */ :-ms-input-placeholder {
  color: #999;
}
/*focus-----------------*/
form input[type="text"]:focus, form input[type="email"]:focus {
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  border: 3px solid #fff;
}
form input[type="submit"]:focus, button:focus {
  border: none;
}
.form-CMN .input-wrap {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.form-CMN input[type="text"], .form-CMN input[type="email"] {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  line-height: 1.5em;
  text-align: center;
  color: #333;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 7px;
  border: 3px solid #ccc;
  font-weight: bold;
  background: #fff;
}
.form-CMN .submit-Btn {
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  animation: fluffy1 2s ease-in-out infinite;
}
.form-CMN .submit-wrap:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}
.form-CMN .submit-wrap {
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: .4em;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  background: #fff;
  opacity: 1;
  transition: all 0.3s ease;
}
.form-CMN .submit-Btn:hover .submit-wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  transition: all 0.3s ease;
}
.form-CMN .submit-Btn button, .form-CMN .submit-Btn input[type="submit"], #page-top a {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease;
  background: url(../img/opt-gen-CTA.jpg) no-repeat center;
  background-size: 100% 100%;
  padding-top: 20.73011734%;
}
.form-CMN .submit-Btn button, .form-CMN .submit-Btn button span, .form-CMN .submit-Btn input[type="submit"], #page-top a span {
  text-indent: 100%;
  white-space: nowrap;
  border-width: 0px;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/*======================================
float-Btn
/*======================================*/
#page-top {
  display: block;
  position: fixed;
  width: 85%;
  max-width: 400px;
  bottom: -200px;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
}
#page-top.fadein {
  bottom: 1em;
  transition: all .5s ease-out;
}
#page-top.fadeout {
  bottom: -200px;
  transition: all .3s ease-out;
}
#page-top .submit-Btn {
  animation: fluffy2 1s ease 0s infinite alternate;
  transform-origin: center;
  opacity: 1;
  transition: all 0.3s ease;
}
.form-CMN .submit-Btn:hover, .form-CMN .submit-wrap:hover, #page-top .submit-Btn:hover, #page-top .form-CMN .submit-Btn:after {
  animation-play-state: paused;
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }
  5% {
    transform: translateY(0)
  }
  10% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-5px)
  }
  25% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(-5px)
  }
  40% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(0)
  }
}
@keyframes fluffy2 {
  from {
    transform: scale(0.95, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
/*======================================
common
/*======================================*/
.required {
  font-size: 90%;
  line-height: 1em;
  margin: 0 auto .5em;
  text-align: center;
}
.required span {
  padding: 4px 0.3em;
  margin-right: 0.3em;
  border-radius: 3px;
  text-shadow: none;
}
.form-CMN aside {
  overflow: scroll;
  height: 5em;
  text-align: justify;
  font-size: 11px !important;
  margin: 1em auto;
  padding: .5em;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-feature-settings: "pkna";
  letter-spacing: 0;
}
.form-CMN aside::-webkit-scrollbar {
  width: 10px;
  height: 0;
}
.form-CMN aside::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.form-CMN aside::-webkit-scrollbar-thumb {
  background: rgba(185, 145, 100, .3);
  border-radius: 5px;
}
.form-CMN aside h3 {
  font-size: 100%;
  text-align: left;
  margin: 1.5em auto 0.5em;
}
.form-CMN aside ul li {
  font-size: 11px;
  line-height: 1.3em;
}
.form-CMN aside ul li.left {
  text-align: left;
}
.form-CMN aside a {
  display: inline;
  text-decoration: underline;
  padding: 0 2px;
}
/*page-swich*/
.inner-required .required {
  display: none;
}
.main .inner-required {
  margin-top: -.5em;
}
.inner-required .form-CMN .input-wrap {
  margin: .5em auto;
}
.inner-required .form-CMN .input-wrap:before {
  position: absolute;
  content: "必須";
  font-weight: bold;
  z-index: 1;
  font-family: sans-serif;
  background: #fb5959;
  font-size: 12px;
  line-height: 1em;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  top: 50%;
  left: 12px;
  margin-top: calc(-15px + 2.5px);
}
#LP01 .inner-required .form-CMN .input-wrap:before {
  background: #ff0042;
}
#LP04 .inner-required .form-CMN .input-wrap:before {
  background: #d50012;
}
.inner-required .form-CMN input[type="text"], .inner-required .form-CMN input[type="email"] {
  text-align: left;
  padding: 0 15px 0 calc(14px*2 + 12px*2);
}
/*======================================
checkbox
/*======================================*/
.checkbox {
  text-align: center;
  font-size: 90%;
  margin: 1em auto;
}
input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 6px 0 0;
}
#LP03 .main .checkbox {
  color: #282828;
}
@media screen and (min-width: 768px) {
  /*======================================
float-Btn
/*======================================*/
  #page-top {
    width: 100%;
    left: auto;
    right: 1em;
  }
}