/*==================================================
  topVi
==================================================*/
.topVi {
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  overflow: hidden;
  background-color: #1bb366;
  /*-----------------------------------
    slick
  -----------------------------------*/
}

@media print, screen and (min-width: 768px) {
  .topVi {
    padding: 20px 0 20px 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .topVi {
    margin: -20px 0 0 0;
    padding: 40px 0 20px 0;
  }
}

.topVi ul {
  margin: 0;
  padding: 0;
}

.topVi ul .slick-slide {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  border: 5px solid #fff;
  background-color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .topVi ul .slick-slide {
    border-radius: 15px;
    border-width: 5px;
  }
}

.topVi .slick-slide img {
  opacity: 0.6;
}

.topVi .slick-slide.slick-current img {
  opacity: 1;
}

.topVi .slick-dots {
  margin-bottom: 20px;
  bottom: -55px;
}

.topVi .slick-dots li {
  width: 40px;
  margin: 0 5px;
  border-width: 0;
  border-radius: 0;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-dots li {
    width: 60px;
  }
}

.topVi .slick-dots li button:before {
  width: 40px;
  height: 10px;
  content: "";
  opacity: 1;
  border-radius: 0;
  background-color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-dots li button:before {
    width: 60px;
  }
}

.topVi .slick-dots li.slick-active button:before {
  opacity: 0.8;
}

.topVi .slick-next,
.topVi .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1000;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-next,
  .topVi .slick-prev {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    transition: all .2s;
  }
}

.topVi .slick-next:before,
.topVi .slick-prev:before {
  display: none;
}

.topVi .slick-prev {
  left: -5px;
  background-image: url(/images/icon_slide_prev.png);
}

@media print, screen and (min-width: 768px) {
  .topVi .slick-prev {
    left: calc((100vw - 600px) / 2);
  }
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-prev {
    left: calc((100vw - 660px) / 2);
  }
}

@media print, screen and (min-width: 1400px) {
  .topVi .slick-prev {
    left: calc((100vw - 820px) / 2);
  }
}

.topVi .slick-next {
  right: -5px;
  background-image: url(/images/icon_slide_next.png);
}

@media print, screen and (min-width: 768px) {
  .topVi .slick-next {
    right: calc((100vw - 600px) / 2);
  }
}

@media print, screen and (min-width: 1024px) {
  .topVi .slick-next {
    right: calc((100vw - 660px) / 2);
  }
}

@media print, screen and (min-width: 1400px) {
  .topVi .slick-next {
    right: calc((100vw - 820px) / 2);
  }
}

/*==================================================
  topContents
==================================================*/
.topContents {
  width: 100%;
  margin: 0;
  padding: 20px 20px 40px 20px;
  background-image: url(/images/contents_bg.png);
  background-position: 0 0;
  background-repeat: repeat;
}

@media print, screen and (min-width: 1280px) {
  .topContents {
    padding: 40px 0;
  }
}

.topContentsWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 1280px) {
  .topContentsWrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*==================================================
  topContentsBox
==================================================*/
/*==================================================
  topEvent
==================================================*/
.topEvent {
  width: 100%;
  margin: 0 0 40px 0;
  padding: 17px;
  border: 3px solid #1bb366;
  border-radius: 10px;
  background-color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .topEvent {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    border-width: 5px;
    padding: 25px;
  }
}

.topEvent .topEvent__mainTitle {
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0 0 0 44px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media print, screen and (min-width: 1024px) {
  .topEvent .topEvent__mainTitle {
    margin-bottom: 45px;
    padding-left: 70px;
  }
}

.topEvent .topEvent__mainTitle:before {
  width: 36px;
  height: 36px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #1bb366;
  background-image: url(/images/icon_event_white.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: center center;
}

@media print, screen and (min-width: 1024px) {
  .topEvent .topEvent__mainTitle:before {
    width: 56px;
    height: 56px;
    background-size: 44px 44px;
    top: -5px;
  }
}

.topEvent .topEvent__mainTitle:after {
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url(/images/contents_bg.png);
  background-position: 0 0;
  background-repeat: repeat;
}

@media print, screen and (min-width: 1024px) {
  .topEvent .topEvent__mainTitle:after {
    bottom: -25px;
  }
}

.topEvent .topEvent__mainTitle .topEvent__mainTitleJa {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .topEvent .topEvent__mainTitle .topEvent__mainTitleJa {
    margin-bottom: 8px;
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

.topEvent .topEvent__mainTitle .topEvent__mainTitleEn {
  width: 100%;
  display: block;
  color: #1bb366;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 0.55556rem;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media print, screen and (min-width: 1024px) {
  .topEvent .topEvent__mainTitle .topEvent__mainTitleEn {
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

.topEvent .topEvent__mainTitle .topEvent__btnList {
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (min-width: 1024px) {
  .topEvent .topEvent__mainTitle .topEvent__btnList {
    top: 8px;
  }
}

.topEvent .topEvent__mainTitle .topEvent__btnList a {
  margin: 0;
  padding: 8px 8px 8px 24px;
  position: relative;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  display: block;
  text-decoration: none;
  border: 1px solid #e5e5df;
  border-radius: 50px;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 12px 12px;
  box-shadow: 0px 5px 0px 0px #e4e2e2;
}

@media print, screen and (min-width: 1024px) {
  .topEvent .topEvent__mainTitle .topEvent__btnList a {
    padding: 12px 25px 12px 40px;
    font-size: 16px;
    font-size: 0.88889rem;
    background-position: 14px center;
    background-size: 15px 15px;
    top: 0;
    transition: all .2s;
  }
  .topEvent .topEvent__mainTitle .topEvent__btnList a:hover {
    color: #fff;
    border-color: #1bb366;
    background-color: #1bb366;
    background-image: url("/images/icon_arrow_white_m_right.svg");
    background-position: 18px center;
    box-shadow: 0px 0px 0px 0px #e4e2e2;
  }
}

.topEvent .topEvent__list {
  padding-right: 20px;
  height: 400px;
  overflow-y: scroll;
  transition: all .2s;
}

@media print, screen and (min-width: 1024px) {
  .topEvent .topEvent__list {
    height: 500px;
  }
}

.topEvent .topEvent__list.active {
  height: auto;
  overflow-y: visible;
}

@media print, screen and (min-width: 768px) {
  .topEvent .topEvent__list ul li {
    width: 49%;
  }
  .topEvent .topEvent__list ul li:nth-child(2) {
    padding-top: 0;
    border-top-width: 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .topEvent .topEvent__list ul li {
    width: 48%;
  }
}

.topEventButton {
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 20px;
  position: relative;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #1bb366;
  border-radius: 10px;
  background-size: 12px 12px;
  background-color: #1bb366;
  box-shadow: 0px 5px 0px 0px #e4e2e2;
  cursor: pointer;
}

.topEventButton.active .icon {
  background-image: url(/images/icon_close_white.svg);
}

.topEventButton.active:hover .icon {
  background-image: url(/images/icon_close_white.svg);
}

@media print, screen and (min-width: 1024px) {
  .topEventButton {
    font-size: 20px;
    font-size: 1.11111rem;
    transition: all .2s;
  }
  .topEventButton:hover {
    color: #fff;
    background-color: #1bb366;
    box-shadow: 0px 0px 0px 0px #e4e2e2;
  }
  .topEventButton:hover .icon {
    background-image: url("/images/icon_arrow_white_m_down.svg");
  }
}

.topEventButton .icon {
  padding: 0 0 0 24px;
  display: inline-block;
  background-image: url("/images/icon_arrow_white_m_down.svg");
  background-repeat: no-repeat;
  background-position: 0 center;
}

@media print, screen and (min-width: 1024px) {
  .topEventButton .icon {
    padding-left: 28px;
  }
}

/*==================================================
  topNews
==================================================*/
.topNews {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}

@media print, screen and (min-width: 1024px) {
  .topNews {
    width: 48%;
    margin-bottom: 0;
  }
}

.topNews .topNews__mainTitle {
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0 0 0 44px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media print, screen and (min-width: 1024px) {
  .topNews .topNews__mainTitle {
    margin-bottom: 45px;
    padding-left: 70px;
  }
}

.topNews .topNews__mainTitle:before {
  width: 36px;
  height: 36px;
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  border-radius: 50%;
  background-color: #1bb366;
  background-image: url(/images/icon_news-02_white.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
}

@media print, screen and (min-width: 1024px) {
  .topNews .topNews__mainTitle:before {
    width: 56px;
    height: 56px;
    background-size: 60px 60px;
  }
}

.topNews .topNews__mainTitle:after {
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url(/images/contents_bg.png);
  background-position: 0 0;
  background-repeat: repeat;
}

@media print, screen and (min-width: 1024px) {
  .topNews .topNews__mainTitle:after {
    bottom: -25px;
  }
}

.topNews .topNews__mainTitle .topNews__mainTitleJa {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .topNews .topNews__mainTitle .topNews__mainTitleJa {
    margin-bottom: 8px;
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

.topNews .topNews__mainTitle .topNews__mainTitleEn {
  width: 100%;
  display: block;
  color: #1bb366;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 0.55556rem;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media print, screen and (min-width: 1024px) {
  .topNews .topNews__mainTitle .topNews__mainTitleEn {
    font-size: 12px;
    font-size: 0.66667rem;
  }
}

.topNews .topNews__mainTitle .topNews__btnList {
  position: absolute;
  right: 0;
  top: 0;
}

.topNews .topNews__mainTitle .topNews__btnList a {
  margin: 0;
  padding: 8px 8px 8px 24px;
  position: relative;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  display: block;
  text-decoration: none;
  border: 1px solid #e5e5df;
  border-radius: 50px;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 12px 12px;
  box-shadow: 0px 5px 0px 0px #e4e2e2;
}

@media print, screen and (min-width: 1024px) {
  .topNews .topNews__mainTitle .topNews__btnList a {
    padding: 12px 25px 12px 40px;
    font-size: 16px;
    font-size: 0.88889rem;
    background-position: 14px center;
    background-size: 15px 15px;
    top: 0;
    transition: all .2s;
  }
  .topNews .topNews__mainTitle .topNews__btnList a:hover {
    color: #fff;
    border-color: #1bb366;
    background-color: #1bb366;
    background-image: url("/images/icon_arrow_white_m_right.svg");
    background-position: 18px center;
    box-shadow: 0px 0px 0px 0px #e4e2e2;
  }
}

.topNews .topNews__list {
  padding-right: 20px;
  height: 400px;
  overflow-y: scroll;
  transition: all .2s;
}

@media print, screen and (min-width: 1024px) {
  .topNews .topNews__list {
    height: 560px;
  }
}

/*==================================================
  topEventCalendar
==================================================*/
.topEventCalendar {
  width: 100%;
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
}

@media print, screen and (min-width: 1024px) {
  .topEventCalendar {
    width: 48%;
  }
}

.topEventCalendar .topEventCalendar__mainTitle {
  width: 100%;
  margin: 0 0 35px 0;
  padding: 0 0 0 44px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media print, screen and (min-width: 1024px) {
  .topEventCalendar .topEventCalendar__mainTitle {
    margin-bottom: 45px;
    padding-left: 70px;
  }
}

.topEventCalendar .topEventCalendar__mainTitle:before {
  width: 36px;
  height: 36px;
  content: "";
  position: absolute;
  left: 0;
  top: -6px;
  border-radius: 50%;
  background-color: #1bb366;
  background-image: url(/images/icon_calendar_white.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: center center;
}

@media print, screen and (min-width: 1024px) {
  .topEventCalendar .topEventCalendar__mainTitle:before {
    width: 56px;
    height: 56px;
    background-size: 40px 40px;
  }
}

.topEventCalendar .topEventCalendar__mainTitle:after {
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url(/images/contents_bg.png);
  background-position: 0 0;
  background-repeat: repeat;
}

@media print, screen and (min-width: 1024px) {
  .topEventCalendar .topEventCalendar__mainTitle:after {
    bottom: -25px;
  }
}

.topEventCalendar .topEventCalendar__mainTitle .topEventCalendar__mainTitleJa {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  font-size: 18px;
  font-size: 1rem;
  font-weight: bold;
}

@media print, screen and (min-width: 1024px) {
  .topEventCalendar .topEventCalendar__mainTitle .topEventCalendar__mainTitleJa {
    margin-bottom: 8px;
    font-size: 24px;
    font-size: 1.33333rem;
  }
}

.topEventCalendar .topEventCalendar__mainTitle .topEventCalendar__mainTitleEn {
  width: 100%;
  display: block;
  color: #1bb366;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 0.55556rem;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media print, screen and (min-width: 1024px) {
  .topEventCalendar .topEventCalendar__mainTitle .topEventCalendar__mainTitleEn {
    font-size: 12px;
    font-size: 0.66667rem;
  }
}

.topEventCalendar .topEventCalendar__btnList {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

@media print, screen and (min-width: 1024px) {
  .topEventCalendar .topEventCalendar__btnList {
    display: block;
  }
}

.topEventCalendar .topEventCalendar__btnList a {
  margin: 0;
  padding: 8px 8px 8px 24px;
  position: relative;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  display: block;
  text-decoration: none;
  border: 1px solid #e5e5df;
  border-radius: 50px;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 12px 12px;
  box-shadow: 0px 5px 0px 0px #e4e2e2;
}

@media print, screen and (min-width: 1024px) {
  .topEventCalendar .topEventCalendar__btnList a {
    padding: 12px 25px 12px 40px;
    font-size: 16px;
    font-size: 0.88889rem;
    background-position: 14px center;
    background-size: 15px 15px;
    top: 0;
    transition: all .2s;
  }
  .topEventCalendar .topEventCalendar__btnList a:hover {
    color: #fff;
    border-color: #1bb366;
    background-color: #1bb366;
    background-image: url("/images/icon_arrow_white_m_right.svg");
    background-position: 18px center;
    box-shadow: 0px 0px 0px 0px #e4e2e2;
  }
}

.topEventCalendar .topEventCalendar__btnListSp {
  width: 100%;
  display: block;
  margin-top: 20px;
}

@media print, screen and (min-width: 1024px) {
  .topEventCalendar .topEventCalendar__btnListSp {
    display: none;
  }
}

.topEventCalendar .topEventCalendar__btnListSp a {
  padding: 14px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 0.88889rem;
  color: #333;
  border: 1px solid #e5e5df;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0px 5px 0px 0px #e4e2e2;
}

.topEventCalendar .topEventCalendar__btnListSp a .icon {
  padding-left: 24px;
  font-weight: bold;
  background-image: url("/images/icon_arrow_primary_m_right.svg");
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 12px 12px;
}

#calendar {
  font-size: 13px;
  font-size: 0.72222rem;
  letter-spacing: 0;
}

#calendar table th,
#calendar table td {
  font-size: 13px;
}

@media print, screen and (min-width: 1024px) {
  #calendar table th,
  #calendar table td {
    font-size: 14px;
  }
}

#calendar table table {
  margin: 0;
  padding: 0;
}

#calendar table table th,
#calendar table table td {
  padding: 5px;
}

#calendar table table th {
  background-color: #f8f8f5;
}

/*==================================================
  topOther
==================================================*/
.topOther {
  width: 100%;
  margin: 0;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 1280px) {
  .topOther {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
  }
}

.topOther .topOther__block {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .topOther .topOther__block.topOther__block--fb {
    width: 340px;
  }
  .topOther .topOther__block.topOther__block--bnr {
    width: calc(100% - 380px);
  }
}

.topOther .topOther__block .topOther__fb {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 1024px) {
  .topOther .topOther__block .topOther__fb {
    margin-bottom: 0;
  }
}

.topOther .topOther__bnr {
  width: 100%;
  margin: 0;
  padding: 0;
}

.topOther .topOther__bnr ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 1024px) {
  .topOther .topOther__bnr ul {
    justify-content: start;
  }
}

.topOther .topOther__bnr ul li {
  width: 49%;
  margin: 0 0 2% 0;
  padding: 0;
  list-style: none;
}

@media print, screen and (min-width: 1024px) {
  .topOther .topOther__bnr ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .topOther .topOther__bnr ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/*==================================================
  topSpNav
==================================================*/
.topSpNav {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media print, screen and (min-width: 1024px) {
  .topSpNav {
    display: none;
  }
}

.topSpNav .topSpNav__block {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 10px;
  border: 1px solid #e5e5df;
  background-color: #fff;
  box-shadow: 0px 5px 0px 0px #e4e2e2;
}

.topSpNav .topSpNav__block ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topSpNav .topSpNav__block ul li {
  width: 33%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

.topSpNav .topSpNav__block ul li:first-child {
  width: 34%;
}

.topSpNav .topSpNav__block ul li:first-child a:before {
  display: none;
}

.topSpNav .topSpNav__block ul li a {
  padding: 4px 0 16px 0;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.72222rem;
  font-weight: bold;
  color: #333;
}

.topSpNav .topSpNav__block ul li a:before {
  width: 1px;
  height: 50px;
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  background-color: #e5e5df;
}

.topSpNav .topSpNav__block ul li a .icon {
  width: 50px;
  margin: 0 auto;
}

.topSpNav .topSpNav__block ul li a .text {
  display: block;
}

.topSpNav .topSpNav__btnYoyaku {
  width: 100%;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .topSpNav .topSpNav__btnYoyaku {
    width: 58%;
  }
}

.topSpNav .topSpNav__btnYoyaku a {
  width: 100%;
  margin: 0;
  padding: 18px;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #fd7c09;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #e4e2e2;
}

.topSpNav .topSpNav__btnYoyaku a .icon {
  padding: 0 24px 0 40px;
  display: inline-block;
  position: relative;
  background-image: url(/images/icon_calendar_white.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 32px 32px;
}

.topSpNav .topSpNav__btnYoyaku a .icon:after {
  margin: 0;
  padding: 0 0 0 0;
  content: "";
  width: 17px;
  height: 13px;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  background-image: url(/images/icon_win_white.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 17px 13px;
}

@media print, screen and (min-width: 1024px) {
  .topSpNav .topSpNav__btnYoyaku a .icon:after {
    top: 6px;
  }
}

.topSpNav .topSpNav__btnToshokan {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .topSpNav .topSpNav__btnToshokan {
    width: 40%;
  }
}

.topSpNav .topSpNav__btnToshokan a {
  width: 100%;
  margin: 0;
  padding: 18px;
  display: block;
  position: relative;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #1bb366;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #e4e2e2;
}

.topSpNav .topSpNav__btnToshokan a .icon {
  padding: 0 0 0 40px;
  display: inline-block;
  background-image: url(/images/icon_book_white.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 30px 30px;
}

.topImportant {
  width: 100%;
  margin: 0 0 20px 0;
}

@media print, screen and (min-width: 1024px) {
  .topImportant {
    max-width: 1200px;
    margin: 0 auto 40px auto;
  }
}

.topImportant .topImportant__inner {
  margin: 0;
  padding: 15px;
  border: 5px solid #f3390d;
  background-color: #ffffdd;
  border-radius: 0 0 10px 10px;
}

@media print, screen and (min-width: 1024px) {
  .topImportant .topImportant__inner {
    padding: 25px 25px 0px 25px;
  }
  .topImportant .topImportant__inner ul li {
    display: flex;
    flex-wrap: wrap;
  }
  .topImportant .topImportant__inner ul li .news__category {
    width: 180px;
  }
  .topImportant .topImportant__inner ul li .news__title {
    width: calc(100% - 180px);
  }
}

.topImportant .topImportant__inner a {
  color: red;
}

.topImportant .topImportant__title {
  margin: 0;
  padding: 15px 20px 10px 20px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  background-color: #f3390d;
}

@media print, screen and (min-width: 1024px) {
  .topImportant .topImportant__title {
    padding: 20px 25px 15px 25px;
    font-size: 28px;
    font-size: 1.55556rem;
  }
}
