@charset "utf-8";
/************************************************

  Font Style

************************************************/

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
  font-size: 18px;
  -webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,
.heading p {
  line-height: normal;
}

h1 {
  font-size: 110%;
}

h2 {
  margin: 0px;
}

h2.mb2p {
  margin: 0px 0px 2% 0px;
}

h3,h4,h5,h6 {
  font-size: 100%;
}

a {
  color: #0036ff;
  text-decoration: underline;
}

a:visited {
  color: #0036ff;
  text-decoration: underline;
}

.font10 {
  font-size: 10px;
}

.font15 {
  font-size: 15px;
}

.font17 {
  font-size: 17px;
}

.font20 {
  font-size: 20px;
}

.bold {
  font-weight: bold;
}

.big {
  font-size: 140%;
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}

.red {
  color: #F00;
}

.green {
  color: #00A04B;
}

.orange {
  color: #f26104;
}

.imp {
  color: #F00;
  background: #FF0;
  font-weight: bold;
}

.imp02 {
  color: #FF0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #F00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px;
}

.imp03 {
  color: #c11c22;
}

.imp04 {
  background: #FF0;
}

.font_fin {
  color: #F00;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #999;
  text-align: center;
  padding: 20px 0px 0px 0px;
}

.font_style01 {
  color: #fff;
  background: #df4b65;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.font_style02 {
  color: #ff0000;
  background: #fff0f5;
  padding: 5px;
  font-size: 16px;
}

.block_fix_copy {
  width: 100%;
  font-size: 160%;
  margin: 0px 0px 20px 0px;
  font-weight: bold;
  text-align: center;
  color: #f00;
  /*text-shadow:
  -1px -1px 0px #ffffff,
  1px -1px 0px #ffffff,
  1px 1px 0px #ffffff,
  -1px 1px 0px #ffffff,
  1px 2px 3px rgba(0, 0, 0, 0.6);*/
  font-feature-settings: "palt" 1;
}

#order_info_confirm_message p {
  font-size: 14px;
}

.badge_annotation {
  padding-right: 1em;
  padding-left: 3em;
  text-indent: -2em;
  text-align: right;
  font-size: 10px;
}


@media screen and (min-width:480px) { 
    /*　for iPhone Landscape　(iPhone 横)　*/
 p {
  text-align: center;
  font-size: 18px;
  line-height: 34px;
}

}

@media screen and (min-width:1024px) {
    /*　for PC　*/
 p {
  text-align: center;
  font-size: 26px;
  line-height: 48px;
}

}

/*------------------------------
  アップセルに日付js
------------------------------*/
.today p{
  text-align:center;
  width:100%;
  background: #ff0000;
  color: #fff;
  font-size: 30px;
  padding: 10px 0px 5px 0px;
  margin-top:20px;
  font-weight: bold;
}