@charset "UTF-8";
body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, メイリオ, sans-serif;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  color: #000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 1.5;
  background: #e0051c;
  overflow: hidden;
}
/* スクロールバーの有無によるズレ対策 */
html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
* {}
/* リンク
----------------------------------------------------*/
a {
  color: #e0051c;
  text-decoration: none;
}
a:link {
  color: #e0051c;
  text-decoration: none;
}
a:visited {
  color: #e0051c;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: none;
}
a:active {
  color: #FF0000;
  text-decoration: none;
}
img {
  vertical-align: bottom;
  text-decoration: none;
  border: 0;
  line-height: 1px;
}
a:hover img {
  border: none;
  text-decoration: none;
}
/*Header
========================*/
header {
  background: #FFF;
  text-align: center;
  padding: 1em;
}
header h1 img {
  width: 200px;
}
/*Footer
========================*/
footer {
  padding: 1em;
  color: #FFF;
  margin: 0px;
  text-align: center;
}
.copyright {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
/*注釈※付*/
.notearea {}
.notearea ul {
  margin-left: 13px;
  margin-right: 0;
  font-size: 13px;
}
.notearea ul li {
  position: relative;
  margin-bottom: 2px;
}
.notearea ul li:before {
  content: "※";
  position: absolute;
  left: -13px;
}
.wframe {
  background: #fff;
  padding: 1.5em;
  border-radius: 5px;
  margin-bottom: 2em;
}
.cam1 dt {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
.cam2 {
  margin-bottom: 2em;
}
.cam2 dt {
  background:
    rgba(247, 246, 114, 1.00);
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px;
}
.cam2 dd {
  background: #fff;
  padding: 1em 1.5em;
  font-size: 1.1em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cam2 dd strong {
  font-weight: bold;
  font-size: 1.3em;
}
.cardface{padding:16px 0;}
.cardface ul{display: flex;justify-content:center;align-items:center;}
.cardface ul li{width:48%;margin:1%;max-width:200px;}
/*これまで*/
.camimg {
  padding: 1em;text-align: center;
}
.camimg img {
  width: 100%;max-width:1000px;
  height: auto;
  margin: auto;border:2px solid #fff;
}
.contents {
  padding: 16px;
  max-width: 800px;
  margin: 0 auto;
}

/*楽天Edy*/
.rakutenedy{background: #ffff;padding:32px;}
.rakutenedy .banner{text-align: center;margin-bottom:32px;}
.rakutenedy .banner img{margin:auto;}
.dltext{font-weight: bold;text-align: center;margin:1em;}
@media (min-width: 598px) {
	.dltext{font-size:1.5em;}
}
.appli_dl{max-width:600px;margin:0 auto;padding-bottom:32px;}
.appli_dl ul{display: flex;justify-content:space-between;margin:16px 16px 0;}
.appli_dl ul li.iphone{width:43%;}
.appli_dl ul li.android{width:52%;}
.appli_dl ul li img{width:100%;}