@charset "utf-8";

/*　Universal Reset　=================================*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, div, object, ul, ol, li, dl, dt, dd, tr, td, fieldset, form, legend, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
legend {
  display: none;
}
table, th, td {
  border: 0;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
em, strong, cite, abbr, caption, th, address {
  font-style: normal;
  font-weight: normal;
}
img {
  max-width: 100%;
  border: 0 none;
  vertical-align: bottom;
}
input, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"] {
  border: none;
  border-radius: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
option {
  padding-right: 5px;
}
article, aside, dialog, details, figure, figcaption, footer, header, hgroup, menu, nav, section {
  display: block;
}
mark {
  font-weight: normal;
  font-style: normal;
}
blockquote, q {
  quotes: none;
}
a {
  vertical-align: baseline;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/*　style　=================================*/
html {
  overflow-y: scroll;
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(12px + 12 * ((100vw - 320px) / 280));
    /* calc([文字の最小値] + [文字の最大値と最小値の差] * ((100vw - [最小画面幅]) / [画面幅の最大値と最小幅の差])); */
  }
}
@media screen and (min-width: 601px) {
  html{
    font-size: 24px;
  }
}

@font-face {
  font-family: 'Verdana';
  src: local("游ゴシック体"),local("ヒラギノ角ゴ ProN"),local("メイリオ"), local("ＭＳ Ｐゴシック");
  unicode-range: U+005C;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Verdana, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  color: #565656;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
#container {
  max-width: 1000px;
  margin: 0 auto;
}
#container .inner {
  margin: 4%;
}
.Email {
  -webkit-animation: Email 1s infinite;
  animation: Email 1s infinite;
}
@-webkit-keyframes Email {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  52% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
  54% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  56% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
  58% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
}
@keyframes Email {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  52% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
  54% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  56% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
  58% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
}
.line {
  -webkit-animation: line 1s infinite;
  animation: line 1s infinite;
}
@-webkit-keyframes line {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  52% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
  54% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  56% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
  58% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
}
@keyframes line {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  52% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
  54% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  56% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
  58% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.98, 0.95);
    transform: scale(0.98, 0.95)
  }
}

.mb_0 {
  margin-bottom: 0 !important;
}
.mb_S {
  margin-bottom: 0.5em !important;
}
.mb_M {
  margin-bottom: 1em !important;
}
.mb_L {
  margin-bottom: 1.5em !important;
}


/*=======　contents　=======*/
header.header {
  height: 95vw;
  max-height: 950px;
  border-top: 0.7em solid #38d6be;
  background: url(./img/index.jpg) 50% 100% no-repeat;
  background-size: 100% auto;
  position: relative;
}
p.header {
  margin-bottom: 1em;
  border-top: 0.7em solid #38d6be;
}
.logo {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -1em;
  left: 0;
}
.logo span {
  display: block;
  width: 100%;
  height: 20vw;
  max-height: 200px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(./img/logo.png) 50% no-repeat;
  background-size: auto 100%;
}
.logo small {
  display: inline-block;
  padding: 0.1em 1em;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  background-color: #38d6be;
  border-radius: 1em;
  font-family: 'Kosugi Maru', sans-serif;
}

/* area_linebnr_top */
.area_linebnr_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.area_linebnr_top .icon {
  width: 13%;
}
.area_linebnr_top .text {
  width: 50%;
  padding: 0 2%;
}
.area_linebnr_top .text > span {
  display: block;
  color: #6e6b6b;
  font-size: 0.8rem;
  line-height: 1.3;
}
.area_linebnr_top .text > span.name {
  font-weight: bold;
  font-size: 0.9rem;
}
.area_linebnr_top .text > span.star > em {
  color: #ffba00;
}
.area_linebnr_top .btn {
  width: 38%;
}
.area_linebnr_top .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #38d6be;
  border-radius: 0.5em;
}
@media screen and (min-width: 701px) {
  .area_linebnr_top .btn a {
    padding: 0.6em 0;
  }
  .area_linebnr_top .btn a br {
    display: none;
  }
}


.area_linebnr_top .btn i {
  padding-right: 0.2em;
  font-size: 1.5rem;
}
.area_linebnr_top .btn i.fa-line          { display: none;}
.area_linebnr_top .btn.line i.fa-line     { display: inline-block; }
.area_linebnr_top .btn.line i.fa-envelope { display: none; }

.area_linebnr_top .btn span {
  display: inline-block;
  padding: 0.4em 0 0.5em 0;
}
.area_linebnr_top .btn small {
  font-size: 0.8rem;
}


/* area_entry_top */


/* area_entry_btm */
.area_entry_btm {
  background-color: #ff6a93;
}

/* .entryBtn */
.entryBtn {
  display: block;
  width: 100%;
  padding: 0.5em 0.2em 0.5em;
  text-align: center;
  z-index: 100;
}
.entryBtn li a {
  display: block;
  width: 100%;
  padding: 0.8em 0;
  margin: 0.2em auto;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.1;
  color: #38d6be;
  border: 3px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 4px #38d6be inset;
  box-shadow: 0 0 0 4px #38d6be inset;
  border-radius: 1em;
  font-family: 'Kosugi Maru', sans-serif;
}
.area_entry_btm.entryBtn li a {
  color: #ff6a93;
  -webkit-box-shadow: 0 0 0 4px #ff69a3 inset;
  box-shadow: 0 0 0 4px #ff69a3 inset;
}
.entryBtn a i {
  margin-right: 0.1em;
  font-size: 1.6rem;
}
.entryBtn a small {
  display: block;
  font-size: 0.9rem;
  color: #999;
}
.entryBtn .note {
  margin-top: 1em;
  font-size: 0.8rem;
  line-height: 1;
  color: #999;
}
.area_entry_btm .note {
  color: #fff;
}

/* main */
.main {
  padding: 2.5em 0 1.5em;
  text-align: center;
}
.main .ttl {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
  font-family: 'Kosugi Maru', sans-serif;
}

/* genreList */
.genreList {
  margin: 0.5em 0;
}
.genreList li {
  display: inline-block;
  width: 20vw;
  height: 20vw;
  max-width: 140px;
  max-height: 140px;
  background: #38d6be;
  border-radius: 10em;
}
.genreList li:first-child {
  margin: 0;
}

.genreList li i {
  display: block;
  margin-top: 0.3em;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.genreList li span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 701px) {
  .genreList li i {
    margin-top: 0.4em;
  }
}


/* reasonList */
.reasonList {
  width: 100%;
  padding: 1em 0 6em;
  text-align: center;
  background: #fecfb5 url(./img/reason_bg.jpg) 100% 50% repeat;
  background-size: auto 100%;
  position: relative;
  z-index: 0;
}
.reasonList:after,
.reasonList:before {
  content: "";
  width: 100%;
  height: 35vw;
  max-height: 350px;
  position: absolute;
  left: 0;
}
.reasonList:before {
  top: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
  background: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
}
.reasonList:after {
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
  background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
  background: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
  background: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,1));
}

.reasonList h2.ttl {
  text-indent: -9999px;
  font-size: 1px;
}
.reasonList .wrep {
  overflow: hidden;
}
.reasonList section {
  width: 75vw;
  height: 75vw;
  max-width: 750px;
  max-height: 750px;
  padding: 5%;
  margin: 1.5em auto 2em;
  background-color: #fff;
  border-radius: 20em;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 701px) {
  .reasonList section {
    height: 18em;
  }
}
.reasonList section div {
  position: relative;
  z-index: 20;
}
.reasonList h3.ttl {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: bold;
  color: #444;
  font-family: 'Kosugi Maru', sans-serif;
}
.reasonList .reason2 h3.ttl {
  letter-spacing: -0.1em;
}

.reasonList section b {
  display: block;
  margin: 0 0.2em 0.5em;
  font-size: 1.2rem;
  color: #fff;
  background-color: #ff6a93;
  border-radius: 1em;
}
.reasonList section p {
  margin: 0 2em;
  text-align: left;
}
.reasonList section img {
  width: 30%;
  max-width: 170px;
  position: absolute;
  z-index: 10;
}
.p1 { top: -0.5em; left: -0.5em; }
.p2 { top: -0.5em; right: -1em; }
.p3 { bottom: -1em; left: -0.5em; }
.p4 { bottom: -1em; right: -0.5em; }


/* info  */
.info {
  padding: 1px 0;
  margin-top: -6em;
  background: url(./img/info_bg.png) 50% 0 no-repeat; 
  background-size: 100% auto;
  position: relative;
  z-index: 10;
}
.info .ttl {
  margin-top: 15em;
  height: 27vw;
  max-height: 190px;
  margin-bottom: -3em;
  text-indent: -9999px;
  background: url(./img/info_ttl.png) 50% no-repeat; 
  background-size: auto 100%;
  position: relative;
  z-index: 10;
}
.info .inner {
  padding: 2em 1em 1em;
  background-color: #fff;
  border-radius: 1em;
}
@media screen and (min-width: 600px) {
  .info .ttl {
    margin-top: 60vw;
  }
}
@media screen and (min-width: 1000px) {
  .info .ttl {
    margin-top: 600px;
  }
}
@media screen and (min-width: 700px) {
  .info .inner {
    width: 600px;
    padding-left: 2em;
    margin: 4% auto !important;
    box-sizing: border-box;
  }
}

.info li {
  list-style-type: none;
  margin-top: 0.4em;
}
.info li:first-child {
  margin-top: 0;
}
.info li > i {
  margin-right: 0.2em;
  font-size: 1.1rem;
  color: #ff6a93;
}


/*=======　footer　=======*/
/* list_simple */
ul.list_simple {
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
}
ul.list_simple li a {
  display: block;
  padding: 1em;
  color: #7f7f7f;
  border-top: 1px solid #ccc;
  position: relative;
}
ul.list_simple li a:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  border-top: solid 0.1em #7f7f7f;
  border-right: solid 0.1em #7f7f7f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}

/* copyright */
.copyright {
  font-size: 0.7rem;
  padding: 1.5em 0 5em;
  text-align: center;
  border-top: 1px solid #ccc;
}


/*　animation　=================================*/
/*-- ズーム --*/
.animate_zoomRepeat {
  -webkit-animation: zoomRepeat 1.5s ease-in-out infinite;
  animation: zoomRepeat 1.5s ease-in-out infinite;
}

@-webkit-keyframes zoomRepeat {
  0% {
    -webkit-transform: scale(0.9) translate(0, 0);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(0, 5px);
  }
  60% {
    -webkit-transform: scale(0.9) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(0.9) translate(0, 0);
  }
}
@keyframes zoomRepeat {
  0% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(0, 5px);
    transform: scale(1, 1) translate(0, 5px);
  }
  60% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
  }
}

/*-- フェードインアップ inview --*/
.animated_fadeInUp {
  opacity: 0;
}

.animated_fadeInUp.active {
  opacity: 1;
  -webkit-animation: fadeInUp 0.5s ease 1;
  animation: fadeInUp 0.5s ease 1;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/*　add style　=================================*/
.lead, .aside {
  margin: 1em;
}

/* tokushoBox */
#tokushoBox img {
  height: 1.2em;
  border: none;
  vertical-align: bottom;
}

/* policyBox */
#policyBox .boxWrap {
  word-break: break-all;
}

/* agecheckBox */
#agecheckBox dd em {
  margin-left: -0.5em;
  font-weight: bold;
  font-style: normal;
}
#agecheckBox aside {
  background-color: #eee;
  padding: 1.5em;
  font-size: 0.8em;
  text-align: left;
}
.certificate {
  margin-bottom: 2em;
}
.certificate li {
  margin: 0.3em 0;
  list-style: none;
  text-indent: -1.7em;
  line-height: 1.1;
}
.certificate:nth-of-type(2) li { text-indent: -1.2em; }

.certificate i {
  font-style: normal;
}

.samplelist {
  padding: 0 !important;
  margin: 1em 0;
  text-align: center;
  list-style: none;
}
.samplelist li {
  list-style: none;
  padding: 0.5em 0;
  margin: 0.5em 0;
  line-height: 1.1;
}
.samplelist li p {
  padding: 0.5em 0;
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
  background-color: #999;
  border-radius: 0.4em;
}
.samplelist li img {
  width: 96%;
  max-width: 400px;
  margin: 0.5em 0.1em;
}
.samplelist .ex {
  background-color: #eee;
  padding: 1.5em;
}
.samplelist .ex span {
  display: inline-block;
  font-size: 0.9em;
  text-align: left;
}


/* =Table
----------------------------------------------- */
.tableStyle {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  background: #fff;
}
.tableStyle thead th {
  background: #aaa;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #999;
}
.tableStyle td, .tableStyle th {
  display: table-cell;
  width: auto;
  padding: 0.5em;
  text-align: left;
  font-weight: normal;
  border: 1px solid #ddd;
}


/* =List
----------------------------------------------- */
.dlStyle ul,
.list_marker {
  padding-left: 1.5em;
  list-style-type: disc;
}
.dlStyle ol,
.list_number {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.list_marker > li { list-style: disc; }
.list_number > li { list-style: decimal; }

.parenthesized-decimal {
  counter-reset: cnt;
  list-style-type: none !important;
}

.parenthesized-decimal li:before {
  margin-left: -1.5em;
  counter-increment: cnt;
  content: "("counter(cnt) ") ";
}
ul.none, ul.none li,
ol.none, ol.none li {
  list-style-type: none;
}
.none li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}


/* =dl Style
----------------------------------------------- */
.dlStyle {
  margin: 1em 4vw;
}
.dlStyle dt {
  font-weight: bold;
}
.dlStyle dd {
  margin-bottom: 1em;
}
.dlStyle dl {
  margin-top: 1em;
}

/* =box Style
----------------------------------------------- */
.box {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 3em;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
}
.boxWrap {
  width: 96%;
  height: 100%;
  padding: 2em 0;
  margin: 1.5em auto 0;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 1em;
  overflow-y: scroll;
}
.box h3 {
  margin-bottom: 1.5em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

/* closeBtn */
.closeBtn {
  display: none;
  position: absolute;
  top: 0.8em;
  right: 1.9vw;
}
.closeBtn a {
  display: block;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  text-indent: -9999px;
  line-height: 1;
  color: #fff;
  border: 3px solid #fff;
  background-color: #333;
  border-radius: 5em;
}
.closeBtn a:before {
  content: "×";
  display: block;
  width: 100%;
  font-size: 1.8rem;
  margin-top: -0.5em;
  text-align: center;
  line-height: 1;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

/* =form Style
----------------------------------------------- */
.regist form {
  margin: 1em;
  text-align: center;
}
.regist input, .regist select, .regist textarea {
  font-size: 100%;
  line-height: 2;
}
.regist input[type=text], .regist input[type=password] {
  width: 100%;
  padding: 0 0.5em;
  border: 1px solid #ccc;
}
.regist .btn, .regist button, .regist input[type="button"], .regist input[type="reset"], .regist input[type="submit"] {
  display: block;
  width: 65%;
  padding: 1em 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  border: none;
  color: #fff;
  background: #888;
  border: 0.1em solid #fff;
  -webkit-box-shadow: 0 0 0 0.1em #888;
  box-shadow: 0 0 0 0.1em #888;
  border-radius: 1em;
  cursor: pointer;
}
.regist .prev, .regist input[type="reset"] {
  display: block;
  width: 25%;
  padding: 15px 0;
  font-size: 0.8rem;
  background: #999;
  border: none;
}
.regist button:hover, .regist input[type="button"]:hover, .regist input[type="reset"]:hover, .regist input[type="submit"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.regist .rowBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.regist form li p a {
  display: inline-block;
  padding: 0.2em 1em;
  margin: 1em 0;
  color: #fff;
  background-color: #aaa;
  border: 2px solid #999;
  border-radius: 1em;
}


/* =regist Style
----------------------------------------------- */
#container .regist .inner {
  margin: 2em 0 3em;
}
.regist h1 {
  padding: 0.2em 0;
  margin: 0.5em;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background-color: #38d6be;
}
.regist ul {
  text-align: center;
  list-style: none;
}
.regist li p {
  margin-bottom: 1em;
}
.regist li p span {
  display: block;
  padding: 0.4em;
  background-color: #eee;
}
.regist .lead b {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #ff6a93;
}
.regist .msg {
  margin: 2em 3em;
  text-align: center;
  color: #ff6a93;
}
.regist .note {
  margin: 0.5em 0;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.1;
}
.regist .note span {
  color: #ff2294;
}

/* boxArea */
.boxArea {
  padding: 1em 0.5em;
  margin: 2em 1em;
  text-align: center;
  background-color: #eee;
}
.boxArea .lead {
  line-height: 1.4;
}
.boxArea img {
  margin: 5px auto;
}
.boxArea img.qr {
  width: 80%;
  max-width: 250px;
  border: 10px solid #fff;
}
.boxArea span {
  display: block;
  font-size: 0.9rem;
}
.boxArea a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

/* linkBtn */
.linkBtn {
  display: block;
  width: 80%;
  padding: 0.8em 0;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #38d6be;
  border: 3px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 4px #38d6be inset;
  box-shadow: 0 0 0 4px #38d6be inset;
  border-radius: 1em;
  font-family: 'Kosugi Maru', sans-serif;
}
.linkBtn:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}


/*---------------------
   clearfix
---------------------*/
.main ul:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.main ul,
.clearfix {
  zoom: 1;
}
