@charset "UTF-8";
/* CSS Document */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font: 18px/1.4 -apple-system, BlinkMacSystemFont, Verdana, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none;
  font-weight: 300;
  overflow-x: hidden;
  color: #565656;
  background: #fff;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
.atContent dt {
  padding-top: 15px;
  padding-bottom: 5px;
  color: #c98fe7;
  border-top: 1px dotted #ccc;
}
.atContent dt:first-child {
  border-top: none;
}
.atContent dd {
  margin-bottom: 15px;
}
#header {
  overflow-x: hidden;
  position: relative;
  height: 560px;
  background-image: url("../img/top.jpg");
  text-align: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
/*downloadBtn*/
.downloadBtn {
  padding: 10px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 520px;
  min-width: 380px;
}
.downloadBtn p {
  font-weight: bold;
  color: #fff;
}
.downloadBtn li {
  list-style: none;
}
.AppStore, .Googleplay {
  margin: 3px 0;
  width: 100%;
  max-width: 200px;
}
.copy {
  width: 100%;
}
h2 {
  text-align: center;
  font-size: 1.2em;
  padding: 30px 0 30px 0;
  line-height: 1.3;
}
.cap span {
  font-size: 0.8em;
}
h3 {
  margin: 16px;
  text-align: center;
}
section {
  padding: 6%;
}
/*メインページ*/
.hero img {
  width: 100%;
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.hero p {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 30px;
}
.intro dd, .support p {
  margin-bottom: 20px;
  max-width: 500px;
  margin: 0 auto 20px;
}
.intro {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.intro p {
  margin: 0 30px 30px;
}
.Howtouse dd {
  padding: 0 20px 20px;
}
.intro img {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.recommended {
  background: #e3b2fc;
}
.recommended p {
  font-size: 14px;
}
.recommendedWrap {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.feature {
  clear: both;
  border-bottom: 1px solid #ccc;
}
.sub-heading {
  margin-bottom: 10px;
  text-align: center;
}
.feature ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 21px;
  margin: 0 auto;
}
.feature li {
  display: inline-block;
}
.feature img {
  width: 100%;
}
.feature p {
  font-size: 14px;
}
.support {
  clear: both;
  border-bottom: 1px solid #ccc;
}
.support ul {
  display: block;
  max-width: 420px;
  text-align: center;
  margin: 0 auto;
}
.support li {
  width: 38%;
  display: inline-block;
  padding: 5px;
}
.support img {
  width: 100%;
}
.notes {
  clear: both;
  background-color: #efefef;
  padding: 30px;
}
.notes p {
  background-color: #fff;
  padding: 20px;
}
/*会社概要*/
#companyCt, #termsCt, #privacyCt, #deleteCt, #childsafetyCt, #agecheckCt {
  padding: 40px;
  margin: 0 auto;
  max-width: 800px;
}
#privacyCt li, #childsafetyCt li {
  list-style: none;
}
/* 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;
}
.dlStyle ul, .list_marker {
  padding-left: 1.5em;
}
/*トップナビ*/
.topnav {}
.topnav ul {
  padding: 10px 0;
  text-align: center;
}
.topnav li {
  display: inline-block;
}
.topnav li a {
  color: #565656;
  font-size: 0.75em;
  text-decoration: none;
  border-right: solid 1px #ccc;
  padding: 0 1em;
}
.topnav li:first-child a {
  border-left: solid 1px #ccc;
}
.topnav p {
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 750px) {
  .topnav li a {
    font-size: 0.9em;
  }
}
/*フットナビ*/
.footnav ul {
  border-top: solid 1px #ccc;
  padding: 10px 0;
  text-align: center;
}
.footnav li {
  display: inline-block;
}
.footnav li a {
  color: #565656;
  font-size: 0.75em;
  text-decoration: none;
  border-right: solid 1px #ccc;
  padding: 0 1em 0 0.7em;
}
.footnav li:first-child a {
  border-left: solid 1px #ccc;
  padding: 0 1em 0 0.7em;
}
.footnav p {
  font-size: 0.8em;
  text-align: center;
  padding-bottom: 30px;
}
/*フッター*/
@media (min-width: 750px) {
  .copy-ttl {
    font-size: 1.8em;
  }
  footer li a {
    font-size: 14px;
    padding: 0 10px;
  }
}
#footer {
  overflow: hidden;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footerDownload {
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
}
.footer-left {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 10% 0;
  padding: 15px;
  float: left;
  display: block;
  width: 50%;
}
.footer-left li {
  list-style: none;
}
.footerDownload img {
  max-width: 150px;
}
.footerDownload p {
  font-size: 0.8em;
}
.footerDownload span {
  font-size: 1.7em;
  line-height: 1.2;
}
.smp {
  width: 38%;
  margin-bottom: -8px;
}
.copyright {
  background-color: #DFDFDF;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 750px) {
  #header {
    background-image: url("../img/top_pc.jpg");
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  h2 {
    font-size: 1.7em;
  }
  .downloadBtn {
    padding: 10px;
    top: 70%;
  }
  .AppStore, .Googleplay {
    margin: 3px 0;
    width: 100%;
  }
  .recommendedWrap {
    max-width: 640px;
    margin: 0 auto;
  }
  .recommended {
    clear: both;
  }
  .intro {
    clear: both;
    overflow: hidden;
  }
  .intro p {
    text-align: center;
  }
  .Howtouse {
    max-width: 960px;
    margin: 0 auto;
  }
  .Howtouse dd {
    padding: 0;
  }
  .Howtouse03:last-child {
    margin-right: 0;
  }
  .Howtouse01, .Howtouse02, .Howtouse03 {
    float: left;
    width: 33%
  }
  .intro img, .intro dd {
    width: 80%;
  }
  .support ul {
    max-width: 1000px;
  }
  .support p {
    max-width: 840px;
    text-align: center;
  }
  .support li {
    max-width: 160px;
    padding: 5px;
  }
  .feature p {
    font-size: 20px;
  }
  .feature ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin: 0 auto;
    max-width: 1000px;
  }
  .notes p {
    max-width: 840px;
    margin: 0 auto;
  }
}