@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
/* 共通 ここから
----------------------------------------- */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.5;
  color: #3b4043;
}

.pdf_download,
.wmplayer_download {
  margin: 12px 0 !important;
  padding: 24px 0px 12px !important;
}


div#mymainback div#main_body div.pdf_download p.pdf_img {
  padding: 0 16px 0 0;
  margin: 0;
}

div#mymainback div#main_body div.pdf_download p.tenpu_txt {
  font-size: 1.4rem !important;
  margin: 0;
}


/* 下層ページ */
#mymainback {
  background-color: #fffaec;
}

#mymainback #meinimg {
  margin: 0;
  background-color: #e95139;
  background-image: none;
  margin-bottom: 3rem;
}

#mymainback #meinimg_a>div {
  height: 160px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mymainback #site_name {
  padding: 0;
}

#mymainback #site_name div,
#mymainback #site_name h1 {
  color: #fff;
  font-size: 3.8rem;
}

#mymainback .pankuzu {
  background: none;
  font-size: 1.6rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  display: block !important;
}

#mymainback .pankuzu a#text {
  margin: 0 1rem;
}

#mymainback #main_a {
  margin: 0 auto !important;
  max-width: 1200px;
  padding: 5rem 4rem;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 6rem;
}

#mymainback #detail_date {
  height: auto;
}

#mymainback #detail_date .text_r {
  font-size: 1.6rem;
}

#mymainback #main_body h2 {
  border: none;
  background-color: #fad6d1;
  font-size: 3.2rem;
  padding: 2.5rem 3rem 3rem;
  background-image: none;
}

#mymainback .h2box,
#mymainback #main_body h3,
#mymainback #main_body h4,
#mymainback #main_body h5 {
  margin-bottom: 2.5rem;
}

#mymainback #main_body p {
  padding: 0 2rem 1em;
  font-size: 1.6rem !important;
}

#mymainback #main_body h3 {
  border-top: 8px solid #e95139;
  border-bottom: 8px solid #e95139;
  font-size: 2.8rem;
  background-image: none;
  padding: 1.5rem 1.5rem 2rem;
}

#mymainback #main_body h4 {
  font-size: 2.4rem;
  background-image: none;
  border-left: 10px solid #95c331;
  border-bottom: 10px solid #d0e6a1;
  padding: 0rem 2rem 1rem 1.8rem;
  position: relative;
}

#mymainback #main_body h4:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: -10px;
  background-color: #d0e6a1;
  display: block;
}

#mymainback #main_body h5 {
  font-size: 2rem;
  border-left: none;
  padding: 0 2rem 1rem 1.5rem;
  border-bottom: 6px solid #eeeeee;
  position: relative;
  margin: 0 0 2rem;
}

#mymainback #main_body h5:after {
  content: "";
  width: 200px;
  height: 6px;
  background-color: #fad6d1;
  position: absolute;
  bottom: -6px;
  left: 0;
}

#mymainback #main table {
  border-color: #3b4043 !important;
  margin-bottom: 3.5rem;
}

#mymainback #main table caption {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

#mymainback #main th {
  height: auto;
  width: auto;
  background-color: #f4e5a1;
  border-color: #3b4043 !important;
  font-size: 2rem;
}

#mymainback #main td {
  border-color: #3b4043 !important;
  font-size: 2rem;
}

body:not(.home) #mymainback #main {
  padding: 0 2rem;
  margin: 0 0 6rem !important;
}

#header {
  margin: 0 !important;
}

#viewSwitch {
  display: none !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通ヘッダーベース */

#header3.vegetables-first-header {
  background-color: #fff;
  padding: 3.2rem 1.5rem;
  margin: auto;
  position: relative;
  z-index: 9998;
}

.flex-contents {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#header .left-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

#header .right-contents {
  width: 0;
}

#header-logo {
  max-width: 400px;
  margin-bottom: 2.4rem;
}

#header a {
  display: block;
}

#global-nav {
  width: 100%;
}

#global-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav ul li {
  vertical-align: middle;
  position: relative;
}

#global-nav ul li:after {
  background-color: #d3d3d3;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#global-nav ul li:last-child:after {
  content: none;
}

#global-nav ul li a {
  color: inherit;
  display: block;
  font-size: 1.5rem !important;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  padding: 0 .7rem;
  line-height: 1.3;
}

#global-nav ul li a:hover {
  color: #1eaa38;
}

#mobile-head:hover {
  opacity: 0.8;
}

#nav-toggle {
  position: absolute;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 32px;
  height: 26px;
}

#nav-toggle span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  margin: auto;
  top: 0;
  bottom: 0;
}

#nav-toggle span:nth-child(3) {
  bottom: 0;
}

.open #nav-toggle span:nth-child(1) {
  -webkit-transform: translateY(1rem) rotate(-45deg);
  transform: translateY(1rem) rotate(-45deg);
}

.open #nav-toggle span:nth-child(2) {
  opacity: 0;
}

.open #nav-toggle span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.open #global-nav {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
  top: 80px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 健康ポータルコンテンツページ用ヘッダー */

#portal-header {
  background-color: #ecf2e6;
  padding: 2.4rem 1.5rem 2.4rem;
  margin: auto;
  position: relative;
  z-index: 9999;
}

.flex-contents {
  align-items: center;
  justify-content: space-between;
}

#portal-header .left-contents {
  width: 240px;
}

#portal-header .right-contents {
  width: calc(100% - 240px);
}

#portal-header-logo {
  max-width: 230px;
  margin: 0;
}

#portal-header-logo a {
  display: block;
}

#portal-header-logo img {
  width: 100%;
  display: block;
}

#portal-global-nav {
  width: 100%;
  margin-top: 0.5rem;
}

#portal-global-nav ul {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#portal-global-nav ul li {
  vertical-align: middle;
  position: relative;
}

#portal-global-nav ul li:after {
  background-color: #d3d3d3;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#portal-global-nav ul li:last-child:after {
  content: none;
}

#portal-global-nav ul li a {
  color: inherit;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s;
  padding: 0 1rem;
}

#portal-global-nav ul li a:hover {
  color: #1eaa38;
}

#portal-nav-toggle {
  position: absolute;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 32px;
  height: 26px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 健康ポータル ふくしま健民カードページ用ロゴ */

#kenmin-header-logo {
  max-width: 400px;
  margin-bottom: 2.4rem;
}

#kenmin-header-logo a {
  display: block;
}

#kenmin-header-logo img {
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 健康ポータル健民検定ページ用ヘッダー */

#kentei-header {
  background-color: #fff;
  padding: 2.4rem 1.5rem;
  position: relative;
}

#kentei-header-logo {
  max-width: 300px;
  margin: auto;
}

#kentei-header-logo img {
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サブメニューなしヘッダー */

#normal-header {
  background-color: #fff;
  padding: 2.4rem 1.5rem;
  position: relative;
}

#normal-header-logo {
  max-width: 400px;
  margin: auto;
}

#normal-header-logo img {
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 健康ポータルベジ・ファーストページ用ヘッダー */

#vegetables-first-header {
  background-color: #fff;
  padding: 2.4rem 1.5rem;
}

#vegetables-first-header-logo {
  max-width: 300px;
  margin: auto;
}

#vegetables-first-header-logo a {
  display: block;
}

#vegetables-first-header-logo img {
  width: 100%;
}

#header3 .flex-contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nopc {
  display: none;
}

#header3 .left-contents {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.vegetables-first-header .flex-contents .left-contents #vegetables-first-header-logo {
  margin: 0 auto 1rem;
  max-width: 450px;
}

#header3 .right-contents {
  width: 0;
  display: none;
}

.vegetables-first-header .flex-contents .left-contents #global-nav ul li::after {
  height: 40px;
}

div.acc_item {
  background-color: #fff;
  border-radius: 10px;
  padding: 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}

ul.fontSize_box.acc_item {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  list-style: none;
}

ul.fontSize_box.acc_item li {
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.6rem !important;
}

ul.fontSize_box.acc_item li:nth-child(1) {
  background-color: #1eaa38;
}

.font_size_changed ul.fontSize_box.acc_item li:nth-child(1) {
  background-color: transparent;
}

.font_size_changed ul.fontSize_box.acc_item li:nth-child(2) {
  background-color: #1eaa38;
}

ul.fontSize_box.acc_item li a {
  color: #3b4043;
  text-decoration: none;
}

ul.fontSize_box.acc_item li:nth-child(1) a {
  color: #fff;
}

.font_size_changed ul.fontSize_box.acc_item li:nth-child(1) a {
  color: #3b4043;
}

.font_size_changed ul.fontSize_box.acc_item li:nth-child(2) a {
  color: #fff;
}

.acc_item span {
  font-size: 1.6rem;
}

/* スライド */
.slick-dotted.slick-slider {
  padding: 0;
  margin: 0 0 4rem;
}

.slick-slide p {
  margin: 0;
}

.slick-slide img {
  width: 100% !important;
  height: auto !important;
}

.slick-dots {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
}

.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.slick-dots li button {
  cursor: pointer;
  width: 44px;
  height: 4px;
  background: #d3d3d3;
  border: 1px solid #d3d3d3;
  border-radius: 0;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: #1eaa38;
  border: 1px solid #1eaa38;
}

.slick-dots li button:before {
  content: none;
}

.slick-prev {
  left: 10px;
  width: 50px;
  height: 73px;
  z-index: 9999;
  background-image: url(/img/genen-and-vege/controls-prev.png) !important;
  background-size: contain !important;
}

.slick-next {
  right: 10px;
  width: 50px;
  height: 73px;
  z-index: 9999;
  background-image: url(/img/genen-and-vege/controls-next.png) !important;
  background-size: contain !important;
}

.slick-prev::before,
.slick-next::before {
  content: none;
}

.slick_wrap {
  position: relative;
}

.buttons {
  position: absolute;
  right: 7px;
  bottom: 10px;
  display: flex;
}

.buttons .js-play,
.buttons .js-stop {
  display: block;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  outline: 0;
  background: url(/img/genen-and-vege/slide_play.png) top / cover no-repeat;
  margin: 0 2px;
  border: 1px solid #FFF;
  border-radius: 50px;
}

.buttons .js-stop {
  background: url(/img/genen-and-vege/slide_stop.png) top / cover no-repeat;
}

.buttons .js-play:hover,
.buttons .js-play.active,
.buttons .js-play:focus {
  background-position: bottom;
}

.buttons .js-stop:hover,
.buttons .js-stop.active,
.buttons .js-stop:focus {
  background-position: bottom;
}

/* 新着情報 */
.news_wrap {
  padding-top: 6rem;
}

.news_wrap .list_type_a_list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 3rem 3rem 3rem;
  background: #e95139;
  border-radius: 10px;
  position: relative;
}

.news_wrap .list_type_a_title {
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}

.news_wrap .list_type_a_title h2 {
  padding: 0;
  font-size: 3.6rem;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 1rem;
}

.news_wrap .list_type_a_title h2::after {
  content: "NEWS";
  color: #fff;
  font-size: 1.6rem;
}

.news_wrap .list_type_a_list .text_d2 {
  background: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}

.news_wrap .text_d2:after {
  content: "";
  width: 26px;
  height: 8px;
  background-image: url(/img/genen-and-vege/right_arrow.png);
  background-size: contain;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}

.news_wrap .text_d {
  background: none;
  padding: 0;
}

.news_wrap .text_d a {
  color: #000000;
  /* font-size: 2rem; */
  text-decoration: none;
  padding: 1.5rem 8rem;
  display: block;
}

.news_wrap .list_ccc {
  text-align: left;
  background: none;
}

.news_wrap .list_type_a_list .list_ccc ul {
  padding: 0;
  background-color: #fff;
  padding: 3rem 2rem;
}

.news_wrap .list_ccc li {
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
  border: none;
  display: flex;
}

.news_wrap .list_ccc li:last-child {
  margin-bottom: 0;
}

.news_wrap .list_ccc .span_a {
  background: none;
  padding: 0;
  /* font-size: 2rem; */
  /* font-weight: 600; */
  margin: 0 1.5rem 0 0px;
  max-width: 19rem;
  width: 100%;
}

.news_wrap .list_ccc .span_b a {
  /* font-size: 2rem; */
  font-weight: 600;
  color: #3b4043;
  /* text-decoration: none; */
}

.about_wrap {
  background-color: #fffaec;
}

/* #vegetables-first-about-01 .container {
  max-width: 960px;
  padding-top: 6.4rem;
  padding-bottom: 3.2rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
} */

#vegetables-first-about-01 .flex-contents {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4.8rem;
  width: 960px;
  margin: 40px auto;
}

#vegetables-first-about-01 .img-box {
  width: 39%;
}

#vegetables-first-about-01 .img-box img {
  display: block;
  max-width: 250px;
  margin: auto;
  width: 100%;
}

#vegetables-first-about-01 .text-box {
  width: 59%;
  text-align: left;
}

#vegetables-first-about-01 h2 {
  color: #e95239;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 auto 0.32rem;
}

#vegetables-first-about-01 p {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

#vegetables-first-about-01 .text-box ul {
  padding: 0;
  list-style: none;
}

#vegetables-first-about-01 li {
  margin-bottom: 0.96rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

/* #vegetables-first-about-02 .container {
  padding-top: 3.2rem;
  padding-bottom: 6.4rem;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
} */

#vegetables-first-about-02 .box-wrapper {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4.8rem;
  width: 960px;
  margin: 40px auto;
}

#vegetables-first-about-02 h2 {
  max-width: 646px;
  width: 100%;
  margin: 0 auto 4.8rem;
}

#vegetables-first-about-02 h2 img {
  width: 100%;
}

#vegetables-first-about-02 .flex-contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: flex;
  width: 100%;
}

#vegetables-first-about-02 .img-box {
  width: 26%;
}

#vegetables-first-about-02 .text-box {
  width: 70%;
  text-align: left;
}

#vegetables-first-about-02 .img-box img {
  width: 100%;
}

#vegetables-first-about-02 .heads-up {
  margin-top: 1.6rem;
}

#vegetables-first-about-02 .heads-up ul {
  font-size: 1.4rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
  padding: 0;
  list-style: none;
  padding: 0 0 0 1.6rem;
}

.logo_wrap {
  background-color: #fdebde;
}

.logo_wrap .container {
  padding-top: 4em;
  padding-bottom: 4em;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
}

.logo_wrap .logo {
  margin: 0 auto;
  max-width: 500px;
  width: 95%;
}

.logo_wrap .logo img {
  width: 100%;
}

/* フッター */
#footer {
  margin-top: 0 !important;
  text-align: left;
}

#footer-nav {
  background: #1eaa38;
}



















/* スライド */


/* 新着情報 */










#footer-nav .container {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
}

#footer-nav .flex-contents {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

#footer-nav .nav-parent {
  margin: 0 0.8rem;
  list-style: none;
  padding: 0;
}

#footer-nav .nav-parent ul {
  list-style: none;
  padding: 0;
}

#footer-nav .nav-parent div {
  margin-bottom: 2rem;
}

#footer-nav .nav-parent li {
  margin-bottom: 2rem;
}

#footer-nav .nav-parent a {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer-nav .nav-parent a:hover {
  color: #ccc;
}

#footer-nav .nav-parent .nav-child-01 {
  margin: 2rem 0 0 1.6rem;
}

#footer-nav .nav-parent .nav-child-01 li {
  margin-bottom: 1.6rem;
}

#footer-nav .nav-parent .nav-child-01 a {
  font-size: 1.4rem;
  font-weight: normal;
}

#footer-nav .nav-parent .nav-child-02 {
  margin: 1.6rem 0 0 1.92rem;
}

.nav-child-02 a {
  position: relative;
}

#footer-nav .nav-parent .nav-child-02 a:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
}

#link-banner {
  text-align: left;
}

#link-banner .container {
  border-top: 1px solid #d3d3d3;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  width: 100%;
}

#link-banner .flex-contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

#link-banner .left-contents {
  width: 49%;
}

#link-banner .left-contents h2 {
  font-weight: bold;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  margin-top: 0;
}

#link-banner .left-contents p {
  font-size: 1.4rem;
  margin: 0;
}

#link-banner .right-contents {
  width: 49%;
}

#link-banner .right-contents ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

#link-banner .right-contents li {
  display: inline-block;
  height: 60px;
  margin: 0.8rem 0.8rem 0.8rem 0;
}

.hov {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

#link-banner .right-contents img {
  width: auto;
  height: 100%;
}

#pagetop {
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 999;
  margin: 0;
}

#pagetop a {
  background-color: #fff;
  border: 2px solid #1eaa38;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

#pagetop a:after {
  border-top: 2px solid #1eaa38;
  border-right: 2px solid #1eaa38;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#footer #copyright {
  background-color: #3b4043;
  color: #fff;
  font-size: 1.4rem;
  padding: 2.4rem 1.6rem;
  text-align: center;
  margin: 0;
}

#footer #copyright small {
  font-size: 1.4rem;
}

.vegetables-first-header .flex-contents .left-contents #global-nav ul li {
  padding: 0 0.8rem;
}

body.list2 #main_body .list_c li {
  margin: 0 0 2rem;
  background-color: #fad6d1;
  padding: 0;
  font-size: 3rem !important;
  font-weight: 600;
  border-left: 20px solid #e95139;
  border-bottom: 6px solid #e5e2e2;
  transition: all 0.5s;
  border-top: none !important;
}

body.list2 #main_body .list_c li:last-child {
  margin: 0;
}

body.list2 #main_body .list_c li:hover {
  background-color: #d0e6a1;
  border-left: 20px solid #95c331;
}

body.list2 #main_body .list_c li a {
  text-decoration: none;
  color: #3e3d3d;
  padding: 2.5rem 2rem 3rem;
  display: block;
}

body.list2 #main_body .list_ccc .span_c {
  background: none;
  padding: 0;
  margin: 0 !important;
}

body.list1 .list_ccc .span_a,
body.list1 .list_ccc .span_b {
  background: none;
  /* font-size: 1.8rem; */
  /* font-weight: 600; */
  color: #3e3d3d;
  width: auto;
  padding: 0;
  transition: all 0.5s;
  margin: 0 !important;
}

body.list1 .list_ccc .span_b {
  font-weight: 600;
}

body.list1 .list_ccc .span_b {
  font-size: 2.2rem;
  padding-left: 3rem;
  text-decoration: underline;
}

body.list1 .list_ccc .span_b a {
  color: #3e3d3d;
  text-decoration: none;
  transition: all 0.5s;
}

body.list1 .list_ccc li .span_b a:hover {
  color: #fc2200;
}

body.list1 #main .list_c li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 3rem 0;
  border-bottom: 1px solid #d3d3d3;
  margin: 0;
  border-top: none !important;
}

body.list1 .list_ccc {
  background: none !important;
}

@media screen and (max-width: 1000px) {
  #header3 {
    padding: 0 0 0 1rem;
    border-bottom: 1px solid #fff;
  }

  #header3 .right-contents {
    width: 60px;
    display: block;
  }

  #header-logo {
    margin-bottom: 0;
  }

  #global-nav ul {
    display: block;
    padding-left: 0;
  }

  #global-nav {
    background-color: #ecf2e6;
    border-top: 2px solid #1eaa38;
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.3);
    width: 100%;
    position: absolute;
    top: -1000px;
    left: 0;
    right: 0;
    transition: opacity 0.25s, visibility 0s ease 0.25s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
  }

  #global-nav ul li a {
    padding: 1.6rem 3.2rem;
  }

  #mobile-head {
    background-color: #1eaa38;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    position: relative;
    width: 80px;
    height: 80px;
    padding: 2.7rem 2.4rem;
    margin: 0 0 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #mobile-head:hover {
    opacity: 0.8;
  }

  #portal-header {
    padding: 0 0 0 1rem;
    border-bottom: 1px solid #fff;
  }

  #portal-global-nav ul {
    display: block;
  }

  #portal-global-nav ul li:after {
    content: none;
  }

  #portal-global-nav {
    background-color: #fff;
    border-top: 2px solid #1eaa38;
    -webkit-box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.3);
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.3);
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.25s, visibility 0s ease 0.25s;
    transition: opacity 0.25s, visibility 0s ease 0.25s;
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
  }

  #portal-mobile-head {
    background-color: #ecf2e6;
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    position: relative;
    width: 80px;
    height: 80px;
    padding: 2.7rem 2.4rem;
    margin: 0 0 0 auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-sizing: border-box;
  }

  #kenmin-header-logo {
    max-width: 230px;
    margin-bottom: 0;
  }

  #normal-header.no-logo {
    display: none;
  }

  #portal-global-nav ul li a {
    font-size: 1.4rem;
    padding: 1.6rem 3.2rem;
  }

  #portal-nav-toggle span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #1eaa38;
  }

  #portal-nav-toggle span:nth-child(1) {
    top: 0;
  }

  #portal-nav-toggle span:nth-child(2) {
    margin: auto;
    top: 0;
    bottom: 0;
  }

  #portal-nav-toggle span:nth-child(3) {
    bottom: 0;
  }

  .open #portal-nav-toggle span:nth-child(1) {
    -webkit-transform: translateY(1rem) rotate(-45deg);
    transform: translateY(1rem) rotate(-45deg);
  }

  .open #portal-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .open #portal-nav-toggle span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }

  .open#portal-header #portal-global-nav {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
    top: 80px;
  }

  #portal-global-nav {
    background-color: #fff;
    border-top: 2px solid #1eaa38;
    -webkit-box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.3);
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.3);
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    left: 0;
    right: 0;
    -webkit-transition: opacity 0.25s, visibility 0s ease 0.25s;
    transition: opacity 0.25s, visibility 0s ease 0.25s;
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
  }

  div.acc_item {
    display: none;
  }

  #header3.vegetables-first-header {
    padding: 0 0 0 10px;
    border-bottom: 1px solid #fff;
  }

  #header3 .left-contents {
    display: block;
    margin-right: 15px;
  }

  body {
    min-width: auto !important;
  }

  .vegetables-first-header .flex-contents .left-contents #vegetables-first-header-logo {
    margin: 0;
    width: 100%;
  }

  .news_wrap {
    padding: 30px 10px 0px;
  }

  #vegetables-first-about-01 h2 {
    font-size: 2.4rem;
    margin: 2.4rem 0 1.4rem;
  }

  #vegetables-first-about-01 p {
    font-size: 2.2rem;
  }

  #footer-nav {
    display: none;
  }

  #footer {
    background-image: none !important;
  }

  .slick-prev {
    left: 0;
    width: 25px;
    height: 36px;
  }

  .slick-next {
    right: 0;
    width: 25px;
    height: 36px;
  }
}

@media screen and (max-width: 1000px) and (max-width: 640px) {
  #mobile-head {
    width: 60px;
    height: 60px;
    padding: 17px 14px;
  }

  #portal-mobile-head {
    width: 60px;
    height: 60px;
    padding: 17px 14px;
  }
}

@media only screen and (max-width: 640px) {
  #link-banner .flex-contents {
    display: block;
  }

  .news_wrap .list_type_a_list {
    padding: 3rem 2rem 2rem 2rem;
  }

  .news_wrap .list_type_a_title {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .news_wrap .list_type_a_title h2 {
    font-size: 3rem;
    align-items: center;
    gap: 0;
  }

  #mymainback #main_body h3 {
    padding: 1rem 0rem 1.5rem;
  }

  #mymainback #main_body h5 {
    padding: 0 0rem 0.2rem;
  }

  .news_wrap .text_d a {
    min-width: 200px;
    padding: 1.5rem;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }

  .news_wrap .list_ccc li {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }

  .news_wrap .list_ccc .span_a {
    float: none;
    font-size: 1.6rem;
  }

  .news_wrap .list_ccc .span_b a {
    font-size: 1.6rem;
  }

  .news_wrap .list_type_a_list .text_d2 {
    position: relative;
    top: auto;
    right: auto;
    justify-content: center;
    max-width: 260px;
    margin: 2rem auto 0;
  }

  .open#portal-header #portal-global-nav {
    top: 60px;
  }

  #portal-global-nav a {
    font-size: 1.5rem;
    padding: 1.6rem 3.2rem;
  }

  .open#header3 #global-nav {
    top: 60px;
  }

  .nopc {
    display: block;
  }

  .nosp {
    display: none;
  }

  body img {
    vertical-align: middle;
  }

  #mymainback #main_body p {
    padding: 0 0 1em;
  }

  div#main_body div.detail_free img {
    width: 100% !important;
    height: auto !important;
  }

  #vegetables-first-header-logo {
    width: 80%;
  }

  #vegetables-first-about-01 .container {
    padding-top: 4.8rem;
    padding-bottom: 1.6rem;
  }

  #vegetables-first-about-01 .flex-contents {
    display: block;
    padding: 3.2rem 2rem;
    width: calc(100% - 26px);
    margin: 0 auto;
  }

  #vegetables-first-about-01 .img-box {
    width: 100%;
  }

  #vegetables-first-about-01 .img-box img {
    display: block;
    max-width: 250px;
    margin: auto;
    width: 100%;
  }

  #vegetables-first-about-01 .text-box {
    width: 100%;
  }

  #vegetables-first-about-01 h2 {
    text-align: center;
  }

  #vegetables-first-about-02 .container {
    padding-top: 3.2rem;
    padding-bottom: 4.8rem;
  }

  #vegetables-first-about-02 .box-wrapper {
    padding: 3.2rem 2rem;
    width: calc(100% - 26px);
    margin: 0 auto;
  }

  #vegetables-first-about-02 h2 {
    margin: 0 auto 3.2rem;
  }

  #vegetables-first-about-02 .flex-contents {
    display: block;
  }

  #vegetables-first-about-02 .img-box {
    width: 100%;
    margin-bottom: 3.2rem;
  }

  #vegetables-first-about-02 .img-box img {
    display: block;
    max-width: 250px;
    margin: auto;
    width: 80%;
  }

  #vegetables-first-about-02 .text-box {
    width: 100%;
  }

  #kenmincard-aside-contact .container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  #link-banner .flex-contents {
    display: block;
  }

  #link-banner .left-contents {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  #link-banner .right-contents {
    width: 100%;
  }

  #pagetop a {
    width: 40px;
    height: 40px;
  }

  #pagetop a:after {
    width: 14px;
    height: 14px;
  }

  #mymainback #main_a {
    padding: 2rem;
  }

  #mymainback #print_mode_link {
    /* display: block;
    width: 19.5rem;
    padding: 0;
    height: 2rem;
    background-position: left center; */
    display: none;
  }

  #mymainback #detail_date .text_r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
    font-size: 1.4rem;
    margin-bottom: 1em;
  }

  body.list2 #main_body .list_c li {
    font-size: 2.2rem !important;
  }

  #mymainback #site_name a div,
  #mymainback #site_name a h1 {
    font-size: 2.4rem;
  }

  #mymainback #meinimg_a>div {
    height: 100px !important;
  }

  body:not(.home) #mymainback #main {
    padding: 0 1rem;
    margin: 0 0 3rem !important;
  }

  body.list1 .list_ccc .span_a {
    font-size: 1.6rem;
  }

  body.list1 .list_ccc .span_b {
    padding-left: 1.5rem;
    font-size: 1.8rem;
  }

  div#mymainback div#footer div.logo_wrap div.container {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  div#mymainback div#main_body div.pdf_download p.pdf_img {
    padding: 0;
    width: 100%;
  }

  div#mymainback div#main_body div.pdf_download p.tenpu_txt {
    padding: 10px 0 0;
    clear: both;
    width: 100%;
  }

  .buttons {
    right: 5px;
    bottom: 5px;
  }

  .buttons .js-play,
  .buttons .js-stop {
    width: 22px;
    height: 22px;
  }
}

/* 店舗詳細　ここから */
#single-store {
  clear: both;
}

#single-store .back-color {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
}

#single-store .back-color .flex02 {
  margin-top: 25px;
}

#single-store .back-color .store-flex {
  display: -webkit-box;

  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#single-store .back-color .store-flex .text {
  width: 60%;
}

#single-store .back-color .store-flex:nth-child(1) .text {
  line-height: 1.8;
}

@media only screen and (max-width: 640px) {
  #single-store .back-color .store-flex .text {
    width: 100%;
  }
}

#single-store .back-color .store-flex .text .store-catlist {
  display: -webkit-box;

  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#single-store .back-color .store-flex .text .store-catlist .catlist-flex {
  display: -webkit-box;

  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#single-store .back-color .store-flex .text .store-catlist .catlist-flex div {
  width: 50px;
  margin-right: 5px;
}

#single-store .back-color .store-flex .text .store-catlist .catlist-flex div img {
  border: none;
  margin: 0;
}

#single-store .back-color .store-flex .text .store-catlist .area-name {
  margin-left: 10px;
}

#single-store .back-color .store-flex .text .store-catlist .area-name .area {
  display: inline-block;
  margin: auto 10px auto auto;
  /* font-size: 18px; */
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  #single-store .back-color .store-flex .text .store-catlist .area-name .area {
    /* font-size: 13px; */
  }
}

#single-store .back-color .store-flex .text .store-title {
  /* font-size: 30px; */
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
  margin: 20px 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  #single-store .back-color .store-flex .text .store-title {
    /* font-size: 18px; */
  }
}

#single-store .back-color .store-flex .text .store-text {
  margin: auto;
}

#single-store .back-color .store-flex .text .tokuten {
  background-color: #ec6d45;
  color: #fff;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

#single-store .back-color .store-flex .text .tokuten p {
  margin: auto;
}

#single-store .back-color .store-flex .text .tokuten-text {
  font-weight: bold;
  margin: auto;
}

#single-store .back-color .store-flex .text .tokuten-cyui {
  margin: auto;
}

#single-store .back-color .store-flex .text .table-srore-single {
  border: none;
  margin-top: 20px;
  width: 100%;
}

#single-store .back-color .store-flex .text .table-srore-single tbody tr {
  border-bottom: 2px dotted #ccc;
}

#mymainback #main #single-store .back-color .store-flex .text .table-srore-single tbody tr th {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100px;
  font-size: 1.6rem;
  vertical-align: top;
  padding: 0.5em;
  white-space: nowrap;
}

#mymainback #main #single-store .back-color .store-flex .text .table-srore-single tbody tr td {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0.5em;
  word-break: break-all;
  font-size: 1.6rem;
}

#mymainback #main #single-store .back-color .store-flex .text .table-srore-single tbody tr td .link_l {
  margin: 0;
  padding: 0;
  background: no-repeat;
}

#mymainback #main #single-store .back-color .store-flex .text .table-srore-single div.detail_writing {
  margin: 0;
}

#single-store .back-color .store-flex .img {
  width: 35%;
  border-radius: 20px;
  overflow: hidden;
}

#mymainback #main_body #single-store .back-color .store-flex .img p {
  padding: 0;
  margin: 0;
}

#mymainback #main_body #single-store .back-color .store-flex .img:empty {
  height: 200px;
  background: url(/img/vegetablesfirststore/nothumbnail.jpg) no-repeat center center;
  background-size: contain;
  border: solid 1px goldenrod;
  border-radius: 21px;
}

@media only screen and (max-width: 640px) {
  #single-store .back-color .store-flex .img {
    width: 100%;
    margin-top: 20px;
  }
}

#single-store .back-color .store-flex .img .thumbnail {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

#single-store .back-color .store-flex .img .thumbnail .detail_free,
#main_body #single-store .back-color .store-flex .img .thumbnail .detail_free p {
  margin: 0;
  padding: 0;
}

#single-store .back-color .store-flex .img .thumbnail img {
  border: none;
  margin: 0;
  object-fit: cover;
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}

#single-store .back-color .store-flex .no-img {
  display: -webkit-box;

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

#single-store .back-color .store-flex .map {
  width: 35%;
  position: relative;
  padding-top: 35%;
  height: 0;
}

#single-store .back-color .store-flex .map:empty {
  padding-top: 0;
}

#single-store .back-color .store-flex .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  #single-store .back-color .store-flex .map {
    width: 100%;
    margin-top: 20px;
    padding-top: 56.25%;
  }
}

#single-store .back-color .store-flex .map .ggmap {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}

#single-store .list-back {
  margin-top: 4em;
}

.button-kenmincard-top {
  background-color: #f29600;
  border: 1px solid #f29600;
  border-radius: 30px;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  display: block;
  padding: 1em 0.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
}

.button-kenmincard-top-wrapper {
  max-width: 250px;
  width: 100%;
  margin: auto;
  padding: 4em 0 0;
}

#single-store .list-back {
  margin-top: 4em;
}

.button-kenmincard-top:hover {
  background-color: #fff;
  color: #f29600;
}

/* 店舗詳細　ここまで */


@media (min-width: 641px) {

  .sp_button,
  #sp_page_index_link_wrap {
    display: none;
  }
}

/* スマホ */
@media (max-width: 640px) {

  /* テーブル切り替え */
  #main .sp_table_wrap {
    overflow: auto;
  }

  #main div.sp_large_table {
    width: 1000px;
    overflow: visible;
  }

  .sp_button {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
    background-color: #f9f9f9;
    color: #000000;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
    box-shadow: inset 1px 1px 0px 0px #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
  }

  .sp_button:hover {
    background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
    background-color: #e9e9e9;
  }

  .sp_button:active {
    position: relative;
    top: 1px;
  }

  .gsc-result .gs-title {
    height: auto !important;
  }

  #mymainback #site_name h1 {
    font-size: 2.4rem;
    margin: 0;
    padding: 0 10px;
  }

  #mymainback #meinimg {
    margin-bottom: 8px;
  }

  #mymainback .pankuzu {
    font-size: 1.4rem;
    padding: 0 10px;
    margin-bottom: 10px;
  }

  #mymainback #main #single-store .back-color .store-flex .text .table-srore-single tbody tr th {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
  }

  .vegetables-first-mission .mission-logo {
    margin: 0 auto;
  }
}

/* PRツール　ここから */
.vegetables-first-tool .dl-logo {
  padding: 30px;
}

#main_body .vegetables-first-tool ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  gap: 2em;
  list-style: none;
}

.vegetables-first-tool ul li {
  width: calc(50% - 30px);
}

.vegetables-first-tool a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.vegetables-first-tool a:hover {
  opacity: 0.8;
}

.vegetables-first-tool img {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .vegetables-first-tool ul {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .vegetables-first-tool .dl-logo {
    padding: 0;
  }

  #main_body .vegetables-first-tool ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5em;
    width: 100%;
    margin-bottom: 40px;
  }

  .vegetables-first-tool ul li {
    width: 100%;
  }
}

/* PRツール　ここまで */

/* ミッション ここから */
#mymainback .vegetables-first-mission .h2box {
  background: none;
  margin: 0;
  text-align: center;
}

.vegetables-first-mission .box-wrapper {
  /* padding: 3em; */
}

.vegetables-first-mission .mission-message {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 2em;
}

.vegetables-first-mission .mission-message img {
  width: 100%;
}

.vegetables-first-mission .mission-logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 2em;
}

.vegetables-first-mission .mission-logo img {
  width: 100%;
}

#mymainback #main_body .vegetables-first-mission h2.mission-title {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 26px;
  background-color: transparent;
  padding: 0;
}

.vegetables-first-mission h2 img {
  width: 100%;
  vertical-align: middle;
}

.vegetables-first-mission .flex-contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}

div#mymainback div#main_body div.vegetables-first-mission div.text-box p {
  line-height: 1.8;
}


.vegetables-first-mission .img-box {
  width: 26%;
}

.vegetables-first-mission .img-box img {
  width: 100%;
}

.vegetables-first-mission .text-box {
  width: 70%;
}

.vegetables-first-mission .text-box span {
  display: block;
  color: gray;
  font-size: 90%;
  margin-top: 0.5em;
}

.vegetables-first-mission .button-wrapper {
  max-width: 320px;
  margin: 2em auto 0;
}

.vegetables-first-mission .button-wrapper a {
  background-color: #3b4043;
  border: 1px solid #3b4043;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 1em 1.5em;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.vegetables-first-mission .button-wrapper a:after {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}

.vegetables-first-mission .button-wrapper a:hover {
  background-color: #fff;
  color: #3b4043;
}

.vegetables-first-mission .button-wrapper a:hover:after {
  border-top: 2px solid #3b4043;
  border-right: 2px solid #3b4043;
}

@media only screen and (max-width: 1000px) {
  .vegetables-first-mission .box-wrapper {
    padding: 3em 2em;
  }

  .vegetables-first-mission .img-box {
    width: 30%;
  }

  .vegetables-first-mission .text-box {
    width: 64%;
  }

  .vegetables-first-mission .button-wrapper {
    margin: 3em auto 0;
  }

}

@media only screen and (max-width: 640px) {
  .vegetables-first-mission h2 {
    margin: 0 auto 2em;
  }

  .vegetables-first-mission .box-wrapper {
    padding: 0;
  }

  .vegetables-first-mission .flex-contents {
    display: block;
    width: 100%;
  }

  .vegetables-first-mission .img-box {
    width: 100%;
    margin: 2em 0;
  }

  .vegetables-first-mission .img-box img {
    display: block;
    max-width: 250px;
    margin: auto;
    width: 80%;
  }

  .vegetables-first-mission .text-box {
    width: 100%;
  }

  #mymainback #main_body .vegetables-first-mission .text-box p {
    padding: 0;
  }

  .vegetables-first-mission .button-wrapper {
    margin: 2em auto 0;
  }
}

/* ミッション ここまで */

@media only screen and (max-width: 640px) {
  #mymainback #main_body h2 {
    font-size: 2.3rem;
    padding: 10px 10px 14px 10px;
  }

  #mymainback .h2box,
  #mymainback #main_body h3 {
    font-size: 2.2rem;
  }

  #mymainback #main_body h4,
  #mymainback #main_body h5 {
    font-size: 2rem;
  }

  #mymainback #main_body h4 {
    border-left: 5px solid #95c331;
    border-bottom: 5px solid #d0e6a1;
    padding: 3px 0 7px 8px;
  }

  #mymainback #main_body h4::after {
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -5px;
  }

  #mymainback #main_body h5 {
    padding: 0 0 8px;
    border-bottom: 4px solid #eeeeee;
    margin-left: 0px;
  }

  #mymainback #main_body h5::after {
    height: 4px;
    bottom: -4px;
  }
}

.topDetail {
  width: 960px;
  background-color: #fff;
  border: 5px solid #e95139;
  padding: 0px 48px;
  margin: 40px auto 0px;
  border-radius: 30px;
  overflow: hidden;
}

.topDetail h2 {
  color: #e95139;
  text-align: center;
  font-size: 2.375em;
  background-color: #fffaea;
  padding: 20px;
  margin: 0 -48px;
  border-bottom: solid 5px #e95139;
}

.imgWrap {
  display: flex;
  justify-content: center;
}

.topDetail p {
  font-size: 1.125em;
  line-height: 1.9;
}

@media only screen and (max-width: 640px) {
  .topDetail {
    width: calc(100% - 26px);
    padding: 20px;
  }

  .topDetail h2 {
    font-size: 2em;
    margin: -20px -20px 0;
    padding: 20px 10px;
  }

  .imgWrap {
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
  }

  .imgWrap .imgT01 {
    display: none;
  }

  .imgWrap .imgI01 {
    width: 280px;
  }

  .imgWrap::before {
    content: "";
    background: rgba(0, 0, 0, 0) url("/img/genen-and-vege/top-i-202501b2.gif") no-repeat scroll 0 0 !important;
    height: 144px;
    width: 240px;
    display: block;
    background-size: cover !important;
  }
}