@charset "utf-8";

/* ========== section-readmore ========== */
#section-readmore {
  background-color: #fff;
}
#section-readmore .section-title {
  background-color: #3e4045;
  color: #fff;
  font-size: 1.875em;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #section-readmore .section-title {
    font-size: 1em;
  }
}
#section-readmore .section-title .em {
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #section-readmore ul.readmore {
    padding: 0;
  }
}
#section-readmore ul.readmore{
padding: 0;
}
#section-readmore ul.readmore > li{
  list-style: none;
}
#section-readmore ul.readmore > li + li {
  margin-top: 1em;
}
#section-readmore #toggle-readmore.opened .answer{
  opacity: 1;
}
#section-readmore .text {
  padding: 15px 30px;
  font-size: 1em;
}
#section-readmore .text .em {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #section-readmore .text {
    width: 90%;
  }
}
#section-readmore .question{
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
#section-readmore .question:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2020/20201201_winter_set_deposit/img/btn_plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 640px){
  #section-readmore .question{
    width: 40px;
    height: 40px;
  }
  #section-readmore .question:before{
    width: 40px;
    height: 40px;
  }
}
#section-readmore .readmore.opened .question:before{
  background: url(/campaign/2020/20201201_winter_set_deposit/img/btn_minus.png);
  background-size: cover;
}
#section-readmore #toggle-readmore .answer-wrap {
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
#section-readmore #toggle-readmore .answer-wrap:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 70%,rgba(255,255,255,0.7) 100%);
  z-index: 2;
}
#section-readmore #toggle-readmore.opened .answer-wrap {
  display: block;
  max-height: 100%;
}
#section-readmore #toggle-readmore.opened .answer-wrap:after{
  display: none;
  background: -webkit-none;
  background: -webkit-none;
  background: -moz-none;
  background: -o-none;
  background: -ms-none;
  background: none;
}
#section-readmore .answer .text {
  color: #222;
  margin-bottom: 0;
}
/* ========== section-readmore_example ========== */
#section-readmore.section-readmore_example #toggle-readmore .answer-wrap:after{
  content: none;
}
#section-readmore.section-readmore_example #toggle-readmore .answer-wrap{
  display: none;
}
#section-readmore.section-readmore_example #toggle-readmore .answer-wrap.answer-wrap_example{
  max-height: 100%;
}
/* pc */
#section-readmore .question.toggle-dropdown-button_example_pc{
  position: relative;
  width: 180px;
  height: 40px;
  margin: -20px auto 0;
}
#section-readmore .question.toggle-dropdown-button_example_pc:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2020/20201201_winter_set_deposit/img/btn_readmore_01.png);
  background-repeat: no-repeat;
  background-size: 180px auto;
  width: 180px;
  height: 45px;
}
#section-readmore .question.toggle-dropdown-button_example_pc:hover{
  cursor: pointer;
}
#section-readmore .readmore .question.toggle-dropdown-button_example_pc.opened{
  margin-top: 20px;
}
#section-readmore .readmore .question.toggle-dropdown-button_example_pc.opened:before{
  background: url(/campaign/2020/20201201_winter_set_deposit/img/btn_readmore_02.png);
  background-size: 180px auto;
}
/* sp */
#section-readmore .question.toggle-dropdown-button_example_sp{
  position: relative;
  width: 100px;
  height: 25px;
  margin: -12.5px auto 0;
}
#section-readmore .question.toggle-dropdown-button_example_sp:before{
  content: "";
  position: absolute;
  top: 0;
  background: url(/campaign/2020/20201201_winter_set_deposit/img/btn_readmore_01.png);
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 25px;
}
#section-readmore .readmore .question.toggle-dropdown-button_example_sp.opened{
  margin-top: 12.5px;
}
#section-readmore .readmore .question.toggle-dropdown-button_example_sp.opened:before{
  background: url(/campaign/2020/20201201_winter_set_deposit/img/btn_readmore_02.png);
  background-size: 100px auto;
}

/* ========== add ========== */
#flg-case1,#flg-case2,
#flg-case3,#flg-case4 {
  margin-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 640px){
  #flg-case1,  #flg-case2,
  #flg-case3,  #flg-case4 {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
