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


/* ==========================
main
============================= */
.bg_all {
padding-bottom: 80px;
}


/* ==========================

============================= */

.sincerely {
	text-align: right;
	margin-right: 15px;
	margin-bottom: 30px;
}

.center {
	text-align: center;
	margin-bottom:10px;
}
/*.season dl {
	display: flex;
  gap: 0 20px;
  line-height: 1.6;
  justify-content: center;
}*/

.season {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.season dl{
  display: flex;
  max-width: 375px;
  width: 100%;
  gap: 0 20px;
}
.season dl:last-child{
  gap: 0 36px;
}


@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
dt{
    min-width: 65px;
}
.season dl {
  gap: 0 15px;
}
.season dl:last-child{
  gap: 0 15px;
}

}

@media print {


}