@charset "UTF-8";
@media screen and (max-width: 768px) {

/*------------------------------------------
フッター【スマホ用】※基本的に改変しない※
--------------------------------------------*/
#footer_wrap {
	padding-bottom: 57px;
}
#footer_Box {
  width:96%;
  padding:2%;
  text-align:left;
}
#footer_Box > ul {
  width:100%!important;
}
#footer_Box ul,
#footer_Box ul .top_box,
#footer_Box ul .top_box2 {
  display:block;
  width:100%;
  padding:0;
  margin-bottom:20px;
}
#footer_Box ul .top_box,
#footer_Box ul .top_box2 {
  border: none;
}

#footer_Box ul .top_box ul li {
  float:none;
  display:block;
  width:100%;
}
#footer_Box ul .top_box2 ul {
  width:100%;
}
#footer_Box ul .top_box2 ul li {
  float:none;
  width:100%;
  padding:0;
}
#footer_Box ul .top_box2 ul li p.note,
#footer_Box ul .top_box2 ul li p.link01,
#footer_Box ul .top_box2 ul li p.link02 {
  position:static;
}
#footer_bottom ul {
  width:100%;
}
#footer_bottom ul li {
  display:block;
}
#footer_bottom ul li:first-child {
  width:20%;
  float:left;
}
#footer_bottom ul li:nth-child(2) {
  display:none;
}
#footer_bottom ul li:nth-child(3) {
  width:16%;
  float:right;
}

#footer_bottom .right_Bicon img{ width:  100%; }

/* 全体
=============================*/
#chogokin50th .dis_pc {display: none;}
#chogokin50th .dis_sp {display: block;}


#chogokin50th #h1_logo {
  width: 80%;
  margin: 8vw auto 18vw;
}
#chogokin50th #h1_logo .h1_logo-text {
  width: 100%;
  position: absolute;
  bottom: -9vw;
  font-size: 4vw;
  font-weight: bold;
}
#chogokin50th #mainTxt {
    margin: 0 auto;
    padding: 8vw 6vw;
}
#chogokin50th #mainTxt ._txt {
    font-size: 3.6vw;
    line-height: 2.25;
    margin: 0;
}
#chogokin50th #mainTxt ._txt:not(:first-of-type) {
  margin-top: 4vw;
}
#chogokin50th #bnrArea {
    margin: 18vw auto;
}
#chogokin50th #bnrArea ul.bnrList li._txtBnr span.bnrTxtWrap {
    bottom: 1.2vw;
    left: 2vw;
    font-size: 3.8vw;
}
#chogokin50th #bnrArea ul.bnrList > li:not(:first-of-type) {
  margin-top: 6vw;
}


/* 20240125 バナーにロゴを個別に追加
======================== */
#chogokin50th .sl_logo_wrap {
  position: absolute;
  right: 10px;
}
#chogokin50th .sl_logo img {
  max-width: 40px;
}
#chogokin50th .sl_logo {
    margin-left: 5px;
    margin-bottom: 5px;
}
#chogokin50th .sl_logo_wrap._bottom {
  bottom: 0;
}


}