@charset "utf-8";
/* CSS Document */

#spants {
	font-family:  'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 0.9rem;
	line-height:1.7em;
  color: #1D1D1D;
	-webkit-text-size-adjust: 100%;
  text-align: center;
}

#spants h2 {
  position: relative;
  padding: 1rem 0.5rem;
  border-bottom: 6px solid #0367ae;
  margin: 0.5rem;
}

#spants h2:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 50%;
  height: 6px;
  content: '';
  background: #fcca02;
}

#spants p {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#spants  .f_color1{
  color: #fcca02;
  font-weight: bold;
}

#spants  .f_color2{
  color: #0367ae;
  font-weight: bold;
}

#spants .nav_pants{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

#spants .nav_btn{
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.5rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  width: 100%;
  margin: auto 0.2rem;
}

#spants .color_1{
  background-color: #fcca02;
}

#spants .color_1 a{
  color: #0367ae;
  text-decoration: none;
}

#spants .color_2{
  background-color: #0367ae;
}

#spants .color_2 a{
  color: #fcca02;
  text-decoration: none;
}

#spants a.anchor{
    display: block;
    padding-top: 200px;
    margin-top: -200px;

}

.link-t-a {
position: relative;
top: -50px;
display: block;
}

.spants_list_title1 {
    font-size: 1.0rem;
    color: #0367ae;
    background-color: #fcca02;
    text-align: center;
    clear: both;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 5px;
}

.spants_list_title2 {
    font-size: 1.0rem;
    color: #fcca02;
    background-color: #0367ae;
    text-align: center;
    clear: both;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 5px;
}

.block-link { 
  display: none;
}

.block-top-event {
  padding-top: 0px;
  padding-bottom: 0px;
}

.mat20{
  margin-top: 20px;
}

.mat50{
  margin-top: 50px;
}

