﻿@charset "UTF-8";

/* ======================
 * Compornent CSS
======================= */

/* Section
------------------------------------------ */

.section40px {
  margin-right: 40px;
  margin-left: 40px;
}

body{
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/* Heading
------------------------------------------ */

/* common */
[class^="heading"] a {
	text-decoration: none;
}
.heading2-01,
.heading3-01 {
  font-size: 0;
}
.heading3-02,
.heading4-01,
.heading5-01 {
	line-height: 1.4;
}

/* .heading2-01 */
/* .heading2-02 */
.heading2-01,
.heading2-02 {
  margin: 50px 0 0 0;
  text-align: center;
}
.heading2-01 >  span,
.heading2-02 >  span {
  position: relative;
  display: inline-block;
  padding: 0 0 12px 0;
}
.heading2-01 >  span:before,
.heading2-01 >  span:after,
.heading2-02 >  span:before,
.heading2-02 >  span:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #db0505;
}
.heading2-01 >  span:before,
.heading2-02 >  span:before{
  left: -2px;
  width: 100%;
  border-radius: 4px 0 0 4px;
}
.heading2-01 >  span:after,
.heading2-02 >  span:after {
  right: -2px;
  width: 4px;
  border-radius: 0 4px 4px 0;
}
.heading2-02{
	font-size:2.5rem;
	line-height:1.2;
}
.heading2-02 >  span span {
	font-size:1.2rem;
	color:#6b6b6b;
	display:block;
}

/* .heading3-01 */
/* .heading3-02 */
.heading3-01,
.heading3-02,
.heading3-03{
  position: relative;
  margin: 30px 0 0 0;
  padding: 0 0 0 16px;
}
.heading3-01 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.heading3-02 {
  font-size: 20px;
  font-size: 2.0rem;
}
.heading3-01:before,
.heading3-02:before,
.heading3-03:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  min-height: 100%;
  background-color: #f2903e;
  border-radius: 1px;
}



/* .heading4-01 */
.heading4-01 {
  margin: 30px 0 0 0;
  padding: 0 10px 4px 10px;
  border-bottom: 1px solid #cec2ae;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* .heading5-01 */
.heading5-01 {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 0 0 16px;
  font-weight: bold;
}
.heading5-01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  min-height: 100%;
  background-color: #f2903e;
  border-radius: 1px;
}

/* .heading6-01 */
.heading6-01 {
	position: relative;
  margin: 20px 0 0 0;
	padding: 0 0 0 1.5em;
  font-weight: bold;
}
.heading6-01:before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1em;
	height: 1em;
  background-color: #000000;
}

/* .headingLink01 */
.headingLink01 {
  position: relative;
}
.headingLink01 .btn01,
.headingLink01 .btn02 {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.headingLink01 .btn01 {
  letter-spacing: -0.4em;
}
.headingLink01 .btn02 {
  font-size: 0;
}
.headingLink01 .btn01 > li,
.headingLink01 .btn02 > li {
  display: inline-block;
  vertical-align: middle;
}
.headingLink01 .btn01 > li {
  letter-spacing: normal;
}
.headingLink01 .btn01 > li > a {
  display: block;
  padding: 5px 25px 5px 35px;
  background-color: #db0505;
  background-image: url(/common/images/link_ic08.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  border-radius: 3px;
  line-height: 1.2;
}
.headingLink01 .btn01 > li > a:link,
.headingLink01 .btn01 > li > a:visited,
.headingLink01 .btn01 > li > a:hover,
.headingLink01 .btn01 > li > a:active {
  color: #ffffff;
}
.headingLink01 .btn01 > li > a:hover,
.headingLink01 .btn02 > li > a:hover img {
  opacity: 0.7;
}
.headingLink01 .btn02 > li > a:hover img {
	transition: all 0.3s ease 0s;
}



/* Image
------------------------------------------ */

/* imgSet01 */
.imgSet01 {
	margin: 20px auto 0;
  text-align: center;
}
.imgSet01.aL {
  width: auto !important;
}
.imgSet01 img {
  max-width: 100%;
}
.imgSet01 figcaption,
.imgSet01 .imgCap01,
.imgSet01 .imgCap02 {
  text-align: left;
}
.imgSet01 figcaption,
.imgSet01 .imgCap01 {
  margin: 5px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.imgSet01 .imgCap02 {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

/* imgBdr01 */
.imgBdr01 {
  border: 1px solid #cccccc;
}

/* imgRc01 */
.imgRc01 {
  border-radius: 5px;
}

/* Text
------------------------------------------ */

/* txtCatch01 */
.txtCatch01 {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
.txtCatch01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  min-height: 100%;
  background-color: #fdd9ac;
  border-radius: 2px;
}

/* txtLead01 */
.txtLead01 {
  font-size: 18px;
  font-size: 1.8rem;
}

/* txtLead02 */
.txtLead02 {
  color: #f2903e;
  font-size: 18px;
  font-size: 1.8rem;
}

/* txtLead03 */
.txtLead03 {
  font-size: 26px;
  font-size: 2.6rem;
}

/* txtLead04 */
.txtLead04 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

/* txColor */
.txtColor01 {
  color: #f2903e;
}
.txtColor02 {
  color: #db0505;
}

/* txtBold01 */
.txtBold01 {
	font-weight: bold;
}

/* txtStrong01 */
.txtStrong01 {
}

/* txtDec01 */
.txtDec01 {
	text-decoration: underline;
}

/* txtSup01 */
.txtSup01 {
}

/* txtNote01 */
.txtNote01 {
	margin: 1em 0 0 0;
}
.txtNote01 > li {
  padding: 0 0 0 2em;
	font-size: 12px;
  font-size: 1.2rem;
  text-indent: -2em;
}
.txtNote01 > li:first-child {
  margin-top: 0;
}
.txtNote01 > li:before {
  content: "※　";
}

/* txtSize */
.txtSize11px {
  font-size: 11px;
  font-size: 1.1rem;
}
.txtSize12px {
  font-size: 12px;
  font-size: 1.2rem;
}
.txtSize16px {
  font-size: 16px;
  font-size: 1.6rem;
}

/* txtLh */
.txtLh2em {
  line-height: 2.28;
}
.txtLh2em .linkTxtList01 {
  line-height: 1.61;
}

/* txtPre01 */
.txtPre01 {
	overflow: auto;
	display: block;
	width: 100%;
	margin: 20px 0 20px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #dcd9c2;
  border-radius: 5px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.txtPre01 > code {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* Navigation
------------------------------------------ */

/* navAnchor01 */
.navAnchor01 {
	margin: 30px 0 0 0;
}
.navAnchor01 .nav01 {
  overflow: hidden;
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 5px;
}
.navAnchor01 .nav01 > li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
  background-image: url(/common/images/link_ic05.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  white-space: nowrap;
}
.navAnchor01 .nav01 > li:first-child {
}
.navAnchor01 .nav01 > li:last-child {
  margin-right: 0;
}
.navAnchor01 .nav01 > li > a {
}
.navAnchor01 .nav01 > li > a:link,
.navAnchor01 .nav01 > li > a:visited,
.navAnchor01 .nav01 > li > a:hover,
.navAnchor01 .nav01 > li > a:active {
  color: #000000;
}
.navAnchor01 .nav01 > li > a:link,
.navAnchor01 .nav01 > li > a:visited {
  text-decoration: none;
}
.navAnchor01 .nav01 > li > a:hover,
.navAnchor01 .nav01 > li > a:active {
  text-decoration: underline;
}

/* navAnchor02 */
.navAnchor02 {
	margin: 30px 15px 0;
}
.navAnchor02 .nav01 > li {
  margin: 0.5em 0 0 0;
  padding: 0 0 0 15px;
  background-image: url(/common/images/link_ic05.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
.navAnchor02 .nav01 > li:first-child {
  margin-top: 0;
}
.navAnchor02 .nav01 > li > a:link,
.navAnchor02 .nav01 > li > a:visited,
.navAnchor02 .nav01 > li > a:hover,
.navAnchor02 .nav01 > li > a:active {
  color: #000000;
}
.navAnchor02 .nav01 > li > a:link,
.navAnchor02 .nav01 > li > a:visited {
  text-decoration: none;
}
.navAnchor02 .nav01 > li > a:hover,
.navAnchor02 .nav01 > li > a:active {
  text-decoration: underline;
}

/* navPager01 */
.navPager01 {
  margin: 50px 0 0 0;
}
.navPager01 .nav01 {
  letter-spacing: -0.4em;
  text-align: center;
}
.navPager01 .nav01 li a {
  display: table-cell;
  height: 30px;
  background-color: #ffffff;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
}
.navPager01 .nav01 > li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.navPager01 .nav01 > li.prev > a,
.navPager01 .nav01 > li.next > a {
  overflow: hidden;
  outline: none;
  width: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: left;
  text-indent: -9999em;
}
.navPager01 .nav01 > li.prev > a {
  background-image: url(/common/images/link_ic07.png);
}
.navPager01 .nav01 > li.next > a {
  background-image: url(/common/images/link_ic03.png);
}
.navPager01 .nav01 > li.page {
  margin: 0 40px;
}
.navPager01 .nav01 > li.page > ul {
  white-space: nowrap;
  letter-spacing: -0.4em;
}
.navPager01 .nav01 > li.page > ul > li {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  letter-spacing: normal;
}
.navPager01 .nav01 > li.page > ul > li:last-child {
  margin-right: 0;
}
.navPager01 .nav01 > li.page > ul > li > a {
  width: 30px;
}
.navPager01 .nav01 > li.page > ul > li.on > a {
  background-color: #de2423;
  color: #ffffff;
  font-weight: bold;
}

/* navPager02 */
.navPager02 {
  overflow: hidden;
  margin: 50px 0 0 0;
}
.navPager02 > .nav01 > li > a {
  position: relative;
  display: block;
  padding: 10px 40px;
  background-color: #ffffff;
  border-radius: 3px;
}
.navPager02 > .nav01 > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.navPager02 > .nav01 > li.prev {
  float: left;
}
.navPager02 > .nav01 > li.prev > a {
  padding-left: 50px;
}
.navPager02 > .nav01 > li.prev > a:before {
  left: 15px;
  background-image: url(/common/images/link_ic07.png);
}
.navPager02 > .nav01 > li.next {
  float: right;
}
.navPager02 > .nav01 > li.next > a {
  padding-right: 50px;
}
.navPager02 > .nav01 > li.next > a:before {
  right: 15px;
  background-image: url(/common/images/link_ic03.png);
}
.localNav01{
  overflow: hidden;
  margin-top: 50px;
  padding: 0 20px 0;
  background-color: #ffffff;
  border-radius: 3px;
}
.localNav01 > .localNavList01{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1px;
}
.localNav01 > .localNavList01 > li{
  position: relative;
  width: 25%;
  padding: 20px 0 20px;
  border-bottom: solid 1px #d7d7da;
  font-size: 14px;
}
.localNav01 > .localNavList01 > li:after{
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: calc(100% - 36px);
  border-left: dotted 1px #333333;
}
/*
.localNav01 > .localNavList01 > li:nth-of-type(4n+4){
  width: 235px;
}
*/
.localNav01 > .localNavList01 > li:nth-of-type(4n+4):after{
  content: none;
}
.localNav01 > .localNavList01 > li a{
  display: inline-block;
  position: relative;
  margin-left: 15px;
  padding-left: 10px;
  color: #333333;
}
.localNav01 > .localNavList01 > li a:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background-image: url(/common/images/link_ic03.png);
}
.localNav01 > .localNavList01 > li.on a{
  font-weight: bold;
  color: #db0a0a;
}
.localNav01 > .localNavList01 > li:nth-of-type(4n+1) a{
  margin-left: 0;
}
.localNav01 > .localNavList01 > li.on a:before{
  content: none;
}

/* Link
------------------------------------------ */
/* icon */
.linkTxtInline01:after,
.linkTxtList01 > li a:after,
.linkBtnList01 > li a:after,
.boxLink01 .hdg01 a:after,
.boxLink02 .hdg01 a:after,
.boxNews01 .list01 > tbody > tr > td > a:after,
.boxIndex02 .news01 a > dl > dd:after,
.boxIndex07 .tabKitBox .tabKitPanel .panel dl dd a:after {
  content: "";
	display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.linkTxtInline01[target="_blank"]:after,
.linkTxtInline01[href$=".pdf"]:after,
.linkTxtList01 > li a[target="_blank"]:after,
.linkTxtList01 > li a[href$=".pdf"]:after,
.linkBtnList01 > li a[target="_blank"]:after,
.linkBtnList01 > li a[href$=".pdf"]:after,
.boxLink01 .hdg01 a[target="_blank"]:after,
.boxLink01 .hdg01 a[href$=".pdf"]:after,
.boxLink02 .hdg01 a[target="_blank"]:after,
.boxLink02 .hdg01 a[href$=".pdf"]:after,
.boxNews01 .list01 > tbody > tr > td > a[target="_blank"]:after,
.boxNews01 .list01 > tbody > tr > td > a[href$=".pdf"]:after,
.boxIndex02 .news01 a[target="_blank"] > dl > dd:after,
.boxIndex02 .news01 a[href$=".pdf"] > dl > dd:after,
.boxIndex07 .tabKitBox .tabKitPanel .panel dl dd a[target="_blank"]:after,
.boxIndex07 .tabKitBox .tabKitPanel .panel dl dd a[href$=".pdf"]:after {
  margin: 0 4px;
}
.linkTxtInline01[target="_blank"]:after,
.linkTxtList01 > li a[target="_blank"]:after,
.linkBtnList01 > li a[target="_blank"]:after,
.boxLink01 .hdg01 a[target="_blank"]:after,
.boxLink02 .hdg01 a[target="_blank"]:after,
.boxNews01 .list01 > tbody > tr > td > a[target="_blank"]:after,
.boxIndex02 .news01 a[target="_blank"] > dl > dd:after,
.boxIndex07 .tabKitBox .tabKitPanel .panel dl dd a[target="_blank"]:after {
  width: 13px;
  height: 10px;
  background-image: url(/common/images/link_ic01.png);
}
.linkBtnList01 > li a.linkBtn03[target="_blank"]:after {
  background-image: url(/common/images/link_ic04.png);
}
.linkTxtInline01[href$=".pdf"]:after,
.linkTxtList01 > li a[href$=".pdf"]:after,
.linkBtnList01 > li a[href$=".pdf"]:after,
.linkBtnList01 > li a.linkBtn03[href$=".pdf"]:after,
.boxLink01 .hdg01 a[href$=".pdf"]:after,
.boxLink02 .hdg01 a[href$=".pdf"]:after,
.boxNews01 .list01 > tbody > tr > td > a[href$=".pdf"]:after,
.boxIndex02 .news01 a[href$=".pdf"] > dl > dd:after,
.boxIndex07 .tabKitBox .tabKitPanel .panel dl dd a[href$=".pdf"]:after {
  width: 14px;
  height: 14px;
  background-image: url(/common/images/link_ic02.png);
}

/* linkTxtInline01 */
.linkTxtInline01:link,
.linkTxtInline01:visited {
  text-decoration: underline;
}
.linkTxtInline01:hover,
.linkTxtInline01:active {
  text-decoration: none;
}

/* linkTxtList01 */
.linkTxtList01 {
  margin: 1em 0 0 0;
}
.linkTxtList01 > li {
  margin: 0.5em 0 0 0;
  padding: 0 0 0 15px;
  background-image: url(/common/images/link_ic03.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
.linkTxtList01 > li:first-child {
  margin-top: 0;
}

.linkTxtList01[class*="col"] {
	letter-spacing: -0.4em;
}
.linkTxtList01[class*="col"] > li {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	letter-spacing: normal;
}
.linkTxtList01.col4 > li {
	width: 230px;
	box-sizing: border-box;
}
.linkTxtList01.col4 > li:nth-child(-n+4) {
	margin-top: 0;
}
.linkTxtList01.col4 > li:nth-child(4n) {
	margin-right: 0;
}

/* linkBtnList01 */
.linkBtnList01 {
  overflow: hidden;
  margin: 10px 0 0 0;
  letter-spacing: -0.4em;
}
.linkBtnList01 > li {
  display: inline-block;
  margin: 15px 15px 0 0;
  vertical-align: middle;
  letter-spacing: normal;
}
.linkBtnList01 > li > a {
  display: block;
}
.linkBtnList01 > li > a:link,
.linkBtnList01 > li > a:visited {
  text-decoration: none;
}
.linkBtnList01 > li > a:hover,
.linkBtnList01 > li > a:active {
  text-decoration: underline;
}
.linkBtnList01 > li > a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.linkBtnList01 > li:last-child {
  margin-right: 0;
}

/* linkBtnList02 */
.linkBtnList02 {
  margin: 25px 0 0 0;
  font-size: 0;
}
.linkBtnList02 > li {
  display: inline-block;
  margin: 15px 15px 0 0;
  vertical-align: middle;
}
.linkBtnList02 > li > a:hover img {
	transition: all 0.3s ease 0s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.linkBtnList02 > li:last-child {
  margin-right: 0;
}

/* linkBtn01 */
/* linkBtn02 */
/* linkBtn03 */
/* linkBtn04 */
.linkBtn01,
.linkBtn02,
.linkBtn03,
.linkBtn04 {
  border-radius: 5px;
  text-align: center;
  line-height: 1.2;
}
.linkBtn01,
.linkBtn02 {
  background-color: #ffffff;
}
.linkBtn03,
.linkBtn04 {
  background-color: #f2903e;
}
.linkBtn01,
.linkBtn03 {
  padding: 10px 30px;
  font-size: 16px;
  font-size: 1.6rem;
}
.linkBtn02,
.linkBtn04 {
  padding: 15px 90px;
  font-size: 20px;
  font-size: 2.0rem;
}
.linkBtn01:link,
.linkBtn01:visited,
.linkBtn01:hover,
.linkBtn01:active,
.linkBtn02:link,
.linkBtn02:visited,
.linkBtn02:hover,
.linkBtn02:active {
  color: #000000;
}
.linkBtn03:link,
.linkBtn03:visited,
.linkBtn03:hover,
.linkBtn03:active,
.linkBtn04:link,
.linkBtn04:visited,
.linkBtn04:hover,
.linkBtn04:active {
  color: #ffffff;
}


/* List
------------------------------------------ */

/* listUl01 */
/* listUl02 */
/* listUl03 */
.listUl01,
.listUl02,
.listUl03 {
  margin: 1em 0 0 0;
}
.listUl01 > li,
.listUl02 > li,
.listUl03 > li {
  position: relative;
  margin: 0.5em 0 0 0;
  padding: 0 0 0 20px;
}
.listUl03 > li {
  font-size: 13px;
  font-size: 1.3rem;
}
.listUl01 > li:first-child,
.listUl02 > li:first-child,
.listUl03 > li:first-child {
  margin-top: 0;
}
.listUl01 > li:before,
.listUl02 > li:before,
.listUl03 > li:before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.listUl01 > li:before {
  background-color: #f2903e;
}
.listUl02 > li:before {
  background-color: #fdd098;
}
.listUl03 > li:before {
  background-color: #e2cbac;
}

/* listOl01 */
.listOl01 {
  margin: 1em 0 0 0;
  counter-reset: listOl01;
}
.listOl01 > li {
  position: relative;
  margin: 0.5em 0 0 0;
  padding: 0 0 0 2.5em;
}
.listOl01 > li:first-child {
  margin-top: 0;
}
.listOl01 > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2em;
  counter-increment: listOl01;
  content: counter(listOl01) ".";
  color: #f2903e;
  font-weight: bold;
  text-align: right;
}

/* listOl02 */
.listOl02 {
  margin: 1em 0 0 0;
  counter-reset: listOl02;
}
.listOl02 > li {
  position: relative;
  margin: 0.5em 0 0 0;
  padding: 0 0 0 3.5em;
}
.listOl02 > li:first-child {
  margin-top: 0;
}
.listOl02 > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5em;
  counter-increment: listOl02;
  content: "（" counter(listOl02) "）";
  font-weight: bold;
  text-align: right;
}

/* listOl03 */
.listOl03 {
  margin: 1em 0 0 0;
  counter-reset: listOl03;
}
.listOl03 > li {
  position: relative;
  margin: 0.5em 0 0 0;
  padding: 0 0 0 2.5em;
}
.listOl03 > li:first-child {
  margin-top: 0;
}
.listOl03 > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: listOl03;
  content: "（" counter(listOl03, lower-alpha) "）";
  font-weight: bold;
}

/* listDl01 */
.listDl01 {
  margin: 1em 0 0 0;
}
.listDl01 > dt {
  margin: 0.5em 0 0 0;
  font-weight: bold;
}
.listDl01 > dt:first-child {
  margin-top: 0;
}

/* listDl02 */
.listDl02 {
  overflow: hidden;
  margin: 1em 0 0 0;
}
.listDl02 > dt {
  float: left;
  font-weight: bold;
}
.listDl02 > dt:after {
  content: "：";
}
.listDl02 > dt:first-child {
  margin-top: 0;
}
.listDl02 > dd {
  overflow: hidden;
}
.listDl02 > .signature {
  text-align: right;
  margin:0 auto;
}

/* listDl03 */
.listDl03 {
  overflow: hidden;
  margin: 1em 0 0 0;
}
.listDl03 > * {
  font-size: 12px;
  font-size: 1.2rem;
}
.listDl03 > dt {
  float: left;
}
.listDl03 > dt:after {
  content: "：";
}
.listDl03 > dt:first-child {
  margin-top: 0;
}
.listDl03 > dd {
  overflow: hidden;
}

/* nest */
.listDl01 > dd > * {
  margin-top: 0;
}
.listDl01 > dd > * > li {
  margin-top: 0;
}
[class*="listUl"] > li > ol,
[class*="listOl"] > li > ul {
  margin-top: 0.5em;
}
[class*="listUl"] > li > .txtNote01,
[class*="listOl"] > li > .txtNote01 {
  margin-top: 0.5em;
}

/* Table
------------------------------------------ */

/* common */
.nowrap {
  white-space: nowrap;
}

/* tblCaption01 */
.tblCaption01 {
}

/* tblDate01 */
.tblDate01 {
  width: 100%;
  margin: 20px 0 0 0;
  border-top: 1px solid #d2d1d0;
}
.tblDate01 > * > tr > * {
  padding: 15px 10px;
  border-bottom: 1px solid #d2d1d0;
  text-align: left;
  vertical-align: top;
}
.tblDate01 > * > tr > * > *:first-child {
  margin-top: 0;
}
.tblDate01 > tbody > tr > td {
  background-color: #ffffff;
  border-right: 1px solid #d2d1d0;
}
.tblDate01 > tbody > tr > td:last-child {
  border-right: none;
}

/* 20210806追加 tableレスポンシブ崩れのため */
@media screen and (max-width: 767px) {
  .tblDate01 colgroup {
    display: none;
  }
}

/* tblDate02 */
.tblDate02 {
  width: 100%;
  margin: 20px 0 0 0;
  border-top: 1px solid #d2d1d0;
}
.tblDate02 > * > tr > * {
  padding: 15px 20px;
  border-right: 1px solid #d2d1d0;
  border-bottom: 1px solid #d2d1d0;
  text-align: left;
  vertical-align: top;
}
.tblDate02 > * > tr > *:last-child {
  border-right: none;
}
.tblDate02 > * > tr > * > *:first-child {
  margin-top: 0;
}
.tblDate02 tbody tr > td {
  background-color: #ffffff;
}

/* tblDate03 */
.tblDate03 {
  margin: 20px 0 0 0;
}
.tblDate03 > * > tr > * {
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
  color: #333333;
}
.tblDate03 > * > tr:first-child > * {
  padding-top: 0;
}
.tblDate03 > * > tr:last-child > * {
  padding-bottom: 0;
}
.tblDate03 tbody tr > th {
  padding-right: 10px;
  white-space: nowrap;

}

/* tblCell */
table > * > tr > .tblCell01 {
  background-color: #dbdad8;
  border-right: 1px solid #ffffff;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table > * > tr > .tblCell01:last-child {
  border-right: none;
}
table > * > tr > .tblCell02 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #dbdad8;
}
table > * > tr > .tblCell03 {
  background-color: #edecea;
}
table > * > tr > .tblCell04 {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table > * > tr > .tblCell05 {
  font-weight: bold;
}



/* Hr
------------------------------------------ */

/* hrSolid01 */
.hrSolid01 {
  display: block;
  height: 1px;
  margin: 40px 0;
  background-color: #cec2ae;
  border: none;
}
.hrSolid01 + * {
  margin-top: 0 !important;
}

/* hrSolid02 */
.hrSolid02 {
  display: block;
  height: 2px;
  margin: 40px 0;
  background-color: #cec2ae;
  border: none;
}
.hrSolid02 + * {
  margin-top: 0 !important;
}

/* hrDotted01 */
.hrDotted01 {
  display: block;
  height: 1px;
  margin: 40px 0;
  background-image: url(/common/images/line_bg01.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  border: none;
}
.hrDotted01 + * {
  margin-top: 0 !important;
}

/* Form
------------------------------------------ */

/* formText01 */
/* formTextarea01 */
.formText01,
.formTextarea01,
.formSelect01:before,
.formSelect01 select {
  box-sizing: border-box;
}
.formText01,
.formTextarea01,
.formSelect01:before {
  border: 1px solid #dcd9c2;
  border-radius: 5px;
}
.formText01,
.formTextarea01,
.formSelect01 select {
  padding: 10px;
}

/* formSelect01 */
.formSelect01 {
  position: relative;
  display: inline-block;
}
.formSelect01:before,
.formSelect01:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.formSelect01:before {
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: #edecea;
}
.formSelect01:after {
  top: 50%;
  right: 20px;
  width: 10px;
  height: 7px;
  margin-top: -3px;
  background-image: url(/common/images/link_ic05.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.formSelect01 select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px;
  background-color: transparent;
  border: none;
  z-index: 2;
}
.formSelect01 select::-ms-expand {
	display: none;
}

/* formBtn01 */
.formBtn01 {
  position: relative;
  margin: 50px 0 0 0;
}
.formBtn01 > li {
  vertical-align: middle;
}
.formBtn01 > li.center {
  width: 100%;
  text-align: center;
}
.formBtn01 > li.left,
.formBtn01 > li.right {
  position: absolute;
  top: 0;
}
.formBtn01 > li.left {
  left: 0;
}
.formBtn01 > li.right {
  right: 0;
}
.formBtn01 > li > input:hover,
.formBtn01 > li > a > img:hover {
	transition: all 0.3s ease 0s;
  opacity: 0.7;
}

/* formErrorCell01 */
.formErrorCell01 {
  background-color: #fff3f3 !important;
}

/* formErrorTxt01 */
.formErrorTxt01 {
  margin: 0 0 1em 0;
  color: #db0505;
  font-weight: bold;
}

/* formWidth */
.formWidthMax {
  width: 100%;
}
.formWidth370px {
  width: 370px;
}
.formWidth220px {
  width: 220px;
}

/* formHeight */
.formHeight130px {
  height: 130px;
}

/* formSet01 */
.formSet01 > dt {
  font-size: 12px;
  font-size: 1.2rem;
}
.formSet01 > dd {
  margin: 5px 0 0 0;
}

/* formSet02 */
.formSet02 {
  letter-spacing: -0.4em;
}
.formSet02 > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.formSet02 > dt {
  margin: 0 10px 0 0;
}

/* formSet03 */
.formSet03 {
  letter-spacing: -0.4em;
}
.formSet03 > li {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
  letter-spacing: normal;
  white-space: nowrap;
}
.formSet03 > li:last-child {
  margin-right: 0;
}

/* ime-mode */
.imeAuto {
	ime-mode: auto;
}
.imeActive {
	ime-mode: active;
}
.imeInActive {
	ime-mode: inactive;
}

/* Column
------------------------------------------ */

/* common */
.column {
  margin: 30px 0 0 0;
}
.column,
.colImgSet .colTxt {
	overflow: hidden;
	zoom: 1;
}
.column > div > *:first-child,
.column > div > section:first-child > *:first-child {
  margin-top: 0 !important;
}
.col {
  float: left;
}

/* colEq2-01 */
.colEq2-01 > .col {
  width: 485px;
  margin: 20px 10px 0 0;
}
.colEq2-01 > .col:nth-child(-n+2) {
  margin-top: 0;
}
.colEq2-01 > .col:nth-child(2n) {
  margin-right: 0;
}

/* colEq2-02 */
.colEq2-02 > .col {
  width: 480px;
  margin: 20px 20px 0 0;
}
.colEq2-02 > .col:nth-child(-n+2) {
  margin-top: 0;
}
.colEq2-02 > .col:nth-child(2n) {
  margin-right: 0;
}

/* colEq3-01 */
.colEq3-01 > .col {
  width: 320px;
  margin: 20px 10px 0 0;
}
.colEq3-01 > .col:nth-child(-n+3) {
  margin-top: 0;
}
.colEq3-01 > .col:nth-child(3n) {
  margin-right: 0;
}

/* colEq4-01 */
.colEq4-01 > .col {
  width: 237px;
  margin: 20px 10px 0 0;
}
.colEq4-01 > .col:nth-child(-n+4) {
  margin-top: 0;
}
.colEq4-01 > .col:nth-child(4n) {
  margin-right: 0;
}

/* colEq5-01 */
.colEq5-01 > .col {
  width: 188px;
  margin: 20px 10px 0 0;
}
.colEq5-01 > .col:nth-child(-n+5) {
  margin-top: 0;
}
.colEq5-01 > .col:nth-child(5n) {
  margin-right: 0;
}

/* colSet */
[class*="colImgSet"] > .colImgR {
  float: right;
  margin-left: 20px;
}
[class*="colImgSet"] > .colImgL {
  float: left;
  margin-right: 20px;
}
.colImgSetF > .colImgR,
.colImgSetF > .colImgL {
  margin-bottom: 20px;
}
.colImgLt,
.colImgRt,
.colImgRt02,
.colImgRt03{
	margin-top:30px;
	margin-bottom:6px;
}
.colImgRt > img,
.colImgRt02 > img,
.colImgRt03 > img{
	float:right;
}
.colImgRt > .colL{
	float:left;
	width:525px;
}
.colImgRt > .colL p{
	margin-top:0;
}
.colImgRt02 > .colL{
	float:left;
	width:477px;
}
.colImgRt02 > .colL h5{
	margin-top:0;
}
.colImgRt03 > .colL{
	width:662px;
}
.colImgLt > img{
	float:left;
	margin-right:10px;
}
.colImgLt > .colR{
	float:left;
}
.colImgLt > .colR > ul{
	margin-top:0;
}
.colImgRt04 > img{
	float:right;
}
.colImgRt04 > .colL{
	width:224px;
}

/* Box
------------------------------------------ */

/* boxColumn01 */
.boxColumn01 {
  margin: 30px 0 0 0;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
}
.boxColumn01 .inner01 {
  margin: 15px 15px 0;
}
.boxColumn01 > *:first-child,
.boxColumn01 > section:first-child > *:first-child,
.boxColumn01 .inner01 > *:first-child,
.boxColumn01 .inner01 > section:first-child > *:first-child {
  margin-top: 0;
}

/* boxColumn02 */
.boxColumn02 {
  margin: 30px 0 0 0;
  padding: 20px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}
.boxColumn02 .inner01 {
  margin: 15px 15px 0;
}
.boxColumn02 > *:first-child,
.boxColumn02 > section:first-child > *:first-child,
.boxColumn02 .inner01 > *:first-child,
.boxColumn02 .inner01 > section:first-child > *:first-child {
  margin-top: 0;
}
.boxColumn02.col2{
	padding-top:0;
}
.boxColumn02.col2 .inner00 {
	width:403px;
	float:left;
	margin-right:20px;
}
.boxColumn02.col2 .inner00:nth-of-type(2n) {
	margin-right:0;
}
.boxColumn02.col2 .inner00 .inner01{
	margin-left:0;
	margin-right:0;
}
.boxColumn02.col2 .inner00 .inner01 > img{
	float:left;
}
.boxColumn02.col2 .inner00 .inner01 > p{
	float:right;
	width:262px;
	margin-top:0;
}
.boxColumn02.col2 h5{
	margin-top:30px;
}

/* boxLink01 */
.boxLink01 {
  margin: 30px 0 0 0;
}
.boxLink01 > .column {
  margin-top: 0;
}
.boxLink01 .hdg01 + * {
  margin-top: 0.5em;
}
.boxLink01 > .column > .col.on {
  cursor: pointer;
}
.boxLink01 > .column > .col.on .hdg01 a {
  text-decoration: underline;
}

/* boxLink02 */
.boxLink02 {
  margin: 30px 0 0 0;
}
.boxLink02 > .column {
  margin-top: 0;
}
.boxLink02 .hdg01 {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  background-image: url(/common/images/link_ic06.png);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.boxLink02 .hdg01 a:link,
.boxLink02 .hdg01 a:visited,
.boxLink02 .hdg01 a:hover,
.boxLink02 .hdg01 a:active {
  color: #000000;
}
.boxLink02 .hdg01 + * {
  margin-top: 0.5em;
}
.boxLink02 > .column > .col.on {
  cursor: pointer;
}
.boxLink02 > .column > .col.on .hdg01 a {
  text-decoration: underline;
}

/* boxLink03 */
.boxLink03 {
  margin: 30px 0 0 0;
}
.boxLink03 > .column {
  margin-top: 0;
}
.boxLink03 > .column > .col {
  margin-top: 30px;
}
.boxLink03 > .column > .col:nth-child(-n+3) {
  margin-top: 0;
}
.boxLink03 a {
  overflow: hidden;
  position: relative;
  display: block;
}
.boxLink03 a:link,
.boxLink03 a:visited {
  color: #000000;
}
.boxLink03 a:hover,
.boxLink03 a:active {
  color: #db0505;
}
.boxLink03 a,
.boxLink03 a:hover:before,
.boxLink03 a:hover:after {
  background-clip: padding-box;
  border-radius: 5px;
}
.boxLink03 a:hover:before,
.boxLink03 a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.boxLink03 a:hover:before {
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
}
.boxLink03 a:hover:after {
  box-sizing: border-box;
  border: 2px solid #db0505;
  z-index: 4;
}
.boxLink03 .img01 img {
  border-radius: 5px 5px 6px 6px;
  z-index: -1;
}
.boxLink03 .img01 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  background-color: #ffffff; /* for legacy browser */
  background-color: rgba(255,255,255,0.9);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  z-index: 3;
}

/* boxLink04 */
.boxLink04 {
  margin: 30px 0 0 0;
}
.boxLink04 > *:first-child {
  margin-top: 0;
}
.boxLink04 > .txtCatch01:first-child + .column {
  margin-top: 15px;
}
.boxLink04 > .column > .col {
	height: auto !important;
  margin-top: 30px;
}
.boxLink04 > .column > .col:nth-child(-n+5) {
  margin-top: 0;
  text-align: center; /* 追加 */
}
.boxLink04 > .column > .col {
  margin-top: 30px;
}
.boxLink04 > .column > .col .linkTxtList01 {
	position: relative; /* for firefox bug */
}
.boxLink04 .img01,
.boxLink04 > .column > .col.on .img01:before,
.boxLink04 > .column > .col.on .img01:after,
.boxLink04 .img02,
.boxLink04 > .column > .col.on .img02:after,
.boxLink04 > .column > .col.on .img02 figcaption {
  border-radius: 5px;
  width: 188px;
  height: 188px;
}
.boxLink04 .img01,
.boxLink04 .img02 {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
}
.boxLink04 .img01 > img,
.boxLink04 .img02 > img {
  max-width: 100%;
  width: 100%; /* 追加 */
}
.boxLink04 .img02 > figcaption {
  display: none;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(253,219,211,0.9);
  border: 2px solid #db0505;
	text-align: left;
}

.boxLink04 > .column > .col.on {
  cursor: pointer;
}
.boxLink04 > .column > .col.on .img01:before,
.boxLink04 > .column > .col.on .img01:after,
.boxLink04 > .column > .col.on .img02:after,
.boxLink04 .img02 > figcaption {
  position: absolute;
  top: 0;
  left: 0;
}
.boxLink04 > .column > .col.on .img01:before,
.boxLink04 > .column > .col.on .img01:after,
.boxLink04 > .column > .col.on .img02:after {
	content: "";
}
.boxLink04 > .column > .col.on .img01:before {
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
}
.boxLink04 > .column > .col.on .img01:after,
.boxLink04 > .column > .col.on .img02:after {
  box-sizing: border-box;
  border: 2px solid #db0505;
  z-index: 3;
}
.boxLink04 > .column > .col.on .img01 img,
.boxLink04 > .column > .col.on .img02 img {
  z-index: -1;
}
.boxLink04 > .column > .col.on .img02 figcaption {
  display: block;
	z-index: 2;
}
.boxLink04 > .column > .col.on a {
  text-decoration: underline;
}

/* boxLink06 */
.boxLink06 {
  margin: 30px 0 0 0;
}
.boxLink06 > ul {
  font-size: 0;
}
.boxLink06 > ul > li {
  display: inline-block;
  width: 485px;
  margin: 10px 10px 0 0;
  vertical-align: middle;
}
.boxLink06 > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
.boxLink06 > ul > li:nth-child(2n) {
  margin-right: 0;
}
.boxLink06 > ul > li > a:hover > img {
	transition: all 0.3s ease 0s;
  opacity: 0.7;
}

/* boxLink07 */
.boxLink07 {
  margin: 15px 0 0 0;
}
.boxLink07 > .column {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.boxLink07 > .column > .col > .column {
  display: block;
  margin-top: 0;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.boxLink07 > .column > .col > .column > .colImgL {
  margin-right: 15px;
}
.boxLink07 > .column > .col > .column > .colTxt .hdg01 {
  color: #db0505;
  font-size: 16px;
  font-size: 1.6rem;
}
.boxLink07 > .column > .col > .column > .colTxt p {
  margin-top: 0;
}
.boxLink07 > .column > .col.on {
  cursor: pointer;
}
.boxLink07 > .column > .col.on img {
  opacity: 0.7;
	transition: all 0.3s ease 0s;
}
.boxLink07 > .column > .col.on > .column > .colTxt .hdg01 a {
  text-decoration: underline;
}

.boxLink07 > .column .col {
  width: 33%;
  margin: 0 10px 10px 0;
}

/* boxLink08 */
.boxLink08 {
  margin: 30px 0 0 0;
}
.boxLink08 .column {
  margin-top: 0;
  display: flex;
  /*justify-content: space-between;*/
}
.boxLink08 .column > .col {
  position: relative; /* for firefox bug */
}
.boxLink08 .column > .col .img01,
.boxLink08 .column > .col.on .img01:before,
.boxLink08 .column > .col.on .img01:after {
  border-radius: 5px;
}
.boxLink08 .column > .col .img01 {
  overflow: hidden;
  position: relative;
  width: 237px;
  height: 150px;
}

.boxLink08 .column > .col .linkTxtList01 {
  margin: 10px 3px 0;
}
.boxLink08 .column > .col .linkTxtList01 > li {
  padding-left: 20px;
  background-image: url(/common/images/link_ic06.png);
  background-position: 0 0.1em;
  font-weight: bold;
}
.boxLink08 .column > .col .linkTxtList01 > li > a:link,
.boxLink08 .column > .col .linkTxtList01 > li > a:visited,
.boxLink08 .column > .col .linkTxtList01 > li > a:hover,
.boxLink08 .column > .col .linkTxtList01 > li > a:active {
  color: #000000;
}

.boxLink08 .column > .col .recipeOutlineList01 {
  letter-spacing: -0.4em;
}
.boxLink08 .column > .col .recipeOutlineList01 > li {
  display: inline-block;
  margin: 10px 15px 0 0;
  padding: 0 0 0 23px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  letter-spacing: normal;
}
.boxLink08 .column > .col .recipeOutlineList01 > li:last-child {
  margin-right: 0;
}
.boxLink08 .column > .col .recipeOutlineList01 > li.icn01 {
  background-image: url(/recipe/images/recipe_ic01.png);
}
.boxLink08 .column > .col .recipeOutlineList01 > li.icn02 {
  background-image: url(/recipe/images/recipe_ic02.png);
}
.boxLink08 .column > .col .recipeOutlineList01 > li.icn03 {
  background-image: url(/recipe/images/recipe_ic03.png);
}

.boxLink08 .column > .col.on {
  cursor: pointer;
}
.boxLink08 .column > .col.on .img01:before,
.boxLink08 .column > .col.on .img01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.boxLink08 .column > .col.on .img01:before {
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
}
.boxLink08 .column > .col.on .img01:after {
  box-sizing: border-box;
  border: 2px solid #db0505;
  z-index: 4;
}
.boxLink08 .column > .col.on.img01 img {
  z-index: -1;
}
.boxLink08 .column > .col.on a {
  text-decoration: underline;
}

/* boxNews01 */
.boxNews01 {
  margin: 20px 0 0 0;
}
.boxNews01 .list01 {
  width: 100%;
  border-top: 1px solid #cec2ad;
}
.boxNews01 .list01 > tbody > tr > * {
  padding: 10px 0;
  border-bottom: 1px solid #cec2ad;
  vertical-align: top;
  text-align: left;
}
.boxNews01 .list01 > tbody > tr > *:first-child,
.boxNews01 .list01 > tbody > tr > *:nth-child(2) {
  width: 1%;
  white-space: nowrap;
}
.boxNews01 .list01 > tbody > tr > *:first-child {
  padding-right: 20px;
  padding-left: 20px;
}
.boxNews01 .list01 > tbody > tr > *:nth-child(2) {
  padding-right: 5px;
}
.boxNews01 .list01 > tbody > tr > *:last-child {
  padding-right: 20px;
}
.boxNews01 .list01 > tbody > tr > *:last-child.icon01:after {
  content: "NEW";
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 3px 5px;
  vertical-align: middle;
  background-color: #ff1c02;
  border-radius: 3px;
  color: #ffffff;
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
}
.boxNews01 .list01 > tbody > tr.on {
  cursor: pointer;
}
.boxNews01 .list01 > tbody > tr.on > td > a {
  text-decoration: underline;
}

.boxNews01 [class*="label"] {
  display: inline-block;
  width: 70px;
  margin: 0 5px 0 0;
  padding: 5px 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
}
.boxNews01 .label01 {
  background-color: #db0505;
}
.boxNews01 .label02 {
  background-color: #db5605;
}
.boxNews01 .label03 {
  background-color: #db9705;
}
.boxNews01 .label04 {
  background-color: #17ae50;
}
.boxNews01 .label05 {
  background-color: #059cdb;
}
.boxNews01 .label06 {
  background-color: #0551db;
}
.boxNews01 .label07 {
  background-color: #9205db;
}
.boxNews01 .label08 {
  background-color: #da19a1;
}
.boxNews01 .label09 {
  background-color: #ffffff;
  color: #000000;
}
.boxNews01 .label10 {
  background-color: #000000;
}

/* boxFaq01 */
.boxFaq01 {
  margin: 30px 50px 0;
}
.boxFaq01 .box01 {
  margin: 10px 0 0 0;
  border: 2px solid #ffffff;
  border-radius: 2px;
}
.boxFaq01 .box01:first-child {
  margin-top: 0;
}
.boxFaq01 .box01 .que01 {
  position: relative;
  padding: 15px 65px 15px 45px;
  background-color: #ffffff;
  background-image: url(/common/images/box_ic01.png);
  background-repeat: no-repeat;
  background-position: 15px 1em;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}
.boxFaq01 .box01 .que01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background-image: url(/common/images/box_ic04.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.boxFaq01 .box01 .que01.open:after {
  background-image: url(/common/images/box_ic03.png);
}
.boxFaq01 .box01 .que01:hover,
.boxFaq01 .box01 .que01:active {
  text-decoration: underline;
}
.boxFaq01 .box01 .ans01 {
  padding: 10px 20px 10px 65px;
  background-image: url(/common/images/box_ic02.png);
  background-repeat: no-repeat;
  background-position: 25px 0.8em;
  border-radius: 0 0 2px 2px;
}
.boxFaq01 .box01 .ans01 > *:first-child {
  margin-top: 0;
}

/* boxFlow01 */
.boxFlow01 {
  margin: 30px 60px 0 0;
}
.boxFlow01 .box01 {
  position: relative;
  padding: 0 0 50px 0;
}
.boxFlow01 .box01:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -25px;
  width: 49px;
  height: 18px;
  background-image: url(/common/images/box_ic05.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.boxFlow01 .box01:last-child {
  padding-bottom: 0;
}
.boxFlow01 .box01:last-child:before {
  display: none;
}
.boxFlow01 .box01 > .column {
  position: relative;
  margin-top: 0;
}
.boxFlow01 .box01 > .column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 111px;
  width: 4px;
  min-height: 100%;
  background-color: #f2903e;
}
.boxFlow01 .box01 > .column > .colImgL {
  width: 95px;
  padding: 0 20px 0 0;
  text-align: right;
}
.boxFlow01 .box01 > .column > .colTxt {
  padding: 5px 0;
}
.boxFlow01 .box01 > .column > .colTxt > .colEq4-01 {
  margin-top: 20px;
}
.boxFlow01 .box01 > .column > .colTxt > .colEq4-01 > .col {
  width: 182px;
  margin-top: 19px;
  margin-right: 19px;
}
.boxFlow01 .box01 > .column > .colTxt > .colEq4-01 > .col:nth-child(-n+4) {
  margin-top: 0;
}
.boxFlow01 .box01 > .column > .colTxt > .colEq4-01 > .col:nth-child(4n) {
  margin-right: 0;
}

/* boxFlow02 */
.boxFlow02 {
  position: relative;
  padding: 50px 0 0 0;
  background-image: url(/common/images/box_ic05.png);
  background-repeat: no-repeat;
  background-position: 50% 15px;
}
.boxFlow02 > *:first-child,
.boxFlow02 > section:first-child > *:first-child {
  margin-top: 0;
}

/* boxProducts01 */
.boxProducts01 {
  margin: 30px 0 0 0;
}
.boxProducts01 > *:first-child {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
.boxProducts01 > .colEq2-01 > .col,
.boxProducts01 > .colEq2-01 > .col > .img01 {
  width: 480px;
}
.boxProducts01 > .colEq2-01 > .col {
  margin-right: 20px;
}
.boxProducts01 > .colEq2-01 > .col:nth-child(2n) {
  margin-right: 0;
}
.boxProducts01 > .colEq2-01 > .col > .img01 {
  overflow: hidden;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
}
.boxProducts01 > .colEq2-01 > .col > .img01 > img {
	max-height: 100%;
}
.boxProducts01 .linkBtnList02 > li:last-child {
	margin-right: 0; /* 修正 */
}

.boxProducts01 > .colEq2-01 > .col {
  width: 50%;
  height: auto!important;
}

.boxProducts01 > .colEq2-01 > .col:nth-child(2n) {
  width: 50%;
}

/* 20210806追加 */
.boxProducts01 .txtLh2em p {
  line-height: 1.8;
}


/* boxProducts02 */
.boxProducts02 {
  margin: 35px 0 0 0;
}
.boxProducts02 > *:first-child {
  margin-top: 0;
}
.boxProducts02 .tblDate01 > tbody > tr > td {
  border-right: none;
}
.boxProducts02 .info01 {
}
.boxProducts02 .info01 > .column {
  position: relative;
  margin-top: 0;
}
.boxProducts02 .info01 > .column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  min-height: 100%;
  background-color: #d2d1d0;
}
.boxProducts02 .info01 > .column > .col {
  width: 50%;
  padding: 0 25px 0 0;
  box-sizing: border-box;
}
.boxProducts02 .info01 > .column > .col:nth-child(2n) {
  padding: 0 0 0 15px;
}
.boxProducts02 .info01 > .column > .col table {
  font-size: 12px;
  font-size: 1.2rem;
}
.boxProducts02 .info01 > .column > .col table th,
.boxProducts02 .info01 > .column > .col table td {
  padding: 5px 0;
  vertical-align: top;
}
.boxProducts02 .info01 > .column > .col table th {
  position: relative;
  padding-right: 2em;
  font-weight: bold;
  white-space: nowrap;
}
.boxProducts02 .info01 > .column > .col table th:after {
  content: "：";
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.8em;
}

/* boxProducts04 */
.boxProducts04 {
  min-height: 333px;
  margin: 20px -40px 0;
  padding: 0 40px;
  background-image: url(/products/commodity/ketchup/images/sys_detail_bg01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.boxProducts04 > .column {
  margin-top: 0;
}
.boxProducts04 > .column > .colTxt {
  padding-top: 25px;
}

/* boxProducts05 */
.boxProducts05 {
  min-height: 405px;
  margin: 65px 0 0 0;
  background-image: url(/products/commodity/ketchup/images/sys_detail_bg02.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.boxProducts05 > .column {
  margin-top: 0;
}
.boxProducts05 > .column > .colTxt {
  padding-top: 25px;
}

/* boxProducts06 */
.boxProducts06 {
  margin: 50px -500% 0;
  padding: 25px 500% 0;
  background-color: #ffe8cc;
}
.boxProducts06 > *:first-child,
.boxProducts06 > section:first-child > *:first-child {
  margin-top: 0;
}
.boxProducts06 .voice01 {
  margin: 20px 0 0 0;
  font-size: 0;
  text-align: center;
}
.boxProducts06 .voice01 > li {
  display: inline-block;
  vertical-align: bottom;
}

/* boxRecipe01 */
.boxRecipe01 {
  margin: 20px 0 0 0;
  text-align: right;
}
.boxRecipe01 > ul {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 5px;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.boxRecipe01 > ul > li {
  display: inline-block;
  min-height: 22px;
  margin: 0 0 0 20px;
  padding: 0 0 0 28px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  vertical-align: middle;
  color: #ec7d1f;
  letter-spacing: normal;
  line-height: 22px;
}
.boxRecipe01 > ul > li:first-child {
  margin-left: 0;
}
.boxRecipe01 > ul > li > span {
  color: #000000;
}
.boxRecipe01 > ul > li.icn01 {
  background-image: url(/recipe/images/recipe_ic01.png);
}
.boxRecipe01 > ul > li.icn02 {
  background-image: url(/recipe/images/recipe_ic02.png);
}
.boxRecipe01 > ul > li.icn03 {
  background-image: url(/recipe/images/recipe_ic03.png);
}

/* boxRecipe02 */
.boxRecipe02 {
  margin: 50px -500% 0;
  padding: 25px 500%;
  background-color: #ffe8cc;
}
.boxRecipe02 > section > *:first-child,
.boxRecipe02 > section > .headingLink01:first-child > *:first-child {
  margin-top: 0;
}
.boxRecipe02 .column {
  margin-top: 25px;
}

/* 20210806追加 */
.boxRecipe02 .boxLink08 .column {
  justify-content: unset;
}

/* boxRecipe03 */
.boxRecipe03 {
  margin: 30px 0 0 0;
  padding: 20px;
  border: 3px solid #ffffff;
  border-radius: 3px;
}
.boxRecipe03 .heading2-01 {
  margin-top: 0;
}
.boxRecipe03 .link01 {
  width: 335px;
  margin: 0 auto;
  letter-spacing: -0.4em;
}
.boxRecipe03 .link01 > li,
.boxRecipe03 .link01 > li > a > dl > dt {
  width: 150px;
}
.boxRecipe03 .link01 > li {
  display: inline-block;
  margin: 20px 35px 0 0;
  vertical-align: top;
  letter-spacing: normal;
}
.boxRecipe03 .link01 > li:nth-child(2n) {
  margin-right: 0;
}
.boxRecipe03 .link01 > li > a {
  display: block;
}
.boxRecipe03 .link01 > li > a > dl > dt,
.boxRecipe03 .link01 > li > a:hover > dl > dt:before,
.boxRecipe03 .link01 > li > a:hover > dl > dt:after {
	width: 150px;
  height: 150px;
  border-radius: 50%;
}
.boxRecipe03 .link01 > li > a > dl > * {
	text-align: center;
}
.boxRecipe03 .link01 > li > a > dl > dt {
	overflow: hidden;
  background-color: #ffffff;
}
.boxRecipe03 .link01 > li > a > dl > dt > img {
	max-width: 80%;
	margin: 10% 0;
}
.boxRecipe03 .link01 > li > a > dl > dd {
  margin: 10px 0 0 0;
}
.boxRecipe03 .link01 > li > a:hover > dl > dt {
  position: relative;
}
.boxRecipe03 .link01 > li > a:hover > dl > dt:before,
.boxRecipe03 .link01 > li > a:hover > dl > dt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.boxRecipe03 .link01 > li > a:hover > dl > dt:before {
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
}
.boxRecipe03 .link01 > li > a:hover > dl > dt:after {
  box-sizing: border-box;
  border: 2px solid #db0505;
  z-index: 3;
}
.boxRecipe03 .link01 > li > a:hover > dl > dt img {
  z-index: -1;
}

/* boxRecipe04 */
.boxRecipe04 {
}
.boxRecipe04 .slider,
.boxRecipe04 .slider .panel {
  overflow: hidden;
  position: relative;
  width: 980px;
  height: 490px;
}
.boxRecipe04 .slider .panel > * {
  position: absolute;
}
.boxRecipe04 .slider .panel > .hdg01 {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px 15px 85px;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.7);
  background-image: url(/recipe/images/index_ic01.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  letter-spacing: -0.4em;
  z-index: 2;
}
.boxRecipe04 .slider .panel > .hdg01 > * {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.boxRecipe04 .slider .panel > .hdg01 > dt {
  margin: 0 20px 0 0;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
}
.boxRecipe04 .slider .panel > .link01 {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 2;
	width: 251px;
	height: 259px;
	background-image: url(/recipe/images/index_bg01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.boxRecipe04 .slider .panel > .link01 > li {
	padding: 30px 54px 0 20px;
}
.boxRecipe04 .slider .panel > .link01 > li > a > img {
	max-width: 100%;
}
.boxRecipe04 .slider .panel > .hdg01 > dd > a:hover > img,
.boxRecipe04 .slider .panel > .link01:hover  {
  opacity: 0.7;
	transition: all 0.3s ease 0s;
}

.boxRecipe04 .bx-controls .bx-pager {
  position: absolute;
  right: 15px;
  bottom: -25px;
  white-space: nowrap;
  letter-spacing: -0.4em;
  text-align: right;
}
.boxRecipe04 .bx-controls .bx-pager > .bx-pager-item {
  display: inline-block;
  margin: 0 0 0 15px;
  vertical-align: middle;
  letter-spacing: normal;
}
.boxRecipe04 .bx-controls .bx-pager > .bx-pager-item > .bx-pager-link {
  overflow: hidden;
  outline: none;
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  background-color: #f1a49e;
  border: 2px solid #f0f0e6;
  border-radius: 7px;
  text-align: left;
  text-indent: -9999em;
}
.boxRecipe04 .bx-controls .bx-pager > .bx-pager-item > .bx-pager-link.active {
  background-color: #df2827;
  border: none;
}

/* boxRecipe05 */
.boxRecipe05 a:hover .img01 img {
  opacity: 0.7;
	transition: all 0.3s ease 0s;
}
.boxRecipe05 .keyword01 {
  overflow: hidden;
  border-radius: 5px;
}
.boxRecipe05 .keyword01 > dt {
  padding: 10px;
  background-color: #fdd9ac;
  text-align: center;
}
.boxRecipe05 .keyword01 > dd {
  padding: 0 10px;
  background-color: #ffffff;
}
.boxRecipe05 .keyword01 > dd > ul {
  overflow: hidden;
}
.boxRecipe05 .keyword01 > dd > ul > li {
  float: left;
  width: 50%;
  background-image: url(/recipe/images/detail_bg01.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  border-top: 1px solid #d7d7da;
}
.boxRecipe05 .keyword01 > dd > ul > li:nth-child(-n+2) {
  border-top: none;
}
.boxRecipe05 .keyword01 > dd > ul > li:nth-child(2n) {
  background-image: none;
}
.boxRecipe05 .keyword01 > dd > ul > li > a {
  display: block;
  padding: 13px 13px 13px 30px;
  background-image: url(/common/images/link_ic03.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.boxRecipe05 .keyword01 > dd > ul > li:nth-child(2n) > a {
  padding-right: 18px;
  background-position: 15px 50%;
}

/* boxRecipe06 */
.boxRecipe06 {
  margin: 25px 0 0 0;
  padding: 10px 20px;
  background-color: #fdd9ac;
  border-radius: 5px;
}
.boxRecipe06 dl {
  /* display: table; */
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxRecipe06 dl > * {
  display: table-cell;
  vertical-align: middle;
}
.boxRecipe06 dl > dt {
  /*padding: 0 25px 0 0;*/
  /*width: 1%;*/
  width: 20%;
  font-size: 0;
}
.boxRecipe06 dl > dd {
  overflow: hidden;
  /*padding: 10px 10px 10px 55px;*/
  padding: 10px 10px 5px 45px;
  background-color: #ffffff;
  background-image: url(/common/images/box_ic07.png);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  border-radius: 5px;
  width: 70%; /* 追加 */
}
.boxRecipe06 dl > dd > input[type="image"] {
  float: right;
}
.boxRecipe06 dl > dd > input[type="image"]:hover {
  opacity: 0.7;
	transition: all 0.3s ease 0s;
}
.boxRecipe06 dl > dd > input[type="text"] {
  float: left;
  /*width: 590px;*/
  width: 450px;
  height: 30px;
  border: none;
  color: #93836c;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
}

/* boxRecipe07 */
.boxRecipe07 {
  margin: 10px 0 0 0;
}
.boxRecipe07 > dl {
  overflow: hidden;
  float: left;
}
.boxRecipe07 > dl > dt {
  float: left;
  margin: 0 23px 0 0;
  padding: 10px 0 0 0;
}
.boxRecipe07 > dl:last-child > dt {
  margin-right: 0;
}
.boxRecipe07 > dl > dt > dl > dt > figure {
  cursor: pointer;
	text-align: center;
}
.boxRecipe07 > dl > dt > dl > dt > figure > span,
.boxRecipe07 > dl > dt > dl > dt > figure:hover > span:before,
.boxRecipe07 > dl > dt > dl > dt > figure:hover > span:after {
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.boxRecipe07 > dl > dt > dl > dt > figure > span {
	overflow: hidden;
  position: relative;
	display: block;
  background-color: #fff;
}
.boxRecipe07 > dl > dt > dl > dt > figure > span > img {
	margin: 10% 0;
	max-height: 80%;
}
.boxRecipe07 > dl > dt > dl > dt > figure > figcaption {
	margin: 10px 0 0 0;
}
.boxRecipe07 > dl > dt > dl > dt > figure:hover > span:before,
.boxRecipe07 > dl > dt > dl > dt > figure:hover > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.boxRecipe07 > dl > dt > dl > dt > figure:hover > span:before {
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
}
.boxRecipe07 > dl > dt > dl > dt > figure:hover > span:after {
  box-sizing: border-box;
  border: 2px solid #db0505;
  z-index: 3;
}
.boxRecipe07 > dl > dt > dl > dt > figure:hover > span > img {
  z-index: -1;
}
.boxRecipe07 > dl > dt > dl > dt > figure:hover > figcaption {
  color: #db0505;
	text-decoration: underline;
}
.boxRecipe07 > dl > dt > dl > dd {
  display: none;
  margin: 15px 0 0 0;
}
.boxRecipe07 > dl > dt > dl > * > img {
  cursor: pointer;
}
.boxRecipe07 > dl > dt > dl > dd > img:hover {
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}
.boxRecipe07 > dl > dd {
  display: none;
  float: right;
  width: 800px;
  position: relative;
  padding: 35px 34px 35px;
  box-sizing: border-box;
  border: 3px solid #ffffff;
  border-radius: 3px;
}
.boxRecipe07 > dl > dd:before {
	content: "";
	position: absolute;
	top: 85px;
	right: 100%;
	border: solid transparent;
	height: 0;
	width: 0;
	border-color: transparent;
	border-width: 16px;
	border-right-color: #ffffff;
	border-right-width: 16px;
	pointer-events: none;
}
.boxRecipe07 > dl > dd:after {
	content: "";
	position: absolute;
	top: 102px;
	right: 100%;
	border: solid transparent;
	height: 0;
	width: 0;
	margin-top: -12px;
	border-color: transparent;
	border-width: 12px;
	border-right-color: #fdf6ee;
	border-right-width: 12px;
	pointer-events: none;
}
.boxRecipe07 > dl > dd > ul {
  letter-spacing: -0.4em;
}
.boxRecipe07 > dl > dd > ul > li,
.boxRecipe07 > dl > dd > ul > li > a > dl > dt,
.boxRecipe07 > dl > dd > ul > li > a:hover > dl > dt:before,
.boxRecipe07 > dl > dd > ul > li > a:hover > dl > dt:after {
  width: 155px;
}
.boxRecipe07 > dl > dd > ul > li {
  display: inline-block;
  margin: 35px 35px 0 0;
  vertical-align: top;
  letter-spacing: normal;
}
.boxRecipe07 > dl > dd > ul > li:nth-child(-n+4) {
  margin-top: 0;
}
.boxRecipe07 > dl > dd > ul > li:nth-child(4n) {
  margin-right: 0;
}
.boxRecipe07 > dl > dd > ul > li > a {
  display: block;
}
.boxRecipe07 > dl > dd > ul > li > a > dl > dt,
.boxRecipe07 > dl > dd > ul > li > a:hover > dl > dt:before,
.boxRecipe07 > dl > dd > ul > li > a:hover > dl > dt:after {
	width: 155px;
  height: 155px;
  border-radius: 50%;
}
.boxRecipe07 > dl > dd > ul > li > a > dl > dt {
	overflow: hidden;
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.boxRecipe07 > dl > dd > ul > li > a > dl > dt > img {
	margin: 10% 0;
	max-width: 80%;
}
.boxRecipe07 > dl > dd > ul > li > a > dl > dd {
  margin: 5px 0 0 0;
}
.boxRecipe07 > dl > dd > ul > li > a:hover > dl > dt:before,
.boxRecipe07 > dl > dd > ul > li > a:hover > dl > dt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.boxRecipe07 > dl > dd > ul > li > a:hover > dl > dt:before {
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
}
.boxRecipe07 > dl > dd > ul > li > a:hover > dl > dt:after {
  box-sizing: border-box;
  border: 2px solid #db0505;
  z-index: 3;
}

.boxRecipe07 > dl.open,
.boxRecipe07 > dl.open > dd,
.boxRecipe07 > dl.open > dt > dl > dd {
  display: block !important;
}
.boxRecipe07 > dl.open > dt > dl > dt:hover:before,
.boxRecipe07 > dl.open > dt > dl > dt:hover:after {
  display: none;
}
.boxRecipe07 > dl.open > dt > dl > dt > img {
  cursor: default;
}
.boxRecipe07 > dl.open {
  float: none;
}

/* boxRecipe08 */
.boxRecipe08 {
  margin: 20px 0 0 0;
}
.boxRecipe08 > ul > li {
  position: relative;
  /*float: left;*/ /* 追加 */
  float: unset;
  width: 237px;
  margin: 10px 10px 0 0;
}
.boxRecipe08 > ul > li:nth-child(-n+4) {
  margin-top: 0;
}
.boxRecipe08 > ul > li:nth-child(4n) {
  margin-right: 0;
}
.boxRecipe08 > ul > li > a {
  position: relative;
  display: block;
}
.boxRecipe08 > ul > li > a:link,
.boxRecipe08 > ul > li > a:visited,
.boxRecipe08 > ul > li > a:hover,
.boxRecipe08 > ul > li > a:active {
	color: #000000;
	text-decoration: none;
}
.boxRecipe08 > ul > li > a > dl {
	display: table;
	width: 237px;
	height: 70px;
	background-color: #ffffff;
	border-radius: 5px;
}
.boxRecipe08 > ul > li > a > dl > * {
	display: table-cell;
	vertical-align: middle;
}
.boxRecipe08 > ul > li > a > dl > dt {
	padding: 0 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
.boxRecipe08 > ul > li > a > dl > dd {
	width: 1%;
	padding: 0 10px;
}
.boxRecipe08 > ul > li > a > dl > dd > img {
	max-height: 55px;
  max-width: unset;
}
.boxRecipe08 > ul > li:hover > a:before,
.boxRecipe08 > ul > li:hover > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  border-radius: 5px;
}
.boxRecipe08 > ul > li:hover > a:before {
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
}
.boxRecipe08 > ul > li:hover > a:after {
  box-sizing: border-box;
  border: 2px solid #db0505;
  z-index: 3;
}
.boxRecipe08 > ul > li > ul {
  display: none;
  position: absolute;
  right: -80px;
  bottom: 65px;
  width: 250px;
  padding: 19px 24px;
  box-sizing: border-box;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  background-color: #ffffff;
  border: 1px solid #bbb79b;
  border-radius: 5px;
  letter-spacing: -0.4em;
  z-index: 4;
}
.boxRecipe08 > ul > li:hover > ul {
  display: block;
}
.boxRecipe08 > ul > li > ul:before,
.boxRecipe08 > ul > li > ul:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	border-color: transparent;
	pointer-events: none;
}
.boxRecipe08 > ul > li > ul:before {
	margin-left: -9px;
	border-width: 9px;
	border-top-color: #bbb79b;
	border-top-width: 16px;
}
.boxRecipe08 > ul > li > ul:after {
	margin-left: -8px;
	border-width: 8px;
	border-top-color: #ffffff;
	border-top-width: 15px;
}
.boxRecipe08 > ul > li > ul > li {
  display: inline-block;
  width: 95px;
  margin: 10px 10px 0 0;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  background-image: url(/common/images/link_ic03.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  vertical-align: top;
  letter-spacing: normal;
}
.boxRecipe08 > ul > li > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
.boxRecipe08 > ul > li > ul > li:nth-child(2n) {
  margin-right: 0;
}

/* boxSns01 */
.boxSns01 {
  margin: 35px 0 0 0;
  padding: 10px 15px;
  background-color: #ffffff;
}
.boxSns01 > ul {
  overflow: hidden;
}
.boxSns01 > ul > li {
  overflow: hidden;
  float: left;
  margin: 0 10px 0 0;
}
.boxSns01 > ul > li:last-child {
  margin-right: 0;
}
.boxSns01 > ul > li.facebook {
  margin-top: -2px;
}

/* boxForm01 */
.boxForm01 {
  margin-top: 20px !important;
}
.boxForm01 > dl {
  display: table;
  border-collapse: separate;
  border: 5px solid #edecea;
  background-color: #ffffff;
}
.boxForm01 > dl > * {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.boxForm01 > dl > dt {
  position: relative;
  padding-right: 20px;
  background-color: #edecea;
  background-image: url(/common/images/box_bg01.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.boxForm01 > dl > dd > dl {
  display: table-cell;
  height: 45px;
  padding: 0 0 0 60px;
  background-image: url(/common/images/box_ic06.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  vertical-align: bottom;
}
.boxForm01 > dl > dd > dl > * {
  font-weight: bold;
  line-height: 1;
}
.boxForm01 > dl > dd > dl > dd {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: Arial, Helvetica, sans-serif;
}

/* navOn / navOff
------------------------------------------ */

/* boxLink08 */
.navOn .boxLink08 {
  margin-top: 20px;
}
.navOn .boxLink08 .column > .col {
  margin-top: 40px;
  margin-right: 10px;
}
.navOn .boxLink08 .column > .col:nth-child(-n+3) {
  margin-top: 0;
}
.navOn .boxLink08 .column > .col:nth-child(3n) {
  margin-right: 0;
}

/* Align
------------------------------------------ */
.aC {
  text-align: center !important;
}

.aR {
  text-align: right !important;
}

.aL {
  text-align: left !important;
}

/* Width
------------------------------------------ */

/* % */
.wAuto {
	width: auto !important;
}
.w001per {
	width: 1%;
}
.w002per {
	width: 2%;
}
.w003per {
	width: 3%;
}
.w004per {
	width: 4%;
}
.w005per {
	width: 5%;
}
.w006per {
	width: 6%;
}
.w007per {
	width: 7%;
}
.w008per {
	width: 8%;
}
.w009per {
	width: 9%;
}
.w010per {
	width: 10%;
}
.w011per {
	width: 11%;
}
.w012per {
	width: 12%;
}
.w013per {
	width: 13%;
}
.w014per {
	width: 14%;
}
.w015per {
	width: 15%;
}
.w016per {
	width: 16%;
}
.w017per {
	width: 17%;
}
.w018per {
	width: 18%;
}
.w019per {
	width: 19%;
}
.w020per {
	width: 20%;
}
.w021per {
	width: 21%;
}
.w022per {
	width: 22%;
}
.w023per {
	width: 23%;
}
.w024per {
	width: 24%;
}
.w025per {
	width: 25%;
}
.w026per {
	width: 26%;
}
.w027per {
	width: 27%;
}
.w028per {
	width: 28%;
}
.w029per {
	width: 29%;
}
.w030per {
	width: 30%;
}
.w031per {
	width: 31%;
}
.w032per {
	width: 32%;
}
.w033per {
	width: 33%;
}
.w034per {
	width: 34%;
}
.w035per {
	width: 35%;
}
.w036per {
	width: 36%;
}
.w037per {
	width: 37%;
}
.w038per {
	width: 38%;
}
.w039per {
	width: 39%;
}
.w040per {
	width: 40%;
}
.w041per {
	width: 41%;
}
.w042per {
	width: 42%;
}
.w043per {
	width: 43%;
}
.w044per {
	width: 44%;
}
.w045per {
	width: 45%;
}
.w046per {
	width: 46%;
}
.w047per {
	width: 47%;
}
.w048per {
	width: 48%;
}
.w049per {
	width: 49%;
}
.w050per {
	width: 50%;
}
.w051per {
	width: 51%;
}
.w052per {
	width: 52%;
}
.w053per {
	width: 53%;
}
.w054per {
	width: 54%;
}
.w055per {
	width: 55%;
}
.w056per {
	width: 56%;
}
.w057per {
	width: 57%;
}
.w058per {
	width: 58%;
}
.w059per {
	width: 59%;
}
.w060per {
	width: 60%;
}
.w061per {
	width: 61%;
}
.w062per {
	width: 62%;
}
.w063per {
	width: 63%;
}
.w064per {
	width: 64%;
}
.w065per {
	width: 65%;
}
.w066per {
	width: 66%;
}
.w067per {
	width: 67%;
}
.w068per {
	width: 68%;
}
.w069per {
	width: 69%;
}
.w070per {
	width: 70%;
}
.w071per {
	width: 71%;
}
.w072per {
	width: 72%;
}
.w073per {
	width: 73%;
}
.w074per {
	width: 74%;
}
.w075per {
	width: 75%;
}
.w076per {
	width: 76%;
}
.w077per {
	width: 77%;
}
.w078per {
	width: 78%;
}
.w079per {
	width: 79%;
}
.w080per {
	width: 80%;
}
.w081per {
	width: 81%;
}
.w082per {
	width: 82%;
}
.w083per {
	width: 83%;
}
.w084per {
	width: 84%;
}
.w085per {
	width: 85%;
}
.w086per {
	width: 86%;
}
.w087per {
	width: 87%;
}
.w088per {
	width: 88%;
}
.w089per {
	width: 89%;
}
.w090per {
	width: 90%;
}
.w091per {
	width: 91%;
}
.w092per {
	width: 92%;
}
.w093per {
	width: 93%;
}
.w094per {
	width: 94%;
}
.w095per {
	width: 95%;
}
.w096per {
	width: 96%;
}
.w097per {
	width: 97%;
}
.w098per {
	width: 98%;
}
.w099per {
	width: 99%;
}
.w100per {
	width: 99%;
}

/* Margin
------------------------------------------ */
.ml135{
	margin-left:135px;
}
.mt30{
	margin-top:30px;
}
.mt20{
	margin-top:20px;
}

/* ClearFix
------------------------------------------ */
.colImgRt04:after,
.colImgRt03:after,
.colImgLt:after,
.boxColumn02.col2 .inner00 .inner01:after,
.boxColumn02.col2:after,
.colImgRt:after,
.colImgRt02:after,
.column:after,
.boxRecipe07:after,
.boxRecipe08 > ul:after,
.localNav01 > .localNavList01:after {
	content: "";
	display: block;
	clear: both;
}
.colImgRt04,
.colImgRt03,
.colImgLt,
.boxColumn02.col2 .inner00 .inner01,
.boxColumn02.col2,
.colImgRt,
.colImgRt02,
.column,
.boxRecipe07,
.boxRecipe08 > ul {
	min-height: 1%;
	zoom: 1;
}

/* 10/01追記
------------------------------------------ */
.imgMt01{
	margin: 50px auto 60px;
}



/* style修正
------------------------------------------------------------------------- */

/* headingLink01 */
@media screen and (max-width: 414px) {
  .headingLink01 .btn02 {
    bottom: -20px;
  }
}

/* boxRecipe05 */
/* ナガノトマトレシピ バナー・テーブル */
.boxRecipe05 .colEq3-01 {
  display: flex;
  justify-content: space-between;
}

.boxRecipe05 .colEq3-01 .col {
  width: 33%;
}

@media screen and (max-width: 1024px) {
  .boxRecipe05 .colEq3-01 {
    flex-wrap: wrap;
  }

  .boxRecipe05 .colEq3-01 .col {
    width: 48%;
    margin: 0 auto 20px;
  }

  .boxRecipe05 .colEq3-01 .col:last-child {
    width: 100%;
  }

  .boxRecipe05 .colEq3-01 .col .img01 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .boxRecipe05 .colEq3-01 .col {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .boxRecipe05 .colEq3-01 .col .img01 img {
    width: 100%;
  }
}


/* boxRecipe06 */
@media screen and (max-width: 1024px) {
  .boxRecipe06 dl {
    display: flex;
  }

  .boxRecipe06 dl > dt {
    width: 100%;
    margin: 10px auto 20px;
  }

  .boxRecipe06 dl > dd {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .boxRecipe06 dl > dd > input[type="text"] {
    width: 180px;
  }
}

@media screen and (max-width: 414px) {
  .boxRecipe06 dl > dd > input[type="text"] {
    width: 130px;
    font-size: 13px;
  }

  .boxRecipe06 dl > dd > input[type="image"] {
    width: 74px;
  }
}

@media screen and (max-width: 320px) {
  .boxRecipe06 dl > dd > input[type="text"] {
    width: 110px;
  }
}

@media screen and (max-width: 1024px) {
  .boxRecipe07 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .boxRecipe07 > dl {
    float: unset;
    width: 33%;
  }

  .boxRecipe07 > dl > dt {
    float: unset;
    margin: 0 auto;
  }

  .boxRecipe07 > dl > dt > dl > dt > figure > span {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .boxRecipe07 > dl {
    width: 50%;
  }
}

@media screen and (max-width: 414px) {
  .boxRecipe07 > dl {
    width: 100%;
  }
}


/* boxRecipe08 */
.boxRecipe08 > ul:after {
  content: none;
}

.boxRecipe08 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .boxRecipe08 > ul > li {
    width: 23%;
    margin: 0 auto 10px;
  }

  .boxRecipe08 > ul > li > a > dl {
    width: 100%;
    height: 60px;
  }

  .boxRecipe08 > ul > li > a > dl > dt {
    padding: 0 10px;
  }

  .boxRecipe08 > ul > li > a > dl > dd > img {
    max-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .boxRecipe08 > ul > li {
    width: 48%;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 414px) {
  .boxRecipe08 > ul > li {
    width: 100%;
  }
}


@media screen and (max-width: 1024px) {
  .boxRecipe07:after {
    content: none;
  }
}

/* linkBtnList01 */
@media screen and (max-width: 414px) {
  .linkBtnList01 li {
    width: 100%;
  }

  .linkBtn04 {
    padding: 10px 30px;
    font-size: 16px;
  }
}

/* boxProducts01 */
@media screen and (max-width: 1024px) {
  .boxProducts01 > .colEq2-01 > .col > .img01 > img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .boxProducts01 > *:first-child {
    flex-wrap: wrap;
  }

  .boxProducts01 > .colEq2-01 > .col {
    width: 100%;
  }

  .boxProducts01 > .colEq2-01 > .col:nth-child(2n) {
    width: 100%;
  }

  .boxProducts01 > .colEq2-01 > .col > .img01 {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .boxProducts01 .linkBtnList02 > li:last-child img {
    width: 100%;
  }
}

/* boxProducts02 tblDate01 */
@media screen and (max-width: 767px) {
  .boxProducts02 .tblDate01 tr {
    display: flex;
    flex-wrap: wrap;
  }

  .boxProducts02 .tblDate01 .tblCell03 {
    width: 100%;
    display: block;
  }

  .boxProducts02 .tblDate01 td {
    width: 100%;
    display: block;
  }
}


/* boxLink01 */
.boxLink01 .column:after{
  content: none;
}


/* boxLink03 */
.boxLink03 > .column {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .boxLink03 > .column {
    justify-content: space-between;
  }

  .boxLink03 > .column .col{
    width: 48%;
    margin: 0 auto 20px;
    height: auto!important;
  }

  .boxLink03 > .column .col .img01 img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .boxLink03 .img01 figcaption {
    padding: 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 414px) {
  .boxLink03 > .column .col{
    width: 100%;
  }
}


/* boxLink04 */
.boxLink04 > .column > .col .linkTxtList01 li {
  text-align: left;
}

.boxLink04 .column .col p {
  color: #870404;
  text-align: center;
}

.boxLink04 .column .col figure {
  width: 100%;
  height: auto;
}

.boxLink04 .column .col figure img {
  margin: 0 auto 10px;
}

@media screen and (max-width: 1024px) {
  .boxLink04 .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .boxLink04 .column .col {
    width: 30%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 767px) {
  .boxLink04 .column .col {
    width: 48%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 414px) {
  .boxLink04 .column .col {
    width: 100%;
    margin: 0 auto 40px;
  }
}


/* boxLink06 */
@media screen and (max-width: 1024px) {
  .boxLink06 > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .boxLink06 > ul > li {
    width: 48%;
    margin: 0 0 10px;
  }

  .boxLink06 > ul > li img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .boxLink06 > ul > li {
    width: 100%;
  }
}


/* boxNews01 */
@media screen and (max-width: 414px) {
  .boxNews01 .list01 > tbody > tr > *:nth-child(2) {
    width: 100%;
  }

  .boxNews01 .list01 > tbody > tr > *  {
    border-bottom: none;
  }

  .boxNews01 .list01 > tbody > tr > *:first-child {
    padding: 10px 0;
  }
}


/* 追加 0112 */

/* boxLink01 .colEq3-01 */
.boxLink01 .colEq3-01 {
  display: flex;
  flex-wrap: wrap;
}
.boxLink01 .colEq3-01 .col {
  width: 30%;
  margin: 0 10px 20px 0;
}

@media screen and (max-width: 1024px) {
  .boxLink01 .colEq3-01 {
    justify-content: space-between;
  }

  .boxLink01 .colEq3-01 .col {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .boxLink01 .colEq3-01 .col {
    width: 100%;
    margin: 0 auto 20px;
  }

  .boxLink01 .colEq3-01 .col .column {
    margin: 0 auto 30px;
  }
}

/* boxLink02 .colEq3-01 */
.boxLink02 .colEq3-01 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .boxLink02 .colEq3-01 {
    flex-wrap: wrap;
  }

  .boxLink02 .colEq3-01 .col {
    width: 100%;
    margin: 0 auto 30px;
  }

  .boxLink02 .colEq3-01 .col .imgSet01 {
    text-align: left;
    margin: 0 0 20px;
  }
}

/* boxLink07 */
@media screen and (max-width: 1024px) {
  .boxLink07 > .column {
    flex-wrap: wrap;
  }

  .boxLink07 > .column .col {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .boxLink07 > .column .col {
    width: 100%;
  }

  .boxLink07 > .column > .col > .column > .colTxt .hdg01 {
    font-size: 14px;
  }

  .boxLink07 > .column > .col > .column > .colTxt p {
    font-size: 13px;
  }
}


/* boxLink08 */

.boxLink08 .column {
  flex-wrap: wrap; /* 0215追加 */
}

@media screen and (max-width: 1024px) {
  .boxLink08 .column > .col .img01 {
    width: 100%;
    height: auto;
  }

  .boxLink08 .column > .col img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .boxLink08 .column > .col {
    width: 48%;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 414px) {
  .boxLink08 .column > .col {
    width: 100%;
    margin: 0 auto 30px;
  }
}

/* boxNews01 .list01 */
@media screen and (max-width: 414px) {
  .boxNews01 .list01 tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-bottom: 1px solid #cec2ad;
  }

  .boxNews01 .list01 td {
    border-bottom: none;
    width: 100%;
  }
}

/* お楽しみ-トマト大百科 */
@media screen and (max-width: 767px) {
  #main .colImgSet .colImgL {
    width: 100%;
    margin: 0 auto 20px;
  }

  #main .colImgSet .colImgR {
    width: 100%;
    margin: 0 auto 20px;
  }

  #main .colImgSet .colTxt {
    width: 100%;
  }
}

/* 企業情報-自然の恵みを届けるナガノトマト*/

#main .imgSet01 {
  width: 100%!important;
}
@media screen and (max-width: 1024px) {

  #main .imgSet01 img {
    /*width: 100%;*/
  }
}

/* 企業情報-社長挨拶 */
@media screen and (max-width: 767px) {
  .colImgSetF {
    display: flex;
    flex-wrap: wrap;
  }

  .colImgSetF .colImgR {
    width: 100%;
  }

  .colImgSetF .colTxt{
    width: 100%;
  }
}



/* 企業情報-会社概要 テーブル */
/* tblDate01 */
@media screen and (max-width: 414px) {
  .table-block tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .table-block  th {
    width: 100%;
    display: block;
  }

  .table-block  td {
    width: 100%;
    display: block;
  }
}


/* 商品情報 おすすめ情報 */
.recommend-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recommend-box ul li {
  width: 30%;
  background-color: #fff;
  padding: 10px;
}

.recommend-wrap {
  display: flex;
  justify-content: space-between;
}

.recommend-wrap-image {
  margin: 0 10px 0 0;
}

.recommend-title {
  margin: 0;
  font-size: 16px;
}

.recommend-comment {
  margin: 0;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .recommend-box ul li {
    width: 45%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 767px) {
  .recommend-box ul li {
    width: 100%;
  }

  .recommend-wrap {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 414px) {
}


/* 0113追加 */
/* お楽しみ トマト大百科リスト、企業情報 採用情報リスト */

/* 3列FlexBox */
.flex-three-rows {
  margin: 30px auto 50px;
}

.flex-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-item {
  width: 32%;
  margin: 0 0 20px;
}

.flex-wrap {
  display: flex;
}

.flex-image {
  margin: 0 20px 0 0;
}

/* 20210806追加 */
.flex-image img {
  max-width: unset;
}

/* 角丸つける場合 */
.flex-image-radius img {
  border-radius: 5px;
}

.flex-title {
  margin: 0 auto 5px;
  font-size: 16px;
  color: #db0505;
  text-decoration: none;
}

.flex-comment {
  margin: 0;
  font-size: 14px;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .flex-item {
    width: 48%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .flex-item {
    width: 100%;
  }
}


/* お楽しみページ下部　メニュー*/
.localNav01 > .localNavList01 > li:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: calc(100% - 36px);
  border-left: dotted 1px #333333;
}

@media screen and (max-width: 1024px) {
  .localNav01 {
    padding: 0;
  }

  .localNav01 > .localNavList01 > li {
    width: 100%;
  }

  .localNav01 > .localNavList01 > li:nth-of-type(4n+1) a {
    padding: 0 0 0 10px;
    margin: 0 0 0 15px;
  }

  .localNav01 > .localNavList01 > li:after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .localNav01 > .localNavList01 > li {
    padding: 10px 0 10px;
  }

  .localNav01 > .localNavList01 > li a {
    font-size: 13px;
  }
}



/* お楽しみ トマトの栄養 */

@media screen and (max-width: 414px) {
  .colEq2-01 .col .imgSet01 {
    text-align: unset;
  }

  .colEq2-01 .col .imgSet01 img {
    max-width: 280px;
  }
}

@media screen and (max-width: 320px) {
  .colEq2-01 .col .imgSet01 img {
    max-width: 280px;
  }
}

/* お楽しみ */
/* トマトジュース テーブル*/
@media screen and (max-width: 1024px) {
  .tblDate01 {
    margin: 30px auto 50px;
  }

  .colEq2-02 .col {
    width: 100%;
    height: auto!important;
  }
}

/* 信州松本平のトマト - 信州とジュース用トマト　テーブル+画像 */
@media screen and (max-width: 1024px) {
  #main .colImgSet .colImgL {
    width: 100%;
    margin: 0 auto 20px;
  }

  #main .colImgSet .colImgR {
    width: 100%;
    margin: 0 auto 20px;
  }

  #main .colImgSet .colTxt {
    width: 100%;
  }
}


/* 企業情報-採用情報 */
/* 3列FlexBox */
.banner-three-rows {
  margin: 0 auto 50px;
}

.banner-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.banner-item {
  width: 32%;
  margin: 0 10px 20px 0;
}

.banner-wrap {
}

.banner-image {
  margin: 0 auto 10px;
}

.banner-image img {
  border-radius: 5px;
  width: 100%;
}

.banner-title {
  margin: 0 auto 5px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.banner-title {
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  background-image: url(/common/images/link_ic06.png);
  background-repeat: no-repeat;
  background-position: 0 0.2em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.banner-title:hover {
  text-decoration: underline;
}

.banner-comment {
  margin: 0;
  font-size: 14px;
  color: #000;
}

.banner-comment:hover {
  text-decoration: none;
}

.list-item a:hover  .banner-comment {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .banner-item {
    width: 48%;
    margin: 0 10px 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .banner-item {
    width: 100%;
    margin: 0 auto 30px;
  }
}


/* CSR 社会・環境活動*/
.section-comment {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 95px;
}

.selection-list {
  display: flex;
  flex-wrap: wrap;

}

.selection-item::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -25px;
  width: 49px;
  height: 18px;
  background-image: url(/common/images/box_ic05.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.selection-item {
  width: 100%;
  position: relative;
  margin: 0 auto 80px;
}

.selection-contents {
  position: relative;
  display: flex;
}

.selection-contents:before {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  width: 4px;
  min-height: 100%;
  background-color: #f2903e;
}

.selection-column {
  display: flex;
}

.selection-icon {
  width: 10%;
}

.selection-text {
  width: 100%;
  margin: 0 auto;
}

/* 写真が2枚のとき */
.column-text-2 {
  width: 30%;
  margin: 0 10px;
}

.column-text-2 p {
  margin: 0 auto;
}

.selection-image-2 {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

.selection-image-2 .image-item {
  width: 45%;
}

/* 写真が1枚のとき */
.column-text-1 {
  width: 50%;
  margin: 0 10px;
}

.selection-image-1 {
  width: 50%;
  display: flex;
  justify-content: space-around;
}

.selection-image-1 .image-item {
  width: 45%;
}

/* 写真が4枚のとき */
.selection-column-wrap {
  flex-wrap: wrap;
}

.column-text {
  width: 100%;
  margin: 0 auto 20px;
}

.selection-image-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.selection-image-box .image-item {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .selection-column {
    flex-wrap: wrap;
  }

  .selection-text {
    margin: 0 0 0 20px;
  }

  /* 写真が2枚のとき */
  .column-text-2 {
    width: 100%;
    margin: 0 auto 20px;
  }

  .selection-image-2 {
    width: 100%;
  }

  .selection-image-2 .image-item img {
    width: 100%;
  }

  /* 写真が1枚のとき */
  .column-text-1 {
    margin: 0 0 30px;
    width: 100%;
  }

  .selection-image-1 {
    width: 100%;
    justify-content: flex-start;
  }

  .selection-image-1 .image-item img {
    width: 100%;
  }

  /* 写真が4枚のとき */
  .selection-image-box {
    flex-wrap: wrap;
  }

  .selection-image-box .image-item {
    width: 48%;
    margin: 0 0 20px;
  }

  .selection-image-box .image-item img {
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .section-comment {
    margin: 0 auto 30px;
  }

  .selection-icon img {
    width: 30px;
  }

  .selection-contents:before {
    left: 40px;
  }
}

@media screen and (max-width: 599px) {
  .selection-image-2 {
    flex-wrap: wrap;
  }

  .selection-image-2 .image-item {
    width: 100%;
    margin: 0 auto 20px;
  }

  .selection-image-1 .image-item {
    width: 100%;
  }

  /* 写真が4枚のとき */
  .selection-image-box .image-item {
    width: 100%;
  }
}

/* よくあるご質問 */
@media screen and (max-width: 767px) {
  .boxFaq01 {
    margin: 30px auto;
  }

  .boxFaq01 .box01 .que01 {
    padding: 15px 50px 15px 45px;
  }

  .boxFaq01 .box01 .ans01 {
    padding: 20px 10px 10px;
  }
}

/* ナガノトマトレシピ ヘッダースライダー */
@media screen and (max-width: 1024px) {
  .boxRecipe04 .slider {
    width: 100%;
  }

  .boxRecipe04 .slider .panel {
    width: 100%!important;
  }

  #heading1 #mainVisual01 .slider .link01 {
    margin: 0;
  }

  .boxRecipe04 .slider .panel > .link01 {
    top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .boxRecipe04 .slider {
  }
}

@media screen and (max-width: 414px) {
  .boxRecipe04 .slider .panel > .link01 {
    top: 150px;
  }
}

/* ナガノトマトレシピ */
@media screen and (max-width: 1024px) {
  .boxRecipe07 > dl.open {
    width: 100%;
  }

  .boxRecipe07 > dl > dd {
    float: unset;
    width: 100%;
  }

  .boxRecipe07 > dl > dd > ul {
    letter-spacing: -0.4em;
    display: flex;
    flex-wrap: wrap;
  }

  .boxRecipe07 > dl > dd > ul li {
    width: 30%;
    margin: 0 auto;
  }

  .boxRecipe07 > dl > dt > dl > dd {
    text-align: center;
    margin: 15px auto;
  }
}

@media screen and (max-width: 767px) {
  .boxRecipe07 > dl > dd > ul li {
    width: 48%;
  }
}

@media screen and (max-width: 420px) {
  .boxRecipe07 > dl > dd > ul li {
    width: 100%;
  }

  .boxRecipe07 > dl > dd > ul > li > a > dl > dt {
    margin: 0 auto;
  }

  .boxRecipe07 > dl > dd > ul > li > a > dl > dd {
    text-align: center;
  }
}

/* レシピ検索結果 */
.search-wrap .boxLink08 .column {
  flex-wrap: wrap;
}

.search-wrap .boxLink08 .column .col {
  width: 30%;
}

.search-wrap .boxLink08 .column .col .img01 img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .search-wrap .linkBtnList01 {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .search-wrap .boxLink08 .column .col {
    width: 48%;
    height: auto!important;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 420px) {
  .search-wrap .boxLink08 .column .col {
    width: 100%;
  }
}


/* 0115追加 */
/* お問い合わせ */

@media screen and (max-width: 1024px) {
  form .section40px {
    margin: 0 auto;
  }

  .tblDate01 .formSet03 li {
    margin: 10px auto;
    width: 100%;
  }

  .tblDate01 .formSet03 li  input[type="text"] {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section40px .tblDate01 tr {
    display: flex;
    flex-wrap: wrap;
  }

  .section40px .tblDate01 th {
    width: 100%;
  }

  .section40px .tblDate01 td {
    width: 100%;
  }

  .tblDate01 .boxForm01 > dl {
    display: flex;
    flex-wrap: wrap;
  }

  .tblDate01 .boxForm01 dt {
    padding: 10px 0 10px 5px;
    width: 100%;
    background-image: none;
  }
}

@media screen and (max-width: 420px) {
  .tblDate01 .formWidth370px {
    width: 100%;
  }

  .tblDate01 .formSelect01 {
    width: 100%;
  }
}

/* SNS Share Button */
@media screen and (max-width: 1024px) {
  .boxSns01 {
    margin: 0 auto 50px;
  }
}

/* 20230425 追加 */
/* お楽しみページ バーチャル工場見学 */
.bnr_area .heading2-01 {
  margin: 0 0 30px 0;
}