@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　=================================*/
body {
  font-size: 24px;
  color: #565656;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
#container {
  margin: 0 auto;
}
.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　=======*/
.ttl {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
}
.ttl_sub {
  display: block;
  padding: 0.2em 0;
  margin: 0 auto 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: rgb(252, 88, 137);
  background: linear-gradient(90deg, rgba(252, 88, 137, 1) 43%, rgba(255, 165, 100, 1) 100%);
  border-radius: 1em;
}
/* area_linebnr_top */
.area_linebnr_top {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.area_linebnr_top .icon {
  width: 10%;
}
.area_linebnr_top .text {
  width: 50%;
  padding: 0 2%;
}
.area_linebnr_top .text > span {
  display: block;
  color: #6e6b6b;
  font-size: 0.8em;
  line-height: 1.3;
}
.area_linebnr_top .text > span.name {
  font-weight: bold;
  font-size: 0.9em;
}
.area_linebnr_top .text > span.star > em {
  color: #ffba00;
}
.area_linebnr_top .btn {
  width: 38%;
  text-align: right;
}
.area_linebnr_top .btn a {
  display: block;
  width: 85%;
  height: 100%;
  margin: 0 5% 0 auto;
  font-size: 0.8em;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #707070;
  border-radius: 5em;
}
.area_linebnr_top .btn small {
  font-size: 0.8em;
}
.area_linebnr_top .btn span {
  display: inline-block;
  padding: 0.4em 0.5em 0.6em 2.5em;
  margin: 0 auto;
  background: url(./img/icon_mail.png?240116) 0 50% no-repeat;
  background-size: auto 60%;
}
.area_linebnr_top .btn span.iconLine {
  padding: 0.6em 0.5em 0.6em 2.5em;
  background: url(./img/icon_line.png?240116) 0 50% no-repeat;
  background-size: auto 90%;
}
@media screen and (min-width: 1001px) {
  .area_linebnr_top .btn br {
    display: none;
  }
  .area_linebnr_top .btn span {
    padding: 1em 0.5em 1em 2.5em;
    font-size: 1em;
  }
  .area_linebnr_top .btn small {
    font-size: 100%;
  }
}
/* area_linebnr_btm */
.area_linebnr_btm {
  display: block;
  width: 100%;
  padding: 1em 0.5em 0.5em;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  border-top: 1px solid #ccc;
}
.area_linebnr_btm ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.area_linebnr_btm li a {
  display: inline-block;
  width: 95%;
  max-width: 500px;
  padding: 0.5em 0;
  margin: 0.1em auto;
  font-size: 1.4em;
  line-height: 1.1;
  color: #fff;
  background-color: #4bca36;
  border-radius: 10em;
}
.area_linebnr_btm li a.Email {
  color: #fff;
  background: rgb(252, 88, 137);
  background: linear-gradient(90deg, rgba(252, 88, 137, 1) 43%, rgba(255, 165, 100, 1) 100%);
}
.area_linebnr_btm li a span {
  display: block;
}
.area_linebnr_btm li a small {
  display: block;
  font-size: 0.5em;
  color: #fff;
}
.area_linebnr_btm li a.Email small {
  color: #fff;
}
.area_linebnr_btm .note {
  margin: 0.5em 0 1em;
  font-size: 0.5em;
}
@media screen and (min-width: 1001px) {
  .area_linebnr_btm ul {
    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;
  }
  .area_linebnr_btm li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
.yureru-j {
  animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
  0% {
    transform: translate(0px, 5px);
  }
  5% {
    transform: translate(0px, -5px);
  }
  10% {
    transform: translate(0px, 5px);
  }
  15% {
    transform: translate(0px, -5px);
  }
  20% {
    transform: translate(0px, 5px);
  }
  25% {
    transform: translate(0px, -5px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
#container > p.header,
h1 {
  text-align: center;
  background: #f6f4ec;
}
/* main */
.main {
  padding: 2.5em 0;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.main .ttl_sub {
  width: 85%;
  font-size: 1.2em;
  font-weight: bold;
}
.main ul {
  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;
  margin: 2em 0 1em;
}
.main li {
  width: 20vw;
  height: 20vw;
  margin-left: 2vw;
  border-radius: 10vw;
}
.main li:first-child {
  margin: 0;
}
.genre1 {
  background-image: url(./img/genre1.jpg?240116);
}
.genre2 {
  background-image: url(./img/genre2.jpg?240116);
}
.genre3 {
  background-image: url(./img/genre3.jpg?240116);
}
.genre4 {
  background-image: url(./img/genre4.jpg?240116);
}
.genre1, .genre2, .genre3, .genre4 {
  background-color: #aaa;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main li span {
  display: inline-block;
  margin-top: 12.5vw;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fcfcfd;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.main aside {
  clear: both;
  font-size: 0.8em;
  line-height: 1.1;
}
@media screen and (min-width: 1001px) {
  .main {
    margin-bottom: 4vw;
  }
  .main li {
    width: 200px;
    height: 200px;
    margin-left: 20px;
  }
  .main li span {
    margin-top: 120px;
    font-size: 48px;
  }
}
/* reasonList */
.reasonList {
  color: #fff;
  width: 100%;
  text-align: center;
  background: rgb(252, 88, 137);
  background: linear-gradient(90deg, rgba(252, 88, 137, 1) 43%, rgba(255, 165, 100, 1) 100%);
  position: relative;
  z-index: 0;
}
.reasonList:before {
  content: "";
  width: 4em;
  height: 4em;
  margin-left: -2em;
  background: url(./img/icon_logo.png?240116) 50% no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2.2em;
  left: 50%;
  z-index: 10;
}
.reasonList h2.ttl {
  padding-top: 10vw;
  color: #fff;
}
.reasonList .wrep {
  padding-bottom: 2em;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}
.reasonList .ttl_sub {
  font-size: 1.05em;
}
.reasonList section {
  padding: 12% 3% 5%;
  margin: 1.5em 4vw 2em;
  background-color: #fff;
  border-radius: 1em;
  position: relative;
  z-index: 10;
}
.reasonList section:after {
  content: "";
  width: 5em;
  height: 5em;
  background: url(./img/icon_logo2.png?240116) 50% no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: 10;
}
.reasonList section.reason1:after {
  top: -1em;
  right: -1em;
}
.reasonList section.reason2:after {
  top: -1em;
  right: -1em;
}
.reasonList section.reason3:after {
  top: -1em;
  right: -1em;
}
.reasonList section p {
  margin: 0 0.5em;
  text-align: left;
}
.reason2 div, .reason3 div {
  position: relative;
  z-index: 10;
}
.reason1 {
  background: url(./img/reason_1.png?240116);
  background-size: cover;
}
.reason2 {
  background: url(./img/reason_2.png?240116);
  background-size: cover;
}
.reason3 {
  background: url(./img/reason_3.png?240116);
  background-size: cover;
}
@media screen and (min-width: 1001px) {
  .reasonList {
    border-top-width: 20px;
  }
  .reasonList:before {
    width: 160px;
    height: 160px;
    margin-left: -80px;
    top: -90px;
  }
  .reasonList h2.ttl {
    font-size: 2.2em;
  }
  .reasonList .wrep {
    padding-bottom: 4em;
  }
  .reasonList section {
    margin-top: 2.5em;
    margin-bottom: 4em;
    margin-left: 40px;
    margin-right: 40px;
  }
  .reasonList section:after {
    width: 180px;
    height: 180px;
  }
  .reasonList section.reason1:after {
    top: -50px;
    right: -10px;
  }
  .reasonList section.reason2:after {
    top: -50px;
    left: -10px;
  }
  .reasonList section.reason3:after {
    top: -50px;
    right: -10px;
  }
  .reason1 img {
    width: auto;
  }
  .reason2 img {
    width: 45%;
    right: -6%;
  }
  .reason3 img {
    width: 45%;
    left: -7%;
  }
}
/* info  */
.info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4em 0 0.5em;
  background-color: #8C8CD3;
  background: url(./img/info_bg.jpg?240116) no-repeat;
  background-size: 100% auto;
}
.info .ttl {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.info .inner {
  margin: 4vw;
  padding: 5% 2% 5% 5%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1em;
}
.info li {
  margin-top: 0.5em;
}
.info li:first-child {
  margin-top: 0;
}
.info li > i {
  margin-right: 0.2em;
  color: rgb(252, 88, 137);
}
@media screen and (min-width: 1001px) {
  .info {
    padding: 7em 0 0.5em;
  }
}
/*=======　footer　=======*/
footer {
  background: #f6f4ec;
}
/* list_simple */
ul.list_simple {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #ebe5e5;
}
ul.list_simple li a {
  display: block;
  color: #7f7f7f;
  padding: 1em;
  border-bottom: 1px solid #ebe5e5;
  position: relative;
}
ul.list_simple li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #7f7f7f;
  border-right: solid 2px #7f7f7f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
/* copyright */
.copyright {
  font-size: 0.7em;
  padding: 1.5em 0 40vw;
  text-align: center;
  color: #fff;
  background-color: #ccc;
}
.registPage .copyright {
  padding: 1.5em 0;
}
.japhic {
  display: inline-block;
  width: 100px;
  max-width: 25%;
  padding: 1rem 1rem 0.5rem;
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
.japhic img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px;
  }
  .japhic {
    margin: 0 0 0 1rem;
  }
}
/* 1000px以下 =================================*/
@media screen and (max-width: 600px) {
  body {
    font-size: 4vw;
  }
}
/*　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 3vw;
}
/* 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: 10em;
  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.5em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
/* closeBtn */
.closeBtn {
  display: none;
  position: absolute;
  top: 0.9em;
  right: 1.9vw;
}
.closeBtn a {
  display: block;
  width: 9vw;
  height: 9vw;
  text-align: center;
  text-indent: -9999px;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  background-color: #333;
  border-radius: 9vw;
}
.closeBtn a:before {
  content: "×";
  display: block;
  width: 100%;
  font-size: 1.6em;
  margin-top: -0.5em;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (min-width: 1001px) {
  .closeBtn a {
    width: 3em;
    height: 3em;
  }
}
/* =form Style
----------------------------------------------- */
.regist form {
  margin: 1em 5vw;
  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: 20px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9em;
  line-height: 1;
  border: none;
  color: #fff;
  background-color: #666;
  border-radius: 0.5em;
  cursor: pointer;
}
.regist .prev, .regist input[type="reset"] {
  display: block;
  width: 25%;
  padding: 15px 0;
  font-size: 0.8em;
  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;
}
@media screen and (min-width: 1001px) {
  .regist form ul {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
  }
  .regist form li {
    display: table-row;
  }
  .regist form li label {
    display: table-cell;
    width: 30%;
    line-height: 1;
    vertical-align: middle;
  }
  .regist form li label small {
    display: block;
  }
  .regist form li p {
    display: table-cell;
    width: 70%;
    text-align: left;
  }
  .regist .rowBtn {
    width: 80%;
    margin: 0 auto;
  }
}
/* =regist Style
----------------------------------------------- */
#container .regist .inner {
  margin-top: 8vw;
  margin-bottom: 10vw;
}
.regist h1 {
  padding: 0.3em 0;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  background-color: rgb(252, 88, 137);
  background: linear-gradient(90deg, rgba(252, 88, 137, 1) 43%, rgba(255, 165, 100, 1) 100%);
}
.regist ul {
  text-align: center;
}
.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: #fc5889;
}
.regist .msg {
  margin: 2em 3vw;
  text-align: center;
  color: #f00;
}
.regist .note {
  margin: 0.5em 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.1;
}
.regist .note span {
  color: #fc5889;
}
@media screen and (min-width: 1001px) {
  .regist p.lead {
    text-align: center;
  }
}
/* boxArea */
.boxArea {
  padding: 1em 0.5em;
  margin: 2em 0;
  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.9em;
}
.boxArea a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/* linkBtn */
.linkBtn {
  display: block;
  width: 95%;
  padding: 0.5em 0;
  margin: 0 auto;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
  background-color: #00b900;
  border-radius: 10em;
  text-decoration: none;
}
.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;
}
