@charset "UTF-8";
body {
  width: 414px;
  background-color: #F8ECDE;
}
div#background {
  background-image: url("img/muffinwhiteforiphone.png");
  background-repeat: repeat-y;
}
div#titlle {
  width: 414px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
h1 {
  font-size: 22px;
  color: #0D519A;
  width: 262px;
  margin-left: 20px;
}
h2 {
  font-size: 15px;
  color: #0D519A;
  width: 206px;
  margin-left: 20px;
  font-weight: 300;
}
div#sa-monnbox {
  background-image: url("img/whitebox1.png");
  background-repeat: no-repeat;
  height: 815px;
  margin-top: -320px;
  margin-left: 40px;
  border-radius: 20px;
  box-shadow: 4px 4px 10px #6A6A6A;
}
div#sa-monnimg {
  margin-left: 80px;
}
div#sa-monnmoji {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-left: 70px;
  margin-top: -510px;
}
h3#main {
  font-size: 18px;
  color: #000000;
}
div#allmainpara {
  font-weight: 300;
}
div#maniparazairyou {
  margin-top: 40px;
}
div#maniparatukuru {
  margin-top: 40px;
}
div.mainpara {
  font-size: 15px;
  color: #707070;
  width: 300px;
  margin-top: 12px;
}
div#hourennsouebimayo {
  margin-top: 110px;
  margin-left: 40px;
  border-radius: 20px;
  box-shadow: 4px 4px 10px #6A6A6A;
  height: 320px;
  width: 208px;
  background-image: url("img/whitebox2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left, bottom right;
}
div#hourennsouimg {
  margin-left: 18px;
}
div#hourennsoumoji {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
h3#sub1 {
  font-size: 18px;
  color: #000000;
  margin-left: 52px;
}
div#subpara1 {
  font-size: 15px;
  color: #707070;
  width: 180px;
  margin-left: 15px;
}
div#ebimayo {
  margin-top: -297px;
  margin-left: 250px;
  border-radius: 20px;
  box-shadow: 4px 4px 10px #6A6A6A;
  height: 320px;
  width: 208px;
  background-image: url("img/whitebox2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left, bottom right;
}
div#ebimayoimg {
  margin-left: 20px;
}
div#ebimayomoji {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
h3#sub2 {
  font-size: 18px;
  color: #000000;
  margin-left: 70px;
  width: 180px;
}
div#subpara2 {
  font-size: 15px;
  color: #707070;
  width: 180px;
  margin-left: 15px;
}
div#allbutton /*ボタン*/ {}
li.btn /*ボタン青い*/ {
  display: inline-block;
  height: 40px;
  width: 163px;
  padding: 10px 10px;
  background: #0d519a;
  box-shadow: 2px 2px 10px;
  border-radius: 40px;
  webkit-box-shadow: 2px 2px 10px;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 105px;
  text-align: center;
  line-height: 42px;
}
li.btn a /*ボタン文字*/ {
  color: #ffffff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-decoration: none;
}