@charset "UTF-8";
/*=====<=====<=====<=====<=====<=====<=====
  紙面一覧共通
=====>=====>=====>=====>=====>=====>=====*/
#primary.sub_page section {
    padding-bottom: 0;
}

.weather header.c_subheader1 h2{
  margin: 25px 0;
  font-size: 24px;
}

html[c-data-font-size="normal"] .weather header.c_subheader1 h2 {
  font-size: 26px;
}

html[c-data-font-size="large"] .weather header.c_subheader1 h2 {
  font-size: 28px;
}

.weather .c_df{
  margin: 25px 0;
}

.weather .c_df::before{
  content:"";
  display: block;
  width: 24%;
  order:1;
}
.weather .c_df::after{
  content:"";
  display: block;
  width: 24%;
}

.weather .c_df .weather_box{
  width: 24%;
  margin-top: 20px;
  border: 1px solid #626262;
  text-align: center;
}

.weather .c_df .weather_box .area{
  padding: 5px 0;
  background: #EAE9CE;
  font-weight: bold;
}

.weather .c_df .weather_box figure{
  text-align: center;
  display: block;
  padding: 10px 0;
}

.weather .c_df .weather_box figure img{
  margin:  0 auto;
}

.weather .c_df .weather_box .thermometer .max{
  color: #f53d18;
}

.weather .c_df .weather_box .thermometer .min{
  color: #3674b3;
}

.weather .c_df .weather_box .thermometer .numeric{
  font-size: 22px;
  margin-left: 10px;
}

html[c-data-font-size="normal"] .weather .c_df .weather_box .thermometer .numeric{
  font-size: 24px;
}

html[c-data-font-size="large"] .weather .c_df .weather_box .thermometer .numeric{
  font-size: 26px;
}



@media screen and (max-width: 768px) {
  #primary.sub_page section {
    padding-bottom: 0;
}

  .weather header.c_subheader1 h2{
    margin: 15px 0;
    font-size: 20px;
  }

  html[c-data-font-size="normal"] .weather header.c_subheader1 h2 {
    font-size: 22px;
  }

  html[c-data-font-size="large"] .weather header.c_subheader1 h2 {
    font-size: 24px;
  }

  .weather .c_df .weather_box{
    width: 48%;
  }

  .weather .c_df .weather_box figure img{
    width: 40%;
  }

  .weather .c_df .weather_box .thermometer .numeric{
    font-size: 18px;
    margin-left: 5px;
  }

  html[c-data-font-size="normal"] .weather .c_df .weather_box .thermometer .numeric{
    font-size: 20px;
  }

  html[c-data-font-size="large"] .weather .c_df .weather_box .thermometer .numeric{
    font-size: 22px;
  }


}
