@charset "utf-8";
/* /////////////////////////////
      下層共通 20210212　修正分
///////////////////////////// */
.page_ttl p.en {
  color: #000000;
  text-transform: uppercase;
}
.bg_fceeed {
  background-color: #fceeed;
}
/* /////////////////////////////
      下層共通
///////////////////////////// */
.page_ttl {
  box-sizing: border-box;
  color: #d82b16;
  padding: 20px 50px;
}
#breadcrumb {
  font-size: 12px;
  padding: 14px 50px;
  /*margin-left: auto;
	max-width: 1000px;
	margin: 0 auto;*/
}
#breadcrumb.qa {
  padding-left: 0;
}
#breadcrumb a {
  display: block;
  position: relative;
  padding: 0 20px 0 0;
  text-decoration: none;
}
#breadcrumb a::after {
  content: "▶︎";
  color: #d82b16;
  font-size: 10px;
  position: absolute;
  right: 7px;
  top: 1px;
}
#breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: flex-start;
}
#breadcrumb ol li {
  border-bottom: none;
}
@media screen and (max-width:1000px) {}
@media screen and (max-width:767px) {
  #breadcrumb ol {
    justify-content: flex-start;
  }
}
/* /////////////////////////////
      ハンバーガーメニュー
///////////////////////////// */
.sp_slide_menu {
  overflow-x: hidden;
  position: relative;
}
.sp_slide_menu .logo {
  width: auto;
  max-width: 120px;
  height: auto;
  margin: 0 auto 15px;
  padding-top: 20px;
}
/*.sp_slide_menu .pc .logo {
  width: inherit;
  max-width: inherit;
  height: auto;
  margin:inherit;
    padding: 40px 20px;
    box-sizing: border-box;
}*/
.sp_slide_menu .logo a {
  margin: 0;
  padding: 0;
}
.menu_1lv_wrap {
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  padding-bottom: 150px;
  height: calc(100vh - 150px);
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 130;
}
.menu_1lv_wrap.pc {
  display: block;
  overflow-y: inherit;
  width: 290px;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1640px) {
  .menu_1lv_wrap.pc {
    padding-top: 100px;
  }
}
.menu_1lv_wrap > .menu_title {
  margin-bottom: 35px;
}
.sp_slide_menu ul li {
  text-align: left;
  display: block;
  height: auto;
}
.sp_slide_menu ul li.ttl {
  line-height: 1.5;
  padding-top: 10px;
  padding-left: 10px;
}
.sp_slide_menu ul li.ttl::before {
  content: "";
  display: inline-block;
  height: 17px;
  width: 14px;
  background: url("../img/home_products/dot_gray.png") no-repeat;
  background-size: cover;
  margin-bottom: -2px;
  margin-right: 5px;
}
.sp_slide_menu ul li.pl13 {
  padding-left: 1.3em;
}
ul.nav_top.menu-1lv > li, ul.menu-2lv li, .sp_slide_menu ul li.bt_e3, ul.nav_other > li.bt_e3 {
  border-top: 1px solid #E3E3E3;
  margin-top: 10px;
}
ul.nav_other li.bt_e3 {
  padding-top: 14px;
}
ul.nav_other li a {
  margin-left: 10px;
}
ul.menu-1lv {}
ul.menu-1lv li {}
ul.menu-1lv > li > span, ul.menu-1lv > li > a, ul.menu-2lv > li > a {
  cursor: pointer;
  font-size: 14px;
  padding: 10px 0 0 0;
  line-height: 1.5;
  margin-left: 10px;
  display: block;
  height: 100%;
  width: 100%;
}
.mega_menu ul.menu-1lv li span {
  width: inherit;
}
ul.menu-1lv li.icon_arrow {
  position: relative;
}
ul.menu-1lv li.icon_arrow::after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #d82b16;
  font-size: 20px;
  text-align: center;
  position: absolute;
  bottom: -3px;
  right: 15px;
}
.menu_2lv_wrap {
  display: none;
  background: #fff;
  height: calc(100vh - 150px);
  width: 100%;
  padding-bottom: 150px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  z-index: 150;
}
.pc .menu_2lv_wrap {
  height: 100%;
  width: 300px;
  padding-bottom: 50px;
  overflow-y: inherit;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 290px;
  z-index: 120;
  box-sizing: border-box;
}
.sp .back_menu {
  color: #d82b16;
  font-size: 18px;
  line-height: 1;
  padding: 5px 10px 0;
  margin: 5px auto;
}
.sp .back_menu::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 18px;
  background: url("../img/common/back_menu_arrow.png") no-repeat;
  background-size: contain;
  margin-bottom: -3px;
}
.pc .back_menu {
  display: block;
  position: fixed;
  left: 530px;
  top: 0px;
  width: 50px;
  height: 50px;
  z-index: 900;
}
.pc .back_menu span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 25px;
  right: 13px;
  width: 24px;
  height: 2px;
  background-color: transparent;
  text-align: center;
}
.pc .back_menu span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(135deg);
  width: 24px;
  height: 2px;
  background-color: #d82b16;
  transition: .3s;
}
.pc .back_menu span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-135deg);
  width: 24px;
  height: 2px;
  background-color: #d82b16;
  transition: .3s;
}
.menu_2lv_wrap .logo {
  margin-bottom: 10px;
}
.pc .menu_2lv_wrap {
  border-left: 1px solid #E3E3E3;
  padding-top: 83px;
}
.pc .menu_2lv_wrap .logo {
  margin-bottom: 30px;
}
.pc .menu_2lv_wrap .menu_title {
  margin-bottom: 35px;
}
ul.menu-2lv {}
ul.menu-2lv li {}
ul.menu-2lv li span, ul.menu-2lv li a {
  display: block;
  height: 100%;
  width: 100%;
}
.nav_other li a[target="_blank"]::after, .sp_slide_menu li a[target="_blank"]::after {
  content: "\f24d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.9em;
  font-weight: 400;
  margin-left: 0.5em;
}
.slide_fix {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}
.slide_in {
  animation: SlideIn 0.5s; /*slide_in slide_out 両方同じ 変更時はjsも変更*/
  display: block;
}
.slide_out {
  animation: SlideOut 0.5s; /*slide_in slide_out 両方同じ 変更時はjsも変更*/
  display: block;
}
@keyframes SlideIn {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.pc .slide_in {
  animation: SlideInPc 0.5s; /*slide_in slide_out 両方同じ 変更時はjsも変更*/
  display: block;
}
.pc .slide_out {
  animation: SlideOutPc 0.5s; /*slide_in slide_out 両方同じ 変更時はjsも変更*/
  display: block;
}
@keyframes SlideInPc {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideOutPc {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1640px) {
  .pc .menu_2lv_wrap {
    left: 260px;
    padding-top: 53px;
  }
  .menu_1lv_wrap.pc {
    width: 260px;
  }
}
@media screen and (max-width: 1280px) {
  .pc .menu_2lv_wrap {
    left: 220px;
    padding-top: 31px;
  }
  .menu_1lv_wrap.pc {
    width: 220px;
    padding-top: 75px;
  }
  .pc ul.menu-1lv li.icon_arrow::after {
    right: 5px;
  }
}
/* /////////////////////////////
      スライダー
///////////////////////////// */
.main_mv .mv_slider {
  display: none;
}
.main_mv .bx-viewport .mv_slider {
  display: block;
}
.arrows_a .bx-wrapper .bx-prev, .arrows_a .bx-wrapper .bx-next {
  background-color: rgba(0, 0, 0, .5) !important;
  box-shadow: unset;
  display: block;
  text-indent: -9999em;
  height: 40px;
  width: 35px;
  margin-top: -20px;
  z-index: 1;
  position: absolute;
  top: 50%;
}
.arrows_a .bx-wrapper .bx-prev {
  left: 0;
}
.arrows_a .bx-wrapper .bx-next {
  right: 0;
}
.arrows_a .bx-wrapper .bx-prev {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.arrows_a .bx-wrapper .bx-next {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.arrows_a .bx-wrapper .bx-prev::after, .arrows_a .bx-wrapper .bx-next::after {
  content: none;
}
.arrows_a .bx-wrapper .bx-prev::before, .arrows_a .bx-wrapper .bx-next::before {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 3px;
  content: "";
}
.arrows_a .bx-wrapper .bx-prev::before {
  -webkit-transform: rotate(-135deg);
  left: 10px;
  transform: rotate(-135deg);
}
.arrows_a .bx-wrapper .bx-next::before {
  -webkit-transform: rotate(45deg);
  right: 10px;
  transform: rotate(45deg);
}
/* /////////////////////////////
      
///////////////////////////// */
.title-border {
  display: flex;
  align-items: center;
}
.title-border:before, .title-border:after {
  content: "";
  flex-grow: 1;
  border-top: double 7px #d82b16;
}
.title-border:before {
  margin-right: 1em;
}
.title-border:after {
  margin-left: 1em;
}
/* /////////////////////////////
      下層ページ
///////////////////////////// */
@media screen and (max-width:767px) {
  h3.font32 + .font32 {
    /*margin-top: 0;*/
  }
}
.catchcopy {
  font-size: 32px;
}
a.btn_hoken {
  background: #d82b16;
  color: #fff;
  cursor: pointer;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  margin-left: 1em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {}
/*安心・安全への取り組み ここから 20220118*/
.safety-security{


}
.safety-security .category_menu{
	max-width: 350px;
}

.sec01 p{
	letter-spacing: 0.05em;
color: #000;
}
.safety-security_modal_inner h3,
.sec02 h3{
font-size: 20px;
line-height: 30px;
text-align: center;
color: #fff;
border-radius: 20px;
background: #969696;
padding: 5px;
}
.sec02 p{

}
.policy_img{
    max-width: 48%;
    width: 100%;
    margin-bottom: 4%;
}

.policy_img p{
	margin-top: 4%;
	margin-right: 4%;
}
.anzen_img{
	    max-width: 24%;
    width: 100%;
}
.fssc_wrap{
border: 2px solid #b6b3a6;
padding-top: 55px;
	padding-bottom: 40px;
}
.fssc_box{
	text-align: center;
	margin: 0 20px;
}
.fssc_img{
	max-width: 140px;
	width: 100%;
	margin: 0 auto;
}
.step_box{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.step_box.rev{
	flex-direction: row-reverse;
}
.step_img{
	max-width: 320px;
	width: 100%;
	margin-right: 50px;
}
.step_box.rev .step_img{
	margin-right: 0;
	margin-left: 50px;
}
.anzen_step_txt{
		max-width: 500px;
	width: 100%;
}
.anzen_step_txt h4{
font-size: 24px;
line-height: 1;
color: #d82b16;
border-bottom: 1px solid #d82b16;
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.anzen_step_txt h4 span{
	font-size: 30px;
}
.anzen_step_txt p{
font-size: 15px;
line-height: 2;
color: #3a3a3a;

}
.safety-security_modal_inner{
	padding:  75px 85px;
}
.safety-security_modal_inner.pd20{
	padding:  20px;
}
.safety-security_modal_inner.household_products{
	padding:  60px;
}
.process_system .close,
.quality_system .close,
.human_resources .close,
.display_products .close,
.iziModal.safety-security .close {
    width: 75px;
    height: 75px;
    top: -37.5px;
    right: -37.5px;
}
.iziModal.safety-security .close {
    top: 0;
    right: -75px;
}
.process_system .close,
.quality_system .close,
.human_resources .close,
.display_products .close{
	position: absolute;
	top: 0;
	right: 0;
}
.safety-security_modal_inner span.font36{
	border-right: 2px solid #d82b16;
    padding: 0 0.5em;
    margin-right: 0.5em;
	position: relative;
}
.safety-security_modal_inner span.font36::after{
	content: "";
	height: 2px;
	width: 100%;
	background:  #d82b16;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.allergy_title{
border-bottom: 1px solid #969696;
	    padding-bottom: 5px;
    padding-left: 10px;
	margin-bottom: 18px;
}
.allergy_table{
    max-width: 100%;
    width: 100%;


}
.allergy_table tr{
	
}
.allergy_table tr td{
    border: 1px solid #a0a0a0;
    max-width: calc(100% / 4);
	width: 100%;
    padding: 16px 10px;
    line-height: 1;
    text-align: center;
}
.safety-security_modal_inner .category_menu{
	margin: 0 auto;
}
.allergy_package{
	
}
.allergy_package .flex_l > div,
.allergy_package .flex_r > div{
	margin-top: 20px;
}
.allergy_package .flex_l{
	margin-right: 2%;
	max-width: 58%;
	width: 100%;
}
.allergy_package .flex_r{
	margin-left: 2%;
	max-width: 38%;
	width: 100%;
}
a[data-izimodal-open]{
	cursor: pointer;
}
.human_resources .flex_l,
.human_resources .flex_r{
	max-width: 48%;
}

.human_resources_box{

	
}
.human_resources_title{
border-bottom: 1px solid #969696;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.human_resources_img,
.human_resources_txt{
	padding: 0 25px;
}
.quality_system{
	
}

@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
	.process_system .close, .quality_system .close, .human_resources .close, .display_products .close, .iziModal.safety-security .close {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
}
	.display_products .close,
	.quality_system .close,
	.process_system .close,
	.human_resources .close{
		top: 60px;
	}
	.sec01 .w-600{
		padding: 0;
	}
	.policy_img {
    max-width: 100%;
	}
	.safety-security_modal_inner h3, .sec02 h3 {
    font-size: 15px;
    line-height: 15px;
    border-radius: 13px;
}
	.anshin_anzen{
		display: flex;
		flex-wrap: wrap;
		    align-items: self-start;
		justify-content: space-between;
	}
	.anzen_img {
    max-width: 47%;
    margin-bottom: 6%;
}
	.fssc_wrap{
		padding: 20px 0;
	}
	.fssc_box {
    margin: 0 5px;
}
	.padding_box{
		padding: .5em 0;
	}
	.step_box{
		max-width: 48%;
		margin-bottom: 30px;
	}
	.anzen_step_txt {
    max-width: 100%;
	}
		.anzen_step_txt h4 {
    font-size: 12px;
}
	.anzen_step_txt h4 span {
    font-size: 15px;
}
	.anzen_step_txt p {
    font-size: 11px;
	}
	.step_box .anzen_step_txt .step_img,
	.step_box.rev .anzen_step_txt .step_img{
    margin-right: 0;
    margin-left: 0;
		max-width: 100%;
}
	.safety-security_modal_inner.household_products {
    padding: 70px 20px 20px;
}

	.safety-security_modal_inner {
    padding:  50px;
}
	.safety-security_modal_inner.pd20 {
    padding: 50px 20px 20px;
}
	.human_resources .flex_l, .human_resources .flex_r {
    max-width: 100%;
}
	.human_resources_img, .human_resources_txt {
    padding: 0 ;
}
	.human_resources_title {
    padding-bottom: 5px;
    margin-bottom: 10px;
}
	.allergy_package .flex_l{
		    margin-right: 0;
		max-width: 100%;
	}
	
	.allergy_package .flex_r{
		margin-left: 0;
		max-width: 70%;
	}
	.allergy_package .flex_l > div,
	.allergy_package .flex_r > div {
    margin-top: 15px;
}
}
/*安心・安全への取り組み ここまで 20220118*/
/*一製造業（加工メーカー）向け商品 ここから 20220116*/
#for-manufacturing {}
.for-manufacturing {}
#for-manufacturing #breadcrumb {
  border-top: 2px solid #d82b16;
}
.red.w-550 {
  border: 2px solid #d82b16;
  box-sizing: border-box;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  padding: 3px 5px;
}
.tab_area .tab_content_manufacturing {
  display: none;
  width: 100%;
  padding: 30px 0 0 0;
}
#tab01:checked ~ #tab01_content_manufacturing, #tab02:checked ~ #tab02_content_manufacturing {
  display: block;
}
.manufacturing_tab_wrap {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 20px;
}
.tab_content_manufacturing {
  border-top: 1px solid #d82b16;
}
.for-manufacturing .w-1000 .modal_inner {
  margin: 0 -5px;
}
.for-manufacturing .modal .item.order {
  margin: 20px 5px 40px;
  max-width: 48%;
  width: 100%;
}
.for-manufacturing .modal .item.order img {
  border: none;
  border-radius: unset;
  max-width: 100%;
  width: 100%;
}
.for-manufacturing .w-400 {
  max-width: 400px;
  width: 100%;
  margin: 65px auto;
}
.for-manufacturing .w-400 .custmer-icon {
  max-width: 50px;
  margin-right: 10px;
}
.for-manufacturing .modal .item {
  margin: 20px 5px;
  max-width: 233px;
  width: 100%;
}


@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .for-manufacturing .tab_area .tab_btn:nth-of-type(n+2) {
    margin-left: 5px;
  }
  .for-manufacturing .tab_area .tab_btn {
    width: 47%;
    font-size: 11px;
  }
  .for-manufacturing .modal .item {
    margin: 20px 5px;
    max-width: 46%;
    width: 100%;
  }
	.allergy_table tr td {
    padding: 9px 5px;
    font-size: 11px;
}
}
/*一製造業（加工メーカー）向け商品 ここまで 20220116*/
/*一おすすめレシピ ここから 20211222*/
.tab_area .dashi_btn {
  background: #fff;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  box-shadow: 0px 4px 0px rgba(6, 0, 1, 0.14);
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  padding-left: 1em;
  width: 23%;
  height: 60px;
  margin: 0.5%;
  position: relative;
}
.dashi_btn::before {
  position: absolute;
  content: "\f105";
  width: 15px;
  height: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  background-color: #d82b16;
  right: 15px;
}
.tab_content_dashi {
  display: none;
  text-align: left;
}
.tab_content_dashi.block {
  display: block;
}
.dashi_material dl {
  border-top: 1px solid #C6C6C6;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.dashi_material dl.mb40, .dashi_material dl:last-of-type {
  border-bottom: 1px solid #C6C6C6;
}
.dashi_material dl dt {
  font-size: 20px;
  padding: 15px 15px 15px 18px;
}
.dashi_material dl dd {
  font-size: 20px;
  text-align: right;
  padding: 15px 18px 15px 15px;
}
.dashi_recipe {}
.dashi_recipe ol {
  counter-reset: item;
  list-style-type: none;
}
.dashi_recipe ol > li {
  box-shadow: 0px 9px 18px rgba(6, 0, 1, 0.05);
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
}
.dashi_recipe ol > li::before {
  counter-increment: item;
  content: counter(item);
  font-size: 34px;
  color: #D82B16;
  margin-right: 0.5em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .tab_area .dashi_btn {
    font-size: 11px;
    padding-left: 1em;
    width: 48%;
    height: 35px;
    margin: 1%;
  }
  .dashi_material dl dt {
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 10px;
  }
  .dashi_material dl dd {
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 10px;
  }
  .dashi_recipe ol > li {
    font-size: 13px;
    padding: 10px 15px 10px 13px;
  }
  .dashi_recipe ol > li::before {
    font-size: 18px;
    margin-right: 1em;
  }
}
/*一おすすめレシピ ここまで 20211222*/
/*一工場紹介 ここから 20211111*/
.main_mv.factory{
	
}
.main_mv.factory .mv_wrap li{
	display: none;
}
.main_mv.factory .mv_wrap li.checked{
	display: block;
}
.factory_ttl {
  background: #fff;
  padding: 15px 15px 15px 15px;
  border-bottom: 3px solid #d82b16;
  margin-bottom: 40px;
}
.factory_ttl_cap {
  margin-left: 1em;
}
.factory_icon {
  padding-left: 50px;
  position: relative;
}
.factory_icon:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 30px;
  background: url("../img/factory-introduction/icon_factory.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tab_area.factory .tab_btn {
  width: 20%;
  height: 80px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.tab_area.factory .tab_btn:nth-of-type(2) {
  line-height: 27px;
}
.tab_area .tab_content_factory {
  display: none;
  width: 100%;
  padding: 50px 0 0 0;
}
#tab01:checked ~ #tab01_content_factory, #tab02:checked ~ #tab02_content_factory, #tab03:checked ~ #tab03_content_factory, #tab04:checked ~ #tab04_content_factory {
  display: block;
}
.tab_content_factory {
  border-top: 1px solid #d82b16;
}
.factory_label {
  width: 100px;
  height: 25px;
  border-radius: 12.5px;
  background: #fff;
  border: 1px solid #d82b16;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factory_ttl {
  text-align: left;
}
.factory_area {
  padding-top: 80px;
}
.factory_add dl {
  display: flex;
  margin-bottom: 15px;
}
.factory_add dd {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-left: 1em;
}
.fac01, .fac02, .fac03, .fac04 {
  cursor: pointer;
}
.product_name {
  margin-top: 4px;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .factory_area img {
    height: auto;
  }
  .lb-outerContainer {
    background: transparent;
  }
  .tab_area .tab_content_factory {
    padding-top: 25px;
  }
  .factory_ttl {
    padding: 10px 0px 10px 0;
    border-bottom: none;
    margin-bottom: 20px;
  }
  .factory_icon {
    border-bottom: 2px solid #d82b16;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 30px;
    display: block;
    width: 100%;
  }
  .factory_icon:before {
    width: 23px;
    height: 18px;
    bottom: 5px;
  }
  .factory_ttl_cap {
    margin-left: 0;
  }
  .tab_area.factory .tab_btn {
    font-size: 12px;
    width: 48%;
    margin-bottom: 4px;
    height: 30px;
    border-bottom: 1px solid #d82b16;
    border-radius: 4px;
  }
  .tab_area.factory .tab_btn:nth-of-type(n+2) {
    margin-left: 0;
  }
  .tab_content_factory {
    border-top: none;
  }
  .factory_add dl {
    display: block;
    margin-bottom: 3px;
  }
  .factory_label {
    background: #f6f4e9;
    font-size: 14px;
    padding: 8px 10px;
    height: auto;
    border-radius: 0;
    border: none;
    width: 100%;
    box-sizing: border-box;
    justify-content: start;
  }
  .factory_add dd {
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
    padding: 5px;
  }
  .factory_area {
    padding-top: 70px;
  }
  .product_name {
    margin-top: 0.5em;
  }
}
/*一工場紹介 ここまで 20211111*/
/*一ベーカリーのお客様 ここから 20211110*/
.bakery_tab_wrap {
  padding: 30px 0 50px 0;
  box-sizing: border-box;
}
.tab_area .tab_content_bakery {
  display: none;
  width: 100%;
  padding: 50px 0 0 0;
}
#tab01:checked ~ #tab01_content_bakery, #tab02:checked ~ #tab02_content_bakery {
  display: block;
}
.tab_content_bakery {
  border-top: 1px solid #d82b16;
}
.lank1-3 {
  max-width: calc(100% / 3);
  width: 100%;
  display: flex;
}
.lank1-3:nth-of-type(1) {
  justify-content: flex-end;
}
.lank1-3:nth-of-type(2) {
  max-width: calc(235px + 8px + 8px);
  justify-content: center;
}
.lank1-3:nth-of-type(3) {
  justify-content: flex-start;
}
.vegetables .bakery .modal .item {
  margin: 20px 8px;
}
.vegetables .bakery .modal .item, .vegetables .bakery .item img {
  max-width: 235px;
}
.bakery .modal .item a.a_btn, .vegetables.bakery_hot .modal .item a.a_btn {
  margin-top: 20px;
}
.vegetables.bakery_hot .modal .item {
  max-width: 250px;
}
.vegetables.bakery_hot .item img {
  border: none;
  border-radius: 0;
  max-width: 250px;
}
.vegetables.bakery_hot .modal .item p {
  margin-top: 10px;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .bakery_tab_wrap {
    padding: 30px 0;
  }
  .tab_area .tab_content_bakery {
    padding: 0;
  }
  .vegetables .bakery .modal .lank1-3 .item, .vegetables .bakery .lank1-3 .item img {
    width: 100%;
  }
  .vegetables .bakery .modal .item {
    width: calc(50% - 16px);
    min-height: auto;
  }
  .lank1-3 {
    max-width: 50%;
    width: 100%;
    display: flex;
  }
  .lank1-3:nth-of-type(1) {
    justify-content: center;
  }
  .lank1-3:nth-of-type(2) {
    max-width: 50%;
    justify-content: center;
  }
  .lank1-3:nth-of-type(3) {
    justify-content: center;
  }
  .vegetables .modal.lank1-3 .item {
    width: 100%;
  }
  .vegetables.bakery_hot .modal .item {
    min-height: auto;
  }
}
/*一ベーカリーのお客様 ここまで 20211110*/
/*一ソーシャルメディアポリシー ここから 20210928*/
#sns_policy {}
.sns_policy {}
ul.cnt_0 {
  counter-reset: item;
  list-style-type: none;
}
ul.cnt_0 > li {
  padding-left: 1em;
}
ul.cnt_0 > li:before {
  counter-increment: item;
  content: counter(item)'.';
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.2em;
}
ul.cnt_1 {
  counter-reset: item;
  list-style-type: none;
}
ul.cnt_1 > li {
  padding-left: 1.5em;
}
ul.cnt_1 > li:before {
  counter-increment: item;
  content: '('counter(item)')';
  margin-left: -1.5em;
}
ul.cnt_2 {
  counter-reset: item;
  list-style-type: none;
}
ul.cnt_2 > li {
  padding-left: 1em;
}
ul.cnt_2 > li:before {
  counter-increment: item;
  content: counter(item)'.';
  margin-left: -1em;
}
.sns_btn {
  width: 310px;
  height: 50px;
  border-radius: 25px;
  background-color: #d82b16;
  margin: 50px auto 0;
  position: relative;
}
.sns_btn::before {
  display: inline-block;
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.65em);
}
.sns_btn a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 10px;
  color: #ffffff;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .sns_btn {
    width: 80%;
    height: 32px;
    border-radius: 16px;
    margin: 30px auto 0;
  }
}
/*一ソーシャルメディアポリシー ここまで 20210928*/
/*一SNS公式アカウント一覧 ここから 20210923*/
section.sns_sec {
  border-top: 2px solid #d82b16;
}
.flex.btn_4 a {
  max-width: calc(100% / 4 - 10px);
  width: 100%;
}
.btn_guide {
  width: 310px;
  margin: 35px auto 0;
}
.sns_title {
  color: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  line-height: 2em;
  border-bottom: 2px solid #d82b16;
  margin-bottom: 40px;
}
.title_icon {
  display: inline-flex;
  width: 33px;
  margin-right: 10px;
}
.sns_box {
  max-width: 48%;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 35px;
}
.sns_box_title {
  color: #3a3a3a;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 35px;
  padding-left: 1em;
}
.sns_box_title::before {
  display: inline-block;
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: -1em;
}
.sns_box_title span {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #3a3a3a;
  margin-left: 0.5em;
}
.sns_detail {
  color: #3a3a3a;
  font-weight: bold;
  line-height: 2;
  max-width: calc(100% - 150px - 30px);
  width: 100%;
}
.sns_img {
  max-width: 150px;
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .flex.btn_4 a {
    max-width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
  }
  .btn_guide {
    width: 80%;
    margin: 10px auto 0;
  }
  .sns_title {
    margin-bottom: 30px;
  }
  .sns_box {
    max-width: 100%;
  }
  .sns_box:last-of-type {
    border-bottom: none;
  }
  .sns_box_title {
    margin-bottom: 20px;
  }
  .sns_box_title span {
    line-height: 2;
  }
  .sns_detail {
    max-width: calc(100% - 150px - 10px);
  }
  .sns_img {
    margin-left: 10px;
  }
}
/*一SNS公式アカウント一覧 ここまで 20210923*/
/*一外食店・給食向け商品 ここから 20210915*/
#business_lunch {}
.business_lunch {}
.business_lunch .page_ttl {
  border-bottom: 2px solid #d82b16;
}
.bnr_list.bussiness {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .business_lunch .page_ttl {
    border-bottom: none;
  }
  .business_lunch .w-1000 .modal_inner {
    margin: 0 auto;
  }
  .bnr_list.bussiness {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .bnr_list.bussiness li {
    max-width: 50%;
    width: 100%;
  }
  .business_lunch .modalWrapper {
    height: auto;
    padding: 10px;
  }
  .business_lunch .modalWrapper .closeModal {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}
/*一外食店・給食向け商品 ここまで 20210915*/
/*一小売業向け商品 ここから 20210709*/
.bg_half {
  position: relative;
}
.bg_half::after {
  content: "";
  display: block;
  background: #f6f4e9;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: calc((100vw - 100%) / -2);
  z-index: -1;
}
.retail .vegetables .modal .item {
  box-sizing: border-box;
  text-align: center;
  margin: 20px 10px;
  max-width: 250px;
  width: 100%;
}
.retail .vegetables .modal .item img {
  max-width: 100%;
}
.retail.iziModal .close {
  width: 80px;
  height: 80px;
  top: -40px;
  right: -40px;
}
.retail_modal {
  background: #fff;
  padding: 50px 25px 30px;
}
.retail_modal_inner {
  background: #f6f4e9;
  padding: 30px;
}

img[usemap]{
  max-width: 100%;
  height: auto;
}
area {
  cursor: pointer;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .retail .vegetables .modal .item {
    max-width: 43%;
    margin: 20px 10px;
  }
}
/*一般のお客様 ここから 20210709*/
/*一小売業向け商品 ここから 20210709*/ .form_attention {
  background: rgba(244, 234, 180, 1.00);
  padding: 10px 10px 0 5px;
}
#contact_form .ac-wrapper {
  background: #fff;
}
#contact_form .ac_parent {
  border-bottom: 1px solid #3a3a3a;
  color: #3a3a3a;
  cursor: pointer;
  padding: 8px 20px 7px 0px;
  font-size: 22px;
  position: relative;
}
#contact_form .ac_parent::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #000;
  right: 30px;
  top: calc(50% - 9px);
  transition: .3s;
}
#contact_form .ac_parent::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000;
  right: 21px;
  top: calc(50% - 0px);
}
#contact_form .ac_parent.active::before {
  transform: rotate(90deg);
  transform-origin: center center;
}
#contact_form .ac_child {
  background: #fff;
  display: none;
  padding: 10px 0 0;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  #contact_form .ac_parent {
    color: #3a3a3a;
    cursor: pointer;
    padding: 5px 20px 5px 0px;
    font-size: 18px;
    position: relative;
  }
  #contact_form .ac_parent::before {
    right: 20px;
    height: 18px;
  }
  #contact_form .ac_parent::after {
    position: absolute;
    right: 12px;
    width: 18px;
    top: calc(50% - 1px);
  }
}
@media screen and (max-width: 767px) {}
/*一般のお客様 ここまで 20210709*/
/*トップ ここから 20210625*/
#top {}
#top .ttl_more .all_more::before {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
#important_notices {
  background-color: rgba(216, 43, 22, 0.1);
  color: #3a3a3a;
  text-align: center;
  padding: 15px 35px;
  margin-bottom: 50px;
}
#important_notices .notices_date {
  width: 20%;
  text-align: left;
}
#important_notices .notices_ttl {
  width: 78%;
  text-align: left;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  #important_notices {
    padding: 15px 8px;
  }
  #important_notices .notices_date {
    width: 30%;
    text-align: left;
  }
  #important_notices .notices_ttl {
    width: 68%;
    text-align: left;
  }
}
/*トップ ここまで 20210625*/
/*ニュースリリース ここから 20210616*/
section.news_sec {
  border-top: 2px solid #d82b16;
}
.tab_area.news .tab_btn:first-of-type {
  width: 30%;
}
.tab_area.news .tab_btn {
  width: 15%;
}
.tab_area.news .tab_btn:nth-of-type(n+2) {
  margin-left: 10px;
}
.tab_area .tab_content_news {
  display: none;
  width: 100%;
  padding: 85px 0 70px;
  text-align: left;
}
.tab_content_news .news_list p {
  font-size: 14px;
}
.top_news .news_list .news_date .cat, .tab_content_news .news_list .news_date .cat {
  color: #fff;
  font-size: 13px;
  min-width: 120px;
  box-sizing: border-box;
  text-align: center;
  padding: 0 5px;
}
.news_list .news_date .cat.newsrelease {
  background: #d82b16;
}
.news_list .news_date .cat.notice {
  background: #3eb151;
}
.news_list .news_date .cat.productinformation {
  background: #ff8c10;
}
@media screen and (max-width:1024px) {
  .tab_area.news .tab_btn:first-of-type {
    width: 26%;
  }
}
@media screen and (max-width:767px) {
  .tab_area.news .tab_btn:first-of-type {
    width: 20%;
  }
  .tab_area.news .tab_btn:nth-of-type(n+2) {
    margin-left: 5px;
  }
  .tab_area .tab_content_news {
    padding: 30px 0 50px;
  }
  .tab_content_news .news_list li a {
    padding: 15px 0;
  }
  .tab_content_news .news_list p {
    font-size: 13px;
  }
  .tab_content_news .news_list p.date {
    font-size: 10px;
  }
  .tab_content_news .news_list .news_date {
    margin-bottom: 10px;
  }
  .tab_content_news .news_list .news_date .cat {
    font-size: 10px;
    min-width: 90px;
  }
}
/*ニュースリリース ここまで 20210616*/
/*新商品・リニューアル品 ここから 20210608*/
.w-1000 .modal_inner {
  margin: 0 -30px;
}
.vegetables.newproducts .modal .item {
  margin: 20px 15px;
  max-width: 180px;
  width: 100%;
}
.item_type {
  text-align: left;
  margin-top: 10px;
}
.item_type span {
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  padding: 0px 16px 1px;
}
.cat_vege {
  background: #7ec000;
}
.cat_vege::before {
  content: "野菜用";
  display: inline-block;
}
.cat_meat {
  background: #d82b16;
}
.cat_meat::before {
  content: "お肉用";
  display: inline-block;
}
.cat_fish {
  background: #50B2E5;
}
.cat_fish::before {
  content: "お魚用";
  display: inline-block;
}
.cat_casserole {
  background: #E96A0D;
}
.cat_casserole::before {
  content: "お鍋用";
  display: inline-block;
}
.cat_grocery {
  background: #7B5438;
}
.cat_grocery::before {
  content: "グロサリー";
  display: inline-block;
}
.renewal, .newitem {
  position: relative;
}
.renewal::before {
  content: "リニューアル";
  display: inline-block;
  box-sizing: border-box;
  background: url("../img/home_products/bg_newitem.png") no-repeat center;
  background-size: cover;
  color: #D82B16;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  height: 21px;
  width: 105px;
  position: absolute;
  top: -10px;
  left: 0;
}
.newitem::before {
  content: "新商品";
  display: inline-block;
  background: url("../img/home_products/bg_renewalitem.png") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  height: 21px;
  width: 105px;
  position: absolute;
  top: -10px;
  left: 0;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .w-1000 .modal_inner {
    margin: 0 -10px;
  }
  .vegetables.newproducts .modal .item {
    margin: 20px 10px;
    max-width: calc(50% - 20px);
  }
  .item_type span {
    font-size: 12px;
  }
  .newitem::before, .renewal::before {
    background-size: contain;
    font-size: 12px;
    width: calc(105px * 0.9);
  }
}
/*新商品・リニューアル品 ここまで 20210608*/
/*食研仕込 ここから 20210526*/
#shokken-jikomi {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {}
/*食研仕込 ここまで 20210526*/
/*業務用のお客様はこちら コンテンツ差し替え ここから 20210817*/
section.for-business_2 {
  border-top: 2px solid #d82b16;
  box-sizing: border-box;
}
.w-700 {
  box-sizing: border-box;
  max-width: 780px;
  padding: 0 40px;
  margin: 0 auto;
}
.app_reco {
  position: relative;
}
.app_reco a {
  /* background: rgba(212,37,40,0.66);*/
  width: 260px;
  height: 100px;
  position: absolute;
  top: 145px;
  right: 0;
  left: -135px;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .w-900.w-full {
    padding: 0;
  }
  .w-700 {
    padding: 0 20px;
  }
  .app_reco a {
    width: 57vw;
    height: 90px;
    top: 26vw;
    left: auto;
    right: 40px;
  }
  .app_reco .w-700.sp {
    margin: 40px auto 20px;
    padding: 0;
  }
  .ast {
    padding-left: 1.5em;
  }
  .ast::before {
    content: "※";
    display: inline-block;
    margin-left: -1.5em;
    margin-right: 0.5em;
  }
  .app_img {
    background: #f6f4e9;
    border-radius: 13px;
    box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.26);
    max-width: calc(100% - 40px);
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .app_img img {
    display: block;
  }
  .app_bnr_movie {
    overflow: hidden;
  }
  .app_bnr_btn {
    height: 78px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .app_bnr_movie video {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
  /*  .open .app_bnr_movie {
    height: 180px;
  }
  .close .app_bnr_movie {
    height: 100%;
  }*/
  .app_bnr_movie {
    height: 100%;
    padding-bottom: 30px;
  }
  .open .app_bnr_btn {
    background: url("../img/for-business/app_bnr_sp_open.png") no-repeat center;
    background-size: cover;
  }
  .close .app_bnr_btn {
    background: url("../img/for-business/app_bnr_sp_close.png") no-repeat center;
    background-size: cover;
  }
  #for-business .bx-wrapper .bx-prev::after {
    content: "\f104";
    font-size: 18px;
    margin-right: 2px;
  }
  #for-business .bx-wrapper .bx-next::after {
    content: "\f105";
    font-size: 18px;
    margin-left: 2px;
  }
}
/*業務用のお客様はこちら コンテンツ差し替え ここまで 20210817*/
/*業務用のお客様はこちら ここから 20210517*/
#for-business {}
.tab_area.app .tab_content_bus {
  border-top: none;
  display: none;
  width: 100%;
  padding: 0;
}
.tab_content_bus::before {
  content: "";
  display: block;
  max-width: 1000px;
  width: 100%;
  height: 1px;
  margin: auto;
}
.tab_content_bus#tab01_content_app::before {
  background: #d82b16;
}
.tab_content_bus#tab02_content_app::before {
  background: #f08714;
}
.font_muli {
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
}
.movie_list h3 {
  width: 260px;
  margin: 0 auto 35px;
}
.movie_list a {
  cursor: pointer;
  display: block;
}
figure.shadow {
  border-radius: 10px;
  box-shadow: 0px 0px 14px 0px rgba(6, 0, 1, 0.34);
}
.youtube_wrap {
  max-width: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.youtube_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .tab_area.app.bus .tab_btn {
    font-size: 14px;
  }
  .movie_list h3 {
    width: 260px;
    margin: 15px auto;
  }
  .sp_bg_bague {
    background-color: #f6f4e9;
  }
  .sp_bg_white {
    background-color: #fff !important;
  }
  .sp_color_black {
    color: #000 !important;
  }
  .sp_bg_bague .w-1000 {
    padding: 0 15px;
  }
  .w-1000.for_bus {
    padding: 0 10px;
  }
  .w-1000.for_bus p.link_ttl {
    padding: 5px 0;
  }
  .w-1000.for_bus figure.shadow {
    box-shadow: none;
  }
  .sp.sp_menu1.mt-40 {
    margin-top: 0;
  }
  #for-business .ac_parent {
    color: #3a3a3a;
    padding: 8px 20px 7px;
    font-size: 22px;
  }
  #for-business .ac_parent span {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-right: 20px;
    display: inline-block;
    color: #e6ddad;
    letter-spacing: 2px;
    line-height: 1;
    text-shadow: 1px 1px 0px #3a3a3a, -1px 1px 0px #3a3a3a, 1px -1px 0px #3a3a3a, -1px -1px 0px #3a3a3a, 1px -1px 0px #3a3a3a, -1px 1px 0px #3a3a3a, -1px -1px 0px #3a3a3a, -1px -1px 0px #3a3a3a;
    border-right: 1px solid #3a3a3a;
    padding-right: 20px;
  }
  #for-business .ac_parent span::before {
    content: "VALUES ";
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #3a3a3a;
    margin-right: 7px;
    text-shadow: none;
  }
  #for-business .ac_child {
    padding: 0;
  }
}
/*業務用のお客様はこちら ここまで 20210517*/
/*社長メッセージ ここから 20210429*/
#company-president {}
#company-president .page_mv {
  height: auto;
}
#company-president .page_mv img {
  width: 100%;
}
.message {
  letter-spacing: 1.5px;
}
.section_img {
  margin-top: 70px;
  margin-bottom: 100px;
  position: relative;
}
.section_img::after {
  content: "";
  display: block;
  height: 124px;
  width: 2px;
  background: #d82b16;
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
  margin: auto;
}
.vision {
  text-align: center;
}
.vision_bg {
  position: relative
}
.vision_bg::before, .vision_bg::after {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  z-index: -1;
}
.vision_bg::before {
  background: url("../img/company-president/vision_bg_left.png") top left no-repeat;
  background-size: contain;
  height: 550px;
  width: 487px;
  left: 0;
}
.vision_bg::after {
  background: url("../img/company-president/vision_bg_right.png") top left no-repeat;
  background-size: contain;
  height: 665px;
  width: 752px;
  right: 0;
}
.vision_section_title {
  color: #d82b16;
}
.vision .w-890 + .w-890 {
  margin-top: 75px;
}
.vision_ttl {
  border-bottom: 1px solid #d82b16;
  display: table;
  margin: 0 auto;
}
.vision_ttl {
  font-family: 'Mulish', sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #d82b16;
}
.vision_ttl span {
  font-family: 'Mulish', sans-serif;
  font-weight: 900;
  display: inline-block;
  color: #ffffff;
  font-size: 70px;
  letter-spacing: 6px;
  line-height: 1;
  text-shadow:
    2px 2px 1px #d82b16, -2px 2px 1px #d82b16, 2px -2px 1px #d82b16, -2px -2px 1px #d82b16, 2px 0px 1px #d82b16, 0px 2px 1px #d82b16, -2px 0px 1px #d82b16, 0px -2px 1px #d82b16;
  padding-bottom: 15px;
  margin-left: 7px;
}
.vision_ttl_sub {
  line-height: 30px;
  color: #000;
  margin-top: 1em;
}
.vision_ttl_sub span {
  display: block;
  line-height: 30px;
  color: #000;
  margin-top: 0.5em;
}
.vision_detail {
  letter-spacing: 0.1em;
  line-height: 2.8em;
  color: #000;
  margin-top: 1em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .section_img {
    margin-top: 50px;
    margin-bottom: 45px;
    position: relative;
  }
  .section_img::after {
    height: 62px;
    bottom: -30px;
  }
  .vision_detail {
    text-align: left;
    line-height: 2;
  }
  .vision .w-890 + .w-890 {
    margin-top: 30px;
  }
  .vision_bg::before, .vision_bg::after {
    content: none;
  }
  .vision_ttl {
    font-size: 20px;
  }
  .vision_ttl span {
    font-size: 50px;
    text-shadow:
      2px 2px 1px #d82b16, -2px 2px 1px #d82b16, 2px -2px 1px #d82b16, -2px -2px 1px #d82b16, 2px 0px 1px #d82b16, 0px 2px 1px #d82b16, -2px 0px 1px #d82b16, 0px -2px 1px #d82b16;
    padding-bottom: 5px;
    margin-left: 7px;
  }
}
/*社長メッセージ ここまで 20210429*/
/*会長メッセージ ここから 20210429*/
#company-ceo {}
#company-ceo .page_mv {
  background: url("../img/company-ceo/company-topmessage-mv_bg.png");
  background-size: cover;
  height: auto;
}
#company-ceo .page_mv img {
  width: 100%;
}
.sign {
  width: 258px;
}
#company-ceo .page_mv.ceo {
  background: url("../img/company-ceo/company-ceo-mv_bg.jpg");
  background-size: cover;
}
#company-ceo .page_mv.president {
  background: url("../img/company-president/company-president-mv_bg.jpg");
  background-size: cover;
}
.sign.ceo {
  background: url("../img/company-ceo/president_bg.png") no-repeat;
  background-size: contain;
}
.sign.president {
  background: url("../img/company-president/president_bg.png") no-repeat;
  background-size: contain;
}
.mb_1rem {
  margin-bottom: 1rem;
}
.mb_15rem {
  margin-bottom: 1.5rem;
}
.w-1325 {
  max-width: 1325px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  #company-ceo .page_mv {
    background: url("../img/company-ceo/company-topmessage-mv_sp_bg.png");
    background-size: cover;
  }
  #company-ceo .page_mv.ceo {
    background: url("../img/company-ceo/company-ceo-mv_sp_bg.jpg");
    background-size: cover;
  }
  #company-ceo .page_mv.president {
    background: url("../img/company-president/company-president-mv_sp_bg.jpg");
    background-size: cover;
  }
  .company_content {
    background: rgba(245, 244, 231, 0.35)
  }
  p.pr40.font15.line20 {
    margin-right: auto;
    line-height: 1.5;
    width: 100%;
  }
  p.pr40.font15.line20 span {
    display: none;
  }
  p.pr40.font15.line20.president {
    margin-right: 0;
  }
  .sign {
    width: 115px;
    margin-top: 10px;
    margin-left: 20px;
  }
  .sign.ceo {}
  .sign.president {}
  .msg_btn {
    width: 130px;
    margin: 15px 20px 0 auto;
  }
  .msg_btn a {
    font-size: 14px;
  }
  .msg_btn:after {
    right: 10px;
  }
  .w-1325 {
    padding: 0 20px;
  }
}
/*会長メッセージ ここまで 20210429*/
/*モーダル ここから 20210729*/
.modal_bg.meat_item_01 .modalWrapper {
  background-color: #07251d;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #455c56 10px, #455c56 20px);
}
.modal_bg.fish_item_01 .modalWrapper {
  background-color: #ba1720;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #ca5158 10px, #ca5158 20px);
}
.modal_bg.soup_item_01 .modalWrapper {
  background-color: #910a0c;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #ae474a 10px, #ae474a 20px);
}
.modal_bg.seasoning_item_01 .modalWrapper {
  background-color: #fe8100;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, #fea140 10px, #fea140 20px);
}
/*モーダル ここまで 20210729*/
/*野菜関連 ここから 20210425 20210610*/
#home_products-vege {}
.section_mv_img img {
  width: 100%;
}
#home_products-vege .modalWrapper {
  max-width: 1000px;
  height: 100%;
  padding: 50px 50px 85px;
}
#home_products-vege .closeModal {
  right: 20px;
}
.modal_bg .modalWrapper {
  background-size: auto auto;
  background-color: rgba(218, 75, 71, 1);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(211, 43, 39, 1) 10px, rgba(211, 43, 39, 1) 20px);
  max-width: 1000px;
  height: 100%;
  padding: 50px 50px 85px;
}
.modal_bg .modalContents {
  background: #fff;
  padding: 20px 30px 60px;
  border-radius: 10px;
}
.modal_bg .closeModal {
  right: 15px;
}
.modal_vegetables_logo {
  width: 265px;
  margin: 60px auto 40px;
}
.modal_umaquick_logo {
  width: calc(185px * 1.2);
  margin: 0 auto 30px;
}
.modal_the_doressing_logo {
  width: 240px;
  margin: 60px auto 40px;
}
.catch_baloom {
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  min-width: 360px;
  width: max-content;
  width: -ms-max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  margin: 0px auto;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid #B9AFAF;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  margin-bottom: 30px;
}
.catch_baloom p {
  color: #3a3a3a;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
.catch_baloom:after, .catch_baloom:before {
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.catch_baloom:after {
  border-style: solid;
  border-width: 18px 21px 0 0;
  border-color: #fff transparent transparent transparent;
  left: calc(50% + 1px);
  top: calc(100% - 1px);
}
.catch_baloom:before {
  border-style: solid;
  border-width: 19px 22px 0 0;
  border-color: #B9AFAF transparent transparent transparent;
}
.point_wrap {
  background: url("../img/home_products-vege/modalpoint_bg.png") repeat-y center;
  background-size: 100%;
  padding: 50px;
}
.point_ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.point_ol li {
  background: #fff;
  border: 2px solid #d82b16;
  border-radius: 5px;
  text-align: left;
  align-items: center;
  display: flex;
  min-height: 75px;
  padding-left: 115px;
  padding-right: 40px;
  position: relative;
}
.point_ol li + li {
  margin-top: 15px;
}
/*.point_ol li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  white-space: pre;
  background: #d82b16;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding: 32px 0 18px;
  margin-right: 40px;
  width: 75px;
  box-sizing: border-box;
}
.point_ol li:after {
  content: "POINT";
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 75px;
  position: absolute;
  top: 10px;
  left: 0;
}*/
.point_ol li:before, .point_ol li:after {
  box-sizing: border-box;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 75px;
  min-height: 77px;
  height: 100%;
  margin-right: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1px;
}
.point_ol li:before {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  background: #d82b16;
  border-radius: 5px 0 0 5px;
  font-size: 24px;
  padding-top: 24px;
}
.point_ol li:after {
  content: "POINT";
  font-size: 15px;
  padding-bottom: 24px;
}
.package_wrap {
  display: flex;
}
.package a {
  max-width: 320px;
  width: 100%;
  display: block;
}
.package_wrap a {
  max-width: 175px;
  width: 100%;
  display: block;
}
.package_wrap.single {
  max-width: 370px;
  width: 100%;
}
.package_wrap.single a {
  margin: 0 auto;
}
.package_wrap a + a {
  margin-left: 20px;
}
.detail_wrap {
  width: calc(100% - 370px - 35px);
  margin-left: 35px;
}
.package + .detail_wrap {
  width: calc(100% - 320px - 35px);
  margin-left: 35px;
}
.btn_wrap {
  display: flex;
  justify-content: flex-start;
}
.btn_wrap.btn_center {
  display: flex;
  justify-content: center;
}
.btn_wrap .link_red_btn {
  font-size: 13px;
  text-align: center;
  margin: 0;
  width: calc((100% - 30px) / 2);
  position: relative;
}
.btn_wrap .link_red_btn::after {
  content: "\f054";
  top: 50%;
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 5px;
  position: absolute;
  text-indent: 0px;
  transform: translate(-50%, -50%);
}
.btn_wrap .link_red_btn + .link_red_btn {
  margin-left: 30px;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  #home_products-vege .w-590 {
    padding: 0;
  }
  #home_products-vege .modalWrapper {
    padding: 10px;
    height: 95%;
    width: 95%;
  }
  .modal_bg .modalWrapper {
    padding: 10px;
    height: 95%;
    width: 95%;
  }
  .modal_bg .modalContents {
    padding: 20px;
    border-radius: 10px;
  }
  .modal_umaquick_logo {
    width: 185px;
  }
  .catch_baloom {
    min-width: inherit;
    height: calc(35px * 1.1);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin-bottom: 30px;
  }
  .catch_baloom p {
    font-size: calc(11px * 1.1);
    padding: 11px 22px;
  }
  .point_wrap {
    background: url(../img/home_products-vege/modalpoint_bg.png) no-repeat center;
    background-size: cover;
    padding: 15px;
  }
  .point_ol li {
    border-left: 55px solid #d82b16;
    font-size: calc(12px * 1.2);
    text-align: left;
    padding: 10px 5px 10px 10px;
    min-height: 55px;
  }
  .point_ol li:before {
    background: transparent;
    font-size: 16px;
    padding: 25px 0 10px;
    margin-right: 15px;
    margin-left: -55px;
    max-width: 55px;
    width: 100%;
  }
  .point_ol li:after {
    font-size: 10px;
    margin-left: -55px;
    max-width: 55px;
    width: 100%;
  }
  .point_ol li + li {
    margin-top: 10px;
  }
  .detail_wrap {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .package_wrap a {
    max-width: calc((100% - 20px) / 2);
  }
  .package + .detail_wrap {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .btn_wrap {
    display: block !important;
  }
  .btn_wrap .link_red_btn {
    width: 100%;
    margin: 0 auto;
  }
  .btn_wrap .link_red_btn + .link_red_btn {
    margin-left: auto;
    margin-top: 10px;
  }
}
/*野菜関連 ここまで 20210425*/
/*SDGsへの取り組み ここから 20210425*/
#company-sdgs {}
#company-sdgs .page_ttl {
  border-bottom: 2px solid #3A3A3A;
}
.w-694 {
  max-width: 694px;
  padding: 0 40px;
  margin: 0 auto;
}
.w-590 {
  max-width: 590px;
  padding: 0 40px;
  margin: 0 auto;
}
.w-590.mb20 {
  margin: 0 auto 20px;
}
.w-584 {
  max-width: 584px;
  padding: 0 40px;
  margin: 0 auto;
}
.w-890 {
  max-width: 890px;
  padding: 0 40px;
  margin: 0 auto;
}
.sdgs_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sdgs_list li {
  width: 48%;
}
.sdgs_list li a {
  cursor: pointer;
}
.sdgs_list_wrap {
  border: 3px solid #abaaab;
  border-radius: 10px;
  margin: 20px 10px 0;
  padding: 20px;
  position: relative;
}
/*.sdgs_list_wrap::before {
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}*/
.sdgs_list li:nth-of-type(1) .sdgs_list_wrap::after {
  background: url("../img/company-sdgs/theme1_icon.png") no-repeat center;
  background-size: contain;
}
.sdgs_list li:nth-of-type(2) .sdgs_list_wrap::after {
  background: url("../img/company-sdgs/theme2_icon.png") no-repeat center;
  background-size: contain;
}
.sdgs_list li:nth-of-type(3) .sdgs_list_wrap::after {
  background: url("../img/company-sdgs/theme3_icon.png") no-repeat center;
  background-size: contain;
}
.sdgs_list li:nth-of-type(4) .sdgs_list_wrap::after {
  background: url("../img/company-sdgs/theme4_icon.png") no-repeat center;
  background-size: contain;
}
.sdgs_list_wrap::after {
  content: "";
  display: block;
  height: 84px;
  width: 84px;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
.sdgs_list_wrap .block {
  position: relative;
}
/*.sdgs_list_wrap .block a {
  width: 108px;
  height: 30px;
  border-radius: 15px;
  background: #d82b16;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}*/
.sdgs_list_wrap a {
  width: 108px;
  height: 30px;
  margin: 30px auto;
  border-radius: 15px;
  background: #d82b16;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdgs_list_wrap .w-90.mt-8 {
  margin-top: -8px;
}
.theme_icons {}
.theme_icons img {}
.sdgs_modal.iziModal .close {
  top: 0;
  right: -45px;
}
.sdgs_modal_inner {
  padding: 50px 70px 35px;
}
.sdgs_icon {
  width: 76px;
  margin: 0 auto 30px;
}
.sdgs_modal .font15 {
  letter-spacing: 0.05em;
  line-height: 1.7em;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .sdgs_list {
    display: block;
  }
  .sdgs_list li {
    width: 100%;
  }
  .sdgs_list_wrap {
    padding: 10px;
  }
  .sdgs_list_wrap::after {
    height: 64px;
    width: 64px;
  }
  .sdgs_list_wrap .block a {
    margin: 10px auto 13px;
    position: unset;
  }
  .sdgs_modal.iziModal .close {
    top: 0;
    right: 0;
  }
  .sdgs_modal_inner {
    padding: 15px 30px 30px;
  }
  .sdgs_icon {
    width: calc(76px * 0.8);
    margin: 0 auto 15px;
  }
  .w-694 {
    padding: 0 20px;
  }
  .w-590 {
    padding: 0 20px;
  }
  .w-584 {
    padding: 0 20px;
  }
  .w-890 {
    padding: 0 20px;
  }
}
/*SDGsへの取り組み ここまで 20210425*/
/*家庭用商品 ここから 20210425  20210616*/
#home_products {}
.bb_abab90 {
  border-bottom: 1px solid #abab90;
}
#home_products ul.cat_list.cal_5 .abs {
  bottom: 5px;
  left: 10px;
}
.dot_bottle + #breadcrumb, .dot_logo + #breadcrumb {
  margin-top: 30px;
}
#top .dot_logo .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: -50px;
}
.dot_bottle .bx-wrapper .bx-pager-item, .dot_logo .bx-wrapper .bx-pager-item {
  margin: 0 5px;
  position: relative;
}
.dot_bottle .bx-wrapper .bx-pager.bx-default-pager a::before {
  content: "";
  display: block;
  height: 20px;
  width: 10px;
  background: url("../img/top/dot_gray.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.dot_bottle .bx-wrapper .bx-pager.bx-default-pager a.active::before {
  background: url("../img/top/dot_red.png") no-repeat center;
  background-size: cover;
}
.dot_logo .bx-wrapper .bx-pager.bx-default-pager a::before {
  content: "";
  display: block;
  height: calc(25px * 0.9);
  width: calc(21px * 0.9);
  background: url("../img/home_products/dot_gray.png") no-repeat center;
  background-size: cover;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.dot_logo .bx-wrapper .bx-pager.bx-default-pager a.active::before {
  background: url("../img/home_products/dot_red.png") no-repeat center;
  background-size: cover;
}
.item_list_wrap {
  box-sizing: border-box;
}
.item_list_wrap .bx-wrapper .bx-controls-direction a {
  top: calc(50% - 25px);
}
.new_item_list .item_list .item {
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 20px;
  padding-bottom: 20px;
}
.new_item_list .item_list .item img {
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  box-sizing: border-box;
}
.new_item_list .item_list .item .item_type {
  height: 100%;
}
.new_item_list .item_list .item p {
  height: 100%;
}
.lineup_list {
  margin: 0 -13px;
}
.lineup_item {
  width: 230px;
  margin: 0 13px 15px;
}
.lineup_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.lineup_logo.h100 a {
  display: block;
  height: 100%;
  width: auto;
}
.lineup_logo.h100 img, .lineup_logo.h100 a img {
  height: 100%;
  width: auto;
  max-width: auto;
}
a.show_list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border-radius: 20px;
  background: #e6ddad;
  color: #3a3a3a;
  font-size: 12px;
  margin: 0 auto;
}
a.show_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 32px;
  width: 100%;
  border-radius: 16px;
  background: #565656;
  color: #fff;
  font-size: 12px;
  margin: 10px auto 0;
}
.popular {}
.popular li {
  max-width: calc(100% / 4);
  width: 100%;
}
.home_products .bg_bague {}
.home_products .bg_bague + .bg_bague {
  margin-top: 13px;
}
/************************************/
#form1 {
  border: 2px solid #c8c8c8;
  border-radius: 5px;
  display: flex;
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
}
#search_box {
  font-size: 24px;
  outline: 0;
  height: 60px;
  border-radius: 5px 0 0 5px;
  padding: 0 10px 0;
  border: none;
  background: #fff;
  max-width: calc(100% - 20px - 70px);
  width: 100%;
}
#search_btn {
  width: 70px;
  height: 60px;
  border-radius: 0 5px 5px 0;
  background: #d82b16;
  border: none;
  color: #fff;
  font-size: 30px;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
input#search_box::-webkit-input-placeholder {
  color: #c8c8c8;
  font-family: 'Noto Sans JP';
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
/* Firefox 18- */
input#search_box:-moz-placeholder {
  color: #c8c8c8;
  font-family: 'Noto Sans JP';
  font-size: 24px;
  opacity: 1;
}
/* Firefox 19+ */
input#search_box::-moz-placeholder {
  color: #c8c8c8;
  font-family: 'Noto Sans JP';
  font-size: 24px;
  opacity: 1;
}
/* IE 10+ */
input#search_box:-ms-input-placeholder {
  color: #c8c8c8;
  font-family: 'Noto Sans JP';
  font-size: 24px;
}
@media screen and (max-width:767px) {
  #form1 {}
  #search_box {
    font-size: 16px;
    height: 40px;
    max-width: calc(100% - 20px - 50px);
  }
  #search_btn {
    width: 50px;
    height: 40px;
    font-size: 20px;
  }
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  input#search_box::-webkit-input-placeholder {
    font-size: 16px;
  }
  /* Firefox 18- */
  input#search_box:-moz-placeholder {
    font-size: 16px;
  }
  /* Firefox 19+ */
  input#search_box::-moz-placeholder {
    font-size: 16px;
  }
  /* IE 10+ */
  input#search_box:-ms-input-placeholder {
    font-size: 16px;
  }
}
/*********************************************/
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  #top .dot_logo .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -33px;
  }
  #home_products .cat_acc_inner {
    padding-top: 0;
  }
  #home_products .renewal::before, #home_products .newitem::before {
    background-size: contain;
    font-size: 10px;
    width: 85%;
    top: -15px;
  }
  .lineup_list, .lineup_item {
    margin: 0;
  }
  .item_list_wrap .bx-wrapper .bx-next::after, .lineup_list_wrap .bx-wrapper .bx-next::after {
    content: "\f105";
  }
  .item_list_wrap .bx-wrapper .bx-prev::after, .lineup_list_wrap .bx-wrapper .bx-prev::after {
    content: "\f104";
  }
  .lineup_list_wrap .bx-wrapper .bx-controls-direction a {
    margin-top: 0;
    width: 20px;
    height: 20px;
  }
  .show_list_btn {
    width: 60%;
    margin: 0 auto 45px;
  }
  a.show_list {
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
  }
  .lineup_logo {
    height: 120px;
    padding: 10px;
  }
  .popular li {
    max-width: 50%;
  }
}
/*家庭用商品 ここまで 20210425 20210616*/
/*グループ企業概要 ここから 20210411*/
#profile {}
#profile table.list .modal {}
#profile .w-1000 .modal_inner {
  margin: 0;
}
#profile .w-1000 .modal_inner a {
  display: block;
  height: 35px;
  width: auto;
  margin-top: 0.5em;
}
#profile .w-1000 .modal_inner a img {
  height: 100%;
  width: auto;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  #profile table.list th {
    width: 26%;
  }
  #profile .w-1000 .modal_inner a {
    height: 22px;
  }
  .flex_sp {
    /*display: flex;
    flex-direction: row-reverse;*/
  }
  .flex_sp .w-60, .flex_sp .w-30 {
    width: 60%;
    margin-right: 10px;
    /*margin-left: 2%;*/
  }
  .flex_sp .font13 {
    width: 100%;
  }
  table.list {
    table-layout: fixed;
  }
  #profile .modalWrapper {
    width: 100%;
    height: auto;
  }
}
/*グループ企業概要 ここまで 20210411*/
/* 企業情報 ここから 20210411*/
#company {}
#company .for_home .household_goods_cat {
  padding: 30px 0 0px;
}
#company .household_goods_cat .cat_acc_inner {
  padding-bottom: 30px;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  #company .page_mv {
    height: auto;
  }
  #company .page_mv img {
    width: 100%;
  }
}
/* 企業情報 ここまで 20210411*/
/* 食研100撰 ここから 20210411*/
#selections100 {}
.selections100_mv img {
  width: 100%;
}
#selections100 .shokken_bland_item p.font32 {
  text-align: center;
}
.shokken_bland_item .w-40 .font32 {
  font-size: 2vw;
  margin-top: 1em;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-100 {
  margin-top: -100px !important;
}
@media screen and (max-width:1024px) {}
@media screen and (max-width:767px) {
  .flex.sp-block {
    display: block;
  }
  .mb40.yellow_line:not(:last-child) {
    margin-bottom: 7px;
  }
  .flex.sp-block h3.mb40:first-of-type {
    margin-bottom: 10px;
  }
  .shokken-bland .w-1280.control_w {
    width: 80%;
  }
}
/* 食研100撰 ここまで 20210411*/
/* 食研ブランド ここから 20210410*/
#shokken-bland {}
.shokken-bland_mv img {
  width: 100%;
}
.iziModal {}
.iziModal-iframe {
  height: 100vh !important;
}
.iziModal .close {
  cursor: pointer;
  width: 90px;
  height: 90px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
#img_area {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#img_area img {
  width: 100%;
}
.thumbnail_hide {
  display: none !important;
}
ul.flex.slider li.movie .movie-wrap {
  display: none;
}
ul.flex.slider li {
  cursor: pointer;
  border-radius: 10px;
}
ul.flex.slider li img {
  border-radius: 5px;
}
ul.flex.slider li.active {
  border: 1px solid #e51319;
  border-radius: 5px;
}
.movie-wrap {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  z-index: 0;
}
.movie-wrap.h100 {
  /*padding-bottom: 100%;*/
  padding-bottom: calc(100vh - 50px - 30px - 50px - 30px);
  max-width: calc(100vh - 50px - 30px - 50px - 30px);
  margin: 0 auto;
}
li.active img {
  width: 100%;
}
@media screen and (max-width:1000px) {
  .movie-wrap.h100 {
    padding-bottom: 100%;
  }
}
.movie-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.shokken_bland_item .w-60 {
  width: 57%;
}
.shokken_bland_item .w-40 {
  box-sizing: border-box;
  padding: 0 30px;
  width: 43%;
}
.shokken_bland_item .w-60 img {
  width: 100%;
}
.shokken_bland_item .w-40.right_text {
  padding: 0 30px 0 80px;
}
.shokken_bland_item .w-40.right_text p.font32 {
  padding-right: 0;
}
.shokken_bland_item .w-40.right_text p {
  /*padding-right: 50px;*/
}
.w-950.bg_bague {
  box-sizing: border-box;
  max-width: 950px;
  padding: 50px;
  margin: 0 auto;
}
.w-900 {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 40px;
  margin: 0 auto;
}
.img_enlargement {
  margin-bottom: 10px;
}
ul.img_list li {
  display: none;
}
ul.img_list li.active {
  display: block;
  text-align: center;
}
ul.flex.slider li {
  width: 19%;
}
ul.flex.center.slider li {
  margin: 0 0.5%;
}
ul.flex.slider li + li {}
.yellow_line {
  display: inline-block;
  background: linear-gradient(transparent 80%, #fff100 20%);
}
.different_title {
  background: #fff;
  border-left: 6px solid #d82b16;
  border-right: 6px solid #d82b16;
  color: #d82b16;
  text-align: center;
  padding: 13px 0;
}
.flex.rev {
  flex-direction: row-reverse;
}
.flex.value + .flex.value {
  margin-top: 40px;
}
.value_img {
  max-width: 440px;
  width: 100%;
}
.value_txt {
  box-sizing: border-box;
  padding-left: 40px;
  max-width: calc(100% - 440px);
  width: 100%;
}
.flex.rev .value_txt {
  padding-left: 0;
  padding-right: 40px;
}
.value_num {
  color: #D82B16;
  font-family: 'Mulish', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 6px 0 20px 12px;
  position: relative;
}
.value_num::before {
  content: "";
  display: block;
  height: 1px;
  width: 24px;
  background: #D82B16;
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.value_num span {
  border: 1px solid #D82B16;
  font-family: 'Mulish', sans-serif;
  font-size: 24px;
  padding: 2px 10px 2px 20px;
}
.value_num span::before {
  content: "POINT.";
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
}
.value_num.title {
  margin-top: 0;
}
.value_num.title span {
  display: block;
  padding: 10px 10px 10px 30px;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 23px;
  line-height: 1.2;
}
.value_num.title span::before {
  content: none;
}
.value_title {
  font-size: 24px;
  line-height: 50px;
  color: #3a3a3a;
}
.value_detail {
  font-size: 17px;
  letter-spacing: 0.025em;
  line-height: 38px;
  color: #3a3a3a;
}
.information_title, .howto_title {
  text-align: center;
  color: #d82b16;
  position: relative;
}
.information_title::before, .howto_title::before {
  content: "";
  display: inline-block;
  background: #3A3A3A;
  height: 1px;
  width: 37%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.information_title::after, .howto_title::after {
  content: "";
  display: inline-block;
  background: #3A3A3A;
  height: 1px;
  width: 37%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info_ttl {
  border: 1px solid #3a3a3a;
  padding: 10px;
  margin-bottom: 13px;
}
.howto_txt {}
.information_img {
  max-width: 420px;
  width: 100%;
}
.information_txt {
  letter-spacing: 0.05em;
  text-align: left;
  color: #3a3a3a;
  max-width: 365px;
  width: 100%;
}
.flex.howto {}
.howto_txt {
  letter-spacing: 0.05em;
  text-align: left;
  color: #3a3a3a;
}
.howto_img {
  max-width: 365px;
  width: 100%;
}
@media screen and (max-width:1024px) {
  .shokken_bland_item .flex {
    display: block;
  }
  .shokken_bland_item .flex.wrap.column {
    display: flex;
    flex-direction: column-reverse;
  }
  .shokken_bland_item .w-60 {
    width: 80%;
    margin: 0 auto;
  }
  .shokken_bland_item .w-40 {
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0;
    width: 95%;
    margin: 0 auto;
  }
  .shokken_bland_item .w-40.right_text {
    padding: 30px 0 0 0;
  }
  .w-40-txt {
    width: 60%;
    margin-left: 30px;
  }
  .w-40-txt.mt-30, .w-40-txt.mt-100 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width:767px) {
  .shokken_bland_item .w-40 {
    display: block;
  }
  .w-40-txt.mt-30 {
    margin-top: -30px !important;
  }
  .w-40-txt.mt-100 {
    margin-top: -100px !important;
  }
  .w-40-txt, .w-40-img {
    width: 90%;
    margin: 0 auto;
  }
  .shokken_bland_item .w-40 .font32 {
    font-size: 22px;
  }
  .shokken_bland_item .w-40 p {
    font-size: 14px;
  }
  .iziModal .close {
    width: 50px;
    height: 50px;
  }
  .w-900 {
    padding: 0 20px;
  }
  .w-950.bg_bague {
    padding: 30px 20px;
  }
  .flex.value, .flex.howto {
    display: block;
  }
  .value_txt {
    padding-left: 0;
    padding-top: 20px;
    max-width: 100%;
  }
  .flex.rev .value_txt {
    padding-left: 0;
    padding-right: 0;
  }
  .value_num span {
    font-size: 20px;
    padding: 3px 15px 0;
  }
  .value_num span::before {
    font-size: 15px;
  }
  .value_title {
    font-size: 18px;
    line-height: 36px;
  }
  .value_detail {
    font-size: 14px;
    line-height: 28px;
  }
  .information_img {
    margin-bottom: 20px;
  }
  .information_title::before, .information_title::after, .howto_title::before, .howto_title::after {
    width: 26%;
  }
  .howto_img {
    margin-top: 20px;
  }
}
/* 食研ブランド ここまで 20210410*/
/* 日本食研の歴史 History ここから 20210409 20210618*/
#history #container {
  overflow: unset;
}
.history_mv_caption p {
  width: calc(100% / 3);
}
.tab_area.history::before {
  width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
}
.tab_area.history .tab_btn {
  width: 325px;
}
#tab02_content_history::before {
  /*top: 288px;*/
  /* bottom: 50px;*/
}
#tab02_content_history .box img {
  height: auto;
  margin-top: 30px;
  zoom: 0.5;
}
#tab02_content_history .box .border img {
  display: block;
  padding-right: 0;
  margin: 30px auto 0;
}
#tab02_content_history .box.box_41 .border img, #tab02_content_history .box.box_44 .border img {
  margin: 30px 100px 0;
}
@media screen and (max-width:1024px) {
  .tab_area.history::before {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .history_mv_caption p {
    width: calc(100% / 2);
  }
  .tab_area.history .tab_btn {
    width: 45%;
  }
  .tab_area.history .tab_btn:nth-of-type(n+2) {
    margin-left: 5px;
  }
  .tab_area.history .tab_content_history {
    padding: 30px 0 50px 0;
  }
  .tab_area.history .tab_ttl {
    padding-bottom: 30px;
    font-size: calc(40px * 0.9);
    line-height: 1;
    color: #000;
    /* 
    font-size: 40px;*/
  }
  .tab_area.history .separation {
    padding: 50px 0 30px;
  }
  .tab_area.history .separation.separation_01, .tab_area.history .separation.separation_08 {
    padding-top: 30px;
  }
  #tab02_content_history .box.box_41 .border img, #tab02_content_history .box.box_44 .border img {
    margin: 30px 0 0;
  }
  #tab02_content_history::before {
    /* top: 185px;*/
  }
  #tab02_content_history .box img {
    display: block;
    padding-right: 150px;
    margin: 30px auto 0;
  }
}
/* 日本食研の歴史 History ここまで 20210409*/
/* 日本食研アプリ ここから 20210331*/
#app #container {
  overflow: unset;
}
.inst .bg_bague {
  padding: 30px 20px 50px;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_logo {
  display: inline-block;
  width: 90px;
}
.app_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
.app_item + .app_item {
  border-left: 2px solid #3a3a3a;
}
.app_bnr {
  height: 50px;
  text-align: center;
}
.app_bnr img {
  height: 100%;
  width: auto;
}
.app_qr {
  width: 100px;
}
.tab_area input:checked + .tab_btn.tab02 {
  background-color: #f08714;
  border: 1px solid #f08714;
  color: #fff;
}
.tab_area.app .tab_content_app#tab02_content_app {
  border-top: 1px solid #f08714;
}
#tab02_content_app .step_list li .step_title span::before {
  color: #f08714;
}
#tab02_content_app .step_list li .step_title span::after {
  text-shadow:
    2px 2px 1px #f08714, -2px 2px 1px #f08714, 2px -2px 1px #f08714, -2px -2px 1px #f08714, 2px 0px 1px #f08714, 0px 2px 1px #f08714, -2px 0px 1px #f08714, 0px -2px 1px #f08714;
}
.tab_area.app .tab_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 30px;
  height: 88px;
}
.tab_area.app::before {
  content: none;
}
.tab_area.app .tab_content_app {
  border-top: 1px solid #d82b16;
  display: none;
  width: 100%;
  padding: 100px 0 0;
}
#tab01:checked ~ #tab01_content_app, #tab02:checked ~ #tab02_content_app {
  display: block;
}
.step_list {
  counter-reset: item;
  list-style-type: none;
}
.step_list li {
  margin-bottom: 80px;
}
.step_list li .step_title {
  border-bottom: 1px solid #9B9B99;
  font-size: 25px;
  text-align: left;
  color: #3a3a3a;
  padding-bottom: 13px;
  margin-bottom: 35px;
}
.step_list li .step_title span {
  border-right: 1px solid #3A3A3A;
  margin-right: 15px;
  padding-right: 18px;
}
.step_list li .step_title span::before {
  content: "STEP";
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.04em;
  color: #d82b16;
  margin-right: 7px;
}
.step_list li .step_title span::after {
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-family: 'Mulish', sans-serif;
  font-weight: 900;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 4px;
  text-shadow:
    2px 2px 1px #d82b16, -2px 2px 1px #d82b16, 2px -2px 1px #d82b16, -2px -2px 1px #d82b16, 2px 0px 1px #d82b16, 0px 2px 1px #d82b16, -2px 0px 1px #d82b16, 0px -2px 1px #d82b16;
}
.step_txt {
  flex: 1;
  color: #3a3a3a;
  text-align: left;
}
.step_txt p {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 35px;
}
.flex.step .step_txt {
  max-width: 525px;
  width: 100%;
}
.flex.step .step_img {
  max-width: 435px;
  width: 100%;
  margin-left: 40px;
}
.flex.step .step_img.step01 img {
  width: 195px;
}
.frame_title {
  border: 1.5px solid #3A3A3A;
  border-radius: 15px;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  color: #3a3a3a;
  padding: 11px;
  margin-top: 100px;
  margin-bottom: 45px;
}
.inquiry_box {
  text-align: center;
  margin-left: 65px;
}
.incharge {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.businesshours {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
.btn_inquiry {
  display: block;
  max-width: 415px;
  width: 100%;
}
ol.point {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol.point > li {
  margin-bottom: 45px;
  margin-left: 0;
}
ol.point > li .point_title {
  cursor: pointer;
  border-bottom: 1px solid #3A3A3A;
  padding-right: 40px;
  padding-left: 50px;
  padding-bottom: 18px;
  margin-bottom: 50px;
  position: relative;
}
ol.point > li .point_title::before {
  counter-increment: item;
  content: counter(item);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #D82B16;
  color: #fff;
  border-radius: 20px;
  font-size: 24px;
  height: 40px;
  width: 40px;
  margin-right: 0.5em;
  position: absolute;
  left: 0;
}
ol.point > li .point_title::after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  right: 13px;
  top: 5px;
}
ol.point > li .point_title.active::after {
  content: "\f077";
}
ol.point > li.ac-wrapper .ac_child {
  display: none;
}
.point_detail_title {
  font-size: 24px;
  margin-bottom: 20px;
}
.point_detail, .check_point li {
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0.1em;
}
.point_txt {
  flex: 1;
}
.point_img {
  max-width: 195px;
  width: 100%;
  margin-left: 70px;
  margin-bottom: 60px;
}
ol.check_point {
  list-style-type: decimal;
}
ol.check_point li {
  margin-left: 1.5rem;
  margin-bottom: 45px;
  padding-left: 0.5em;
}
.window_restore {
  color: #D82B16;
}
.window_restore::after {
  content: "\f2d2";
  display: inline-block;
  font-family: FontAwesome;
}
.footer_area {
  background: #eba428;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0 auto;
  padding: 11px 0;
  position: fixed;
  bottom: 0;
  right: 0;
}
.footer_area i {
  cursor: pointer;
  font-size: 20px;
  margin-right: 0.5em;
}
@media screen and (max-width:1024px) {
  .app_logo {
    width: 80px;
  }
  .tab_area.app .tab_btn {
    width: 40%;
  }
  .flex.step .step_img.step01 img {
    width: 150px;
  }
  .flex.step .step_img {
    max-width: 335px;
    margin-left: 30px;
  }
  .btn_inquiry {
    max-width: 355px;
  }
  .point_img {
    margin-left: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  #app .page_mv {
    height: auto;
  }
  #app .page_mv img {
    width: 100%;
  }
  #app main .flex {
    display: block;
  }
  .inst .bg_bague {
    padding: 20px;
  }
  .app_item {
    padding: 20px 0;
  }
  .app_item + .app_item {
    border-top: 2px solid #3a3a3a;
    border-left: none;
  }
  .copy {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .inst {
    padding: 0 !important;
  }
  .tab_area.app .tab_btn {
    font-size: 12px;
    line-height: 17px;
    height: 45px;
    width: 45%;
  }
  .tab_area.app .tab_btn:nth-of-type(n+2) {
    margin-left: 5px;
  }
  .tab_area.app .tab_content_app {
    padding: 30px 0 0;
  }
  .step_list li .step_title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .step_list li .step_title span {
    margin-right: 10px;
    padding-right: 10px;
  }
  .step_list li .step_title span::before {
    font-size: 15px;
  }
  .step_list li .step_title span::after {
    font-size: 25px;
  }
  .step_txt {
    margin-bottom: 20px;
  }
  .step_txt p, .point_detail, .check_point li {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
    font-weight: 400;
  }
  .point_detail span.sp-none {
    display: none;
  }
  .flex.step .step_img, .step_img {
    max-width: 70%;
    margin: 0 auto;
  }
  .flex.step .step_img.step01 img {
    width: 95%;
  }
  .frame_title {
    border: 1px solid #3A3A3A;
    border-radius: 10px;
    font-size: 20px;
    line-height: 25px;
  }
  .frame_title.mt150 {
    margin-top: 50px;
  }
  .inquiry_box {
    margin: 20px auto 0;
  }
  .btn_inquiry {
    max-width: 85%;
    margin: 0 auto;
  }
  ol.point > li .point_title {
    padding: 20px 30px 20px 50px;
    margin-bottom: 20px;
  }
  ol.point > li .point_title::before {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  ol.point > li .point_title::after {
    font-size: 18px;
    height: 18px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .point_detail_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .point_detail_title.mt40 {
    margin-top: 40px;
  }
  .point_img {
    max-width: 70%;
    margin: 40px auto;
  }
  ol.check_point li {
    margin-bottom: 20px;
  }
  .footer_area {
    border-radius: 20px 20px 0 0;
    /* align-items: baseline;*/
    font-size: 15px;
    width: 55%;
    left: 0;
  }
  .footer_area i {
    font-size: 15px;
  }
  /*	.footer_area p{
		position: relative;
	}
	.footer_area p::before{
		display: inline-block;
	
	  content: "\f057";
  width: 15px;
  height: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -22px;
	}*/
}
/* 日本食研アプリ ここまで 20210331*/
/* 家庭用商品 */
.category_menu {
  align-items: center;
  color: #d82b16;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  border: 3px solid #d82b16;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  height: 60px;
  margin: 10px;
  max-width: 340px;
  padding: 10px;
  position: relative;
  text-align: center;
  border-radius: 30px;
  width: 100%;
}
.category_menu::after {
  content: "\f061";
  top: 50%;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  position: absolute;
  text-indent: 0px;
  transform: translate(-50%, -50%);
}
.for_home .cat_list.cal_5 .abs {
  bottom: 6px;
  left: 20px;
  /* transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); */
}
.for_home .household_goods_cat .w-1280 {
  width: 80%;
}
.for_home .household_goods_cat {
  padding: 60px 0 0px;
}
.for_home .top_bnr {
  background: #fff;
  padding: 50px 0;
}
/* 青果 */
.fruits-and-vegetables .w-1280 {
  width: 80%;
}
.vegetables h3 {
  max-width: 350px;
  width: 100%;
  margin: 20px auto;
}
.umaquick_logo {
  max-width: calc(360px * 0.9);
  width: 100%;
  margin: 20px auto;
}
.the_doressing h3 {
  max-width: 320px;
  width: 100%;
  margin: 20px auto;
}
.the_doressing .item_list::after {
  width: 33%;
  content: "";
  display: block;
}
.product_category ul.cat_list li {}
.product_category ul.cat_list .abs {
  bottom: 7px;
  left: 7px;
}
.product_category.bnr_list_wrap .bx-wrapper .bx-controls-direction a {
  top: 50%;
}
@media screen and (max-width:768px) {
  .umaquick_logo img {
    width: 75%;
  }
  .the_doressing .item_list::after {
    width: 48%;
    content: "";
    display: block;
  }
}
.vegetables .modal .item, .the_doressing .modal .item, .vege-sonota .modal .item {
  margin: 20px 5px;
  max-width: 195px;
  width: 100%;
}
.umaquick .modal .item {
  margin: 20px 5px;
  max-width: 195px;
  width: 100%;
}
.modal .item a {
  cursor: pointer;
  /*margin-top: 8px;*/
}
.umaquick .modal .item:nth-child(n+5) {
  display: flex;
  flex-direction: column;
  min-height: 340px;
}
.w-800 .modal_inner {
  margin: 0 -10px;
}
.modal_inner {
  position: relative;
}
.for-manufacturing .modal .item img {
  border: 1px solid;
  border-radius: 10px;
  max-width: 233px;
  width: 100%;
}
.vegetables .item img, .umaquick .item img, .the_doressing .item img, .vege-sonota .item img {
  border: 1px solid;
  border-radius: 10px;
  max-width: 185px;
  width: 100%;
}
.for-manufacturing .modal .item p, .vegetables .modal .item p, .umaquick .modal .item p, .the_doressing .modal .item p, .vege-sonota .modal .item p {
  margin-top: 4px;
  text-align: left;
}
.vegetables button, .the_doressing button, .vege-sonota button, .umaquick .modal .item button {
  margin-top: 10px;
}
.umaquick button {
  margin-top: auto;
}
.vegetables button, .umaquick button, .the_doressing button, .vege-sonota button, .a_btn {
  background: #565656;
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  padding: 7px 20px;
  cursor: pointer;
  text-align: center;
  max-width: 185px;
  width: 100%;
}
.a_btn {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}
.modalArea, .modalArea02, .modalArea03, .modalArea04 {
  display: none;
  position: fixed;
  z-index: 230;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.modalBg {
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.9);
}
.modalWrapper {
  background: #fff;
  box-sizing: border-box;
  left: 50%;
  height: 80%;
  max-width: 800px;
  overflow-y: scroll;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  position: absolute;
  width: 100%;
}
.modalWrapper.movonly {
  height: unset;
}
.closeModal {
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  cursor: pointer;
  font-size: 40px;
  font-weight: 100;
  top: 20px;
  right: 40px;
  position: absolute;
  width: 60px;
  height: 60px;
  z-index: 5000;
}
.modalWrapper.movonly .closeModal {
  top: 5px;
  right: 5px;
  text-align: center;
  line-height: initial;
}
#profile .closeModal {
  text-align: center;
  line-height: initial;
}
.is_open {
  display: block;
}
.item_slider a {
  display: block;
}
.item_slider li {
  /* max-width: 640px !important;
  width: 100% !important;
  height: 310px !important; */
}
.lb-number {
  display: none !important;
}
.vegetables .bx-viewport {
  position: relative;
}
.link_red_btn {
  background: #d82b16;
  border-radius: 6px;
  color: #fff;
  padding: 10px 20px 10px 10px;
  max-width: 210px;
  margin: 20px auto;
}
/* 食研ブランド */
.btn_white, .btn_red, .shokken-bland .category_menu {
  background: #fff;
  border: 3px solid #d82b16;
  box-sizing: border-box;
  border-radius: 30px;
  color: #d82b16;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  max-width: 340px;
  width: 100%;
  padding: 0;
  margin: 30px auto 0;
  position: relative;
}
.btn_red {
  background: #d82b16;
  color: #fff;
}
.shokken-bland .category_menu.large {
  height: 90px;
}
.btn_white a, .btn_red a, .shokken-bland .category_menu a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 10px;
}
.shokken-bland .category_menu + .category_menu {
  margin-top: 15px;
}
.btn_white::after, .btn_red::after, .shokken-bland .category_menu::after {
  content: "\f061";
  top: 50%;
  font-size: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  position: absolute;
  text-indent: 0px;
  transform: translate(-50%, -50%);
}
.shokken_bland_item p.font32 {
  color: #D82B16;
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-align: center;
}
.shokken_bland_item p {
  color: #3a3a3a;
  font-size: 17px;
  letter-spacing: 0.05em;
  text-align: left;
}
.shokken_bland_app_title {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.shokken_bland_app_title::before {
  content: "";
  display: inline-block;
  background: #3a3a3a;
  height: 1.8rem;
  width: 1px;
  transform: rotate(-20deg);
  position: absolute;
  left: -15px;
  bottom: 0;
}
.shokken_bland_app_title::after {
  content: "";
  display: inline-block;
  background: #3a3a3a;
  height: 1.8rem;
  width: 1px;
  transform: rotate(20deg);
  position: absolute;
  right: -15px;
  bottom: 0;
}
.shokken_bland_app {
  background: url(../img/shokken-bland/app-bg.png) no-repeat center / contain;
  box-sizing: border-box;
  height: 320px;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  width: 100%;
}
.txtarea {
  /*  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
  right: 40px;
  bottom: 40px;
}
.txtarea {
  color: #000000;
  font-size: 17px;
}
.txtarea p::before {
  border: solid 2px #d82b16;
  border-radius: 2px;
  content: "\f00c";
  color: #d82b16;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  padding: 2px;
  height: 28px;
  width: 28px;
  margin-right: 4px;
}
.txtarea img {
  max-width: 160px;
  margin: 10px;
  width: 100%;
}
.morebtn a {
  background: #d82b16;
  border-radius: 20px;
  color: #fff;
  display: block;
  margin: 5px auto;
  text-align: center;
  padding: 10px;
  width: 50%;
}
@media screen and (max-width:768px) {
  .shokken_bland_app_title::before {
    height: 3rem;
  }
  .shokken_bland_app_title::after {
    height: 3rem;
  }
  .morebtn a {
    background: #d82b16;
    border-radius: 20px;
    color: #fff;
    display: block;
    margin: 5px auto;
    text-align: center;
    padding: 10px;
    width: 50%;
    font-size: 14px;
  }
}
.shokken_bland_item {
  background: linear-gradient(#fff 0% 15%, #f6f4e8 15% 100%);
  background: -ms-linear-gradient(#fff 0%, #fff 15%, #f6f4e8 15%, #f6f4e8 100%); /* IE */
}
.shokken_bland_item .textarea {
  padding-bottom: 60px;
}
.shokken_bland_item0 {
  display: block;
  margin: auto;
  zoom: 0.5;
}
.shokken-bland .link_ttl {
  color: #3a3a3a;
}
.faq {
  background: #f6f3e9;
  border-top: 2px solid #000000;
  box-sizing: border-box;
  padding: 0 0 20px 0;
}
.bdr_btm_b4 {
  border-bottom: 1px solid #B4B4B4;
}
.info_btn, .info_btn02, .info_btn03 {
  align-items: center;
  margin: 0 auto;
  position: relative;
}
.info_btn, .info_btn02 {
  background: #fff;
  border: solid 2px #c8c8c8;
  padding: 10px 6px;
}
.info_btn03 {
  background: #b4b4b4;
  color: #fff;
  padding: 24px 6px;
}
.info_btn02, .info_btn03 {
  border-radius: 10px;
}
.info_btn a, .info_btn02 a, .info_btn03 {
  display: block;
  text-align: center;
}
.info_btn02.color_a a {
  color: #b27202;
}
.info_btn02.color_b a {
  color: #7f2d00;
}
.info_btn a::after, .info_btn02 a::after, .info_btn03::after {
  position: absolute;
  content: "\f105";
  width: 20px;
  height: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.info_btn a::after, .info_btn02 a::after {
  color: #fff;
  background-color: #969696;
}
.info_btn02.color_a a::after {
  background-color: #b27202;
}
.info_btn02.color_b a::after {
  background-color: #7f2d00;
}
.info_btn03::after {
  color: #b4b4b4;
  background-color: #fff;
}
.contact {
  background: url(../img/custmer/custmer-img01.jpg) no-repeat center / cover;
  height: 180px;
  position: relative;
}
.contact .abs {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  white-space: nowrap;
}
.bdr_btm {
  border-bottom: 1px solid #b4b4b4;
}
.contact_item {
  background: #f8f8f8;
  padding: 40px;
  border-radius: 10px;
}
.contact_item p.font14, .contact_item p.font15 {
  line-height: 1.8;
}
.custmer-icon {
  max-width: 65px;
  margin-right: 20px;
}
.corporation .custmer-icon {
  max-width: 65px;
  margin-right: 20px;
}
.freedial {
  max-width: 50px;
  width: 100%;
}
.contact_item_ttl {
  align-items: center;
  display: flex;
}
.contact_item_ttl::before {
  border-left: 8px solid #d82b16;
  content: "";
  height: 24px;
  margin-right: 10px;
}
/* 工場見学_詳細 */
section.tour_sec {
  border-top: 2px solid #000000;
  box-sizing: border-box;
  padding: 20px;
}
.img_area {
  height: 400px;
  position: relative;
  background-color: #d3d3d3;
  border-radius: 30px;
}
.img_area p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
table.t_price {
  width: 100%;
  margin-bottom: 65px;
  display: block;
  border: 2px solid #c0c0c0;
  border-radius: 10px;
}
table.t_price tr:first-child th {
  width: 285px;
  background-color: #f6f4e9;
  font-size: 21px;
  border-top-left-radius: 8px;
}
table.t_price tr:first-child td {
  width: 435px;
  background-color: #f6f4e9;
  font-size: 21px;
}
table.t_price tr:first-child td:last-child {
  width: 280px;
  background-color: #f6f4e9;
  font-size: 21px;
  border-top-right-radius: 8px;
}
table.t_price th, table.t_price td {
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  text-align: center;
}
table.t_price tr:last-child th, table.t_price tr:last-child td {
  border-bottom: none;
}
table.t_price tr td:last-child {
  border-right: none;
}
table.t_time {
  width: 100%;
  display: block;
  border: 2px solid #c0c0c0;
  border-radius: 10px;
}
table.t_time tr:first-child th {
  width: 100%;
  background-color: #f6f4e9;
  font-size: 21px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
table.t_time th, table.t_time td {
  width: 240px;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  text-align: center;
}
table.t_time tr:last-child th, table.t_time tr:last-child td:last-child {
  border-bottom: none;
}
table.t_time tr:first-child th, table.t_time tr td:last-child {
  border-right: none;
}
.rsv_txt {
  color: #d82b16;
  font-size: 25px;
  font-weight: bold;
}
.rsv_btn {
  width: 80%;
  margin: 20px auto 0;
  padding: 25px 10px;
  box-sizing: border-box;
  position: relative;
  background-color: #d82b16;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.rsv_btn:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../img/tour-detail/yj.png) no-repeat center;
  background-size: cover;
}
.star01, .star02 {
  position: relative;
}
.star01 {
  padding-right: 20px;
  border-right: 1px solid #949697;
}
.star01:before {
  content: "";
  width: 90px;
  height: 88px;
  position: absolute;
  top: -20px;
  left: -90px;
  margin: auto;
  background: url(../img/tour-detail/star01.png) no-repeat center;
  background-size: cover;
}
.star02:before {
  content: "";
  width: 90px;
  height: 88px;
  position: absolute;
  top: -20px;
  right: -50px;
  margin: auto;
  background: url(../img/tour-detail/star02.png) no-repeat center;
  background-size: cover;
}
.telimg {
  width: 78px;
}
.tl_txt {
  font-size: 49px;
  font-weight: bold;
  color: #d82b16;
}
.pl_txt {
  margin-top: 40px;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}
.access_bg {
  height: 230px;
  padding: 35px 20px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.ac_plane {
  height: auto;
}
.mthd {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 20px;
}
.mthd:before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #d82b16;
  position: absolute;
  left: 0;
}
.ac_time p {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.8;
}
.ac_time p:before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 15px;
}
.accbox label {
  display: block;
  padding: 13px 12px;
  font-weight: bold;
  background: #f6f4e9;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  font-size: 26px;
  text-align: center;
}
.accbox label:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/tour-detail/plus.png) no-repeat center;
  background-size: cover;
  padding-right: 8px;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}
.accbox .accshow p {
  margin: 15px 10px;
}
.cssacc:checked + label:before {
  content: "";
  background: url(../img/tour-detail/minus.png) no-repeat center;
  background-size: cover;
}
.btn_box {
  margin: 30px auto 0;
}
.btn_box .rsv_btn {
  width: 500px;
}
.btn_box .qa_btn {
  width: 500px;
  margin: 20px auto 0;
  padding: 25px 10px;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #3a3a3a;
  border: 1px solid #565656;
}
.btn_box .qa_btn:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../img/tour-detail/yj02.png) no-repeat center;
  background-size: cover;
}
.link_btn {
  position: relative;
  margin-top: 100px;
  padding-bottom: 20px;
  border-bottom: 1px solid #949697;
  font-size: 21px;
  text-align: center;
}
.link_btn:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: -20px;
  bottom: 0;
  right: 0;
  left: 180px;
  margin: auto;
  background: url(../img/tour-detail/yj03.png) no-repeat center;
  background-size: cover;
}
/* よくいただくご質問 */
section.qa_sec {
  border-top: 2px solid #d82b16;
}
.menu_box {
  padding: 50px;
  box-sizing: border-box;
  background-color: #f6f4e9;
  border-radius: 10px;
}
.menu_box li {
  width: 30%;
  margin-top: 15px;
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  text-decoration: underline;
}
.menu_box li:first-child, .menu_box li:nth-child(2), .menu_box li:nth-child(3) {
  margin-top: 0;
}
.menu_box li:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/qa/yj.png) no-repeat center;
  background-size: cover;
}
.qabox {
  width: 49%;
  padding: 5px 0;
}
.qabox label {
  height: 90px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  font-size: 16px;
}
.qabox label span {
  width: 82%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.qabox label:before {
  content: "";
  width: 30px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/qa/q_before.png) no-repeat center;
  background-size: cover;
}
.qabox label:after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/qa/plus.png) no-repeat center;
  background-size: cover;
}
.qabox input {
  display: none;
}
.qabox .qashow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}
.cssqa:checked + label + .qashow {
  height: auto;
  padding: 15px 40px;
  box-sizing: border-box;
  opacity: 1;
}
.qabox .qashow p {
  margin-left: 6px;
}
/*.cssqa:checked + label {
  color: #d82b16;
  border-bottom: 2px solid #d82b16;
}
.cssqa:checked + label:before {
  content: "";
  background: url(../img/qa/q_after.png) no-repeat center;
  background-size: cover;
}*/
.cssqa:checked + label:after {
  content: "";
  background: url(../img/qa/minus.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width:767px) {
  section.qa_sec .mt70, section.qa_sec .mt50 {
    margin-top: 45px;
  }
  section.qa_sec .mt20 {
    margin-top: -8px;
  }
}
/* 工場紹介 */
.keyvisual {
  width: 100%;
}
.intro_sec {
  width: 100%;
  height: auto;
  background: url(../img/intro/bg.png) no-repeat center;
  background-size: cover;
}
.fac_ttl {
  padding: 1px 15px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 3px solid #d82b16;
}
.fac_ttl p {
  margin-top: 20px;
  padding-left: 80px;
  font-size: 20px;
}
.fac_ttl p span {
  padding-right: 10px;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #d82b16;
}
.fac_ttl p span:before {
  content: "";
  width: 37px;
  height: 31px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  margin: auto;
  background: url(../img/intro/castle.png) no-repeat center;
  background-size: cover;
}
.fac_info {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #949697;
}
.fac_info ul {
  width: 48%;
  margin: 10px 0;
  display: flex;
  justify-content: flex-start;
}
.fac_info ul li {
  padding-left: 10px;
  font-size: 14px;
}
.fac_info ul li:first-child {
  width: 100px;
  display: inline-table;
  padding: 2px 0;
  box-sizing: border-box;
  color: #d82b16;
  border: 1px solid #d82b16;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
}
.menshin_box {
  margin-top: 45px;
  position: relative;
}
.menshin_info {
  width: 490px;
  height: 250px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 20px 40px;
  box-sizing: border-box;
  font-size: 17px;
  background: #fff;
  border-radius: 10px;
}
.menshin_info:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 30px solid #fff;
}
.menshin_info:after {
  content: "";
  width: 90px;
  height: 87px;
  position: absolute;
  top: -40px;
  right: 30px;
  margin: auto;
  background: url(../img/intro/star.png) no-repeat center;
  background-size: cover;
}
.menshin_info p {
  text-align: justify;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 1px;
}
.menshin_img {
  max-width: 550px;
  width: 100%;
}
.menshin_info p.menshin_ttl {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 25px;
}
.menshin_info p.menshin_ttl:before {
  content: "";
  width: 23px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/intro/zoom.png) no-repeat center;
  background-size: cover;
}
.area_box {
  max-width: 1000px;
  margin: auto;
  padding: 135px 0;
}
.area_md {
  padding-bottom: 10px;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #d82b16;
  border-bottom: 2px solid #d82b16;
  display: inline-block;
}
.area_md:before {
  content: "";
  width: 41px;
  height: 52px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/intro/flag.png) no-repeat center;
  background-size: cover;
}
.area_bg {
  width: 100%;
  height: 892px;
  position: relative;
  background: url(../img/intro/line_pc.png) no-repeat center;
  background-size: cover;
}
.area_bg p {
  width: 165px;
  position: relative;
  font-size: 18px;
}
.area_bg p:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  background: url(../img/intro/yj.png) no-repeat center;
  background-size: cover;
}
.area_text {
  max-width: 240px;
  width: 100%;
  margin-left: 20px;
  position: relative;
}
.line01 p, .line02 p {
  position: absolute;
  top: 160px;
}
.line03 p, .line04 p {
  position: absolute;
  top: 382px;
}
.line05 p, .line06 p {
  position: absolute;
  top: 605px;
}
.line07 p, .line08 p {
  position: absolute;
  top: 825px;
}
/* アレルギー情報・栄養成分表示 */
.food_pink {
  background: #fbe9e7;
}
.food_label .page_ttl {
  border-bottom: 1px solid #d82b16;
}
.food_label .item01 .txt {
  background: #f6f4e9;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 50px;
}
.food_label .item01 .w-30 {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  height: 360px;
}
.food_label .item01 .w-30 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 60%;
}
.food_table ul {
  border-top: solid 2px #c0c0c0;
  border-left: solid 2px #c0c0c0;
  border-bottom: solid 2px #c0c0c0;
  border-right: solid 3px #c0c0c0;
}
.food_table ul::after {
  content: "";
  width: 20%;
}
.bdr_btm {
  border-bottom: 2px solid #b4b4b4;
  padding-bottom: 6px;
}
.food_table li, .food_table ul::after {
  box-sizing: border-box;
  border-bottom: solid 1px #c0c0c0;
  border-left: solid 1px #c0c0c0;
  text-align: center;
  padding: 10px;
  width: 20%;
}
.component li {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.component_item {
  box-sizing: border-box;
  border: 1px solid #d82b16;
  border-radius: 20px;
  color: #d82b16;
  padding: 0 10px;
  margin-right: 10px;
}
.food_label_slider .link_ttl {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}
.food_label .bx-wrapper .bx-prev {
  left: -50px;
}
.food_label .bx-wrapper .bx-next {
  right: -50px;
}
@media screen and (max-width:1024px) {
  .menu_box li {
    width: 29%;
  }
}
@media screen and (max-width:1000px) {
  .expansion {
    right: 16vw;
  }
  .shokken_bland_item .w-40, .shokken_bland_item .w-60 {
    box-sizing: border-box;
    width: 100%;
  }
  .shokken_bland_item .w-40 .font32 {
    text-align: center;
  }
  .shokken_bland_item .w-40 .category_menu {
    margin: 10px auto;
  }
}
@media screen and (max-width:768px) {
  .shokken_bland_item .w-40 .category_menu {
    margin: 30px auto 10px;
  }
  .shokken_bland_item .w-40 .category_menu + .category_menu {
    margin: 15px auto 10px;
  }
  .food_label .item01 .w-30, .food_label .item01 .w-65 {
    width: 100%;
    box-sizing: border-box;
  }
  .food_label .item01 .w-30 {
    margin-bottom: 20px;
  }
  .food_label .item01 .txt {
    padding: 20px;
  }
  .menu_box li {
    width: 27%;
  }
  .qabox label:before {
    width: 25px;
    height: 23px;
  }
  .qabox label {
    font-size: 15px;
  }
  .qabox label span {
    width: 75%;
  }
  .area_bg {
    width: 90%;
    margin: auto;
    height: 600px;
  }
  .area_bg p:after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .area_bg p {
    font-size: 14px;
  }
  .area_text {
    max-width: 170px;
    margin-left: 10px;
  }
  .line01 p, .line02 p {
    top: 102px;
  }
  .line03 p, .line04 p {
    top: 255px;
  }
  .line05 p, .line06 p {
    top: 407px;
  }
  .line07 p, .line08 p {
    top: 558px;
  }
}
@media screen and (max-width:767px) {
  .page_ttl {
    padding: 20px;
    margin-top: 50px;
  }
  .page_ttl .font30 {
    font-size: 16px;
  }
  .page_mv {
    height: 300px;
  }
  .catchcopy {
    font-size: 20px;
  }
  /*  .fruits-and-vegetables_mv {
    background: url(../img/fruits-and-vegetables/fruits-and-vegetables_mv.jpg) center no-repeat / cover;
  }
  .shokken-bland_mv {
    background: url(../img/shokken-bland/shokken-bland-mv.jpg) center no-repeat / cover;
  }*/
  .expansion {
    right: 5vw;
    max-width: 25px;
  }
  #breadcrumb {
    padding: 10px;
  }
  .for_home .cat_list.cal_5 li {
    margin-bottom: 10px;
  }
  .vegetables h3, .the_doressing h3 {
    max-width: 240px;
  }
  .item_slider li {}
  .modalWrapper {
    width: 90%;
  }
  .modalContents .font12, .modalContents .font13, .modalContents .font14 {
    font-size: 13px !important;
  }
  .closeModal {
    font-size: 20px;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .fruits-and-vegetables .w-1280 {
    box-sizing: border-box;
    width: 100%;
  }
  .vegetables .modal .item, .umaquick .modal .item, .the_doressing .modal .item, .vege-sonota .modal .item, .umaquick .modal .item:nth-child(n+5) {
    margin: 20px 5px;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    min-height: 245px;
  }
  .w-800 .modal_inner {
    margin: 0 -5px;
  }
  /*  .vegetables button, .the_doressing button, .vege-sonota button, .umaquick button, .umaquick .modal .item:nth-child(-n+4) button {
    margin-top: auto;
  }*/
  .fruits-and-vegetables .item p {
    margin-bottom: 10px;
  }
  .household_goods .cat_acc_inner {
    padding-top: 0;
  }
  .shokken_bland_app {
    background: url(../img/shokken-bland/app-bg_sp.png) no-repeat center / contain;
    height: 420px;
    /*   background: url(../img/shokken-bland/app-bg_sp.png) no-repeat center bottom / contain;
    height: 285px;*/
  }
  .shokken_bland_app.yoko {
    background: none;
    height: auto;
    width: 90%;
  }
  .txtarea {
    width: 75%;
    max-width: 500px;
    right: 0;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .shokken_bland_app.yoko .txtarea {
    width: 85%;
    bottom: 10px;
  }
  .shokken_bland_app {
    font-size: 10px;
    padding: 1px;
  }
  .txtarea img {
    max-width: 160px;
    width: 95%;
    margin: 0;
    /*margin-top: 10px;*/
    padding: 4px;
    box-sizing: border-box;
  }
  .shokken_bland_app .txtarea p {
    font-size: 12px;
  }
  .shokken_bland_app .morebtn {
    margin-top: 15px;
  }
  .shokken_bland_app.yoko .morebtn {
    margin-top: 5px;
  }
  .shokken_bland_app.yoko .morebtn a {
    padding: 7px;
  }
  .column {
    flex-direction: column-reverse;
  }
  .flex_sp {
    display: flex !important;
    align-items: baseline;
    justify-content: center;
  }
  .tab_content_profile .flex_sp {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
  }
  .contact {
    background: url(../img/custmer/custmer-img01_sp.jpg) no-repeat right/ cover;
    height: 80px;
  }
  .contact .font32 {
    font-size: 20px;
  }
  .contact .abs {
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .custmer .w-48, .custmer .w-45 {
    box-sizing: border-box;
    width: 100%;
  }
  .contact_item {
    margin-bottom: 20px;
  }
  .info_btn a::after, .info_btn02 a::after, .info_btn03::after {
    right: 10px;
  }
  .info_btn02 {
    width: 100%;
    margin-bottom: 10px;
  }
  .custmer-icon, .corporation .custmer-icon {
    max-width: 40px;
    margin-right: 10px;
  }
  .contact_item {
    padding: 20px;
  }
  .contact_item_ttl::before {
    border-left: 3px solid #d82b16;
    height: 18px;
    margin-right: 6px;
  }
  .contact_item p.font14, .contact_item p.font15 {
    font-size: 10px;
  }
  .mt100 {
    margin-top: 40px !important;
  }
  .info_btn03 {
    padding: 15px;
    border-radius: 5px;
  }
  .img_area {
    height: 300px;
  }
  table.t_price {
    margin-bottom: 45px;
  }
  table.t_price tr:first-child th {
    width: 35%;
    font-size: 18px;
  }
  table.t_price tr:first-child td {
    width: 40%;
    font-size: 18px;
  }
  table.t_price tr:first-child td:last-child {
    width: 35%;
    font-size: 18px;
  }
  table.t_time {
    margin-top: 20px;
  }
  table.t_time tr:first-child th {
    width: 100%;
    font-size: 18px;
  }
  table.t_time th, table.t_time td {
    width: 50%;
  }
  .rsv_txt {
    text-align: center;
    font-size: 19px;
  }
  .rsv_btn {
    width: 90%;
    font-size: 16px;
  }
  .rsv_btn:before {
    content: "";
    width: 20px;
    height: 20px;
  }
  .star01 {
    padding-right: 0;
    border-right: none;
  }
  .star01:before {
    content: "";
    width: 60px;
    height: 58px;
    left: -50px;
  }
  .star02 {
    margin-top: 20px;
  }
  .star02:before {
    content: "";
    width: 60px;
    height: 58px;
  }
  .telimg {
    width: 50px;
  }
  .tl_txt {
    font-size: 36px;
  }
  .pl_txt {
    margin-top: 20px;
    font-size: 18px;
  }
  .access_bg {
    height: auto;
    margin-top: 10px;
    padding: 25px 10px;
  }
  .mthd {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
  }
  .mthd:before {
    content: "";
    width: 8px;
  }
  .ac_time p {
    padding-left: 15px;
    font-size: 13px;
  }
  .ac_time p:before {
    content: "●";
    font-size: 13px;
  }
  .accbox label {
    display: block;
    padding: 13px 12px;
    font-weight: bold;
    background: #f6f4e9;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    font-size: 20px;
    text-align: center;
  }
  .accbox label:before {
    content: "";
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .btn_box .rsv_btn {
    width: 95%;
  }
  .btn_box .qa_btn {
    width: 95%;
    font-size: 16px;
  }
  .btn_box .qa_btn:before {
    content: "";
    width: 20px;
    height: 20px;
  }
  .link_btn {
    font-size: 16px;
  }
  .link_btn:before {
    content: "";
    left: 150px;
  }
  .menu_box {
    padding: 20px;
  }
  .menu_box li, .menu_box li:nth-child(2), .menu_box li:nth-child(3) {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .menu_box li:first-child {
    margin-top: 0;
  }
  .qabox {
    width: 100%;
    padding: 0;
  }
  .qabox label {
    font-size: 14px;
  }
  .qabox label:after {
    width: 14px;
    height: 14px;
  }
  .cssqa:checked + label + .qashow {
    padding: 10px 30px;
  }
  .fac_ttl {
    padding: 10px 45px 20px;
  }
  .fac_ttl p {
    margin-top: 10px;
    padding-left: 0;
    font-size: 16px;
  }
  .fac_ttl p span {
    padding-right: 0;
    font-size: 20px;
  }
  .fac_ttl p span:before {
    content: "";
    width: 27px;
    height: 22px;
    left: -35px;
  }
  .fac_info {
    padding: 30px 0;
  }
  .fac_info ul {
    width: 100%;
  }
  .fac_info ul li {
    padding-left: 10px;
    font-size: 13px;
  }
  .fac_info ul li:first-child {
    width: 95px;
  }
  .menshin_box {
    margin-top: 45px;
    position: relative;
  }
  .menshin_info {
    width: 100%;
    height: auto;
    position: relative;
    top: -30px;
    padding: 10px 30px;
    font-size: 15px;
  }
  .menshin_info:before {
    content: "";
    margin-top: 0;
    border-right: 0;
    top: -45px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 30px solid #fff;
  }
  .menshin_info:after {
    content: "";
    width: 70px;
    height: 67px;
    top: -20px;
    right: 30px;
  }
  .menshin_info p {
    font-size: 15px;
  }
  .menshin_info p.menshin_ttl {
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    font-size: 20px;
  }
  .menshin_info p.menshin_ttl:before {
    content: "";
    width: 17px;
    height: 18px;
  }
  .area_box {
    padding: 75px 0;
  }
  .area_md {
    font-size: 22px;
  }
  .area_md:before {
    content: "";
    width: 31px;
    height: 32px;
    top: -40px;
  }
  #chiba_2 {
    margin: 13px 0;
  }
}
/* /////////////////////////////
      お問い合わせ
///////////////////////////// */
#contact dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#contact dl dt, #contact dl dd {
  display: table-cell;
  box-sizing: border-box;
  padding: 10px;
}
#contact dl dt {
  width: 150px;
}
#contact dl dd {
  width: calc(100% - 150px);
}
#contact input[type="text"], #contact input[type="mail"], #contact input[type="tel"], #contact input[type="text"], #contact textarea {
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width:1000px) {}
@media screen and (max-width:768px) {}
/* 業務用商品 0121追記*/
.business_movie_wrap {
  width: 100%;
  height: 500px; /*暫定*/
  background: #666; /*暫定*/
}
.business_goods_cat {
  /*padding-top: 0;*/
}
.movie_list {
  /* background: url("../img/for-business/movie_bg.jpg") no-repeat;
  background-size: cover;*/
  padding: 30px 0 60px;
  box-sizing: border-box;
}
.movie_tn {
  border: 2px solid #d82b16;
  /*box-shadow: 0px 8px 0px 0px rgba(115, 115, 115, 0.29);*/
  box-sizing: border-box;
  margin: 0 5px;
}
.movie_tn.fit {
  height: 100%;
}
.movie_tn figure {
  position: relative;
}
.movie_tn figure::before {
  content: "";
  display: block;
  background: url("../img/business/icon_movie.png") no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.movie_tn figure img {
  height: 100%;
  width: auto;
}
@media screen and (max-width:767px) {
  .movie_list {
    /* background: url("../img/for-business/movie_bg_sp.png") no-repeat;
    background-size: cover;*/
    background-color: #F6F4E9;
    padding: 20px 0;
  }
  .movie_tn {
    box-shadow: none;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .movie_tn figure::before {
    height: 55px;
    width: 55px;
  }
}
.movie_cap {
  font-size: 15px;
  line-height: 1;
  text-align: left;
  padding: 10px;
}
.business_flow_img {
  text-align: center;
  position: relative;
}
.business_points {
  position: absolute;
  display: inline-block;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -0.4em;
}
.business_point {
  display: inline-block;
  width: 94px;
  height: 94px;
  border: 2px solid #d82b16;
  font-size: 22px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  letter-spacing: normal;
  margin-right: 20px;
}
.business_point:last-child {
  margin-right: 0;
}
.business_values {
  position: relative;
}
.values_box {
  position: absolute;
  right: 40px;
  top: 40px;
  background: #fff;
  padding: 40px 60px;
  text-align: center;
}
.values_ttl {
  max-width: 275px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.values_txt {
  line-height: 37px;
}
@media screen and (max-width:1000px) {
  .expansion {
    right: 16vw;
  }
  .shokken_bland_item .w-40, .shokken_bland_item .w-60 {
    box-sizing: border-box;
    width: 100%;
  }
  .shokken_bland_item0 {
    margin-bottom: 60px;
  }
  .shokken_bland_item .w-40 .font32 {
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .page_ttl {
    padding: 10px 13px;
    margin-top: 50px;
  }
  .page_ttl .font30 {
    font-size: 16px;
  }
  .page_mv {
    height: 300px;
  }
  .catchcopy {
    font-size: 20px;
  }
  .fruits-and-vegetables_mv {
    background: url(../img/fruits-and-vegetables/fruits-and-vegetables_mv.jpg) center no-repeat / cover;
  }
  .expansion {
    right: 5vw;
    max-width: 25px;
  }
  #breadcrumb {
    padding: 10px;
  }
  .for_home .cat_list.cal_5 li {
    margin-bottom: 10px;
  }
  .vegetables h3, .the_doressing h3 {
    max-width: calc(240px * 0.9);
  }
  .item_slider li {}
  .modalWrapper {
    width: 90%;
  }
  .modalContents .font12, .modalContents .font13, .modalContents .font14 {
    font-size: 13px !important;
  }
  .closeModal {
    font-size: 20px;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .business_points {
    position: absolute;
    display: inline-block;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: -0.4em;
    width: 100%;
  }
  .business_point {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #d82b16;
    font-size: 12px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    letter-spacing: normal;
    margin-right: 5px;
  }
  .business_point:last-child {
    margin-right: 0;
  }
  .business_values {
    position: relative;
  }
  .values_box {
    width: 100% !important;
    display: block;
    position: relative;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    right: 0;
    top: 0;
    padding: 20px;
  }
  .values_ttl {
    max-width: 275px;
    margin: 0 auto;
    margin-bottom: 10px;
    line-height: normal !important;
  }
  .values_txt {
    line-height: 24px;
  }
  .movie_cap {
    font-size: 17px;
    line-height: 1;
    padding: 8px;
  }
}
/* /////////////////////////////
      お問い合わせ
///////////////////////////// */
#contact dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#contact dl dt, #contact dl dd {
  display: table-cell;
  box-sizing: border-box;
  padding: 10px;
}
#contact dl dt {
  width: 150px;
}
#contact dl dd {
  width: calc(100% - 150px);
}
#contact input[type="text"], #contact input[type="mail"], #contact input[type="tel"], #contact input[type="text"], #contact textarea {
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width:1000px) {}
@media screen and (max-width:768px) {}
/* 問い合わせフォーム */
section.contact_form {
  border-top: 2px solid #000000;
  box-sizing: border-box;
  /*padding: 20px;*/
}
.large_check {
  border-radius: 10px;
  border: solid 2px #c8c8c8;
  padding: 40px 0;
  margin: 0 auto 45px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .large_check {
    width: 95% !important;
  }
}
/*チェックボックス*/
input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  width: auto;
}
.checkbox01.checkboxright {
  padding-left: 0;
  padding-right: 35px;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #000;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01.checkboxright::before {
  left: unset;
  right: 5px;
}
@media screen and (max-width:767px) {
  .checkbox01 br {
    line-height: 0;
  }
  .checkbox01::before {
    left: 17px;
    margin-top: -9px;
  }
}
.checkbox01::after {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.checkbox01.checkboxright::after {
  right: 10px;
  left: unset;
}
@media screen and (max-width:767px) {
  .checkbox01::after {
    left: 22px;
    margin-top: -9px;
  }
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
/*ラジオボタン*/
input[type=radio] {
  display: none;
}
.radio01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.radio01::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.radio01::after {
  background: #000;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
/*テキストエリア*/
textarea {
  resize: none;
}
textarea:focus {
  outline: none;
}
.form_textarea {
  border: solid 2px #c8c8c8;
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin: 20px 0;
  font-size: 14px;
}
/*テキスト*/
input[type=text]:focus {
  outline: none;
}
.form_text {
  border: solid 2px #c8c8c8;
  border-radius: 10px !important;
  box-shadow: none;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 10px 15px 10px 10px;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .large_check {
    width: 95% !important;
    padding: 16px 0;
  }
  .contact_form label {
    width: 100%;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  .large_check .contact_form label {
    padding: 0 0 0 50px;
  }
  .form_text {
    width: 100%;
    padding: 10px 5px;
    margin: 10px 0;
    display: block;
  }
  .form_text3 {
    width: 25%;
    margin-right: 2.5%;
    display: inline-block;
  }
  .no_flex {
    display: block !important;
  }
  .radio01::before {
    margin-top: -10px;
  }
  .radio01::after {
    margin-top: -6px;
  }
}
.form_attention {
  /* font-size: 12px;*/
  line-height: 1.8;
}
.pl05em {
  padding-left: 0.5em;
}
.pt1em {
  padding-top: 1em;
}
.form_q {
  font-size: 1.5em;
  margin: 50px 0 0;
}
.form_q {
  padding-left: 10px;
  line-height: 1.2;
  border-left: 5px solid #d82b16;
}
.form_q2 {
  font-size: 13px;
  margin-top: 0.5em;
}
.form_a {
  font-size: 1.5em;
  margin-top: 1em;
}
.required:after {
  color: #d82b16;
  content: "★";
  margin-left: 10px;
  font-size: 0.7em;
}
.code_search {
  position: relative;
  display: inline;
  padding: 6px 43px;
  align-items: center;
  margin: 0 auto;
  background: linear-gradient(#fff 60%, #ebebeb);
  border: solid 1px #b1b1b1;
  border-radius: 5px;
  font-size: 13px;
}
.reset_btn {
  position: relative;
  padding-right: 40px;
}
.code_search a::after, .reset_btn::after {
  position: absolute;
  content: "\f105";
  width: 20px;
  height: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  background-color: #969696;
  right: 10px;
}
.submit_btn {
  position: relative;
  align-items: center;
  margin: 0 auto 30px;
  background: #d82b16;
  border-radius: 10px;
  color: #fff;
  padding: 30px 50px;
}
span.submit_btn {
  display: inline-block;
}
.submit_btn::after {
  position: absolute;
  content: "\f105";
  width: 20px;
  height: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #d82b16;
  background-color: #fff;
  right: 20px;
}
.submit_btn input[type="submit"] {
  border: none;
  background: transparent;
  font-size: 18px;
  color: #fff;
}
.submit_btn.back::after {
  content: "";
  background-color: transparent;
}
.submit_btn.back::before {
  position: absolute;
  content: "\f104";
  width: 20px;
  height: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #d82b16;
  background-color: #fff;
  left: 20px;
}
@media screen and (max-width:767px) {
  .form_q {
    font-weight: bold;
    margin-bottom: 15px;
  }
  .submit_btn {
    padding: 20px 50px;
  }
  .form_inner {
    width: 100%;
    padding: 0 !important;
  }
  .form_foot {
    margin-top: 20px;
  }
}
/*事業所一覧*/
section.offices_map {
  border-top: 2px solid #d82b16;
  box-sizing: border-box;
}
/*タブ*/
.tab_area {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
}
.tab_area::before {
  /*  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d82b16;
  top: 55px;*/
}
.tab_area .tab_btn {
  width: 30%;
  height: 55px;
  line-height: 55px;
  background-color: #fff;
  color: #d82b16;
  border: 1px solid #d82b16;
  border-bottom: none;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.tab_area .tab_btn:nth-of-type(n+2) {
  margin-left: 15px;
}
input[name="tab_radio"] {
  display: none;
}
.tab_area input:checked + .tab_btn {
  background-color: #d82b16;
  color: #fff;
}
.tab_content_office, .tab_content_history, .tab_content_profile {
  border-top: 1px solid #d82b16;
}
.tab_area .tab_content {
  display: none;
  width: 100%;
  padding: 70px 0 50px 0;
}
#tab01:checked ~ #tab01_content, #tab02:checked ~ #tab02_content, #tab03:checked ~ #tab03_content, #tab04:checked ~ #tab04_content, #tab05:checked ~ #tab05_content {
  display: block;
}
#tab01_content_office .map_domestic {
  position: relative;
  height: 700px;
}
#tab02_content_office .map_domestic {
  position: relative;
  height: 700px;
  width: 922px;
}
.mapimage {
  width: 922px;
}
.area {
  position: absolute;
  text-align: left;
}
.area_name {
  color: #d82b16;
  font-size: 18px;
  margin-bottom: 15px;
}
.area_link {
  position: relative;
  display: inline-block;
  width: 59px;
  height: 26px;
  line-height: 26px;
  padding-left: 20px;
}
.area_link.long {
  width: auto;
}
.area_link::before {
  position: absolute;
  content: "\f105";
  width: 15px;
  height: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  background-color: #d82b16;
  left: 0;
}
.area_pickup {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  padding: 5px 16px;
  width: 120px;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 3px;
}
.area_pickup::after {
  position: absolute;
  content: "\f105";
  width: 15px;
  height: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  right: 8px;
}
.area_pickup:nth-of-type(odd) {
  margin-right: 5px;
}
.area_pickup.long {
  width: 155px;
}
.area_pickup.bg_red {
  background-color: #d82b16;
}
.area_pickup.bg_brown {
  background-color: #AB8958;
}
.area_pickup.bg_blue {
  background-color: #61B0BA;
}
.area_pickup.bg_green {
  background-color: #81A834;
}
.area_pickup.bg_yellow {
  background-color: #E69D37;
}
.map_detaillink {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  height: auto;
}
@media screen and (max-width:767px) {
  .tab_area .tab_content {
    padding: 25px 0 20px 0;
  }
  .area {
    position: initial;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  .map_domestic {
    height: auto;
  }
  .area_name {
    margin-bottom: 6px;
  }
  .area_pickup, .area_pickup.long {
    width: 100%;
    box-sizing: border-box;
  }
  .map_detaillink {
    position: initial;
  }
  .map_detaillink img {
    width: 60%;
  }
}
.kyusyu {
  left: 13px;
  top: 283px;
}
.shikoku {
  left: 48px;
  top: 500px;
}
.chugoku {
  left: 167px;
  top: 159px;
}
.kinki {
  left: 486px;
  top: 437px;
}
.chubu {
  left: 303px;
  top: 4px;
}
.kanto {
  left: 762px;
  top: 313px;
}
.hokkaido {
  left: 762px;
  top: 129px;
}
@media screen and (max-width:767px) {
  .address {
    width: 100%;
  }
  .address .map_btn {
    position: initial;
    float: right;
  }
}
/*工場見学*/
@media screen and (max-width:767px) {
  .tour_bc {
    margin-top: 0;
  }
}
/*タブ*/
.tab_area_tour {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
}
.tab_area_tour .tab_btn {
  background-color: #fff;
  color: #d82b16;
  border: 2px solid #d82b16;
  font-size: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  padding: 16px 50px;
}
.tab_area_tour .tab_btn img {
  position: absolute;
  left: -84px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 115px;
  height: auto;
}
.tab_area_tour .tab_btn span {
  font-size: 16px;
  display: block;
}
.tab_area_tour .tour_tab1 {
  margin-left: 50px;
  margin-right: 100px;
}
.tab_area_tour .tour_tab2 {
  margin-right: 30px;
}
.tab_area_tour .tour_tab3 {
  color: #616161;
  border-color: #616161;
}
.tab_area_tour input:checked + .tab_btn {
  background-color: #fceeed;
  border: 2px solid #d82b16;
  margin-bottom: -20px;
}
.tab_area_tour input:checked + .tab_btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d82b16 transparent transparent transparent;
  border-width: 20px 13px 0 15px;
}
.tab_area_tour .tab_btn.on {
  background-color: #fceeed;
  border: 2px solid #d82b16;
}
.tab_area_tour .tab_content {
  display: none;
  margin-top: 38px;
}
@media screen and (max-width:767px) {
  .tab_area_tour .tab_btn {
    width: calc(100% - 130px);
    box-sizing: border-box;
    margin: 5px auto;
    padding: 6px 0;
    font-size: 14px;
  }
  .tab_area_tour .tab_btn span {
    font-size: 12px;
  }
  .tab_area_tour .tab_btn img {
    width: 60px;
    left: -30px;
  }
  .tab_area_tour input:checked + .tab_btn {
    margin-bottom: 5px;
  }
  .tab_area_tour input:checked + .tab_btn::after {
    display: none;
  }
}
.overview {
  width: 100%;
  background-color: #fceeed;
  padding: 50px 45px 50px 18px;
  border-radius: 10px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
.overview::before, .overview::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url('../img/factory-tour/star01.png');
  background-size: 100%;
  width: 90px;
  height: calc(90px * 0.9832);
}
.overview::before {
  top: -4px;
  right: 45px;
}
.overview::after {
  bottom: -17px;
  left: 34px;
}
@media screen and (max-width:767px) {
  .overview {
    padding: 50px 20px 50px;
  }
}
.overview .fac_name {
  color: #d82b16;
  font-size: 33px;
  margin: 20px 0;
}
.overview .fac_name span {
  font-size: 20px;
  display: block;
}
.overview .fac_des {
  line-height: 2;
}
.fac_btns {
  padding-top: 33px;
  margin-top: 20px;
  border-top: 1px solid #d82b16;
  text-align: center;
}
.fac_btns img {
  width: 305px;
  height: auto;
}
.fac_btns a:nth-of-type(n+2) {
  margin-left: 26px;
}
@media screen and (max-width:767px) {
  .fac_btns a {
    display: block;
    margin: 5px auto !important;
  }
}
.course_info {
  padding: 60px 0 0;
  background-size: auto auto;
  background-color: rgba(250, 250, 242, 1);
  background-image: repeating-linear-gradient(130deg, transparent, transparent 6px, rgba(246, 246, 233, 1) 6px, rgba(246, 246, 233, 1) 14px);
}
.cource_head {
  color: #d82b16;
  font-size: 25px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d82b16;
  display: inline-block;
  margin-bottom: -30px;
}
.cource_head img {
  width: 67px;
  height: auto;
  margin-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .course_info {
    padding-top: 30px;
  }
  .cource_head img {
    margin-bottom: 10px;
  }
}
.cource_detail {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 80px;
  padding: 50px 45px 60px;
  position: relative;
}
.cource_title {
  color: #d82b16;
  font-size: 30px;
  display: inline-block;
  background: linear-gradient(transparent 80%, #fff100 20%);
  margin-bottom: 30px;
}
.cource_detail .cow {
  width: 298px;
  height: auto;
  position: absolute;
  left: 50px;
  top: -68px;
}
.cource_detail .time {
  width: 232px;
  height: auto;
  position: absolute;
  right: 109px;
  top: -32px;
}
@media screen and (max-width:767px) {
  .cource_detail {
    padding: 50px 10px 60px;
    margin-top: 90px;
  }
  .cource_detail .cow {
    width: 191px;
    left: -25px;
    top: -63px;
  }
  .cource_detail .time {
    width: 140px;
    right: -39px;
    top: -39px;
  }
}
.cource_detail .info {
  line-height: 1.9;
}
.fac_imgs {
  text-align: left;
}
.fac_imgs > div {
  margin-top: 35px;
}
.img_cap {
  font-size: 16px;
  padding: 5px 0 5px 24px;
  position: relative;
}
.img_cap::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background-color: #d82b16;
  border-radius: 7px;
  left: 0;
  top: 0;
}
.fac_imgs .small {
  font-size: 12px;
  margin-left: 25px;
}
.restaurant_info {
  padding-top: 27px;
}
.restaurant_info img {
  width: 108px;
  height: auto;
}
.restaurant_info p {
  font-size: 17px;
  line-height: 1.6;
  margin-top: 34px;
  margin-bottom: 25px;
}
.res_info_btn {
  position: relative;
  background: #fff;
  color: #d82b16;
  padding: 20px 50px;
  border-radius: 10px;
  border: 2px solid #d82b16;
}
.res_info_btn::after {
  position: absolute;
  content: "\f105";
  width: 20px;
  height: 20px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  background-color: #d82b16;
}
/*みどころ*/
.highlights {
  padding: 80px 45px 0;
  position: relative;
}
.hl_head {
  color: #d82b16;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d82b16;
}
.highlights .star {
  width: 89px;
  height: auto;
  position: absolute;
  left: 214px;
  top: 57px;
}
.highlights .cow {
  width: 95px;
  height: auto;
  position: absolute;
  right: 223px;
  top: 20px;
}
@media screen and (max-width:767px) {
  .highlights {
    padding: 33px 10px 0;
  }
  .hl_head {
    font-size: 19px;
    padding-bottom: 6px;
  }
  .highlights .star {
    width: 62px;
    left: -14px;
    top: 29px;
  }
  .highlights .cow {
    width: 68px;
    right: -15px;
    top: 10px;
  }
  .highlights .w-40, .highlights .w-60 {
    width: 100%;
  }
}
.hl_imgs {
  margin-top: 60px;
}
.hl_imgs > div {
  box-sizing: border-box;
  text-align: left;
}
.hl_imgs .pl {
  padding-left: 40px;
}
.hl_imgs .pr {
  padding-right: 40px;
}
@media screen and (max-width:767px) {
  .hl_imgs .pl {
    padding-left: 0;
  }
  .hl_imgs .pr {
    padding-right: 0;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
.hl_title {
  font-size: 21px;
  padding: 5px 0 5px 24px;
  margin: 9px 0 25px 0;
  position: relative;
  color: #d82b16;
}
.hl_title::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background-color: #d82b16;
  border-radius: 7px;
  left: 0;
  top: 0;
}
.hl_des {
  line-height: 2;
}
.banko {
  width: 476px;
  height: auto;
}
.cource_foot .rsv_btn {
  width: 500px;
  margin: 50px auto 70px;
}
@media screen and (max-width:767px) {
  .banko {
    width: 80%;
  }
  .cource_foot .rsv_btn {
    width: 90%;
    margin: 30px auto 40px;
  }
}
/* 工場紹介 0122追記*/
.facotry_add_wrap {
  display: block !important;
}
.factory_add_l {
  display: block;
}
.factory_add_r {
  display: block;
}
.factory_data dt, .factory_data dd {
  display: block;
  line-height: 24px;
  vertical-align: top;
}
.factory_label {
  /*margin-bottom: 10px;*/
}
.factory_data dd {
  padding-left: 10px;
}
.menshin_baloon {
  position: relative !important;
  top: 0;
}
.menshin_baloon:before {
  left: 40px;
  top: -30px;
  transform: rotate(90deg);
}
.menshin_baloon:after {
  width: 80px;
  height: 80px;
  top: -40px;
}
.menshin_ttl:before {
  top: 0px;
}
.menshin_txt {
  line-height: inherit;
}
.factory_area_wrap {
  text-align: center;
}
/*.area_ttl {
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.area_ttl:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 30px;
  background: url("../img/factory/flag_icon.png") no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}*/
ul.product_lists {}
li.product_list {
  margin-bottom: 45px;
}
li.product_list img {
  width: 100%;
}
/* /////////////////////////////
      お問い合わせ
///////////////////////////// */
#contact dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#contact dl dt, #contact dl dd {
  display: table-cell;
  box-sizing: border-box;
  padding: 10px;
}
#contact dl dt {
  width: 150px;
}
#contact dl dd {
  width: calc(100% - 150px);
}
#contact input[type="text"], #contact input[type="mail"], #contact input[type="tel"], #contact input[type="text"], #contact textarea {
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (max-width:1000px) {}
@media screen and (max-width:768px) {}
/* 日本食研の歴史 */
.copy {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width:767px) {
  .copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.copy .txt_01 {
  font-size: 32px;
  line-height: 50px;
  color: #d82b16;
}
@media screen and (max-width:767px) {
  .copy .txt_01 {
    font-size: 20px;
    line-height: 1.2;
    color: #d82b16;
  }
}
.copy .txt_02 {
  font-size: 26px;
  line-height: 54px;
}
@media screen and (max-width:767px) {
  .copy .txt_02 {
    font-size: 18px;
    line-height: 1.6;
  }
}
.tab_content {
  position: relative;
}
@media screen and (max-width:767px) {
  .tab_content::before {
    left: 30px;
    right: inherit;
  }
}
/*タブ*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.right_box, .left_box {
  width: 50%;
  position: relative;
}
@media screen and (max-width:767px) {
  .right_box, .left_box {
    width: 100%;
    margin: 0 0 30px !important;
  }
}
@media screen and (max-width:767px) {
  .right_box::before, .left_box::before {
    width: 38px;
  }
}
.right_box::after, .left_box::after {
  content: "";
  height: 15px;
  width: 15px;
  background: #000;
  border-radius: 10px;
  position: absolute;
}
.right_box {
  float: right;
  text-align: left;
  padding-left: 75px;
}
@media screen and (max-width:767px) {
  .right_box {
    float: none;
    text-align: left;
    padding-right: 0;
  }
}
.left_box {
  float: left;
  text-align: right;
  padding-right: 75px;
}
@media screen and (max-width:767px) {
  .left_box {
    float: none;
    text-align: left;
    padding-right: 75px;
  }
}
@media screen and (max-width:767px) {
  .right_box::before {
    left: 30px;
  }
}
.left_box::before {
  right: -7.5px;
  top: 10px;
}
@media screen and (max-width:767px) {
  .left_box::before {
    left: 30px;
  }
}
.right_box::after {
  left: -7.5px;
  top: 3px;
}
@media screen and (max-width:767px) {
  .right_box::after {
    left: 24px;
  }
}
.left_box::after {
  right: -7.5px;
  top: 3px;
}
@media screen and (max-width:767px) {
  .left_box::after {
    left: 24px;
  }
}
@media screen and (max-width:767px) {
  .left_box {
    float: none;
    text-align: left;
    padding-left: 75px;
    padding-right: 0;
  }
}
.separation {}
.tab_ttl {
  padding-bottom: 50px;
  font-size: 45px;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.tab_content .box .year_01 {
  font-size: 30px;
  letter-spacing: 0.8px;
  font-weight: bold;
  color: rgb(216, 43, 22);
  line-height: 23px;
}
@media screen and (max-width:767px) {
  .tab_content .box .year_01 {
    font-size: 24px;
  }
}
.tab_content .box .year_02 {
  font-size: 20px;
  line-height: 30px;
  color: rgb(216, 43, 22);
}
@media screen and (max-width:767px) {
  .tab_content .box .year_02 {
    font-size: 16px;
    line-height: 30px;
  }
}
.tab_content .box .detail {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 34px;
}
@media screen and (max-width:767px) {
  .tab_content .box .detail {
    font-size: 16px;
    line-height: 24px;
  }
}
.tab_content .box .detail_02 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: rgb(216, 43, 22);
}
@media screen and (max-width:767px) {
  .tab_content .box .detail_02 {
    font-size: 16px;
    line-height: 24px;
  }
}
#tab02_content .box img {
  height: auto;
  zoom: 0.5;
}
#tab02_content::before {
  top: 310px;
  bottom: 50px;
}
/*事業所一覧*/
/*section.offices_map {
  border-top: 2px solid #d82b16;
  box-sizing: border-box;
  padding: 20px;
}*/
@media screen and (max-width:767px) {
  section.offices_map {
    padding: 0;
  }
}
/*タブ*/
input[name="tab_radio"] {
  display: none;
}
.tab_area input:checked + .tab_btn {
  background-color: #d82b16;
  color: #fff;
}
.tab_area .tab_content_office {
  display: none;
  width: 100%;
  padding: 70px 0 0 0;
}
#tab01:checked ~ #tab01_content_office, #tab02:checked ~ #tab02_content_office, #tab03:checked ~ #tab03_content_office {
  display: block;
}
/*.map_domestic {
  position: relative;
  height: 700px;
}
.mapimage {
  width: 922px;
}
.area {
  position: absolute;
  text-align: left;
}
.area_name {
  color: #d82b16;
  font-size: 18px;
  margin-bottom: 15px;
}
.area_link {
  position: relative;
  display: inline-block;
  width: 59px;
  height: 26px;
  line-height: 26px;
  padding-left: 20px;
}
.area_link::before {
  position: absolute;
  content: "\f105";
  width: 15px;
  height: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  background-color: #d82b16;
  left: 0;
}
.area_pickup {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  padding: 5px 16px;
  width: 120px;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 3px;
}
.area_pickup::after {
  position: absolute;
  content: "\f105";
  width: 15px;
  height: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  right: 8px;
}
.area_pickup:nth-of-type(odd) {
  margin-right: 5px;
}
.area_pickup.long {
  width: 155px;
}
.area_pickup.bg_red {
  background-color: #d82b16;
}
.area_pickup.bg_brown {
  background-color: #AB8958;
}
.area_pickup.bg_blue {
  background-color: #61B0BA;
}
.area_pickup.bg_green {
  background-color: #81A834;
}
.area_pickup.bg_yellow {
  background-color: #E69D37;
}*/
.map_detaillink {
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 210px;
  height: auto;
}
@media screen and (max-width:767px) {
  .tab_area .tab_content_office {
    padding: 25px 0 20px 0;
  }
  .area {
    position: initial;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  #tab01_content_office .map_domestic, #tab02_content_office .map_domestic {
    height: auto;
    width: auto;
  }
  .imgBox {
    text-align: center;
    margin: 0;
  }
  .imgBox img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .area_name {
    margin-bottom: 6px;
  }
  .area_pickup, .area_pickup.long {
    width: 100%;
    box-sizing: border-box;
  }
  .map_detaillink {
    position: initial;
    display: block;
    margin: 20px auto;
    text-align: center;
  }
  #tab02_content_office .map_detaillink {
    width: 100%;
  }
  .map_detaillink img {
    width: 100%;
  }
}
.kyusyu {
  left: 43px;
  top: 283px;
}
.shikoku {
  left: 78px;
  top: 500px;
}
.chugoku {
  left: 197px;
  top: 159px;
}
.kinki {
  left: 516px;
  top: 437px;
}
.chubu {
  left: 333px;
  top: 4px;
}
.kanto {
  left: 792px;
  top: 313px;
}
.hokkaido {
  left: 792px;
  top: 129px;
}
.china {
  left: 5px;
  top: 370px;
}
.usa {
  left: 735px;
  top: 322px;
}
.taiwan {
  left: 450px;
  top: -28px;
}
.england {
  left: 160px;
  top: -28px;
}
.germany {
  left: 170px;
  top: 75px;
}
.korea {
  left: 420px;
  top: 295px;
}
.thailand {
  left: 440px;
  top: 485px;
}
.singapore {
  left: 440px;
  top: 573px;
}
.company_name {
  margin: 10px 0 20px;
  font-size: 24px;
  color: #d82b16;
}
.office_name {
  position: relative;
  padding-left: 20px;
}
.office_name::before {
  border-left: 8px solid #d82b16;
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.office_name.orange::before {
  border-color: #eba428;
}
.office_name.green::before {
  border-color: #7ec000;
}
.head_office {
  color: #fff;
  background: #d82b16;
  position: relative;
  width: 330px;
  padding-left: 10px;
}
#chiba_1 .head_office {
  width: 355px;
}
.head_office_tel {
  color: #d82b16;
}
.address {
  font-size: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 38px;
}
.address .map_btn {
  color: #d82b16;
  border: 1px solid #d82b16;
  padding: 4px 0;
  width: 40px;
  text-align: center;
  display: block;
  position: absolute;
  right: -55px;
  top: -6px;
}
@media screen and (max-width:767px) {
  .company_name {
    margin: 5px 0 10px;
    font-size: 19px;
  }
  .office_name {
    font-size: 16px !important;
  }
  .head_office, #chiba_1 .head_office {
    width: 98%;
    padding: 3px 5px;
  }
  .address {
    margin-bottom: 23px;
    width: 100%;
    font-size: 14px;
  }
  .address .map_btn {
    position: absolute;
    right: 0;
    bottom: 8px;
    top: inherit;
  }
}
/*工場見学 TA */
.tour_bc {
  margin-top: -34px;
}
@media screen and (max-width:767px) {
  .tour_bc {
    margin-top: 0;
  }
}
/*タブ*/
.tab_area_tour {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
}
.tab_area_tour .tab_btn {
  background-color: #fff;
  color: #d82b16;
  border: 2px solid #d82b16;
  font-size: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  padding: 16px 50px;
}
.tab_area_tour .tab_btn img {
  position: absolute;
  left: -84px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 115px;
  height: auto;
}
.tab_area_tour .tab_btn span {
  font-size: 16px;
  display: block;
}
.tab_area_tour .tour_tab1 {
  margin-left: 50px;
  margin-right: 100px;
}
.tab_area_tour .tour_tab2 {
  margin-right: 30px;
}
.tab_area_tour .tour_tab3 {
  color: #616161;
  border-color: #616161;
}
.tab_area_tour input:checked + .tab_btn {
  background-color: #fceeed;
  border: 2px solid #d82b16;
  margin-bottom: -20px;
}
.tab_area_tour input:checked + .tab_btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d82b16 transparent transparent transparent;
  border-width: 20px 13px 0 15px;
}
.tab_area_tour .tab_btn.on {
  background-color: #fceeed;
  border: 2px solid #d82b16;
}
.tab_area_tour .tab_content_office {
  display: none;
  margin-top: 38px;
}
@media screen and (max-width:767px) {
  .tab_area_tour .tab_btn {
    width: calc(100% - 130px);
    box-sizing: border-box;
    margin: 5px auto;
    padding: 6px 0;
    font-size: 14px;
  }
  .tab_area_tour .tab_btn span {
    font-size: 12px;
  }
  .tab_area_tour .tab_btn img {
    width: 60px;
    left: -30px;
  }
  .tab_area_tour input:checked + .tab_btn {
    margin-bottom: 5px;
  }
  .tab_area_tour input:checked + .tab_btn::after {
    display: none;
  }
}
/*みどころ*/
.highlights {
  padding: 80px 45px 0;
  position: relative;
}
.hl_head {
  color: #d82b16;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d82b16;
}
.highlights .star {
  width: 89px;
  height: auto;
  position: absolute;
  left: 214px;
  top: 57px;
}
.highlights .cow {
  width: 95px;
  height: auto;
  position: absolute;
  right: 223px;
  top: 20px;
}
@media screen and (max-width:767px) {
  .highlights {
    padding: 33px 10px 0;
  }
  .hl_head {
    font-size: 19px;
    padding-bottom: 6px;
  }
  .highlights .star {
    width: 62px;
    left: -14px;
    top: 29px;
  }
  .highlights .cow {
    width: 68px;
    right: -15px;
    top: 10px;
  }
  .highlights .w-40, .highlights .w-60 {
    width: 100%;
  }
}
.hl_imgs {
  margin-top: 60px;
}
.hl_imgs > div {
  box-sizing: border-box;
  text-align: left;
}
.hl_imgs .pl {
  padding-left: 40px;
}
.hl_imgs .pr {
  padding-right: 40px;
}
@media screen and (max-width:767px) {
  .hl_imgs .pl {
    padding-left: 0;
  }
  .hl_imgs .pr {
    padding-right: 0;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
}
.hl_title {
  font-size: 21px;
  padding: 5px 0 5px 24px;
  margin: 9px 0 25px 0;
  position: relative;
  color: #d82b16;
}
.hl_title::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background-color: #d82b16;
  border-radius: 7px;
  left: 0;
  top: 0;
}
.hl_des {
  line-height: 2;
}
.banko {
  width: 476px;
  height: auto;
}
.cource_foot .rsv_btn {
  width: 500px;
  margin: 50px auto 70px;
}
@media screen and (max-width:767px) {
  .banko {
    width: 80%;
  }
  .cource_foot .rsv_btn {
    width: 90%;
    margin: 30px auto 40px;
  }
}
.tab_content_history {
  position: relative;
}
.tab_content_history::before {
  content: "";
  width: 2px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 165px;
  bottom: 50px;
  margin: 0 auto;
}
.tab_content_history::after {
  content: "";
  height: 22px;
  width: 18px;
  background: url("../img/history/arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width:767px) {
  .tab_content_history::before {
    top: 80px;
    left: 30px;
    bottom: 60px;
    right: inherit;
  }
  .tab_content_history::after {
    left: 21px;
    right: unset;
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .tab_area {
    padding-top: 10px;
  }
  .tab_area::before {
    top: 41px;
  }
  .tab_area .tab_btn {
    width: 44%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #d82b16;
    border: 1px solid #d82b16;
    border-bottom: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
  }
  .tab_ttl {
    padding-bottom: 50px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
}
.tab_area .tab_content_history {
  display: none;
  width: 100%;
  padding: 70px 0 50px 0;
}
#tab01:checked ~ #tab01_content_history, #tab02:checked ~ #tab02_content_history, #tab03:checked ~ #tab03_content {
  display: block;
}
.separation * {
  box-sizing: border-box;
}
.right_box, .left_box {
  width: 50%;
  position: relative;
}
@media screen and (max-width:767px) {
  .right_box, .left_box {
    width: 100%;
    margin: 0 0 30px !important;
  }
}
.right_box::before, .left_box::before {
  content: "";
  height: 1px;
  width: 75px;
  background: #000;
  position: absolute;
}
@media screen and (max-width:767px) {
  .right_box::before, .left_box::before {
    width: 38px;
  }
}
.right_box::after, .left_box::after {
  content: "";
  height: 15px;
  width: 15px;
  background: #000;
  border-radius: 10px;
  position: absolute;
}
.right_box {
  float: right;
  text-align: left;
  padding-left: 75px;
}
@media screen and (max-width:767px) {
  .right_box {
    float: none;
    text-align: left;
    padding-right: 0;
  }
}
.right_box::before {
  left: -7.5px;
  top: 20px;
}
@media screen and (max-width:767px) {
  .right_box::before {
    left: 30px;
  }
}
.left_box::before {
  right: -7.5px;
  top: 20px;
}
@media screen and (max-width:767px) {
  .left_box::before {
    left: 30px;
  }
}
.right_box::after {
  left: -7.5px;
  top: 13px;
}
@media screen and (max-width:767px) {
  .right_box::after {
    left: 24px;
  }
}
.left_box::after {
  right: -7.5px;
  top: 13px;
}
@media screen and (max-width:767px) {
  .left_box::after {
    left: 24px;
  }
}
@media screen and (max-width:767px) {
  .left_box {
    float: none;
    text-align: left;
    padding-left: 75px;
    padding-right: 0;
  }
}
.separation {}
.tab_content_history .box .year_01 {
  font-size: 30px;
  letter-spacing: 0.8px;
  font-weight: bold;
  color: rgb(216, 43, 22);
  line-height: 40px;
}
@media screen and (max-width:767px) {
  .tab_content_history .box .year_01 {
    font-size: 24px;
  }
}
.tab_content_history .box .year_02 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0.3em;
  color: rgb(216, 43, 22);
}
@media screen and (max-width:767px) {
  .tab_content_history .box .year_02 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0.5em;
  }
}
.tab_content_history .box .detail {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
}
.tab_content_history .box .detail.red {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: bold;
  color: rgb(216, 43, 22);
}
@media screen and (max-width:767px) {
  .tab_content_history .box .detail {
    font-size: 16px;
    line-height: 24px;
  }
}
.tab_content_history .box .detail_02 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: rgb(216, 43, 22);
}
@media screen and (max-width:767px) {
  .tab_content_history .box .detail_02 {
    font-size: 16px;
    line-height: 24px;
  }
}
.milestone {
  background-color: rgb(216, 43, 22);
  width: 180px;
  height: 80px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -40px auto;
  position: relative;
  z-index: 1;
}
.milestone .txt_01 {
  font-size: 20px;
  line-height: 20px;
  vertical-align: baseline;
}
.milestone .txt_02 {
  font-size: 37px;
  line-height: 15px;
  vertical-align: baseline;
}
.milestone .txt_03 {
  font-size: 20px;
  line-height: 18px;
  display: block;
  margin-top: 5px;
  vertical-align: baseline;
}
.separation_01, .separation_03, .separation_06, /*.separation_07,*/ .separation_08, .separation_10, .separation_12, .separation_14 {
  background: #fceeed;
}
.separation {
  padding: 70px 0;
}
.separation_10 {
  padding: 70px 0 140px;
}
.separation_13 {
  padding: 100px 0 0;
}
.border {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgb(216, 43, 22);
  margin-left: -7.5px;
  width: 400px;
}
.border.w-800 {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
}
.no_border {
  padding: 20px;
  margin-left: -7.5px;
  width: 400px;
}
.tab_content_history .border {}
@media screen and (max-width:767px) {
  .milestone {
    width: 150px;
    height: 60px;
    margin: -30px auto;
  }
  .milestone .txt_01 {
    font-size: 15px;
    line-height: 15px;
  }
  .milestone .txt_02 {
    font-size: 25px;
  }
  .milestone .txt_03 {
    font-size: 18px;
    margin-top: 2px;
  }
  .border {
    width: 260px;
    padding: 10px 20px 20px;
  }
  .border.w-800 {
    box-sizing: border-box;
    width: calc(100% - 40px);
    padding: 10px 15px;
    margin-bottom: 20px;
  }
}
#tab01_content .block .box .img {
  width: 315px;
}
@media screen and (max-width:767px) {
  #tab01_content .block .box .img {
    width: 230px;
  }
}
.block .box .img {
  margin-top: 15px;
}
#tab01_content_history .block .box .img {
  width: 315px;
}
@media screen and (max-width:767px) {
  #tab01_content_history .block .box .img {
    width: 230px;
  }
}
.block .box .border .img {
  margin-top: 15px;
}
.box_02 {
  margin: -205px 0 0;
}
.box_03 {
  margin: 30px 0 0;
}
.box_04 {
  margin: -130px 0 0;
}
.box_05 {
  margin: 30px 0 0;
}
.box_07 {
  margin: -130px 0 0;
}
.box_08 {
  margin: -160px 0 0;
}
.border_left_box {
  width: max-content;
  float: right;
  margin-right: -7.5px;
}
@media screen and (max-width:767px) {
  .border_left_box {
    max-width: 260px;
    float: none;
  }
}
.border_right_box {
  width: max-content;
  float: left;
  margin-left: -7.5px;
}
@media screen and (max-width:767px) {
  .border_right_box {
    max-width: 260px;
    float: none;
  }
}
.box_09 {
  margin: 30px 0 0;
}
.box_12 {
  margin: -100px 0 0;
}
.box_13 {
  margin: -50px 0 0;
}
.box_16 {
  margin: -180px 0 0;
}
.box_17 {
  margin: 30px 0 0;
}
.box_18 {
  margin: -70px 0 0;
}
.box_18_02 {
  margin: -40px 0 0;
}
.box_20 {
  margin: -80px 0 0;
}
.box_21 {
  margin: -210px 0 0;
}
.box_22 {
  margin: -60px 0 0;
}
.box_24 {
  margin: -200px 0 0;
}
.box_25 {
  margin: 30px 0 0;
}
.box_26 {
  margin: -80px 0 0;
}
#tab01_content_history .block .box.box_27 .img {
  width: calc(215px * 0.9);
}
.box_28 {
  margin: -200px 0 0;
}
.box_29 {
  margin: 30px 0 0;
}
.box_30 {
  margin: -80px 0 0;
}
.box_31 {
  margin: -200px 0 0;
}
.box_32 {
  margin: 50px 0 0;
}
.box_33 {
  margin: 40px 0 0;
}
.box_35 {
  margin: -230px 0 0;
}
.box_36 {
  margin: -60px 0 0;
}
.box_37 {
  margin: -160px 0 0;
}
.box_38 {
  margin: 30px 0 0;
}
.box_39 {
  margin: -160px 0 0;
}
.year_100 {
  background: url("../img/history/history-img18_bg.png");
  background-size: cover;
  width: 750px;
  margin: 80px auto 0;
}
@media screen and (max-width:767px) {
  .year_100 {
    background: url("../img/history/history-img18-sp_bg.png");
    background-size: cover;
    width: calc(100% - 60px);
  }
  .year_100 .img {
    width: 100%;
  }
}
.box_41 {}
.box_42 {
  margin: -140px 0 0;
}
.box_43 {
  margin: -130px 0 0;
}
.box_44 {
  margin: -160px 0 0;
}
.box_45 {}
.box_46 {
  margin: -260px 0 0;
}
.box_47 {}
.box_48 {
  margin: 50px 0 -80px;
}
.box_48 small {
  display: block;
  font-size: 16px;
}
.box_49 {
  margin: -200px 0 0 ;
}
.box_50 {}
.box_51 {
  margin: -375px 0 0;
}
.box_52 {
  margin: -15px 0 0;
}
.box_53 {}
.box_54 {
  margin: -250px 0 0;
}
.box_55 {
  margin: -100px 0 0;
}
.box_56 {
  margin: -130px 0 0;
}
.box_57 {
  margin: -135px 0 0;
}
.box_58 {
  margin: 0 0 0;
}
.box_59 {
  margin: -320px 0 0;
}
div.search_area {
  background: #f6f4e9;
  padding: 70px 145px 25px 145px;
  margin-bottom: 160px;
  border-radius: 10px;
}
.search_area .label {
  color: #d82b16;
  font-size: 23px;
  padding-top: 10px;
}
.search_area input {
  height: 50px;
  width: 600px;
  display: block;
  margin-left: 20px;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
.search_area .input_form p {
  padding-left: 20px;
  line-height: 30px;
}
.input_area {
  position: relative;
}
.input_area button {
  position: absolute;
  width: 40px;
  top: 14%;
  right: 2%;
}
@media screen and (max-width:767px) {
  div.search_area {
    background: #f6f4e9;
    padding: 30px 20px 30px 20px;
    margin: 0 10px 100px;
    border-radius: 10px;
  }
  .search_area .label {
    color: #d82b16;
    font-size: 20px;
    padding-top: 10px;
    width: 300px;
  }
  .search_area input {
    height: 50px;
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .search_area .input_form p {
    line-height: 30px;
    padding-left: 0px;
    font-size: 14px;
  }
}
/* トップメッセージ */
.company_bnr_ttl {
  margin-top: 140px;
}
.company_bnr_ttl p.en {
  font-size: 45px;
  font-weight: bold;
}
.company_bnr_ttl p.ja {
  font-size: 24px;
}
.company_bnr_ttl + .bnr_list_wrap {}
.tab_area .tab_content_profile {
  display: none;
  width: 100%;
  padding: 70px 0 50px 0;
  text-align: left;
}
#tab01:checked ~ #tab01_content_profile, #tab02:checked ~ #tab02_content_profile {
  display: block;
}
.tab_content_profile .title {
  padding-left: 10px;
  line-height: 1.2;
  border-left: 5px solid #d82b16;
}
.tab_content_profile .sub-title::before {
  content: "■";
  display: inline-block;
  color: #d82b16;
}
.tab_content_profile a.waku {
  display: inline-block;
  margin-left: 20px;
  padding: 1px 7px;
  border: 1px solid #d82b16;
  color: #d82b16;
}
.tab_content_profile a.waku {
  margin-left: 5px;
  padding: 1px 5px;
}
@media screen and (max-width:767px) {
  .company_bnr .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -18px;
  }
  .company_bnr .bx-wrapper .bx-controls-direction a.bx-next {
    right: -18px;
  }
}
.offices_list {
  text-align: left;
}
@media screen and (max-width:767px) {
  .company_bnr_ttl + .bnr_list_wrap {
    padding-bottom: 5px;
  }
  .tab_area .tab_content_profile {
    padding-top: 30px;
  }
  .tab_content_profile .font13 {
    font-size: 14px;
  }
  .tab_content_profile .font18 {
    font-size: 17px;
  }
  .company_bnr_ttl {
    margin-top: 40px;
  }
  .company_bnr_ttl p.en {
    font-size: 32px;
    line-height: 1;
  }
  .company_bnr_ttl p.ja {
    font-size: 18px;
    line-height: 1;
  }
  .sp_menu1 {
    margin-top: 20px;
  }
  .sp_menu1 .ac_parent {
    background-color: #e6ddad;
    color: #d82b16;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
  }
  .sp_menu1 .ac_parent::after {
    position: absolute;
    content: "\f067";
    width: 25px;
    height: 25px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #d82b16;
    background-color: #FFF;
    right: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
  }
  .sp_menu1 .ac_parent.active::after {
    content: "\f068";
  }
  .sp_menu1 .ac_child {
    display: none;
    padding: 0 10px;
    background-color: #fff;
  }
  .sp_menu1 .ac_child li {
    border-bottom: 1px solid #3a3a3a;
    text-align: left;
  }
  .sp_menu1 .ac_child li:last-child {
    border-bottom: transparent;
  }
  .sp_menu1 .ac_child li a {
    display: block;
    padding: 10px 0;
    position: relative;
  }
  .sp_menu1 .ac_child li a::before {
    position: absolute;
    content: "\f105";
    width: 15px;
    height: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    background-color: #d82b16;
    right: 0;
  }
  .sp_menu1 .flex_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp_menu1 .flex_ul li.w50 {
    width: 48%;
  }
  .sp_menu1 .flex_ul li.w50.bdr_none {
    border-bottom: none;
  }
  .menu_2lv_wrap .menu-2lv .arrow a {
    display: block;
    position: relative;
  }
  .menu_2lv_wrap .menu-2lv .arrow a::after {
    position: absolute;
    content: "\f105";
    width: 15px;
    height: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    top: 45%;
    color: #fff;
    background-color: #d82b16;
    right: 30px;
  }
  .mbox {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .mbox .title {
    text-align: center;
  }
  .sp_menu2 .w-48 {
    margin-top: 12px;
    width: 48%;
  }
  .sp_menu2 .w-100 {
    margin-top: 12px;
  }
  #tab02_content_office .sp_menu1 .w-31 {
    margin: 0 7px;
  }
  .sp_menu2 a {
    position: relative;
    display: block;
    padding: 12px 10px;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #999;
    box-sizing: border-box;
    color: #000;
    box-shadow: 0 4px #d4d2c8;
    font-size: 12px;
  }
  .sp_menu2 a::before {
    position: absolute;
    content: "\f105";
    width: 15px;
    height: 15px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    background-color: #d82b16;
    right: 7px;
  }
}
.bgw {
  position: relative;
  padding-bottom: 15px;
}
.bbg {
  position: absolute;
  left: -15px;
  top: -10px;
  width: 365px;
  height: 115px;
  /*background-color: #fdf4f3;*/
  background-color: #fceeed;
}
#chiba_1 .bbg {
  width: 390px;
}
@media screen and (max-width:767px) {
  .bgw {
    padding-bottom: 20px;
  }
  .bbg {
    left: -2%;
    top: -4%;
    width: 105%;
    height: 88%;
  }
  #chiba_1 .bbg {
    width: 105%;
  }
}