@charset "UTF-8";
/*----------------------------------------------------
# top.css - compiled from _dev/sass/top.scss
# 食育ページTOP
----------------------------------------------------*/
/* ------------------------------------------
	スライド部分
--------------------------------------------- */
#stage .wrp-mainvis {
  padding-top: 15px;
}

#stage .inner-mainvis {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 7px;
}

/* mainvisual */
#stage .wrp-mainvis .area-mainvisual {
  width: 920px;
  height: 235px;
  margin: 0 auto;
  position: relative;
}

#stage .wrp-mainvis .area-mainvisual ul {
  list-style-type: none;
}

#stage .wrp-mainvis .area-mainvisual li {
  position: absolute;
  vertical-align: middle;
  width: 920px;
  top: 0;
  left: 0;
  display: none;
}

#stage .wrp-mainvis .area-mainvisual li:first-child {
  display: block;
}

#stage .wrp-mainvis .area-mainvisual ul.anima_bt li {
  top: 160px;
  left: 0;
}

#stage .wrp-mainvis .area-mainvisual ul.anima_rl li {
  top: 0;
  left: 670px;
}

#stage .wrp-mainvis .area-mainvisual ul.anima_fd li {
  top: 0;
  left: 0;
}

#stage .wrp-mainvis .area-mainvisual ul.anima_tg li {
  top: 0;
  left: 0;
}

#stage .wrp-mainvis .slide-count {
  position: relative;
  padding: 15px 30px;
  z-index: 10;
  display: inline-block;
  font-size: 16px;
}

#stage .wrp-slide-count {
  text-align: center;
}

#stage .wrp-mainvis .slide-count .slide-count-lists {
  display: table;
}

#stage .wrp-mainvis .slide-count li {
  display: table-cell;
  padding: 0 6px;
  vertical-align: middle;
  cursor: pointer;
}

#stage .wrp-mainvis .slide-count li span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cecece;
  display: block;
  text-indent: -9999px;
}

#stage .wrp-mainvis .slide-count li.slide-active span {
  background-color: #fff;
  border: 3px solid #cecece;
}

#stage .btn-slide-l,
#stage .btn-slide-r {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 50;
  display: none;
  cursor: pointer;
}

#stage .btn-slide-l {
  left: 5px;
}

#stage .btn-slide-r {
  right: 5px;
}

/* ------------------------------------------
	コンテンツ
--------------------------------------------- */
#stage .main-lead {
  margin-top: 38px;
  text-align: center;
}

/* 左にイラスト付きナビ */
#stage .wrp-nav-illust {
  margin-top: 38px;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

#stage .wrp-nav-illust:first-child {
  padding-right: 20px;
}

#stage .wrp-nav-illust .nav-illust-box {
  position: relative;
  width: 460px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

#stage .wrp-nav-illust .nav-illust-box a {
  display: block;
  position: relative;
  height: 100%;
}

#stage .wrp-nav-illust .nav-illust-box a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#stage .wrp-nav-illust .nav-illust-box.second {
  padding-left: 19px;
}

#stage .nav-illust {
  display: table;
  height: 100%;
  width: 430px;
  position: relative;
  padding: 22px 22px 22px 0;
  border-radius: 18px;
  border: 4px solid #fff;
  cursor: pointer;
}

#stage .nav-illust .inner-nav-illust {
  display: table-cell;
  vertical-align: middle;
}

#stage .nav-illust .illust {
  position: absolute;
  bottom: 0;
  left: 0;
}

#stage .nav-illust .txt {
  padding-left: 148px;
  background: url(/csr/syokuiku/img/common/arrow_white_1.png) no-repeat 100% center;
}

#stage .nav-illust .txt .sub-txt {
  margin-top: 5px;
  display: block;
  font-size: 13px;
}

#stage .nav-illust.red {
  background-color: #e12537;
}

#stage .nav-illust.orange {
  background-color: #f77a2e;
}

#stage .nav-illust.brown {
  background-color: #f2eddb;
}

#stage .nav-illust .inner-txt {
  display: block;
  padding-right: 25px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}

/* ------------------------------------------
	下層ページへのメインナビ
--------------------------------------------- */
#stage .mod-fn28 {
  font-size: 233%;
}

#stage .mod-pt10 {
	padding-top: 10px;
}

#stage .mod-pt20 {
	padding-top: 20px;
}

#stage .mod-pt30 {
	padding-top: 30px;
}

#stage .mod-pt40 {
	padding-top: 40px;
}

#stage .main-top-nav {
  margin-top: 20px;
}

#stage .innser-main-top-nav {
  width: 940px;
  overflow: hidden;
}

#stage .innser-main-top-nav a:hover {
  text-decoration: none;
}

#stage .main-nav-lists {
  width: 960px;
}

#stage .main-nav-lists li {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  width: 460px;
}

#stage .main-nav-lists a {
  color: #000;
  display: block;
  height: 100%;
}

#stage .main-nav-lists a:hover {
  opacity: 0.7;
}

#stage .main-nav-lists .area-title {
	display: inline-block;
	/* display: table-cell; */
	vertical-align: middle;
	width: 190px;
	padding: 0 10px 0 0;
	letter-spacing: normal;
}

#stage .main-nav-lists .area-ph {
	display: inline-block;
	/* display: table-cell; */
	vertical-align: middle;
	width: 230px;
	border-radius: 0 10px 0 0;
	overflow: hidden;
	letter-spacing: normal;
}

#stage .main-nav-lists .area-ph img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#stage .main-nav-lists .type02 {
	width: 940px;
}

#stage .main-nav-lists .type02 .area-title {
  width: 340px;
  text-align: center;
}

#stage .main-nav-lists .type02 .area-ph {
  width: 560px;
}

#stage .main-nav-lists .type02 .sublead {
  margin-top: 10px;
}

#stage .linknavbox {
  /* display: table; */
  letter-spacing: -0.5em;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 18px;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#stage .linknavbox .sublead {
  display: block;
  margin-top: 14px;
  color: #444444;
  padding-bottom: 5px;
}

#stage .linknavbox .title {
  font-weight: bold;
  line-height: 1.6;
}

#stage .linknavbox .area-title {
  /* margin-top: 10px; */
}

/* ------------------------------------------
	イベントチェック
--------------------------------------------- */
#stage .wrp-event-check {
  margin-top: 50px;
}

#stage .event-illust {
  display: table;
  height: 100%;
  width: 860px;
  margin: 0 auto;
}

#stage .event-illust .txt {
  background: url(/csr/syokuiku/img/common/arrow_red_1.png) no-repeat 100% center;
}

#stage .event-illust .nav-illust-box {
  width: 420px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

#stage .event-illust .nav-illust-box.second {
  padding-left: 20px;
}

#stage .event-illust .nav-illust-box a {
  display: block;
}

#stage .event-illust .nav-illust-box a:hover {
  opacity: 0.7;
}

#stage .event-illust .nav-illust {
  width: 388px;
  border: 5px solid #fff;
  padding: 15px 22px 15px 0;
}

/* ------------------------------------------
	サブ・コンテンツ一覧
--------------------------------------------- */
#stage .inner-sub-contents {
  margin-top: 20px;
  width: 960px;
}

#stage .sub-contents-lists .sub-list {
  width: 460px;
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}

#stage .sub-contents-lists .sub-box {
  display: table;
  width: 440px;
  padding: 10px;
  border-radius: 18px;
  background-color: #fff;
  text-align: center;
}

#stage .sub-contents-lists .sub-box .area-title {
  position: relative;
  display: table-cell;
  text-align: left;
  width: 290px;
  padding-top: 5px;
  vertical-align: top;
}

#stage .sub-contents-lists .sub-box .sublead {
  margin-top: 5px;
  display: block;
}

#stage .sub-contents-lists .sub-box .area-ph {
  display: table-cell;
  width: 145px;
  vertical-align: middle;
  text-align: left;
}

/* ------------------------------------------
	バナーエリア
--------------------------------------------- */
#stage .wrp-banner-area {
  margin-top: 20px;
}

#stage .banner-lists {
  display: flex;
  justify-content: center;
}

#stage .banner-lists li:not(:last-child) {
  width: 220px;
  margin-right: 20px;
}

#stage .banner-lists li a {
  display: block;
}

#stage .banner-lists li a:hover {
  opacity: 0.7;
}

/* ------------------------------------------
	footer
--------------------------------------------- */
#stage .wrp-all-content {
  padding-bottom: 100px;
}
