@charset "utf-8";
/* ssi-hasso.php用 */
.otodoke {
  margin:1.5rem 1vw;
  line-height: 1.4;
  text-align: center;
  background: #fff;
  border: 1px solid #9d0d0e;
}
.otodoke h2 {
  margin: 0;
  padding: 7.2vw 0 0;
  height: 0;
  background-image: url("/img/otdk/hurry700_asu-ttl.png");
  background-color: #9d0d0e;
  background-size: contain;
  overflow: hidden;
}
.otodoke h2.nnmt {
  background-image: url("/img/otdk/hurry700_nnmt-ttl.png");
}
.otodoke h2.obn {
  background-image: url("/img/otdk/hurry700_obn-ttl.png");
}
.otodoke h2 + p {
  margin: 1em 0;
  padding: 0;
  line-height: 1.4;
  font-size: 5.4vw;
  font-weight: bold;
}
.otodoke h2 + p + p {
  font-size: 4.2vw;
}
.otodoke h2 + p + p strong {
  font-size: 1.1em;
}
.otodoke h2 + p .otdk {
  padding: 0;
  color: #BA0000;
}
.otodoke h2 + p .otdk::before {
  content: "\a";
  white-space: pre;
}
.otodoke .otdk_txt {
  text-align: left;
}
.otodoke .br {
  display: block;
}
.otodoke .no-br {
  white-space: nowrap;
}
.otodoke .otdk_txt ul {
  margin-bottom: 1em;
}
.otodoke .otdk_txt li {
  padding-left: 6vw;
  text-indent: -4vw;
  color: #006305;
  font-size: 4.5vw;
  font-weight: bold;
}
.otodoke .otdk_txt li::before {
  content: "\02022";
  display: inline-block;
  width: 4vw;
  padding-right: 1vw;
  text-align: right;
  font-size: 4.5vw;
}
.otodoke .otdk_txt p {
  margin: .5em 2vw .5em 0;
  padding: 0 0 0 6vw;
  text-indent: -4.5vw;
  font-size: 3.8vw;
  line-height: 1.5;
}
.otodoke .otdk_txt p::before {
  content: "※";
  display: inline-block;
  width: 4.5vw;
  text-indent: 0;
}
.news_timer {
  padding: 0 2vw 2rem;
}
.news_timer .newsbox {
  padding: 0.5rem;
  font-size: 4vw;
  background: #fff;  
  border: 1px solid #ccc;
}
.news_timer .newsbox .newsbox-ttl {
  display: inline-block;
  margin: 0 0 0.2em 0;
  padding: 2px 3px;
  color: #fff;
  font-size: inherit;
  font-weight: bold;
  background: #A00002;
  border-radius: 5px;
}
.news_timer .newsbox .newsbox-txt {
  margin: 0;
  font-size: inherit;
  line-height: 1.6;
}
@media screen and (min-width:481px){
.otodoke {
  width: 690px;
  margin: 20px auto;
  line-height: 1.6;
}
.otodoke h2 {
  padding: 50px 0 0;
  background-size: 690px 50px;
}
.otodoke h2 + p {
  margin: 36px 0;
  font-size: 24px;
  line-height: 1;
}
.otodoke h2 + p .otdk {
  padding: 0 5px 0 10px;
}
.otodoke h2 + p .otdk::before {
  content: "";
  white-space: inherit;
}
.otodoke p:nth-of-type(2) {
  font-size: 18px;
  line-height: 100%;
}
.otodoke .otdk_txt {
  padding-top: 440px;
  height: 0;
  overflow: hidden;
  background-image: url("/img/otdk/hurry700_asu.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 659px 430px;
}
.otodoke .br {
  display: inline;
}
.otodoke .otdk_txt.nnmt {
  background-image: url("/img/otdk/hurry700_nnmt.png");
}
.otodoke .otdk_txt.obn {
  background-image: url("/img/otdk/hurry700_obn.png");
}
.otodoke .otdk_txt.gw {
  background-image: url("/img/otdk/hurry700_gw.png");
}
.news_timer {
  padding: 0 0 2rem;
  margin: 0 auto;
  width: 690px;
}
.news_timer .newsbox {
  padding: 0.5rem 1rem;
  font-size: 90%;
}
}