@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;
}
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: #000;
  background-color: #fff;
  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;
  -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;
}
.Email {
  animation: Email 1s infinite;
}
@keyframes Email {
  50% {
    transform: scale(1, 1);
  }
  52% {
    transform: scale(0.98, 0.95)
  }
  54% {
    transform: scale(1, 1);
  }
  56% {
    transform: scale(0.98, 0.95)
  }
  58% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(0.98, 0.95)
  }
}
.line {
  animation: line 1s infinite;
}
@keyframes line {
  50% {
    transform: scale(1, 1);
  }
  52% {
    transform: scale(0.98, 0.95)
  }
  54% {
    transform: scale(1, 1);
  }
  56% {
    transform: scale(0.98, 0.95)
  }
  58% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(0.98, 0.95)
  }
}
@media screen and (min-width: 1001px) {
  /* #container .inner {
    margin: 0 2em 2em;
  }*/
}
.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-weight: bold;
  text-align: center;
  margin: 10px 0;
  font-size: 1.5em;
}
/* area_linebnr_top */
.area_linebnr_top {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.5em;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.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.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: 44%;
}
.area_linebnr_top .btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: 1.1;
  text-align: center;
  color: #ff4eef;
  background-color: #fff;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  border: 0.1em solid #ff4eef;
}
.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) 0 50% no-repeat;
  -webkit-background-size: auto 60%;
  -moz-background-size: auto 60%;
  background-size: auto 60%;
}
.area_linebnr_top .linebtn a {
  background-color: #00b900;
  border: 0.25em solid #8fe6b7;
}
.area_linebnr_top .linebtn span {
  background: url(./img/icon_line.png) 0 50% no-repeat;
  -webkit-background-size: auto 60%;
  -moz-background-size: auto 60%;
  background-size: auto 60%;
}
/* area_linebnr_btm */
.area_linebnr_btm {
  display: block;
  width: 100%;
  padding: 0.5em 0.5em 0.5em;
  text-align: center;
  z-index: 100;
}
.area_linebnr_btm a {
  font-weight: bold;
  display: inline-block;
  width: 95%;
  padding: 0.8em 0;
  margin: 0.2em auto;
  font-size: 1.5em;
  line-height: 1.1;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  color: #fff;
}
.Email {
  background-color: #ff4eef;
}
.line {
  background-color: #00b900;
}
.area_linebnr_btm a span {
  display: block;
}
.area_linebnr_btm a small {
  display: block;
  font-size: 0.5em;
}
.note {
  text-align: center;
  font-size: 0.8em;
}
@media screen and (min-width: 1001px) {
  /* area_linebnr_top */
  .area_linebnr_top .btn br {
    display: none;
  }
  .area_linebnr_top .btn span {
    padding: 1em 0 1em 2em;
    font-size: 0.8em;
  }
  .area_linebnr_top .btn small {
    font-size: 100%;
  }
  /* area_linebnr_btm */
  .area_linebnr_btm {
    display: flex;
  }
  .area_linebnr_btm a {
    max-width: 660px;
    padding: 30px;
  }
}
/* main */
.main, .top-recomment {
  background: url(./img/bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.main, .top-recomment {
  padding: 1em;
  text-align: center;
}
.main ul {
  margin: 2em 0 1em;
}
.main li {
  float: left;
  width: 20vw;
  height: 20vw;
  margin-left: 2vw;
  -webkit-border-radius: 10vw;
  -moz-border-radius: 10vw;
  border-radius: 10vw;
}
.main li:first-child {
  margin: 0;
}
.main li span {
  display: inline-block;
  margin-top: 12.5vw;
  font-size: 1.2em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}
.main aside {
  clear: both;
  font-size: 0.8em;
  line-height: 1.1;
  color: #ff2294;
}
@media screen and (min-width: 1001px) {
  .ttl {
    font-size: 1.5em;
  }
  .main li {
    width: 200px;
    height: 200px;
    margin-left: 20px;
  }
  .main li span {
    margin-top: 120px;
    font-size: 2.2em;
  }
  .reasonList section {
    padding-top: 1.5em;
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* reasonList */
.reasonList {
  padding: 3em 0 1em;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  list-style: none;
}
.reasonList li {
  list-style: none;
}
.reason1 img, .reason2 img, .reason3 img {
  width: 100%;
}
/* info  */
.info {
  margin-bottom: 30px;
}
@media screen and (min-width: 1001px) {}
/*=======　footer　=======*/
.footer {
  background-color: #fff;
}
/* list_simple */
ul.list_simple {
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  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);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
/* copyright */
.copyright {
  font-size: 0.7em;
  padding: 1.5em 0 10vw;
  text-align: center;
  background-color: #eee;
}
@media screen and (min-width: 1001px) {
  .copyright {
    padding-bottom: 200px;
  }
}
/* 1000px以下 =================================*/
@media screen and (max-width: 600px) {
  body {
    font-size: 4vw;
  }
}
/*　animation　=================================*/
/*-- ズーム --*/
.animate_zoomRepeat {
  -webkit-animation: zoomRepeat 1.5s ease-in-out infinite;
  -moz-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);
  }
}
@-moz-keyframes zoomRepeat {
  0% {
    -moz-transform: scale(0.9) translate(0, 0);
  }
  30% {
    -moz-transform: scale(1, 1) translate(0, 5px);
  }
  60% {
    -moz-transform: scale(0.9) translate(0, 0);
  }
  100% {
    -moz-transform: scale(0.9) translate(0, 0);
  }
}
@keyframes zoomRepeat {
  0% {
    transform: scale(0.9) translate(0, 0);
  }
  30% {
    transform: scale(1, 1) translate(0, 5px);
  }
  60% {
    transform: scale(0.9) translate(0, 0);
  }
  100% {
    transform: scale(0.9) translate(0, 0);
  }
}
/*-- フェードインアップ inview --*/
.animated_fadeInUp {
  opacity: 0;
}
.animated_fadeInUp.active {
  opacity: 1;
  -webkit-animation: fadeInUp 0.5s ease 1;
  -moz-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);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　add style　=================================*/
.lead, .aside {
  margin: 1em 5vw;
}
/* 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;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  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;
  -webkit-border-radius: 9vw;
  -moz-border-radius: 9vw;
  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;
  color: #fff;
  background: #888;
  border: none;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  cursor: pointer;
}
.regist .prev, .regist input[type="reset"] {
  display: block;
  width: 25%;
  padding: 15px 0;
  font-size: 0.8em;
  background: #999;
  border: 0.25em solid #eee;
}
.regist button:hover, .regist input[type="button"]:hover, .regist input[type="reset"]:hover, .regist input[type="submit"]:hover {
  border: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.regist .rowBtn {
  display: flex;
  justify-content: center;
  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: 2em 0;
}
.regist h1 {
  padding: 0.2em 0;
  margin: 0.5em 0;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  background-color: #aaa;
}
.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: #ff33c6;
}
.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: #ff33c6;
}
@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: 90%;
  padding: 0.8em 0;
  margin: 0.2em auto;
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  color: #ff4eef;
  border: 0.1em solid #ff4eef;
  background-color: #fff;
  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;
}
