@charset "utf-8";
/*****************************************
	 forum-stylee.css
	 forumページ固有のスタイルを指定
 ******************************************/

#forum .contents_list li {
  margin-right: 20px;
}

#forum .contents_list li a {
  text-decoration: underline !important;;
}

#forum .pola_btn {
  padding: 50px 0 150px;
}

#forum .pola_btn a {
  font-size: 1.4rem;
  text-decoration: underline !important;
}

#forum .sp {
  display: block;
}

/* レスポンシブ */

@media screen and (max-width: 767px) {

  #forum .contents_list {
    padding: 0;
  }

  #forum .storesearch_prefectures {
    margin-bottom: 30px;
  }
  #forum .pola_btn {
    margin: 0 25px;
    text-align: left;
    padding-top: 20px;
    max-width: calc(100% - 50px);
  }
}

@media screen and (max-width: 650px) {
  #forum .sp {
    display: none;
  }
}


/* ここから　20251105追記 */

/* forum 詳細テキスト文 */

#forum p.forum-text{
  padding-right: 40px;
  text-transform: uppercase;
}

/* forum バナーcss */

.campain_banner01 .banner_wrapper{
  max-width: 960px;
  position: relative;
}
.campain_banner01 a{
  display:block;
  background-color:#fff;
}
.campain_banner01 img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.campain_banner01 img:hover {
  opacity:0.7;
}

/*見出し*/
.campain_banner01 .sel_campain {
    text-align: center;
    margin: 10px 0;
}
@media screen and (min-width:641px){
    .campain_banner01 .sel_campain {
        font-size:32px;
    }
}
@media screen and (max-width:640px){
    .campain_banner01 .sel_campain {
        font-size:20px;
    }
}

/* バナー配置調整 */

div.banner-layout{
  margin-top: 30px;
  padding-right: 40px;
}


@media screen and (max-width:767px){
   
  #forum p.forum-text{
  padding-right: 0;
  }

  div.banner-layout{
  margin-top: 30px;
  padding-right: 0;
}

}

/* ここまで　20251105追記 */