<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.switch-title{
  display: flex;
  justify-content: center;
}

p.switch-banner{
  padding: 2% 0;
  background-color: #004e65;
  color: white;
  font-size: 16px;
  margin: 0;
  text-align: center;
  border-right: 2px solid #ffffff;
  
  display: flex;
  align-items: center;
  justify-content: center;
}

p.switch-banner.cliced{
  background-color: #c8b367;
}

.switch-text {
  font-size: 14px;
}


.module .switch-text .column2&gt;div:nth-child(n + 3){
    margin-top: 0px !important;
}

.switch-tab.inner.pc{
    margin-bottom: 60px;
}

.switch-tab.inner.sp{
    margin-bottom: 50px;
}

.sp p.switch-banner.cliced{
    margin-bottom: 20px;
}</pre></body></html>