.haishi_info{
  text-align: center;
  margin: 30px 0;
}
.haishi_info_title{
  font-size: 28px;
  margin: 20px 0 35px;
}
.haishi_info_txt1{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  background: #ffcc00;
  border-radius: 2em;
  padding: .3em 2em;
}
.haishi_info_txt2{
  margin-top: 30px;
}
.haishi_info_img{
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .haishi_info{
    padding: 0 20px;
    margin-top: 10px;
  }
  .haishi_info_title{
  font-size: 20px;
  margin: 0 0 20px;
  }
  .haishi_info_txt1{
    font-size: 16px;
  }
  .haishi_info_txt2{
  margin-top: 15px;
  text-align: left;
}
.haishi_info_img{
  flex-wrap: wrap;
}
.haishi_info_img img{
  max-width: calc((100% - 40px - 10px) /2);
}
}
.cashcard{
  margin: 0 auto;
  max-width: 736px;
}
.cashcard .grayBox{
    position: relative;
    margin-top: 40px;
}
.cashcard h3{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  background: #ff0000;
  padding: .25em 1.25em;
  display: inline-block;
  position: absolute;
  border-radius: 8px;
  top: -1.25em;
  left: 1em;
}
.cashcard .scrollTable{
  position: relative;
}
.cashcard .scrollTable a{
  position: absolute;
  bottom: 42px;
  display: block;
  width: 150px;
  height: 60px;
}
.cashcard .scrollTable a:nth-child(2){
  left: 199px;
}
.cashcard .scrollTable a:nth-child(3){
    left: 387px;
}
.cashcard .scrollTable a:nth-child(4){
    left: 573px;
}
@media only screen and (max-width: 767px) {
  .cashcard .js_swipe_wrap .js_swipe{
  width: 736px;
  }
  .cashcard .grayBox{
    padding-top: 30px;
  }
  .cashcard h3{
    font-size: 16px;
  }
}
.credit_title,
.plus_title,
.loan_title{
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 10px;
  margin: 60px 0 20px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.credit_title p,
.plus_title p,
.loan_title p{
  font-size: 18px;
}

.credit_title{
  background: #58bf43;
}
.plus_title{
  background: #00acdc;
}
.loan_title{
  background: #f37033;
}
@media only screen and (max-width: 767px) {
  .credit_title,
.plus_title,
.loan_title{
  margin-top: 30px;
  font-size: 22px;
}
.credit_title p,
.plus_title p,
.loan_title p{
  font-size: 15px;
  margin: 0;
}

}
.period{
  display: flex;
  text-align: center;
  gap: 10px;
  margin: 10px 0 0;
}
.period div{
  line-height: 1.5;
  padding: 5px 20px;
}
.period .--end{
  background: #d2d3d5;
}
.period .--start{
  background: #aae1fa;
}
@media only screen and (max-width: 767px) {
  .period div{
  padding: 5px 10px;
  width: 50%;
}
}
.normalTable.type02>table td table{
  margin: 10px 0;
}
.normalTable.type02>table td table th,
.normalTable.type02>table td table td{
  padding: 5px 8px;
}
.card_daysmart{
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .card_daysmart img{
    max-width: 200px;
  }
}