/* ヘッダー二段デザイン用カスタマイズ
   2021.09.21 SONY用CSS 他に流用しないでください
   2022.05.02 .sp_center 追記 */

#SMP_STYLE .body,
html#SMP_STYLE body.body div.body_tbl{
  background:#fff !important;
}

html#SMP_STYLE body h1.header span:first-child{
  display:block;
  max-width:900px;
  width:100%;
  margin:0 auto;
  background-color:#000;
  line-height:65px;
  padding-left:25px;
  text-align:left;
}

html#SMP_STYLE body h1.header span:last-child{
  width:100%;
  background: linear-gradient(to bottom, #383838, #181818);
  margin:0 auto;
  line-height:34px;
  font-weight:normal;
  display:block;
  font-size:28px;
  padding:0;
}

html#SMP_STYLE body h1.header img{
  max-width:900px;
  height:auto;
  vertical-align:middle;
}

html#SMP_STYLE body h1.header span:last-child img{
width:100%;
  vertical-align:bottom;
}

footer#footer{
margin-top: 60px;
border-top: none;
background: #000;
padding: 20px 0;
}
div#footer-global {
padding: 7px 10px 1px 10px;
margin:0 auto;
max-width:900px;
width:100%;
/* text-align:left; */
text-align:center;
}

footer#footer address{
margin-bottom: 10px;
font-style: normal;
line-height: 1.4;
font-size: 10px !important;
color: #fff !important;
}

@media screen and (max-width: 640px){
  html#SMP_STYLE body h1.header span:first-child{
  line-height:65px;
  }

  html#SMP_STYLE body h1.header span:last-child{
    font-weight:normal;
    display:block;
    font-size:4.8vw;
    line-height:5vw;
    padding:0;
  }
	.sp_center{
		text-align:center;
	}
}



/* --------------- color grayscale --------------- */

html#SMP_STYLE body.body div.body_tbl{
  background-color:#fff;
}

html#SMP_STYLE body h1.header{
  background-color:#000;
}

ul#step li{
  background-color:#8f7c2c;
}

ul#step li:before{
  border-left-color:#fff;
}

ul#step li:after{
  border-left-color:#8f7c2c;
}

ul#step li.current{
  background-color:#4e2602;
}

ul#step li.current:after{
  border-left-color:#4e2602;
}

html#SMP_STYLE input.submit,
a.btn{
  background:#333;
  border:2px solid #333;
}

a.btn.gray{
  background:#333;
  border:2px solid #333;
}

a.btn.cptop{
  background:#e83635;
  border:2px solid #e83635;
  border-radius:0px !important;
}

#SMP_STYLE input.submit[value*="戻る"],
#SMP_STYLE a.btn.return {
  color:#666;
  background-color:#fff;
  border:2px solid #666;
}

div.footer{
  background-color:#000;
  color:#fff;
}

div.footer a{
  color:#fff;
}





html#SMP_STYLE body.body div.smp_tmpl .sub_text{
padding:0 10px !important;
}

