/* Scss Document */
/* Scss Document */
#page_ttl {
  background: url("../images/accumulation/page_ttl_bg_l.jpg") top center no-repeat;
}
#page_ttl .inner {
  background: url("../images/accumulation/page_ttl_bg.jpg") top center no-repeat;
}

#price .price_content {
  background: linear-gradient(125deg, transparent 0%, transparent 60%, rgba(240, 240, 225, 0.5) 60%, rgba(240, 240, 225, 0.5) 80%, transparent 80%, transparent 100%), linear-gradient(55deg, #094 0%, #094 20%, transparent 20%, transparent 100%);
}
#price .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}
#price .accumulation_lttl {
  position: relative;
  width: 280px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  z-index: 9999;
}
#price .accumulation_lttl .en {
  position: absolute;
  top: 0;
  left: 0;
  color: #DDD;
  font-family: "Times New Roman", Times, "serif";
  font-size: 5.0rem;
  letter-spacing: .1em;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
#price .accumulation_lttl .jp {
  color: #0A3190;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3.0rem;
  letter-spacing: .1em;
}
#price .accumulation_textarea {
  width: 850px;
}
#price .accumulation_mttl {
  margin-bottom: 40px;
  color: #094;
  font-size: 2.0rem;
  font-weight: bold;
}
#price .accumulation_table {
  width: 100%;
}
#price .accumulation_table th, #price .accumulation_table td {
  padding: .7em 1em;
  border: #CCC 1px solid;
}
#price .accumulation_table th {
    background: #F0F0E1;
    vertical-align: middle;
}
#price .accumulation_table td {
  background: #FFF;
}
#price .accumulation_table td.weight {
  font-weight: bold;
  text-align: center;
}
#price .accumulation_note {
  margin: 1em 0;
  font-size: 1.3rem;
}
#price .btn_pdf {
  margin-bottom: 20px;
}
#price .accumulation_lead {
  margin-bottom: 50px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
#price .accumulation_lead span {
  color: #094;
  font-size: 2.4rem;
}
#price .accumulation_caution {
  padding: 30px;
  border: #CCC 1px solid;
  background: #FFF;
}
#price .accumulation_caution .caution_ttl {
  margin-bottom: 25px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#price .accumulation_caution li {
  margin-bottom: .2em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
  letter-spacing: .1em;
}
.gr {
    background-color: #D8ECE4!important;
}

@media screen and (max-width: 640px) {
  #page_ttl {
    background: none;
  }
  #page_ttl .inner {
    background-size: auto 100%;
  }

  #price .price_content {
    background: linear-gradient(-55deg, transparent 0%, transparent 60%, rgba(240, 240, 225, 0.5) 60%, rgba(240, 240, 225, 0.5) 80%, transparent 80%, transparent 100%), linear-gradient(55deg, #094 0%, #094 15%, transparent 15%, transparent 100%);
  }
  #price .inner {
    display: block;
  }
  #price .accumulation_lttl {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    /*(40/750)*100vw*/
    text-indent: .1em;
  }
  #price .accumulation_lttl .en {
    position: static;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 4vw;
    /*(30/750)*100vw*/
  }
  #price .accumulation_lttl .jp {
    font-size: 5.3333333333vw;
    /*(40/750)*100vw*/
  }
  #price .accumulation_textarea {
    width: 100%;
  }
  #price .accumulation_mttl {
    margin: 0 0 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  #price .accumulation_table th {
    line-height: 1.2;
  }
  #price .accumulation_table td {
    text-align: right;
  }
  #price .accumulation_table td.weight {
    white-space: nowrap;
  }
  #price .accumulation_note {
    font-size: 2.6666666667vw;
  }
  #price .btn_pdf {
    margin-bottom: 2.6666666667vw;
  }
  #price .accumulation_lead {
    margin: 0 0 6.6666666667vw;
    font-size: 3.4666666667vw;
    /*(26/750)*100vw*/
  }
  #price .accumulation_lead span {
    font-size: 4.8vw;
  }
  #price .accumulation_caution {
    padding: 4vw;
  }
  #price .accumulation_caution .caution_ttl {
    margin-bottom: 3.3333333333vw;
    font-size: 3.9473684211vw;
    /*(30/760)*100vw*/
  }
}
