@charset "UTF-8";

/* ===================================================================
CSS information

 file name  :business.css
 style info :toBコンテンツ専用レイアウト
===================================================================*/
/*val*/
/*
header {
  @include max-screen($breakpoint-780) {

  }
}
*/
h4 {
  font-size: 1em;
  margin-top: 30px;
}

/*header
------------------------------*/
header {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

header h1 {
  margin: 10px 0px;
  display: table-cell;
  float: left;
}

@media screen and (max-width: 780px) {
  header h1 img {
    width: 80%;
  }
}

main {
  padding-top: 160px;
  background: #fff;
}

@media screen and (max-width: 780px) {
  main {
    padding-top: 75px;
  }
}

h1.h1-newsrelease-style img {
  display: block;
  width: 40%;
  float: none;
}

@media screen and (max-width: 780px) {
  h1.h1-newsrelease-style img {
    object-fit: cover;
  }
}

h2 {
  text-align: center;
  margin: 50px 0 20px;
}

@media screen and (max-width: 780px) {
  h2 {
    font-size: 1.3em;
  }
}

.h2-notice {
  text-align: center;
  margin-bottom: 50px;
}

h2.h2-border-5 {
  position: relative;
  margin-top: 0;
}

@media screen and (max-width: 780px) {
  h2.h2-border-5 {
    margin-top: 30px;
    font-size: 1.3em;
  }
}

h2.h2-border-5:after {
  content: '';
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 40%;
  bottom: -20px;
  border-bottom: 5px solid #d82481;
  width: 200px;
}

@media screen and (max-width: 780px) {
  h2.h2-border-5:after {
    left: 36%;
  }
}

@media screen and (max-width: 600px) {
  h2.h2-border-5:after {
    left: 25%;
  }
}

hr.border-5 {
  border-top: 6px solid #d82481;
  width: 200px;
}

@media screen and (max-width: 780px) {
  img.img-adjust {
    object-fit: contain;
    max-width: 100%;
    height: auto;
  }
}

/*main
------------------------------*/
.mainImg-wrap {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.releaseBg,
.newsletterBg {
  background-image: url("/assets/images/biz/header_img_01.jpg");
}

.aboutRaisinBg {
  background-image: url("/assets/images/biz/header_img_02.jpg");
}

.importBg {
  background-image: url("/assets/images/biz/header_img_03.jpg");
}

.traderBg {
  background-image: url("/assets/images/biz/header_img_04.jpg");
}

.enqBg {
  background-image: url("/assets/images/biz/header_img_05.jpg");
}

.eventBg {
  background-image: url("/assets/images/biz/header_img_06.jpg");
}
.promotionBg {
  background-image: url("/assets/images/biz/header_img_07.jpg");
}
ul.item-topicpath {
  display: flex;
  margin: 10px auto;
  font-size: .8em;
}

@media screen and (max-width: 780px) {
  ul.item-topicpath {
    display: none;
  }
}

ul.item-topicpath li a {
  text-decoration: none;
}

ul.item-topicpath li.icon-arrow {
  margin-left: 10px;
}

ul.item-topicpath li.icon-arrow:before {
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f105';
  margin-right: 10px;
}

/*movie
------------------------------*/
div.movie-wrap {
  background: #000;
  margin: 0;
  width: 100%;
  height: 560px;
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  div.movie-wrap {
    height: 300px;
  }
}

div.movie-wrap .container {
  position: relative;
  height: auto;
}

div.movie-wrap .button {
  z-index: 1;
  position: absolute;
  bottom: 70px;
  right: 10px;
  font-size: .8em;
  padding: 3px;
  width: 200px;
}

@media screen and (max-width: 780px) {
  div.movie-wrap .button {
    bottom: -10px;
    width: 175px;
  }
}

div.movie-wrap .button span {
  font-size: .7em;
  right: 10px;
}

div#player {
  width: 100%;
}

/*news
------------------------------*/
.update-wrap {
  border: 1px solid #d2d2d2;
  padding: 20px;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
}

@media screen and (max-width: 780px) {
  .update-wrap {
    margin: 20px auto;
  }
}
.update-wrap h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
}

.update-wrap table {
  margin: 10px auto;
  width: 98%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  line-height: 1.6em;
  font-size: .9em;
}

.update-wrap table th {
  position: relative;
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-weight: normal;
  width: 22%;
  padding: 10px;
  border-bottom: 1px dotted #d2d2d2;
}

.update-wrap table td {
  padding: 10px;
  border-bottom: 1px dotted #d2d2d2;
}

.update-wrap table td a {
  text-decoration: none;
  display: block;
}

.button-biz-midlle {
  border: 1px solid #d2d2d2;
  padding: 0 10px;
  position: relative;
  margin-left: 20px;
  height: 145px;
  transition: border-radius 0.5s;
  background: left center no-repeat;
}

@media screen and (max-width: 780px) {
  .button-biz-midlle {
    margin: 0;
    padding: 0;
    width: 50%;
    height: 220px;
    float: left;
    background-size: cover;
    background-position: 0 -90px;
  }
}

.button-biz-midlle:hover {
  border: 1px solid #d82481;
  border-radius: 20px;
}

@media screen and (max-width: 780px) {
  .button-biz-midlle:hover .button-inner-txt {
    border-radius: 0 0 20px 20px;
    transition: border-radius 0.5s;
  }
}

.button-biz-midlle .button-inner-txt {
  margin: 0;
  width: 300px;
  float: right;
}

@media screen and (max-width: 780px) {
  .button-biz-midlle .button-inner-txt {
    clear: both;
    width: 100%;
    display: block;
    background: #fff;
    height: 120px;
    margin-top: 80px;
    padding: 0 10px;
    transition: border-radius 0.5s;
    font-size: .9em;
  }
}

.button-biz-midlle .button-inner-txt h3 {
  margin: 30px 0 10px;
  padding-bottom: 0;
  font-size: 1.4em;
}

@media screen and (max-width: 780px) {
  .button-biz-midlle .button-inner-txt h3 {
    margin: 5px 0 5px;
    font-size: 1em;
    line-height: 1.5em;
  }
}

.button-biz-midlle .button-inner-txt p {
  margin: 0;
  font-size: .9em;
  line-height: 1.5em;
}

.button-biz-midlle a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-pr {
  margin-bottom: 30px;
  background-image: url(/assets/images/biz/nav_btn_logoBg.png);
  background-size: 30%;
}

@media screen and (max-width: 780px) {
  .button-pr {
    background-size: 50%;
    background-position: 50% 10%;
  }
}

.button-recipe {
  background-image: url(/assets/images/biz/nav_btn_recipeBg.jpg);
}

/*about raisin*/
.link-leftLine {
  border-left: 3px solid #d82481;
  padding: 5px 10px;
  font-size: 1.1em;
}

.link-leftLine a {
  text-decoration: none;
  display: block;
}

.txt-centering {
  margin: 50px auto;
  font-size: 1.2em;
  width: 640px;
}

@media screen and (max-width: 780px) {
  .txt-centering {
    width: 45%;
  }

  .txt-centering a {
    width: 100%;
  }
}

.txt-centering a.button-default {
  text-align: center;
  padding: 20px 0;
  display: block;
  margin: 0 auto;
  text-indent: -2em;
}

@media screen and (max-width: 780px) {
  .aboutRaisin-tile {
    height: 250px;
  }
}

.aboutRaisin-tile img {
  width: 98%;
  object-fit: cover;
}

@media screen and (max-width: 780px) {
  .aboutRaisin-tile {
    width: 47%;
    margin: 0 5px 30px;
  }
}

@media screen and (max-width: 780px) {
  p.aboutRaisin-tile {
    display: block;
    width: 45%;
    position: absolute;
    right: 20px;
    bottom: 0px;
    font-weight: bold;
    font-size: 1.1em;
  }

  p.aboutRaisin-tile a {
    height: 100%;
    width: 100%;
    text-indent: 0 !important;
    padding: 100px 10px !important;
  }

  p.aboutRaisin-tile a span {
    left: 45%;
    top: 60%;
  }
}

/*info
------------------------------*/
.information-wrap {
  background: #efede9;
  display: block;
  padding: 50px 0;
  margin-bottom: 50px;
}

.information-wrap .button-biz-large {
  border: 1px solid #d2d2d2;
  width: 48%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  background: left center no-repeat #fff;
  box-sizing: border-box;
  transition: border-radius 0.3s, background 0.3s;
}

@media screen and (max-width: 780px) {
  .information-wrap .button-biz-large {
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width: 780px) {
  .information-wrap .button-biz-large img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
}

.information-wrap .button-biz-large:hover {
  margin: -2px 0 18px;
}

.information-wrap .button-biz-large div {
  width: 48%;
  padding: 60px 10px 0 10px;
}

@media screen and (max-width: 780px) {
  .information-wrap .button-biz-large div {
    width: 95%;
    height: 150px;
    padding: 0 0 10px;
    margin: 0 auto !important;
    font-size: .95em;
  }

  .information-wrap .button-biz-large div br {
    display: none;
  }

  .information-wrap .button-biz-large div h3 {
    margin: 5px 0 0;
  }

  .information-wrap .button-biz-large div p {
    font-size: .85em;
    text-align: left;
    margin-top: 5px;
  }
}

.information-wrap .button-biz-large:hover {
  border-radius: 20px;
  border: 3px solid #d82481;
  box-sizing: border-box;
  transition: border-radius 0.5s;
}

.information-wrap .button-biz-large:hover img {
  border-radius: 17px 0 0 17px;
  transition: border-radius 0.5s;
}

@media screen and (max-width: 780px) {
  .information-wrap .button-biz-large:hover img {
    border-radius: 17px 17px 0 0;
  }
}

.information-wrap .button-biz-large div {
  margin: 0;
  position: relative;
}

.information-wrap .button-biz-large div a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.button-import, .button-newsletter {
  margin-right: 20px !important;
}

@media screen and (max-width: 780px) {
  .button-import, .button-newsletter {
    margin-right: 5px !important;
  }
}

ul.button-biz-bnr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 100px;
}

ul.button-biz-bnr li {
  width: 48%;
  border: 1px solid #d2d2d2;
  position: relative;
  transition: border-radius 0.5s;
  background: left center no-repeat;
}

ul.button-biz-bnr li:hover {
  border: 1px solid #d82481;
  border-radius: 20px;
}

ul.button-biz-bnr li div {
  width: 75%;
  margin: 20px 10px;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li div {
    width: 95%;
    margin: 10px 5px;
  }
}

ul.button-biz-bnr li div h4 {
  margin: 0;
  font-size: 1.4em;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li div h4 {
    font-size: .9em;
    border-bottom: 1px solid #8fc231;
  }
}

ul.button-biz-bnr li div p {
  font-size: .9em;
  line-height: 1.3em;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li div p {
    font-size: .8em;
  }
}

ul.button-biz-bnr li div a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
}

ul.button-biz-bnr li.button-enquete {
  margin-right: 20px;
  background: url(/assets/images/biz/nav_btn_enqBg.png) no-repeat 120% 30%;
  background-size: 40%;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-enquete {
    background: none;
    margin-right: 10px;
  }
}

ul.button-biz-bnr li.button-enquete div {
  width: 65%;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-enquete div {
    width: 95%;
  }
}

ul.button-biz-bnr li.button-media {
  background: url(/assets/images/biz/nav_btn_adBg.jpg) no-repeat 103% 10%;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-media {
    background: none;
  }
}

ul.button-biz-bnr li.button-pr {
  background: url(/assets/images/biz/nav_btn_logoBg.png) no-repeat 0% 50%;
  background-size: 27%;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-pr {
    background: none;
    margin-right: 10px;
  }

  ul.button-biz-bnr li.button-pr h4 {
    font-size: .75em;
  }
}

ul.button-biz-bnr li.button-pr div {
  float: right;
  display: inline;
  width: 68%;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-pr div {
    width: 95%;
  }
}

ul.button-biz-bnr li.button-recipe {
  background: url(/assets/images/biz/nav_btn_recipeBg.jpg) no-repeat 0% 10%;
  background-size: 27%;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-recipe {
    background: none;
  }
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-recipe:after {
    content: '';
    background: #fff;
    width: 60%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: -1;
  }
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-recipe:after:hover {
    border-radius: 30px 30px 0 0;
  }
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-recipe {
    background-size: contain;
    z-index: 1;
  }
}

ul.button-biz-bnr li.button-recipe div {
  float: right;
  display: inline;
  width: 69%;
  padding: 0 10px 0 25px;
  z-index: 20;
}

@media screen and (max-width: 780px) {
  ul.button-biz-bnr li.button-recipe div {
    width: 95%;
    padding: 0;
  }
}

/*footer
------------------------------*/
.button-biz-small {
  border: 1px solid #d2d2d2;
  width: 48%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  background: left center no-repeat #fff;
  box-sizing: border-box;
  transition: border-radius 0.3s, background 0.3s;
}

/*@media screen and (max-width: 780px) {
  .button-biz-small {
    display: block;
    text-align: center;
  }

  .button-biz-small h3 {
    font-size: .9em;
  }
}*/

.button-biz-small:hover {
  margin: -2px 0 18px;
}



.button-biz-small img {
  margin-right: 20px;
  /*width: 40%;*/
  height: auto;
}

/*@media screen and (max-width: 780px) {
  .button-biz-small img {
    margin: 0 auto;
    display: block;
    object-fit: cover;
    width: 100%;
  }
}*/

.button-biz-small p {
  font-size: .85em;
  line-height: 1.4em;
  margin-top: -10px;
}

/*@media screen and (max-width: 780px) {
  .button-biz-small p {
    font-size: .6em;
    height: 60px;
  }
}*/

.button-biz-small:hover {
  border-radius: 20px;
  border: 3px solid #d82481;
  box-sizing: border-box;
  transition: border-radius 0.5s;
}

.button-biz-small:hover img {
  border-radius: 17px 0 0 17px;
  transition: border-radius 0.5s;
}

@media screen and (max-width: 780px) {
  .button-biz-small{
    width: 100%;
  }
  .button-biz-small:hover img {
    border-radius: 17px 17px 0 0;
  }
}

.button-biz-small div {
  width: 64%;
  margin: 0;
  position: relative;
  margin-right: 20px;
}

/*@media screen and (max-width: 780px) {
  .button-biz-small div {
    width: 90%;
    margin: 5px auto !important;
    display: block;
    min-height: 120px;
  }
 } */


.button-biz-small div a {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

footer {
  background: #e7e7e7;
  padding: 50px 0;
}

footer ul {
  display: flex;
  width: auto;
  margin-bottom: 50px;
  justify-content: center;
  font-size: .9em;
}

footer ul a:link {
  text-decoration: none;
}

footer ul li {
  margin: 10px 0;
  text-indent: 10px;
}

footer ul li.nav-topLayer {
  text-indent: -10px;
  font-weight: bold;
  margin-bottom: 10px;
}

footer ul.cmn-footer-bnr {
  background: #8fc231;
  padding: 30px 0;
}

@media screen and (max-width: 780px) {
  footer ul.cmn-footer-bnr {
    display: block;
    padding: 10px 0;
  }

  footer ul.cmn-footer-bnr li {
    margin: 10px 0 0;
  }
}

footer p {
  font-size: .8em;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 780px) {
  footer p {
    font-size: .7em;
  }

  footer p span {
    display: inline-block;
  }
}

/*news release
------------------------------*/
.list-nav-button {
  display: flex;
  margin: 0 auto;
  z-index: 1;
  justify-content: center;
}

@media screen and (max-width: 780px) {
  .list-nav-button {
    padding: 0;
    font-size: .8em;
    text-align: center;
  }
}

.list-nav-button li {
  width: 25%;
  font-size: 1.2em;
}

@media screen and (max-width: 780px) {
  .list-nav-button li {
    width: 90% !important;
    margin: 0px !important;
  }
}

.list-nav-button li a {
  width: 90%;
}

@media screen and (max-width: 780px) {
  .list-nav-button li a {
    text-indent: -0em;
    margin: 5px auto;
    padding-left: 10%;
  }
}

.list-nav-button li a.button-hover {
  background: #d82481;
  border-radius: 10px;
  color: #fff;
}

.list-nav-button li a.button-hover span {
  background: #fff;
  color: #d82481;
}

.list-nav-button br {
  display: none;
}

@media screen and (max-width: 780px) {
  .list-nav-button br {
    display: block;
  }
}

.button-row-3 li {
  width: 33%;
}

div.news_title h3 {
  text-align: center;
}

table.newsRelease-list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  margin: 50px auto;
  line-height: 1.6em;
}

table.newsRelease-list th {
  position: relative;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 15%;
  padding: 20px 10px;
  font-weight: normal;
  font-size: 1.1em;
  border-bottom: 1px solid #e7e7e7;
}

@media screen and (max-width: 780px) {
  table.newsRelease-list th {
    font-size: 1em;
    display: block;
    width: 100% !important;
    border-bottom: none;
    padding: 5px 10px;
  }
}

table.newsRelease-list td {
  padding: 20px 50px 20px;
  border-bottom: 1px solid #e7e7e7;
}

@media screen and (max-width: 780px) {
  table.newsRelease-list td {
    width: 100%;
    display: block;
    padding: 10px 10px 20px;
  }
}

table.newsRelease-list td.item-label-cat {
  width: 12%;
  text-align: center;
  padding: 20px 0 20px 10px;
}

@media screen and (max-width: 780px) {
  table.newsRelease-list td.item-label-cat {
    width: 100%;
    display: flex;
    border-bottom: none;
    padding: 10px;
  }

  table.newsRelease-list td.item-label-cat br {
    display: none;
  }
}

table.newsRelease-list td.item-label-cat span {
  border-radius: 10px;
  padding: 3px 10px;
  font-size: .9em;
  color: #fff;
  width: 95%;
  display: block;
}

@media screen and (max-width: 780px) {
  table.newsRelease-list td.item-label-cat span {
    font-size: .7em;
    letter-spacing: -0.1em;
    text-indent: 0;
    width: 100%;
  }
}

table.newsRelease-list td.item-label-cat span br {
  display: none;
}

table.newsRelease-list td.item-label-cat span.label-contest {
  background: #e92e67;
}

table.newsRelease-list td.item-label-cat span.label-seminar {
  background: #e8b742;
}

table.newsRelease-list td.item-label-cat span.label-general {
  background: #8c8c8c;
}

table.newsRelease-list td.item-label-cat span.label-reserve {
  background: #f65312;
}

@media screen and (max-width: 780px) {
  .contents-newsrelease img {
    width: 100%;
    object-fit: cover;
  }
}
.contents-newsrelease .bold {
font-weight: 600;
}
/*newsletter
------------------------------*/
div.newsletter-notice-wrap {
  width: 620px;
  display: block;
  margin: 0 auto;
  padding-top: 0px;
}

@media screen and (max-width: 780px) {
  div.newsletter-notice-wrap {
    width: 90%;
  }
}

div.newsletter-notice-wrap .newsletter-notice-txt {
  width: 350px;
  float: left;
  display: inline;
  margin-bottom: -30px;
}

@media screen and (max-width: 780px) {
  div.newsletter-notice-wrap .newsletter-notice-txt {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
}

div.newsletter-notice-wrap .newsletter-notice-txt h3 {
  border-bottom: 2px solid #fff;
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 10px;
}

div.newsletter-notice-wrap .newsletter-notice-txt p {
  font-size: .9em;
}

div.newsletter-notice-wrap .newsletter-notice-button {
  width: 230px;
  float: right;
  display: inline;
  padding-top: 25px;
}

@media screen and (max-width: 780px) {
  div.newsletter-notice-wrap .newsletter-notice-button {
    display: block;
    margin: 20px auto;
    float: none;
    text-align: center;
  }

  div.newsletter-notice-wrap .newsletter-notice-button span.ti-angle-right {
    display: block !important;
  }
}

div.newsletter-notice-wrap .newsletter-notice-button a {
  width: 100%;
}

@media screen and (max-width: 780px) {
  div.newsletter-notice-wrap .newsletter-notice-button a {
    font-size: .9em;
    font-weight: bold;
  }
}

.acrobat-wrap {
  width: 650px;
  margin: 20px auto 50px;
  padding: 20px;
  border: 3px solid #d2d2d2;
  display: flex;
}

@media screen and (max-width: 780px) {
  .acrobat-wrap {
    width: 90%;
    margin: 0 auto 30px;
    display: block;
  }
}

.acrobat-wrap p {
  width: 70%;
  padding: 0;
  margin: 0;
  font-size: .9em;
}

@media screen and (max-width: 780px) {
  .acrobat-wrap p {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 780px) {
  .acrobat-wrap img {
    margin: 10px auto;
    display: block;
  }
}

table.newsletter-list {
  margin: 80px auto;
  font-size: .9em;
  width: 100%;
  border-collapse: collapse;
}

table.newsletter-list td {
  padding-top: 30px;
}

@media screen and (max-width: 780px) {
  table.newsletter-list td {
    font-size: .8em;
    line-height: 1.5em;
  }
}

table.newsletter-list td img {
  margin: 0 auto -20px;
  display: block;
}

table.newsletter-list td p {
  text-align: center;
  font-size: .8em;
}

table.newsletter-list td p a {
  width: 80%;
  font-weight: normal;
  padding: 8px 0px 8px 10px;
  margin-bottom: 20px;
}

table.newsletter-list td.newsletter-index-list {
  padding-left: 20px;
  vertical-align: top;
  width: 80%;
  border-bottom: 1px solid #d2d2d2;
}

table.newsletter-list td.button-pdf-wrap {
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 780px) {
  table.newsletter-list td.button-pdf-wrap a.button-default {
    padding: 8px;
    text-indent: 0;
    text-align: center;
    display: block;
    margin: 0 auto 10px;
  }
}

table.newsletter-list a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}

table.newsletter-list ul {
  margin: 10px 0;
}

table.newsletter-list ul li::before {
  content: "●";
  font-size: .4em;
  margin-right: .4em;
  line-height: 2em;
}

table.newsletter-archives td {
  width: 30%;
  text-align: center;
  line-height: 3em;
}

@media screen and (max-width: 780px) {
  table.newsletter-archives td img {
    width: 100%;
    min-width: 100%;
  }
}

table.newsletter-archives td.button-pdf-wrap {
  border: none;
}

/*Import
------------------------------*/
.link-pinkArrow a {
  text-decoration: none;
}

.link-pinkArrow a::before {
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f0da';
  color: #d82481;
  margin-right: 10px;
  line-height: 2em;
}

.button-newestImport {
  border: 1px solid #d2d2d2;
  width: 640px;
  padding: 20px 0;
  margin: 0px auto 50px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .button-newestImport {
    width: 90%;
    margin: 30px auto;
  }
}

.button-newestImport a {
  font-size: 1.1em;
  font-weight: bold;
}

@media screen and (max-width: 780px) {
  .button-newestImport a {
    display: block;
  }
}

ul.list-pastImport {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
  margin: 0 0 50px;
}

@media screen and (max-width: 780px) {
  ul.list-pastImport {
    display: block;
    text-align: center;
  }
}

ul.list-pastImport li {
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 780px) {
  ul.list-pastImport li {
    width: 100%;
  }
}

ul.list-pastImport li a {
  display: block;
  padding: 10px 0;
}

ul.list-pastImport li:hover {
  background: #fff8da;
}

/*trader
------------------------------*/
@media screen and (max-width: 780px) {
  .list-nav-trader {
    display: block;
    margin: 0 auto !important;
  }

  .list-nav-trader li {
    width: 90%;
    margin: 5px auto !important;
  }

  .list-nav-trader li a {
    width: 100%;
  }
}

.sumally-table *, .sumally-table *:before, .sumally-table *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sumally-table {
  width: 100%;
  margin: 50px auto;
  border-collapse: collapse;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.sumally-table thead th {
  padding: 10px 15px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
}

.sumally-table thead th:last-child {
  border-right: 1px solid #dddddd;
}

.sumally-table tbody th {
  padding: 10px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
  white-space: nowrap;
}

.sumally-table tbody tr:last-child th {
  border-bottom: 1px solid #dddddd;
}

.sumally-table tbody td {
  padding: 10px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  background: #ffffff;
}

@media only screen and (max-width: 768px) {
  .sumally-table {
    width: 100%;
  }

  .sumally-table thead {
    display: none;
  }

  .sumally-table tbody th {
    display: block;
    font-size: .85em;
    word-break: break-all;
  }

  .sumally-table tbody td {
    display: block;
    padding: 16px 10px;
  }

  .sumally-table tbody td::before {
    font-weight: bold;
    float: left;
    /*上のth要素が長い場合こちらを解除すると1段落下り見やすくなります*/
    padding: 0.5em 0;
    content: attr(label);
  }

  .sumally-table tbody td p {
    margin: 0;
  }
}

.trader-table-repacker tbody th,
.trader-table-repacker thead th {
  background: #dde8a8;
}

.trader-table-importer tbody th,
.trader-table-importer thead th {
  background: #f7cdaa;
}

/*enquete
------------------------------*/
table.enq-list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  margin: 0px auto 50px;
  line-height: 1.6em;
  border-top: 1px solid #d2d2d2;
}

table.enq-list th {
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
  width: 15%;
  padding: 20px 10px;
  font-size: 1.1em;
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 780px) {
  table.enq-list th {
    font-size: .9em;
    width: 20%;
  }
}

table.enq-list td {
  padding: 20px 50px 20px;
  border-bottom: 1px solid #d2d2d2;
}

@media screen and (max-width: 780px) {
  table.enq-list td {
    padding: 10px;
  }
}

table.enq-list td a {
  font-size: 1.1em;
  font-weight: bold;
}

/*event
------------------------------*/
.event-table {
  margin-top: 10px;
}

.event-table tbody th,
.event-table thead th {
  background: #efedea;
}

span.lecturer {
  color: #d82481;
}

span.lecturer span {
  font-weight: bold;
  font-size: 1.1em;
}

span.lecturerProf {
  font-size: .9em;
}

span.label-bakery {
  background: #89554e;
}

span.label-pastry {
  background: #e92e67;
  letter-spacing: 1em;
  text-indent: 1em;
}

span.label-dairyProduct {
  background: #8fc31f;
}

table.newsRelease-list td.item-label-cat span.label-cooking {
  background: #e8b742;
  font-size: .8em;
}

table.newsRelease-list td.item-label-cat span.label-pastryDessert {
  background: #e92e67;
  font-size: .8em;
}

.txtbook-wrap {
  width: 650px;
  margin: 50px auto;
  padding: 10px 20px;
  border: 3px solid #d2d2d2;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 780px) {
  .txtbook-wrap {
    width: 90%;
    display: block;
  }
}

.txtbook-wrap p {
  width: 60%;
  padding: 0;
  margin: 0;
  font-size: .9em;
}

@media screen and (max-width: 780px) {
  .txtbook-wrap p {
    display: block;
    width: 100%;
  }

  .txtbook-wrap p br {
    display: none;
  }
}

.txtbook-wrap p.txtbook-button-wrap {
  width: 40%;
}

@media screen and (max-width: 780px) {
  .txtbook-wrap p.txtbook-button-wrap {
    width: 100%;
    margin: 10px auto;
    display: block;
  }
}

.txtbook-wrap p.txtbook-button-wrap a {
  width: 100%;
  font-size: 1.2em;
  justify-content: center;
  text-indent: -1em;
  padding: 10px 20px;
  font-weight: bold;
}

/*about raisin
------------------------------*/
@media screen and (max-width: 780px) {
  ul.button-aboutRaisin {
    margin: 0 !important;
    display: block;
  }
}

ul.button-aboutRaisin li {
  background: #fff;
  border: 1px solid #d2d2d2;
  text-align: left;
  box-sizing: border-box;
  padding: 15px 20px;
  line-height: 1.8em;
  vertical-align: middle;
  position: relative;
  font-size: 1em;
  width: 35%;
  margin: 10px;
}

@media screen and (max-width: 780px) {
  ul.button-aboutRaisin li {
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin: 5px auto !important;
  }
}

ul.button-aboutRaisin li:hover, ul.button-aboutRaisin li:focus {
  background-color: #d82481;
  color: #FFF;
  outline: none;
  border-radius: 10px;
  transition: background-color 0.5s, border-radius 1s;
}

ul.button-aboutRaisin li span.button-largetxt {
  font-size: 1.3em;
  display: block;
}

ul.button-aboutRaisin li span.button-largetxt-only {
  font-size: 1.3em;
  line-height: 45px;
}

ul.button-aboutRaisin li span.ti-angle-right {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d82481;
  text-align: center;
  line-height: 20px;
  text-indent: 0em;
  font-size: .8em;
  color: #fff;
  vertical-align: middle;
  transform: translateY(-50%) rotateZ(90deg);
}

ul.button-aboutRaisin li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

ul.button-aboutRaisin li:hover span.ti-angle-right,
ul.button-aboutRaisin li:focus span.ti-angle-right {
  background: #fff;
  color: #d82481;
  transition: background-color 0.5s, border-radius 1s;
}

.menu-aboutRaisin-wrap {
  background: url("/assets/images/biz/aboutraisin_item_bg.jpg") no-repeat 0% 10%;
  width: 900px;
  margin: 30px auto;
  border: 1px solid #d2d2d2;
}

@media screen and (max-width: 780px) {
  .menu-aboutRaisin-wrap {
    width: 100%;
    background-size: cover;
  }
}

.menu-aboutRaisin-wrap div.menu-aboutRaisin-inner {
  width: 48%;
  margin: 0 0 0 52%;
}

@media screen and (max-width: 780px) {
  .menu-aboutRaisin-wrap div.menu-aboutRaisin-inner {
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    background: rgba(255, 255, 255, 0.8);
  }
}

.menu-aboutRaisin-wrap div.menu-aboutRaisin-inner h3 {
  font-size: 1.3em;
  margin: 30px 0 0;
}

.menu-aboutRaisin-wrap div.menu-aboutRaisin-inner ul {
  margin: 20px 0 20px;
}

.menu-aboutRaisin-wrap div.menu-aboutRaisin-inner li {
  margin: 10px 0;
  display: block;
}

.aboutRaisin-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  margin-top: 30px;
  line-height: 1.6em;
  border: 1px solid #e7e7e7;
}

@media screen and (max-width: 780px) {
  .aboutRaisin-table {
    font-size: .8em;
  }
}

.aboutRaisin-table th {
  position: relative;
  vertical-align: middle;
  border-collapse: collapse;
  border-spacing: 0;
  width: 20%;
  padding: 20px 10px;
  background: #efede9;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.aboutRaisin-table th.tight {
  width: 15%;
}

.aboutRaisin-table th.table-w100 {
  width: 100px;
}

.aboutRaisin-table th:last-child {
  border: none;
}

.aboutRaisin-table td {
  padding: 10px 5px;
  font-size: .85em;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.aboutRaisin-table td img {
  margin: 0 auto;
  display: block;
}

.business_research a ,h4 .modal-open{
  color: #d82481;
}



/****/
.aboutus-wrap .pl-20{
  padding-left: 20px;
}
.aboutus-wrap h3 {
  border-bottom: solid 5px #e7e7e7;
  position: relative;
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 50px 0 30px;
  padding: 0 10px;
}

.aboutus-wrap h3:after {
  content: '';
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 20%;
  border-bottom: 5px solid #d82481
}

table.aboutus-guide {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: hidden;
  margin-top: -10px;
  line-height: 1.6em
}

table.aboutus-guide th {
  position: relative;
  vertical-align: top;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 20%;
  padding: 20px 10px;
  border-bottom: 1px solid #e7e7e7
}

table.aboutus-guide td {
  padding: 20px 10px;
  border-bottom: 1px solid #e7e7e7
}

.list-QandA {
  width: 100%
}

.list-QandA span.item-QandA {
  color: #8fc231;
  padding-right: 10px;
  font-weight: bold
}

.list-QandA dt {
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  border-bottom: 3px solid #efede9;
  transition-delay: .5s;
  padding: 15px 10px;
  cursor: pointer
}

@media screen and (max-width:780px) {
  .list-QandA dt {
    font-size: .9em;
    padding-right: 30px
  }
}

.list-QandA dt:after {
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f107';
  color: #8fc231;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 2em;
  font-weight: normal
}

.list-QandA dt.close {
  border-bottom: 0
}

.list-QandA dt.close:after {
  content: '\f106'
}

.list-QandA dd {
  background: #efede9;
  border-radius: 20px;
  padding: 20px;
  margin: 0
}

@media screen and (max-width:780px) {
  .list-QandA dd {
    font-size: .9em
  }
}

.list-QandA dd p {
  width: 400px;
  margin: 0 auto;
  text-align: center
}

@media screen and (max-width:780px) {
  .list-QandA dd p {
    width: 100%
  }
}

.list-sitemap li {
  margin-bottom: 10px
}

.list-sitemap .li-bold {
  font-weight: bold;
  margin-top: 2em;
  font-size: 1.2em;
}

.list-sitemap .li-child {
  padding-left: 15px
}

/*図表　緑*/
section .table-green h4{
  text-align: center;
}
section .table-green table{
  border-spacing: 0;
  padding: 10px;
}

section .table-green tbody{
  background-color: #e2efda;
  display: inherit;
    width: 100%;
}
section .table-green .ttl{
  background-color: #548235;
  color: #fff;
  text-align: justify;
  padding: 0 10px;
}

section .table-green tr:nth-child(odd){
background-color: #c6e0b4;
width: 100%;
}
section .table-green tr td{
  padding: 0 10px;
}
section .table-green tr td:last-of-type{
text-align: end;
}
@media (max-width: 768px){
section .table-green table{
    width: 100%;
}}
section.cust-page-wrap .table-green h4 {
  color: #658029;
}
section.cust-page-wrap .table-green small{
  text-align: end;
  width: 100%;
  padding: 0 10px;
}

/* 2305追加 */
.contents-newsrelease .br_sp {
  display: none !important;
}

@media screen and (max-width: 780px) {
  .contents-newsrelease p {
    padding: 10px;
  }

  .view_timer {
  margin: 8px auto 10px;
  }

  .promo h3, .fl_box ul {
    padding: 0 10px;
  }
}

@media screen and (max-width: 500px) {
  .contents-newsrelease .br_sp {
    display: block !important;
  }
}

/* 2306追加 */
.promo .row img {
  padding-bottom: 30px;
}
/* 2311追加 */
.row .txt_color {
  color: #cc0000;
  font-weight: bold;
}
