﻿@charset "utf-8";

* {
  margin: 0;
  padding: 0
}

body {
  text-size-adjust: 100%;
  background: #c4a2fc no-repeat center 10px;
  background-size: auto 124px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.4em;
  color: #5a1603;
}

h1 {
  font-size: 28px;
  line-height: 1.2em;
  text-align: center;
}
@media screen and (min-width:769px) {/* ウィンドウ幅が0〜769pxの場合に適用するCSS */
  h1 {
    font-size: 28px;
    line-height: 1.4em;
    padding-top: 3px
  }
}
h1 span {
  display: inline-block
}

section {
  max-width: 500px;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

section h3 {
  font-size: 18px;
  line-height: 1.4em;
}

section p {
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 3px;
  margin-bottom: 4px;	
}

.red {
  color: red;
  font-weight: bold;
}

.red02 {
  color: red;
  font-weight: bold;
  font-size: 28px;
}

.purple {
  color: #af45ad;
  font-weight: bold;
  font-size: 20px;
}

.purple02 {
  color: #af45ad;
  font-weight: bold;
  font-size: 28px;
}

.brown {
  color: #5a1603;
  font-weight: bold;
  font-size: 16px;
}

.bol {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7em;
}

section ul.dot01 {
  list-style: disc;
  padding-left: 1.7em;
  line-height: 1.4em;		
}

section ul li {
  padding-left: 0em;
  text-indent: 0em;
  margin-bottom: 3px;	
}

a {
  color: #f25400
}

header img {
  width: 90%;
  max-width: 500px;
  min-width: 240px;
  height: auto;
  margin: 0 auto;
  display: block;
}

section img {
  width: 97%;
  max-width: 500px;
  min-width: 240px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/*//////////////////////////////
// ダウンロードボタン2種
//////////////////////////////*/
section #iositem {
    width: 97%;
    max-width: 500px;
    min-width: 240px;
    margin: 0 auto;
    display: none;

}
section #androiditem {
    width: 97%;
    max-width: 500px;
    min-width: 240px;
    margin: 0 auto;
    display: none;

}

/*//////////////////////////////
// ダウンロードボタン iosの場合
//////////////////////////////*/
body.ios #iositem{
    display: block;
}
body.ios #androiditem{
    display: none;
}
/*///////////////////////////////
// ダウンロードボタン アンドロイドの場合
//////////////////////////////*/
body.android #iositem{
    display: none;
}
body.android #androiditem{
    display: block;
}
/*///////////////////////////////
// ダウンロードボタン パソコンの場合
//////////////////////////////*/
body.pc #iositem{
    display: block;
}
body.pc #androiditem{
    display: block;
}




footer {
  position: relative;
  padding: 16px;
  background: #5d1604;
  color: #fff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  margin-top: 30px;
}

footer span {
  display: inline-block;
}

@media screen and (min-width:769px) {/* ウィンドウ幅が0〜769pxの場合に適用するCSS */
  footer {
    font-size: 14px;	
  }
}
