/*3-4.予想情報個別画面（既存）SP画面*/
.ai_yosou_sp_container a:last-child {
  margin-right: 0;
}
.ai_yosou_sp_container a:hover {
  opacity: 0.5 ;
}

.item_ai_yosou_sp {
  /* 横スクロール用 */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* 見た目調整 */
  //height: 30px;
    height:2.5rem;

  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-right: 1px;
  font-weight: bold;
}

.item_ai_yosou_sp a {
  color:#ffffff;
  text-decoration:none;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 90%;
  height: 90%;
  //text-indent:-999px;
  z-index: 2;
  text-align:center;
}

.item_ai_yosou_sp a span{
  //font-size:15px;
  font-size:.9rem;
}

bgw {
  background-color: #fff !important;
  padding: 10px 0 0 0 !important;
}

.bgw .ai_yosou_sp {
  color:#333333 !important;
  font-weight:bold;
  background-color: #eeeeee  !important;
  padding:.5rem;
  margin:0 auto;
  margin:3px auto;
}

.bgw .ai_yosou_sp .ai_yosou_sp_title {
  display: flex  !important;
  align-items: center !important;
font-size: 14px;
}

.bgw div.item_ai_yosou_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:2rem !important;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin-right: 1px;
  font-weight: bold;
  line-height: 1em;
  height:1.8rem;
}

.bgw div.item_ai_yosou_sp {
border-radius: 4px !important;
height: 50px !important;
font-size: 1rem !important;
filter:drop-shadow(0px 2px 2px #C6C6C6);
transform: translateZ(0);
}

.ai_yosou_sp_container {
    display: flex !important;
    justify-content: center !important;
    padding: 0 2px;
    margin: .6rem 0 .8rem 0 !important;
    width: 100%;
}

.ai_yosou_sp_title img {
    display: block;
    width: 36px !important;
    text-align: center;
    margin-right: .5rem;
}

.ai_yosou_sp_container a {
  justify-content: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  text-align:center !important;
  width: calc(100vw / 4 - .7rem) !important;
  margin-right: .5rem !important;
}

.ai_yosou_sp_container a:last-child {
  margin-right: 0 !important;
}

.ai_A{
  background-color: #369749 !important;
}
.ai_B{
  background-color: #973636 !important;
}
.ai_C{
  background-color: #36978f !important;
} 	
.ai_D{
  background-color: #365e97 !important;
}