@charset "UTF-8";

/* slick関連 */
/* slick.css */

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* slick-theme.css */

/* Slider */
/* .slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
} */

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  /* font-family: 'slick'; */
  font-size: 20px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: 1;
  color: #DDDDDD;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #999999;
}

/* slick関連ここまで */

/* リニューアル前移行 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.tri_right {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
  margin-right: 3px;
}

a:hover .tri_right {
  border-color: transparent transparent transparent #fff;
}

/* ----- ▼見出し ----- */
h1 {
  border-left: 7px solid #EA5541 !important;
  color: #333 !important;
  background-color: #fff !important;
  margin: 0 0 20px !important;
  /* font-weight:normal !important; */
}

.ss_section {
  width: 100%;
  clear: both;
  margin: 0 0 15%;
}

h2.ss_title_1 {
  border-left: 10px solid #ad0000;
  color: #333;
  background-color: #fff;
  margin: 4% 0;
  /* font-weight:normal; */
  font-size: 22px;
}

h2.ss_title_3 {
  border-bottom: 3px solid #FADDD9;
  color: #333;
  background-color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 0;
  line-height:1.5;
  /* height: 42px;
  line-height: 42px; */
  position: relative;
}

h2.ss_title_3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  display: inline-block;
  width: 128px;
  height: 3px;
  background-color: #EA5541;
}

/* 見出しのアイコン */
h2 img {
  width: 38px;
  height: auto;
  vertical-align: top;
  margin-right: 5px;
}

/* ----- ▲見出し ----- */

/* ----- ▼パンくずに下線 ----- */
.breadcrumb a {
  text-decoration: underline;
}

/* ----- ▼ 全体wrap と p----- */
.content_wrap {
  height: auto;
  margin: 0 auto;
}

.about_wogohan p {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  line-height: 1.5;
}

/* ----- ▼活動内容と活動状況に下線 ----- */
.info_inner a,
.info_inner_2 a {
  text-decoration: underline;
}

/* ----- ▼PDF、外部リンクの画像を外す ----- */
.content a[href$=".pdf"] {
  background-image: none;
  margin: 0 auto;
}

.info_banner a[href^="http://"],
.info_banner a[href^="https://"] {
  background-image: none;
  margin: 15px auto 0 !important;
  padding: 0;
}

.application a[href^="http://"],
.application a[href^="https://"],
.summary_wrap a[href^="http://"],
.summary_wrap a[href^="https://"] {
  background-image: none;
  margin: 20px auto !important;
  padding: 0;
}

/* ----- ▼メニュー ----- */
.g_menu {
  width: 100%;
  height: 100px;
  margin: 10px auto 0;
}

.g_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ccc;
}

.g_menu ul li {
  padding: 0;
  margin: 1px 0 0;
  display: table;
  width: 19.9%
}

.g_menu ul li a {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #fc3402;
  margin: 0;
  padding: 0;
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: none;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}

.g_menu ul li a:hover {
  background-color: #fc3402;
}

/* ----- ▲メニュー ----- */

/* ----- ▼活動内容とリンクバナー ----- */
.info_inner table,
.info_inner_2 table {
  margin: 10px 0 0 5px;
  font-size: 120%;
  width: 99%;
}

.info_inner td.info_day,
.info_inner_2 td.info_day {
  width: 14%;
  vertical-align: top;
  background: url(https://www.maff.go.jp/j/shared_new/shared/images/icon_arrow1.png) no-repeat;
  background-position: 10px 6px;
  padding-left: 22px;
}

.info_inner td.info_con,
.info_inner_2 td.info_con {
  width: 60%;
  padding: 0 0 15px 10px;
  border-left: 1px solid #ccc;
}

.info_wrap {
  width: 960px;
  margin: 20px auto 0;
}

.info_wrap_2 {
  width: 960px;
  margin: 0 auto 35px;
}

.info {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.info_inner {
  width: 100%;
  height: 152px;
  background-color: #eee;
  overflow: auto;
}

.info_inner_2 {
  width: 100%;
  height: 300px;
  background-color: #eee;
  overflow: auto;
}


/* ----- 和ごはんとは ----- */
.about_wogohan {
  width: 100%;
  margin: 20px auto 30px;
}

/* ----- プロジェクトメンバー活動状況 ----- */
.group_activity {
  width: 100%;
  margin: 20px auto 10px;
}

.commo_area_logo {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.commo_logo {
  width: 25%;
}

.commo_logo img {
  display: block;
  margin: 10px auto;
}

a.wagohan_link {
  float: right;
  height: 40px;
  width: 400px;
  line-height: 40px;
  text-align: center;
  margin: 10px 25px 20px;
  border: 1px solid #ccc;
  display: block;
  color: #000;
}

a.wagohan_link:hover {
  color: #fff;
  background-color: #00aded;
}

.commo_area_wrap {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #0c9e00;
  border-radius: 15px;
  padding-top: 30px;
}

.commo_area {
  width: 100%;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.wagohan_commo {
  width: 60%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0c9e00;
  color: #fff;
  border-radius: 10px;
  margin: 30px auto 0;
  font-size: 115%;
  clear: both;
}

.commo_con {
  width: 16%;
  margin-right: 0.8%;
  border-right: 1px solid #ccc;
}

.commo_con:nth-child(6n) {
  margin-right: 0;
}

.commo_title {
  width: 100%;
  font-size: 100%;
  text-align: center;
}

.commo_con img {
  display: block;
  margin: 10px auto;
  height: auto;
}

.commo_con img.c_01 {
  width: 100%;
}

.commo_con img.c_02 {
  width: 95%;
}

.commo_con img.c_03 {
  width: 54%;
}

.commo_con img.c_04 {
  width: 79%;
  margin: 3px auto 0;
}

.commo_con img.c_05 {
  width: 23%;
}

.commo_con img.c_06 {
  width: 62%;
}


/* ロゴ一覧 */
.group_area ul{
  /* flexboxで等間隔に並べる*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.group_area a:hover {
  opacity: 0.5;
  border: solid 1px #ded7c6;
}

.group_area a.no_link:hover {
  opacity: 1;
}

.group_area a.space {
  border: 0px;
}

.group_area .img_middle {
  position: absolute;
  top: 0;
  height: 100%;
  display: table;
  width: 100%;
}

.group_area .inner {
  display: table-cell;
  vertical-align: middle;
}

/* ロゴの配置 */

.group_area a img.w_100 {
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.group_area a img.w_90 {
  height: auto;
  width: 90%;
  margin: 0 auto;
  display: block;
}

.group_area a img.w_70 {
  height: auto;
  width: 70%;
  margin: 0 auto;
  display: block;
}

.group_area a img.w_60 {
  height: auto;
  width: 60%;
  margin: 0 auto;
  display: block;
}

.group_area a img.w_50 {
  height: auto;
  width: 50%;
  margin: 0 auto;
  display: block;
}

/* ----- ▼参加団体 ----- */
.group {width:960px; height:auto; margin:0 auto 40px;}
.group_area  {margin:20px auto 0;}  
.group_area_title {
width: 100%;
text-align: center;
font-size: 32px;
line-height:1;
padding:10px 0 6px;
background-color: #EA5541;
color: #fff;
margin: 10px auto 20px;
border-radius: 7px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
clear: both;
}

.group_area ul li{
/* 枠線をつけて1列に5つ並べる →width:19%*/
border: solid 1px #ded7c6;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin-bottom: 10px;
width: 19%;
height: 180px;
background-image: none;
padding:0;
}

/* 社名とロゴの配置 */
.group_area ul{
  list-style: none;
  font-size: 1.142857em;
}

.group_area ul li .inner{
display:block;
width: 100%;
height: 100%;
}

.group_area ul li .com_name {text-align:center; width: 100%;display:block;height: 10%;margin:10px 0 0;font-size:12px;}
.group_area ul li .com_logo {display:table;height: 90%;width:100%;}
.group_area ul li .com_logo .com_img {display: table-cell; vertical-align: middle;}
.group_area ul li .com_logo .com_img img {height: auto;width: 90%;margin: 0 auto;display:block;}
/* ロゴがない団体 */
.group_area ul li .com_name_2 {text-align:center; width: 100%;display:table;height: 100%;font-size:16px;}
.group_area ul li .com_name_2 .no_logo {display:table-cell;vertical-align: middle;font-size:80%;}

/* 空白枠 */  
.group_area ul li.no_name{
border: none;
width: 19%;height: 180px;
background-image: none;
padding:0;
}

/* リンクの下線・ファイルイメー・削除 */
.group_area ul li a{
text-decoration: none!important;
background:none!important;
width:100%;
height: 100%;
margin: 0 4px 0 0;
padding: 0 20px 0 0;
}

.group_area ul li:hover{
opacity: 0.5!important;
border: solid 1px #ded7c6;
}

@media screen and (max-width:959px) {
  .group {width:95%; height:auto; margin:0 auto 40px;}

.group_area ul li{
/* 枠線をつけて1列に2つ並べる  padding45%でアスペクト比を固定させる */
width: 48%; height: 100%;
position: relative;
padding: 45% 0 0;}
/* 枠の中にエリアを設けてアスペクト比を固定させる */
.group_area ul li .inner{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 空白枠をなくす */
.group_area ul li.no_name {display:none;}
}


/* ----- ▼各項目 ----- */
.summary_wrap {
  width: 960px;
  height: auto;
  margin: 0 auto 40px;
}

.about_con {
  width: 90%;
  height: auto;
  margin: 20px auto 60px;
  font-size: 120%;
  line-height: 1.5;
}

a.summary_link {
  width: 870px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
  text-align: center;
  border: dotted 1px #ff8317;
  display: block;
  color: #fff;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #ff8317;
}

a.summary_link:hover {
  opacity: 0.7;
}

/* ----- ▲各項目 ----- */

/* ----- ▼参加グループの活動状況 ----- */
.event_info {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}

/* ----- ▲参加グループの活動状況 ----- */

.event_2018,
.event_2019 {
  margin: 30px 0;
}

.event_con {
  width: 97%;
  margin: -19px 0 35px 4%;
}

.event_year {
  display: block;
  margin: 0px 0px 4px;
  padding: 6px 0 6px 30px;
  color: #000;
  background: #fff;
  font-size: 116%;
  font-weight: normal;
  background-color: #44de6a;
  width: 340px;
  padding: 10px 20px 10px;
  border-radius: 13px;
}

/* ---▼開閉するエリア --- */
/*ボックス全体*/
.event_info {
  margin: 0;
  padding: 0;
}

/*アイコンを表示*/
.event_info label:before,
.event_year:before {
  content: url("https://www.maff.go.jp/j/shared_new/shared/images/icon_arrow1.png");
  padding-right: 14px;
}

/*ラベルホバー時*/
.event_info label:hover {
  background: #8feca0;
}


/* ----- ▼和食文化の保護・継承 ----- */
.other_biz {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}

/* ----- ▲和食文化の保護・継承 ----- */

/* -----▼959px以下用（タブレット／スマートフォン用）の記述----- */
/* プリント時はスクリーンタイプにするために「screen and 」を記述 */
@media screen and (max-width:959px) {

  .content_wrap {
    width: 100%;
  }

  /* ----- ▼メニュー ----- */
  .g_menu {
    width: 100%
  }

  /* ----- ▲メニュー ----- */

  /* ----- ▼活動内容・リンクバナー ----- */
  .info_wrap {
    width: 95%;
    margin: 20px auto;
  }

  .info {
    width: 100%;
    float: none;
    height: auto;
    background-color: #eee;
  }

  .info_inner {
    width: 100%;
    height: 240px;
    background-color: #eee;
    overflow: auto;
  }

  .info ul.list_con li {
    background-image: none;
    float: left;
    line-height: 1;
    margin: 0;
    padding: 0;
  }

  .info ul.list_con {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .info ul.list_con li {
    position: relative;
    font-size: 90;
    line-height: 1.5;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
  }

  .info_inner td.info_day {
    width: 25%;
    vertical-align: top;
    background: url(https://www.maff.go.jp/j/shared_new/shared/images/icon_arrow1.png) no-repeat;
    background-position: 0 6px;
    padding-left: 15px;
  }

  .info_inner td.info_con {
    width: 60%;
    padding: 0 10px 20px;
  }

  /* ----- 活動予定 ----- */
  .info_wrap_2 {
    width: 95%;
    margin: 0 auto 35px;
  }

  /* リストマーク */
  .info ul.list_con li::before {
    position: absolute;
    content: '';
    display: block;
    top: 0.6em;
    left: 0;
    width: 6px;
    height: 6px;
    border-right: 3px solid #eda900;
    border-bottom: 3px solid #eda900;
    transform: rotate(-45deg);
  }

  .info_banner {
    display: none;
  }

  a.banner {
    width: 100%;
    height: 60px;
    background-color: #2fa8f9;
    display: table;
    text-align: left;
  }

  .banner_inner {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 80%;
  }

  .banner img {
    width: 60px;
    height: 60px;
    ;
    float: left;
    background-color: #29dbb7;
    margin: 8px 10px 8px 8px
  }

  a.banner:hover {
    opacity: 0.7;
  }

  .info_banner a[href^="http://"],
  .info_banner a[href^="https://"] {
    background-image: none;
    margin: 5px auto 0 !important;
    padding: 0;
  }

  /* ----- ▼リンクバナーを末尾に置く ----- */
  .info_banner_2 {
    width: 95%;
    float: none;
    display: block;
    margin: 0 auto;
  }

  a.banner_2 {
    width: 100%;
    height: 60px;
    background-color: #2fa8f9;
    display: table;
    text-align: left;
  }

  .banner_inner_2 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    width: 80%;
  }

  .banner_2 img {
    width: 60px;
    height: 60px;
    ;
    float: left;
    background-color: #29dbb7;
    margin: 8px 10px 8px 8px
  }

  a.banner:hover {
    opacity: 0.7;
  }

  .info_banner_2 a[href^="http://"],
  .info_banner_2 a[href^="https://"] {
    background-image: none;
    margin: 5px auto 0 !important;
    padding: 0;
  }

  /* ----- ▼リンク、外部リンクの画像外し ----- */
  .application a[href^="http://"],
  .application a[href^="https://"],
  .summary_wrap a[href^="http://"],
  .summary_wrap a[href^="https://"]

  /* ----- ▼各項目 ----- */
  .summary_wrap {
    width: 95%;
    height: auto;
    margin: 0 auto 40px;
  }

  .about_con {
    width: 90%;
    height: auto;
    margin: 20px auto 40px;
    font-size: 100%;
    line-height: 1.5;
  }

  a.summary_link {
    width: 10px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    border: dotted 1px #ff8317;
    display: block;
    color: #fff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #ff8317;
  }

  a.application_link:hover {
    color: #fff;
    background-color: #ff8317;
  }

  .link_title {
    display: table-cell;
    vertical-align: middle;
  }

  a.application_link br {
    display: inherit;
  }

  /* ----- ▼ロゴ ----- */
  .about_logo {
    width: 95%;
    height: auto;
    margin: 20px auto;
    border: solid 2px #ccc;
  }

  .logo_img {
    width: 100%;
    height: auto;
    float: none;
    padding: 5px;
  }

  .logo_img img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .logo_info {
    width: 100%;
    height: auto;
    float: none;
    padding: 10px;
    border: none;
    border-top: solid 2px #ccc;
    line-height: 1.5;
    margin: 0 auto;
  }

  .logo_info p {
    padding: 0;
    margin: 0;
    font-size: 90%;
  }

  /* ----- ▼参加グループ ----- */
  .group {
    width: 95%;
    height: auto;
    margin: 0 auto 40px;
  }

  .group_area ul li {
    /* 枠線をつけて1列に2つ並べる  padding45%でアスペクト比を固定させる */
    width: 48%;
    height: auto;
    position: relative;
    /* padding: 45% 0 0; */
    background-image: none;
  }

  .group_area ul li a {
    padding: 100% 0 0 !important;
    text-align: center;
  }

  /* 枠の中にエリアを設けてアスペクト比を固定させる */
  .group_area ul li .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .group_area ul li .com_name {
    font-size: 10px;
  }

  .group_area ul li .com_name_2 .no_logo {
    font-size: 10px;
  }

  /* ----- タイトル改行あり ----- */
  .group_area ul li .com_name_2 .no_logo br {
    display: inline;
  }

  /* 空白枠をなくす */
  .group_area ul li.no_name {
    display: none;
  }

  /* ----- ▼参加グループの活動状況 ----- */
  .event_info {
    width: 95%;
    height: auto;
    margin: 0 auto 40px;
  }

  .event_info ul {
    width: 100%;
    padding: 0 10px;
  }

  /* ----- ▼和食文化の保護・継承の取組 ----- */
  .other_biz {
    width: 95%;
    height: auto;
    margin: 0 auto 40px;
  }

  .other_biz ul {
    width: 100%;
    padding: 0 10px;
  }
}

/* -----▼767px以下用（タブレット／スマートフォン用）の記述----- */
/* プリント時はスクリーンタイプにするために「screen and 」を記述 */
@media screen and (max-width:767px) {

  /* ----- ▼見出し定義 ----- */
  h1 {
    border-left: 7px solid #EA5541 !important;
    color: #333 !important;
    background-color: #fff !important;
    margin: 0 0 30px !important;
    /* font-weight:normal !important; */
    font-size: 1.5em !important;
    padding: 5px !important;
  }

  h2.ss_title_3 {
    height: auto;
    line-height: 1;
  }

  /* ----- ▼ 全体wrap と p----- */
  .content_wrap {
    width: 100%;
    height: auto;
    margin: 0;
    overflow-x: hidden;
  }

  .content_wrap img{
    max-width: 100%;
    max-height: initial;
    height: auto;
  }

  /* ----- ▼メニュー ----- */
  .g_menu {
    width: 100%;
    height: auto;
    margin: 0px auto 0;
  }

  .g_menu ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    list-style: none;
    font-size: 100%;
    background-color: #fff;
    display: flex;
  }

  .g_menu ul li {
    width: 50%;
    padding: 0;
    margin: 0;
  }

  .g_menu ul li a {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    background-color: #ff8317;
    margin: 0 0 1px;
    padding: 0;
    color: #fff;
    text-decoration: none;
    background-image: none;
    line-height: 1.3;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #ccc;
  }

  .info_inner table,
  .info_inner_2 table {
    margin: 5px 0 0 20px;
  }

  .info_inner_2 {
    width: 100%;
    height: 400px;
    background-color: #eee;
    overflow: auto;
  }

  .wogohan_recipe .recipe_con {
    width: 100%;
    margin: 0;
  }

  .wogohan_recipe .award {
    font-size: 110%;
    height: auto;
  }

  .wogohan_recipe a.recipe_link_02 {
    width: 80%;
    margin: 10px auto 30px;
  }

  /* ----- プロジェクトメンバー活動状況 ----- */
  /* .group_area a{width: 32%;padding: 32% 0 0 !important;} 1列に3つ並べる →width:32%  常に正方形に保つpadding */
  .group_area::after {
    /* 最後の行を左揃えにする */
    content: "";
    display: block;
    width: 32%;
  }

  .group_area a.space {
    display: none;
  }

  /* 空白のスペースを消す */
  /* ----- ロゴ入りマーク商品 ----- */
  .group_activity .commo_con {
    width: 50%;
    border-right: 0px solid #ccc;
    margin: 0 0 15px;
  }

  .group_activity .wagohan_commo {
    width: 80%;
    line-height: 2;
    height: auto;
  }

  .event_year {
    width: 280px;
  }

  /*ラベル*/
  .event_info label {
    font-size: 110%;
    width: 280px;
  }

  .info_inner_2 td.info_day {
    width: 88%;
    display: block;
  }

  .info_inner_2 td.info_con {
    width: 55%;
    display: block;
    border-left: 0px solid #ccc;
  }
}

/* リニューアル前ここまで */

/* 新css 2021 */

/* 見出し　下層コンテンツ */
h1.page-ttl {
  margin-top: 60px !important;
  margin-bottom: 100px !important;
  padding: 5px 0 5px 15px !important;
}

@media screen and (max-width:767px) {
  h1.page-ttl {
    margin-top: 30px !important;
    margin-bottom: 45px !important;
  }
}

/* ナビゲーション */
.g_menu ul {
  background-color: #ffffff !important;
}

.g_menu ul li {
  width: 16.2% !important;
  background: none !important;
  min-height: 62px;
}

.g_menu ul li a {
  height: auto !important;
  line-height: 1.5 !important;
  background-image: none !important;
  background-color: #EB5443 !important;
  border-radius: 7px;
  padding: 10px 0 !important;
}

.g_menu-btn {
  display: none;
}

/* モバイル対応 */
@media screen and (max-width:767px) {
  .g_menu {
    display: none;
    position: relative;
    z-index: 100;
  }

  .g_menu ul {
    position: absolute;
    /* top:30px; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 96vw;
    padding-top: 30px !important;
    /* background-color: initial!important; */
    border: none !important;
  }

  .g_menu ul li {
    width: 49% !important;
    margin-bottom: 5px !important;
  }

  .g_menu ul li a {
    border: none !important;
  }

  .g_menu-btn {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #E95442;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
  }

  .g_menu-btn p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
  }

  .g_menu-btn img {
    margin-right: 15px;
    height: 32px;
    width: 32px;
  }

  .g_menu-btn img.btn-arrow {
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 45%;
    height: 8px;
    width: 8px;
  }
}

/* ナビゲーション　ここまで */

/* メインビジュアルスライダー設定 */
.slick-box {
  height: 600px;
  overflow-y: visible;
  position: relative;
}

@media screen and (max-width:767px) {
  .slick-box {
    max-height: 350px!important;
    height: 350px!important;
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width:480px) {
  .slick-box {
    max-height: 280px!important;
    height: 280px!important;
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width:767px) {
  .slick-box.pc {
    display: none;
  }
}

.slick-box.sp {
  display: none;
}

@media screen and (max-width:767px) {
  .slick-box.sp {
    display: block;
  }
}

.slick-list {
  overflow: visible;
}

.slick-ttl {
  position: absolute;
  top: 50%;
  z-index: 90001;
  height: initial!important;
}

.slick-ttl_sp {
  display: none;
}

@media screen and (max-width:767px) {
  .slick-ttl_sp {
    display: block;
    margin: 80px 0 40px;
    text-align: center;
  }

  .slick-ttl {
    position: static;
    padding: 0 15%;
    margin: 0 auto;
    max-width: 100%;
  }
}

.slick-img {
  position: relative;
  z-index: 9000;
}

.slick-img a{
  display: block;
}

.slick-img img {
  margin-left: auto;
  height: 480px;
  display: block;
}

@media screen and (max-width:767px) {
  .slick-img img {
    width: 80vw;
    height: auto;
    display: block;
  }
}

.slick-img a img:hover{
  opacity: 0.6;
  transition: opacity 0.3s;
}

.slick-img__ttl {
  position: absolute !important;
  right: 0;
  bottom: -30px;
}

@media screen and (max-width:767px) {
  .slick-img__ttl {
    left: 0;
    bottom: initial;
  }

  .slick-img__ttl {
    left: 0;
    top: 80%;
  }
}

.slick-img__ttl h2 {
  background-color: #ffffff;
  border-radius: 7px 7px 7px 0;
  border: 2px solid #222222;
  margin: 0;
}

@media screen and (max-width:767px) {
  .slick-img__ttl h2 {
    font-size: 15px;
    display: inline-block;
  }
}

.slick-img__ttl .date {
  background-color: #ffffff;
  border-radius: 0 0 7px 7px;
  border-left: 2px solid #222222;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  display: inline-block;
  padding-left: 20px;
}

@media screen and (max-width:767px) {
  .slick-img__ttl .date {
    display: block;
    max-width: 80px;
    font-size: 12px;
    padding: 0 10px;
  }
}

.slide-arrow {
  position: absolute;
  z-index: 1000;
  bottom: 13.8%;
}

@media screen and (max-width:767px) {
  .slide-arrow {
    bottom: 2%;
  }
}

.slide-arrow.prev-arrow {
  left: 21%;
}

.slide-arrow.next-arrow {
  left: 24.5%;
}

@media screen and (max-width:767px) {
  .slide-arrow.prev-arrow {
    left: initial;
    right: 20%;
  }

  .slide-arrow.next-arrow {
    left: initial;
    right: 12%;
  }
}

.slick-box .slick-dots {
  position: static;
  text-align: left;
  margin-left: 20% !important;
}

@media screen and (max-width:767px) {
  .slick-box .slick-dots {
    position: absolute;
    text-align: right;
    margin: 0 0 0 auto !important;
    padding-right: 22px !important;
    bottom: initial;
    bottom: -12px;
  }
}

.slick-dots li {
  background: none !important;
}

/* メインビジュアルスライダー設定　ここまで */

/* トップページタイトル */

.ttl-1 {
  position: relative !important;
  font-size: 32px !important;
  font-weight: 600 !important;
  background-color: #ffffff !important;
  color: #222222 !important;
  padding: 0 !important;
}

@media screen and (max-width:767px) {
  .ttl-1 {
    font-size: 24px !important;
  }
}

.ttl-1 img {
  display: block;
  width: auto !important;
  margin-bottom: 10px;
}

/* トップページタイトル 　ここまで*/

/* ボタンデザイン */
.btn01 {
  display: block;
  background-color: #EA5541 !important;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 0 !important;
  font-size: 24px !important;
  margin: 0 auto !important;
  width: 75% !important;
}

@media screen and (max-width:767px) {
  .btn01 {
    font-size: 16px !important;
    width: 90% !important;
  }
}

.btn01 img {
  display: inline-block;
  margin-right: 20px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
}

/* ボタンデザイン　ここまで */

/* ----- 和ごはんとは ----- */
.about_wogohan {
  display: flex;
  margin: 0 0 100px !important;
}

@media screen and (max-width:767px) {
  .about_wogohan {
    display: block !important;
  }
}

.about_wogohan p.content-l {
  line-height: 2 !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 85% !important;
  padding-right: 60px !important;
}

@media screen and (max-width:767px) {
  .about_wogohan p.content-l {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

.about_wogohan p.content-r {
  width: auto !important;
}

.about_wogohan {
  display: flex;
  margin: 0 0 100px !important;
}

@media screen and (max-width:767px) {
  .about_wogohan p {
    font-size: 14px !important;
  }
}

.about_wogohan img {
  /* margin-left: 60px!important; */
  float: none !important;
  width: auto !important;
  max-width: 100%;
}

@media screen and (max-width:767px) {
  .about_wogohan img.pc {
    display: none;
  }
}

.about_wogohan img.sp {
  display: none;
}

@media screen and (max-width:767px) {
  .about_wogohan img.sp {
    display: block;
    max-height: 280px;
    margin: 30px auto 0 !important;
  }
}

/* ----- 和ごはんとは　ここまで ----- */

/* 新着情報 */

.info {
  margin-bottom: 120px !important;
  background-color: #ffffff !important;
}

.info-box a {
  text-decoration: underline;
}

.info-box table {
  margin-bottom: 30px;
  width: 100%;
}

.info-box table td {
  border-top: 1px dashed #CCCCCC;
  border-bottom: 1px dashed #CCCCCC;
  line-height: 2;
  padding: 15px 0;
  font-size: 16px;
}

@media screen and (max-width:767px) {
  .info-box table td {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    width: 100% !important;
    padding: 10px 0;
  }
}

.info-box table td.info-day {
  vertical-align: top;
  width: 20%;
}

@media screen and (max-width:767px) {
  .info-box table td.info-day {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .info-box table td.info-txt {
    padding-top: 0 !important;
    border-top: none !important;
  }
}

.info-box table td.info-txt {
  width: 80%;
}

/* 新着情報　ここまで */

/* 記事・動画リスト */

.column01 {
  margin-bottom: 120px;
}

.column01.sp {
  display: none;
}
 
.column01 .column-row,.column02 .column-row  {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.column01 .column-row{
  justify-content: space-between;
}

@media screen and (max-width:767px) {
  .column01.pc {
    display: none;
  }

  .column01.sp {
    display: block;
  }

  .column-row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.column-item {
  width: 29%;
  margin-right: 6%;
}

.column02 .column-item {
  margin-bottom: 40px !important;
}

.column02 .column-item:nth-child(3n) {
  margin-right: 0 !important;
}

@media screen and (max-width:767px) {
  .column-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .column01 .column-item:nth-child(2),
  .column01 .column-item:nth-child(3) {
    width: 48%;
    margin-bottom: 20px;
  }

  .column01 .column-item:nth-child(2) .column-ttl,
  .column01 .column-item:nth-child(3) .column-ttl {
    font-size: 13px !important;
  }
}

.column-item:last-child {
  margin-right: 0;
}

.column-item .thumbnail {
  margin-bottom: 20px;
}

/* @media screen and (max-width:767px) {
  .column-item .thumbnail {
    max-height: 100%;
  }
} */

.column-item .thumbnail img {
  max-width: 100%;
  max-height: 175px;
}

@media screen and (max-width:767px) {
  .column-item .thumbnail img{
    width:100%;
    max-width: 100%;
    max-height: initial;
    height: auto;
  }
}

.column-item a{
  text-decoration: none;
}

.column-date {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}

.column-ttl {
  padding: 0 !important;
  border-bottom: 0 !important;
  font-size: 18px !important;
}

.column-ttl a:hover {
  color: #EA5541 !important;
}

/* 最新記事・動画ここまで */

/* プロジェクトメンバー活動状況 */

.group_activity {
  margin-bottom: 120px !important;
}

/*トップページ　プロジェクトメンバースライダー設定 */
.group-slider {
  height: 380px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 1px!important;
}

@media screen and (max-width:767px) {
  .group-slider {
    height: 800px;
    margin-bottom: 0 !important;
  }
}

.group-slider .slider-item {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 350px;
}

@media screen and (max-width:767px) {
  .group-slider .slider-item {
    height: 750px;
  }
}

@media screen and (max-width:767px) {
  .group-slider .slick-slide {
    margin: 0 10px;
  }
}

.group-slider .slider-item .slider-inner {
  display: block;
  width: 20% !important;
  height: auto;
  padding: 0 !important;
  max-width: 170px;
  border: solid 1px #ded7c6;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}

/* @media screen and (max-width:1024px) {
  .group-slider .slider-item .slider-inner {
    max-width: 150px;
  }
} */

@media screen and (max-width:767px) {
  .group-slider .slider-item .slider-inner {
    width: 48% !important;
    max-width: initial;
  }
}

.group-slider .slider-item .slider-inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.group-slider .slider-item .slider-inner a:hover {
  opacity: 0.5;
}

.group-slider .slider-item .slider-inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.group-slider .slider-item .slider-inner img {
  margin: 0 auto !important;
  max-height: 100% !important;
  max-width: 140px !important;
}

@media screen and (max-width:767px) {
  .group-slider .slider-item .slider-inner img {
    margin: 0 auto !important;
    max-height: 90px !important;
    width: auto;
  }
}

.group-slider .slider-item .slider-inner img.resize {
  max-width: 95px !important;
}

.group-slider .slider-item .slider-inner.space {
  border: none !important;
}

@media screen and (max-width:767px) {
  .group-slider .slide-arrow_2 {
    /* display:none!important; */
  }
}

.group-slider .slide-arrow_2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.group-slider .slide-arrow_2.prev-arrow {
  left: 0.5%;
}

.group-slider .slide-arrow_2.next-arrow {
  left: 98.5%;
}

/* .group-slider .slick-dots{
  display: none!important;
} */

@media screen and (max-width:767px) {
  .group-slider .slide-arrow_2 {
    top: initial;
    transform: initial;
    bottom: 3%;
    left: 50%;
  }

  .group-slider .slide-arrow_2.prev-arrow {
    left: 42%;
  }

  .group-slider .slide-arrow_2.next-arrow {
    left: 55%;
  }

  /* .group-slider .slick-dots {
    display: block!important;
    bottom:0%;
    position: absolute;
  } */
  .slick-dots li {
    background: none !important;
  }
}

/*トップページ　プロジェクトメンバースライダー設定　ここまで */
/* プロジェクトメンバー活動状況ここまで */

/* 関連情報 */

.related {
  display: flex;
  margin-bottom: 100px;
}

@media screen and (max-width:767px) {
  .related {
    display: block;
    margin-bottom: 20px;
  }
}

.related h3 {
  border: none !important;
  font-size: 20px;
}

.related .content-l {
  margin-right: 40px;
}

@media screen and (max-width:767px) {
  .related .content-l {
    margin-right: 0;
  }

  .related .content-l img {
    margin: 0 auto;
    max-width: 100%;
  }
}

.related p {
  padding: 0 !important;
}


/* 関連情報ここまで */

/* 画像レスポンシブ */
img.sp {
  display: none;
}

@media screen and (max-width:767px) {
  img.pc {
    display: none;
  }

  img.sp {
    display: block;
  }
}

/* プロジェクトメンバー活動状況ページ */
.index-row ul {
  padding: 0 !important;
}

.index-row ul li {
  display: inline-block;
  background: none;
  width: 9.375%;
  background-color: #F5F5F5;
  padding: 0;
}

@media screen and (max-width:767px) {
  .index-row ul li {
    width: 17.647%;
  }

  .index-wrap ul {
    padding: 0 10px;
  }

  .index-wrap ul li {
    padding-left: 10px;
  }

  .index-wrap ul li a {
    font-size: 14px;
    line-height: 2;
  }
}

.index-row ul li a {
  display: block;
  text-align: center;
  padding: 15px 0;
}

.index-wrap ul li {
  background: none;
}

.index-wrap ul li a {
  text-decoration: underline;
}

.index-wrap ul li a img {
  display: inline-block;
  margin-top: -1px;
  margin-right: 10px;
}

.index-ttl {
  border: 2px solid #222222;
  border-radius: 8px;
  padding: 15px 0 15px 15px !important;
  font-weight: bold;
  font-size: 20px !important;
}

/* ロゴ入り商品ページ */
@media screen and (max-width:767px) {
  .commo_con {
    width: 48%;
    margin-bottom: 30px;
  }

  .commo_con img.c_01 {
    width: 70%;
  }

  .commo_con img.c_02 {
    width: 70%;
  }

  .commo_con img.c_06 {
    width: 19%;
  }

  .commo_con img.c_06 {
    width: 48%;
  }
}

/* Let's！和ごはんプロジェクトについて */

.area_01,
.area_02,
.area_03,
.area_04,
.area_05,
.area_06 {
  width: 960px;
  height: auto;
  margin: 0 auto 60px;
  clear: both;
}

.about_con {
  width: 90%;
  height: auto;
  margin: 20px auto 60px;
  font-size: 120%;
  line-height: 1.5;
}

.area_03 {
  width: 960px;
  height: auto;
  margin: 0 auto 60px;
}

/* ----- ▼ロゴについて ----- */
.area_06 .about_logo {
  width: 870px;
  height: auto;
  margin: 20px auto;
  border: solid 2px #ccc;
}

.area_06 .logo_img {
  width: 200px;
  height: 200px;
  float: left;
  padding: 5px;
}

.area_06 .logo_img img {
  width: 100%;
  height: auto;
  margin: 0 0 0 20px;
}

.area_06 .logo_info {
  width: 630px;
  height: 200px;
  float: right;
  padding: 15px 10px;
  border-left: solid 2px #ccc;
  font-size: 110%;
  line-height: 1.7;
}

/* ----- ▲ロゴについて ----- */
/* ----- ▼リンク ----- */
a.application_link {
  width: 700px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0 !important;
  text-align: center;
  border: solid 2px #EA5541;
  display: block;
  color: #000;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #fff;
  background-image: none !important;
}

a.application_link:hover {
  color: #fff;
  background-color: #EA5541;
}

a.application_link br {
  display: none;
}

/* ----- ▲リンク ----- */

/* -----768px以下用（タブレット／スマートフォン用）の記述----- */
@media (max-width:768px) {

  /* ----- ▼PDF、外部リンクの画像を外す ----- */
  .content a[href$=".pdf"] {
    background-image: none;
    margin: 0 auto;
    padding: 10px 15px;
  }

  .area_01,
  .area_02,
  .area_03,
  .area_04,
  .area_05,
  .area_06 {
    width: 95%;
    height: auto;
    margin: 0 auto 40px;
    clear: both;
  }

  .about_con {
    width: 95%;
    height: auto;
    margin: 20px auto;
    font-size: 120%;
    line-height: 1.5;
  }

  .area_03 {
    width: 95%;
    height: auto;
    margin: 0 auto 50px;
  }

  a.application_link {
    width: 90%;
    height: auto;
    line-height: 1.3;
    margin: 20px auto !important;
    text-align: center;
    border: solid 2px #EA5541;
    color: #000;
    display: table;
    padding: 10px 15px !important;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: #fff;
  }

  a.application_link:hover {
    color: #fff;
    background-color: #EA5541;
  }

  .link_title {
    display: table-cell;
    vertical-align: middle;
  }

  a.application_link br {
    display: inherit;
  }

  /* ----- ▼ロゴ ----- */
  .area_06 .about_logo {
    width: 95%;
    height: auto;
    margin: 20px auto;
    border: solid 2px #ccc;
  }

  .area_06 .logo_img {
    width: 100%;
    height: auto;
    float: none;
    padding: 5px;
  }

  .area_06 .logo_img img {
    width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .area_06 .logo_info {
    width: 100%;
    height: auto;
    float: none;
    padding: 10px;
    border: none;
    border-top: solid 2px #ccc;
    line-height: 1.5;
    margin: 0 auto;
  }

  .area_06 .logo_info p {
    padding: 0;
    margin: 0;
    font-size: 90%;
  }
}

/* 「Let’s！和ごはんプロジェクト」の背景と概要 */
.summary_wrap {
  width: 960px;
  height: auto;
  margin: 0 auto 40px;
  clear: both;
}

.about_con {
  width: 90%;
  height: auto;
  margin: 20px auto;
  font-size: 120%;
  line-height: 1.5;
}

.research {
  width: 500px;
  height: auto;
  margin: 30px auto 20px;
  display: block;
  line-height: 1.5;
  font-size: 110%;
}

.research_l {
  width: 45%;
  height: auto;
  float: left;
}

.research_r {
  width: 45%;
  height: auto;
  float: right;
}

.research_title {
  width: 800px;
  height: auto;
  margin: 0px auto;
  text-align: center;
  border-top: dotted 2px #ff8317;
  padding-top: 20px;
  font-size: 120%;
}

.research_title br {
  display: none;
}

.research_title_sub {
  width: 90%;
  height: 0;
  margin: 10px auto;
  text-align: center;
  font-size: 90%;
}

img.research_graph {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 0;
}

.kosodate {
  width: 960px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width:750px) {
  .kosodate img{
    max-width: 100%;
  }
}

.kosodate .graph_area {
  width: 860px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.kosodate img.graph-l {
  width: 47%;
}

.kosodate img.graph-r {
  width: 51.5%;
}

.pj_banner {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto 40px auto;
}

.activity {
  width: 960px;
  height: auto;
  margin: 0 auto 50px;
}

.activity ul {
  list-style-type: none !important;
  font-size: 95%;
}

.activity ul li {
  background-image: none !important;
  margin: 0 0 20px;
}

/* 動く矢印ここから */
.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
  box-sizing: border-box;
}

.cp_arrows {
  position: relative;
  display: flex;
  height: 80px;
  margin: 0 auto 30px;
  justify-content: center;
  align-items: center;
}

.cp_arrows .cp_arrow {
  position: absolute;
  left: 50%;
  width: 100px;
  height: 10px;
  transform: scale(0.3);
  -webkit-animation: arrow-move07 3s ease-out infinite;
  animation: arrow-move07 3s ease-out infinite;
  opacity: 0;
  margin-left: -70px;
}

.cp_arrows .cp_arrow:first-child {
  -webkit-animation: arrow-move07 3s ease-out 1s infinite;
  animation: arrow-move07 3s ease-out 1s infinite;
}

.cp_arrows .cp_arrow:nth-child(2) {
  -webkit-animation: arrow-move07 3s ease-out 2s infinite;
  animation: arrow-move07 3s ease-out 2s infinite;
}

.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  content: '';
  border-radius: 2px;
  background: #2196f3;
}

.cp_arrows .cp_arrow:before {
  left: 1px;
  transform: skewY(30deg);
}

.cp_arrows .cp_arrow:after {
  right: 1px;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes arrow-move07 {
  25% {
    opacity: 0.6;
  }

  43.75% {
    transform: translateY(1em);
    opacity: 0.8;
  }

  62.5% {
    transform: translateY(2em);
    opacity: 1;
  }

  100% {
    transform: translateY(3em) scale(0.5);
    opacity: 0;
  }
}

@keyframes arrow-move07 {
  25% {
    opacity: 0.6;
  }

  43.75% {
    transform: translateY(1em);
    opacity: 0.8;
  }

  62.5% {
    transform: translateY(2em);
    opacity: 1;
  }

  100% {
    transform: translateY(3em) scale(0.5);
    opacity: 0;
  }
}

/* 動く矢印ここまで */

/* -----959px以下用（タブレット用）の記述----- */
@media (max-width:959px) {

  .summary_wrap,
  .kosodate,
  .activity {
    width: 95%;
    height: auto;
    margin: 0 auto 20px;
    clear: both;
  }


  .about_con {
    width: 95%;
    height: auto;
    margin: 20px auto;
    font-size: 120%;
    line-height: 1.5;
  }

  .research_title {
    width: 100%;
  }

  .kosodate .graph_area {
    width: 100%;
  }
}

/* -----767px以下用（タブレット／スマートフォン用）の記述----- */
@media (max-width:767px) {

  h1 {
    border-left: 7px solid #ad0000;
    color: #333 !important;
    background-color: #fff !important;
    margin: 0 0 30px !important;
    font-size: 1.5em !important;
    padding: 10px !important;
  }

  h2.ss_title_3 {
    font-size: 120%;
    height: auto;
    line-height: 1.5;
  }

  h2 img {
    width: 38px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
  }

  .summary_wrap img,.kosodate img{
    max-width: 100%;
  }

  .research {
    width: 100%;
    height: auto;
    margin: 30px auto 20px;
    display: block;
    line-height: 1.5;
    font-size: 110%;
  }

  .research_l {
    width: 60%;
    height: auto;
    float: none;
    margin: 10px auto;
  }

  .research_r {
    width: 60%;
    height: auto;
    float: none;
    margin: 20px auto;
  }

  .research_title {
    width: 90%;
    height: auto;
    margin: 0px auto;
    text-align: center;
    border-top: dotted 2px #ff8317;
    padding-top: 20px;
    font-size: 120%;
  }

  .research_title br {
    display: none;
  }

  .research_title_sub {
    width: 90%;
    height: 10px;
    margin: 10px auto;
    text-align: center;
    font-size: 90%;
  }

  img.research_graph {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .kosodate {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }

  .kosodate .graph_area {
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    flex-direction: column;
  }

  .kosodate img.graph-l {
    width: 90%;
    margin: 0px auto;
  }

  .kosodate img.graph-r {
    width: 90%;
    margin: 20px auto 0;
  }

  .pj_banner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
  }

  .activity {
    width: 95%;
    height: auto;
    margin: 0 auto 50px;
  }

  .activity ul {
    list-style-type: none !important;
    font-size: 95%;
  }

  .activity ul li {
    background-image: none !important;
    margin: 0 0 20px;
  }

  .cp_arrows .cp_arrow {
    position: absolute;
    left: 50%;
    width: 100px;
    height: 10px;
    transform: scale(0.3);
    -webkit-animation: arrow-move07 3s ease-out infinite;
    animation: arrow-move07 3s ease-out infinite;
    opacity: 0;
    margin-left: -50px;
  }
}

#box{
  margin-left:10px;
  margin-right:10px;
  float:left;
}

/* ロゴ入り商品一覧 */
.logo_product .commo_title{
  font-size:14px;
}

.logo_product .commo_con{
  font-size:12px;
  text-align: center;
}

@media (max-width:767px) {
  .res_table{
    table-layout: fixed; word-break: break-all;
  }
  .res_table ul{
    margin: 10px 0 15px 14px!important;
    padding: 0 15px!important;
  }
  .res_table ol{
    margin: 10px 0 15px 14px!important;
    padding: 0 15px!important;
  }
  .res_table li{
    font-size: 12px;
  }
  .res_table img{
    max-width: 100%;
    height: auto;
  }
}
