
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  position: relative;
  width: 100%;
}

img {
  width: 100%;
  display: block;
}

.wrapper_border {
  position: relative;
  padding-top: 3%;
  padding-bottom: 3%;
  background: -webkit-linear-gradient(147deg, #edbac4, #bdb7d7, #edbac4);
  -webkit-background-size: 600% 600%;
          background-size: 600% 600%;
  -webkit-animation: AnimationName 59s ease infinite;
  animation: AnimationName 59s ease infinite;
  z-index: 10;
}

.wrapper_border .wrapper_inner {
  width: 94.6%;
  margin: 0 auto;
  background-color: #fff;
}

.wrapper_border .wrapper_inner header .logo {
  width: 26.5%;
  padding-top: 7px;
  margin-left: 7px;
  margin-bottom: 20px;
}

.wrapper_border .wrapper_inner .top_content .top_title {
  width: 98.6%;
  margin-right: auto;
  margin-bottom: 24px;
}

.wrapper_border .wrapper_inner .top_content .txt_entry {
  width: 48%;
  margin: 0 auto 40px;
}

.wrapper_border .wrapper_inner .top_content .btn_entry_top {
  width: 66.6%;
  margin: 0 auto 34px;
}

.wrapper_border .wrapper_inner .top_content .icon_scroll {
  width: 13.3%;
  margin: 0 auto 50px;
}

.wrapper_border .wrapper_inner .outline {
  padding-bottom: 40px;
}

.wrapper_border .wrapper_inner .outline .icon_outline {
  width: 53.6%;
  margin-left: 5.5%;
  margin-bottom: 30px;
}

.wrapper_border .wrapper_inner .outline .cap {
  width: 89%;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 1.5em;
}

.wrapper_border .wrapper_inner .outline .bio_comment {
  padding-top: 20px;
}

.wrapper_border .wrapper_inner .outline .bio_comment .bio_inner {
  text-align: center;
  padding-bottom: 30px;
}

.wrapper_border .wrapper_inner .outline .bio_comment .bio_inner .ito_img {
  display: inline-block;
  width: 26.6%;
  margin-right: 1%;
  vertical-align: top;
}

.wrapper_border .wrapper_inner .outline .bio_comment .bio_inner .ito_bio {
  display: inline-block;
  width: 60%;
  text-align: left;
  margin-left: 1%;
}

.wrapper_border .wrapper_inner .outline .bio_comment .bio_inner .ito_bio h3 {
  color: #ba6f97;
  padding-bottom: 10px;
}

.wrapper_border .wrapper_inner .outline .bio_comment .bio_inner .ito_bio .bio_cap {
  font-size: 14px;
  line-height: 1.5em;
}

.wrapper_border .wrapper_inner .outline .bio_comment .comment_inner {
  text-align: center;
}

.wrapper_border .wrapper_inner .outline .bio_comment .comment_inner .product_img {
  display: inline-block;
  width: 26.6%;
  vertical-align: top;
  margin-right: 1%;
}

.wrapper_border .wrapper_inner .outline .bio_comment .comment_inner .ito_comment {
  display: inline-block;
  width: 60%;
  text-align: left;
  margin-left: 1%;
}

.wrapper_border .wrapper_inner .outline .bio_comment .comment_inner .ito_comment h3 {
  color: #ba6f97;
  padding-bottom: 10px;
  font-size: 15px;
}

.wrapper_border .wrapper_inner .outline .bio_comment .comment_inner .ito_comment .comment_cap {
  font-size: 14px;
  line-height: 1.5em;
}

.wrapper_border .wrapper_inner .requirements_list .icon_requirements_list {
  width: 88.2%;
  margin: 0 auto 5px;
}

.wrapper_border .wrapper_inner .requirements_list h3 {
  width: 89%;
  margin: 0 auto;
  padding-bottom: 27px;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.wrapper_border .wrapper_inner .entry {
  padding-bottom: 45px;
}

.wrapper_border .wrapper_inner .entry .icon_entry {
  width: 53.6%;
  margin-left: 5.5%;
  margin-bottom: 30px;
}

.wrapper_border .wrapper_inner .entry h3 {
  width: 89%;
  margin: 0 auto;
  padding-bottom: 27px;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 1px;
}

.wrapper_border .wrapper_inner .entry .btn_entry {
  width: 66.6%;
  margin: 0 auto 30px;
}

.wrapper_border .wrapper_inner .entry p {
  width: 89%;
  margin: 0 auto 5px;
  font-size: 14px;
  line-height: 1.5em;
  word-wrap: break-word;
}

.wrapper_border .wrapper_inner .entry p a {
  color: #6f65ab;
}

.wrapper_border .wrapper_inner .more_info {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wrapper_border .wrapper_inner footer {
  width: 89%;
  margin: 0 auto;
  padding-bottom: 30px;
  line-height: 1.3em;
}

.wrapper_border .wrapper_inner footer .copy1 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.wrapper_border .wrapper_inner footer .copy2 {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

dl {
  width: 89%;
  margin: 0 auto 30px;
}

dl dt {
  color: #ba6f97;
  padding-bottom: 7px;
  font-size: 15px;
}

dl dd {
  font-size: 14px;
  line-height: 1.5em;
}

dl dd a {
  color: #6f65ab;
  word-wrap: break-word;
}

dl .list {
  padding-left: 1em;
  text-indent: -1em;
}

.outline_border {
  width: 89%;
  margin: 0 auto;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 18% 0%;
  }
  50% {
    background-position: 83% 100%;
  }
  100% {
    background-position: 18% 0%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 18% 0%;
  }
  50% {
    background-position: 83% 100%;
  }
  100% {
    background-position: 18% 0%;
  }
}

div.form {
  position: relative;
  margin-bottom: 65px;
}

div.form div.cap_submit {
  width: 15.4%;
  margin-left: 5.5%;
  margin-bottom: 25px;
}

div.form div.form_inner {
  width: 89%;
  margin: 0 auto;
  font-size: 15px;
}

div.form div.form_inner form input {
  margin: 7px 0 25px;
  padding: 5px;
  border: none;
  font-size: 16px;
  background-color: #ecebf1;
}

div.form div.form_inner form .elem_fullname_1 {
  width: 33%;
  height: 1.6em;
}

div.form div.form_inner form .elem_fullname_2 {
  width: 33%;
  height: 1.6em;
}

div.form div.form_inner form .elem_address {
  width: 93.4%;
  height: 1.6em;
}

div.form div.form_inner form .elem_tel_1, div.form div.form_inner form .elem_tel_2, div.form div.form_inner form .elem_tel_3 {
  width: 50px;
  height: 1.6em;
}

div.form div.form_inner form .elem_age {
  width: 50px;
  height: 1.6em;
  text-align: right;
}

div.form div.form_inner form .elem_sex {
  margin: 7px 0 25px;
}

div.form div.form_inner form .elem_text {
  width: 93.4%;
  height: 1.6em;
}

div.form div.form_inner form .elem_email {
  width: 93.4%;
  height: 1.6em;
}

div.form div.form_inner form .elem_area {
  width: 93.4%;
  height: 80px;
  margin: 7px 0 40px;
  font-size: 16px;
  border: none;
  background-color: #ecebf1;
}

div.form div.form_inner form .submit_btn {
  display: block;
  width: 66.6%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.thankyou_inner {
  width: 89%;
  margin: 0 auto;
}

.thankyou_inner .icon_thankyou {
  width: 53.3%;
  margin: 65px auto 20px;
}

.thankyou_inner .txt_thanks {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}

.thankyou_inner .btn_top {
  width: 66.6%;
  margin: 0 auto 100px;
}

.thanks {
  height: 97vh;
}
