body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

hr{
  border: 1px solid #e8e8e8;
  margin: 20px 0px 20px 0px;
}

h1 {
  font-size: 15px;
  color: #ff6b05;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

h2 {
  font-size: 14px;
  color: #000000;
}

h3 {
  font-size: 14px;
  color: #ffffff;
}

p {
  color: #333333;
  font-size: 14px;
}

/*　ここまで */

.newspass_text {
margin: 20px 30px 30px 30px;
text-align:center;
}

.nowrap {
  white-space: nowrap;
}

/* --- add omikuji css  --> */
.header_image {
    width: auto;
    max-width: 500px;
    margin-top: 60px;
    line-height: 0;
    background-color: #F6D8AA;
}

.how_to {
  text-align: center;
  padding-top: 10px;
}

.how_to .title {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 2px solid #E9C082;
  padding-bottom: 8px;
  margin: 0 1.5rem 1rem 1.5rem;
}

.how_to .step {
  text-align: left;
  margin: 0 auto;
  padding: 0 .5rem .5rem .5rem;
  max-width: 380px;
}
.how_to .step li {
  font-size: .9rem;
  font-weight: bold;
  color: #333;
  margin: 0 .5rem .4rem 3rem;
  text-indent: -2.4rem;
}
.how_to .step li:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.8rem;
  position: relative;
  top: .5rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.how_to .step li.one:before {
  background-image: url("img/list_1.png");
}
.how_to .step li.two:before {
  background-image: url("img/list_2.png");
}
.how_to .step li.three:before {
  background-image: url("img/list_3.png");
}
.how_to .step li.four:before {
  background-image: url("img/list_4.png");
}
.how_to .step li img {
  vertical-align: middle;
  padding: 0 2px 5px 0;
}

.how_to .attention {
  text-align: left;
  margin: 0 1.5rem 1rem 1.5rem;
}
.how_to .attention li {
  font-size: .8rem;
  color: #333;
  margin: 0 0 .4rem 1rem;
}
.how_to .attention li:before {
  content: "※";
  display: inline-block;
  text-indent: -1rem;
}

.how_to .about {
  border: 2px solid #E9C082;
  border-radius: 5px;
  padding: .7rem 1rem;
  margin: 0 1.5rem 0.4rem 1.5rem;
  text-align: left;
}
.how_to .about .subject {
  font-weight: bold;
  margin-bottom: .5rem;
  font-size: .8rem;
}
.how_to .about .body {
  font-size: .75rem;
  line-height: 160%;
}

.newspass_description {
    margin-top: 10px;
}

.newspass_description img {
    width: 100%;
    padding-bottom: 5px;
}

.newspass_description p {
    font-weight: 600;
    font-size: 16px;
}

.newspass_description .newspass_text {
    margin-top: 0;
}

.newspass_description .newspass_text .orange {
    display: block;
    padding-bottom: 10px;
}

.feature_points img {
    width: 250px;
}

.feature_points .newspass_text {
    font-weight: 600;
    font-size: 15px;
}

.to_store {
    clear: both;
    text-align: center;
    background-color: #F6D8AA;
    padding: 20px 0 15px 0;
    margin-bottom: 15px;
}
.to_store.top {
  padding-top: 10px;
}

.to_store .banners {
    min-width: 285px;
    max-width: 450px;
    margin: auto;
    padding: 0 5px;
}

.to_store .banners img {
    width: 100%;
}

.to_store .user_types {
    padding: 0 5px;
    margin-bottom: 5px;
}

.to_store .user_types img {
    margin-bottom: 7px;
}

.to_store div.ios {
    float: left;
    width: 47%;
}

.to_store div.android {
    float: right;
    width: 47%;
}

.to_store .attention {
    font-size: .7rem;
    padding-top: 5px;
    clear: both;
}

.to_store .store_app {
    padding: 0 2px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.to_store .store_app img.iphone {
    width: 100%;
}

.to_store .store_app img.android {
    width: 100%;
}

.inquiry {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align:center;
    background-color: #fff;
    vertical-align: middle;
}

.inquiry .contact {
    clear: both;
    background: #eee;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    word-wrap: break-word;
}

.inquiry .contact h1 {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 10px;
}
.inquiry .contact h1.link {
    margin-bottom: 0;
}
.inquiry .contact a:any-link {
    color: #000;
}

.copyright {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align:center;
    background-color: #ffffff;
    vertical-align: middle;
}

.copyright p {
    font-size: 10px;
    color: #969696;
    text-align: center;
    line-height: 3px;
}
/* <--  end --- */
