@charset "utf-8";
/* ------------------------------------------------------------
	トップページ
------------------------------------------------------------ */
.mainVisual {
	text-align: center;
}

.mainVisual .photo img {
	width: 100%;
}

.mainVisual .slick-dots {
	height: 14px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	text-align: center;
}

.mainVisual .slick-dots li {
    position: relative;
    display: inline-block;
	width: 14px;
	height: 14px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
}

.mainVisual .slick-dots li button {
	padding: 0;
    font-size: 0;
    line-height: 0;
    display: block;
	width: 14px;
	height: 14px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #878586;
	border-radius: 50%;
}

.mainVisual .slick-dots li.slick-active button {
	background: #E83642;
}

#main .topBox {
	padding: 100px 15px 108px;
}

#main .topBox ul {
	max-width: 980px;
	margin: 0 auto;
}

#main .topBox ul li {
	width: 20.41%;
	margin-right: 6.12%;
	float: left;
	text-align: center;
}

#main .topBox ul li a {
	padding-bottom: 69px;
	display: block;
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
	background: url(../img/index/icon01.png) no-repeat center bottom;
}

#main .topBox ul li a:hover {
	opacity: 0.7;
}

#main .topBox ul li:nth-child(2) a {
	background: url(../img/index/icon02.png) no-repeat center bottom;
}

#main .topBox ul li:nth-child(3) a {
	background: url(../img/index/icon03.png) no-repeat center bottom;
}

#main .topBox ul li:nth-child(4) a {
	background: url(../img/index/icon04.png) no-repeat center bottom;
}

#main .topBox ul li:nth-child(4n) {
	margin-right: 0;
}

#main .topBox ul li .img img {
	max-width: 100%;
}

#main .topBox ul li .txt {
	margin: 24px 0 -2px;
	font-size: 1.55em;
	font-weight: bold;
}

#main .topBox ul li .ttl {
	font-size: 3.825em;
	font-weight: bold;
}

#main .know {
	padding: 80px 15px 187px;
	position: relative;
	background: url(../img/index/bg01.jpg) repeat left top;
}

#main .know:before {
	width: 100%;
	height: 14px;
	background: url(../img/index/bg02.png) repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
  
	content: ""; 
}

#main .know .img01 {
	position: absolute;
	left: 0;
	top: 0;
}

#main .know .img02 {
	position: absolute;
	right: 0;
	top: 0;
}

#main .know .img03 {
	position: absolute;
	left: 0;
	bottom: 6.36%;
}

#main .know .headLine01 img.pc {
	height: 132px;
}

#main .know .headLine02 {
	min-height: 119px;
	box-sizing: border-box;
}

#main .know .inner {
	margin-bottom: 100px;
}

#main .know .inner01.inner05 {
	max-width: 1180px;
	margin: 0 auto 100px;
	padding-bottom: 54px;
	background: url(../img/common/line01.jpg) repeat-x left bottom;
}

#main .know .inner .photo {
	margin-bottom: 22px;
	text-align: center;
}

#main .know .inner .photo img {
	max-width: 100%;
}

#main .know .inner .txt {
	margin-bottom: 23px;
	text-align: center;
	font-size: 1.45em;
	line-height: 2;
}

#main .know .inner .link {
	max-width: 1080px;
	margin: 50px auto 0;
	text-align: center;
	background-color: #fff;
	border: 5px solid #DB3839;
	box-sizing: border-box;
}

#main .know .inner .link a {
	padding: 33px 0 32px;
	display: block;
	position: relative;
	text-align: center;
	font-size: 3.487em;
	color: #da3939;
	font-weight: 600;
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
	letter-spacing: 1.5px;
	background: url(../img/common/icon07.png) no-repeat center right 41px;
}

#main .know .inner .link a:hover {
	opacity: 0.7;
}

#main .know .inner .link a:before {
	width: 43px;
	height: 43px;
	background: url(../img/index/icon05.png) no-repeat;
	position: absolute;
	top: -5px;
	left: -5px;
  
	content: ""; 
}

#main .know .inner .link a span {
	position: relative;
}

#main .know .inner .link a span:before {
	width: 183px;
	height: 40px;
	background: url(../img/index/icon06.png) no-repeat;
	position: absolute;
	top: 5px;
	left: -219px;
  
	content: ""; 
}

#main .know .inner .link a span:after {
	width: 183px;
	height: 40px;
	background: url(../img/index/icon07.png) no-repeat;
	position: absolute;
	top: 5px;
	right: -219px;
  
	content: ""; 
}

#main .know .inner02 .comBox {
	background-color: #0D6046;
}

#main .know .inner02 .headLine02 > span {
    padding: 2px 0 21px;
}

#main .know .inner02 .headLine02 > span span:before {
	top: 12px;
	left: -72px;
}

#main .know .inner02 .headLine02 > span span:after {
	top: 12px;
	right: -82px;
}

#main .know .inner03 .comBox {
	background-color: #BA2E2F;
}

#main .know .inner03 .headLine02 > span {
    padding: 15px 0 29px;
}

#main .know .inner03 .headLine02 > span span:before {
	top: -2px;
	left: -82px;
}

#main .know .inner03 .headLine02 > span span:after {
	top: -2px;
	right: -82px;
}

#main .know .inner04 {
	margin-bottom: 99px;
}

#main .know .inner04 .comBox {
	background-color: #584024;
}

#main .know .inner04 .headLine02 > span {
    padding: 16px 0 28px;
}

#main .know .inner04 .headLine02 > span span:before {
	top: -2px;
	left: -82px;
}

#main .know .inner04 .headLine02 > span span:after {
	top: -2px;
	right: -82px;
}
#main .know .inner05 .comBox {
	background-color: #257f58;
}

#main .know .bannerUl {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#main .know .bannerUl li {
	width: 48.31%;
	float: left;
}

#main .know .bannerUl li:nth-child(2) {
	float: right;
}

#main .know .bannerUl li img {
	max-width: 100%;
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
}

#main .know .bannerUl li a:hover img {
	opacity: 0.7;
}

#main .see {
	padding: 79px 15px 96px;
}

#main .see .headLine01 {
	margin-bottom: 52px;
}

#main .see .headLine01 img {
    margin: 0 auto 11px;
    height: 132px;
}

#main .see .headLine01 > span {
    font-size: 3.294em;
}

#main .see ul {
	max-width: 960px;
	margin: 0 auto;
}

#main .see ul li {
	margin-right: 6.245%;
	width: 29.17%;
	float: left;
}

#main .see ul li:nth-child(3n) {
	margin-right: 0;
}

#main .see ul li a {
	display: block;
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
}

#main .see ul li a:hover {
	opacity: 0.7;
}

#main .see ul li .img img {
	max-width: 100%;
	border-radius: 100px;
}

#main .see ul li p {
	margin-top: -9px;
	height: 80px;
}

#main .news {
	padding: 88px 15px 110px;
	background: url(../img/index/bg03.jpg) repeat left top;
}

#main .news .headLine01 {
	margin-bottom: 50px;
}

#main .news .headLine01 > span {
	border-color: #000;
}

#main .news .newsBox {
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	padding: 90px 10px 37px;
	box-sizing: border-box;
	background-color: #fff;
}

#main .news .newsBox .link {
	position: absolute;
	right: 50px;
	top: 49px;
}

#main .news .newsBox .link a {
	min-height: 20px;
	padding-left: 28px;
	color: #000;
	font-size: 1.55em;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(../img/common/icon08.png) no-repeat center left;
	background-size: 20px auto;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .news .newsBox .tabUl {
	max-width: 1080px;
	margin: 0 auto 20px;
}

#main .news .newsBox .tabUl li {
	width: 25%;
	float: left;
}

#main .news .newsBox .tabUl li a {
	padding: 21px 0 15px;
	display: block;
	text-align: center;
	color: #969696;
	font-size: 1.45em;
	font-weight: bold;
	background-color: #F2F2F2;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #E6E6E6;
	box-sizing: border-box;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .news .newsBox .tabUl li a:hover,
#main .news .newsBox .tabUl li.on a {
	color: #fff;
	background-color: #DB3839;
	border-color: #DB3839;
}

#main .news .tabBox {
	max-width: 1080px;
	margin: 0 auto;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .news .tabBox ul {
	border-bottom: 1px dotted #333;
}

#main .news .tabBox ul li {
	overflow: hidden;
	border-top: 1px dotted #333;
}

#main .news .tabBox ul li a {
	display: block;
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
	background: url(../img/common/icon09.png) no-repeat right 10px center;
}

#main .news .tabBox ul li a:hover {
	opacity: 0.7;
}

#main .news .tabBox ul li .lTxt {
	padding: 13px 0 0;
	float: left;
}

#main .news .tabBox ul li .lTxt .date {
	font-size: 1.16em;
	font-weight: bold;
}

#main .news .tabBox ul li .lTxt .date span {
	font-size: 1.2rem;
}

#main .news .tabBox ul li .lTxt .sort {
	margin: 0 0 0 43px;
	padding: 3px 0;
	width: 100px;
	display: inline-block;
	color: #fff;
	font-size: 1.15em;
	text-align: center;
	font-weight: bold;
	background-color: #434343;
	border-radius: 5px;
}

#main .news .tabBox ul li .lTxt .event {
	background-color: #D05244;
}

#main .news .tabBox ul li .lTxt .company {
	background-color: #13569A;
}

#main .news .tabBox ul li .rTxt {
	padding: 21px 35px 18px 18.5em;
	font-size: 1.36em;
}

#main .news .banner {
	max-width: 1180px;
	margin: 50px auto 0;
	text-align: center;
	background-color: #fff;
}

#main .news .banner img {
	max-width: 100%;
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
}

#main .news .banner a:hover img {
	opacity: 0.7;
}

#main .feel {
	min-height: 860px;
	padding: 80px 15px 40px;
	background: url(../img/index/bg04.jpg) no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
}

#main .feel .headLine01 {
	margin-bottom: 70px;
}

#main .feel .headLine01 img {
    margin: 0 auto 8px;
    height: 132px;
}

#main .feel ul {
	max-width: 1080px;
	margin: 0 auto;
}

#main .feel ul li {
	width: 47.6%;
	float: left;
}

#main .feel ul li:nth-child(2) {
	float: right;
}

#main .feel ul li .radio iframe {
    width: 100%;
}

#main .feel ul li p {
	padding: 8px 0 11px;
	max-width: 350px;
	margin: 0 auto 35px;
	text-align: center;
	color: #fff;
	position: relative;
	font-weight: bold;
	font-size: 1.94em;
	background-color: #FFC501;
	border-radius: 50px;
}

#main .feel ul li p:before {
	margin-left: -15px;
	width: 30px;
	height: 16px;
	background: url(../img/common/icon10.png) no-repeat;
	position: absolute;
	bottom: -15px;
	left: 50%;
  
	content: ""; 
}

#main .preparation {
	min-height: 800px;
	padding: 80px 15px 40px;
	background: url(../img/index/bg05.jpg) no-repeat center top;
	background-size: cover;
	box-sizing: border-box;
}

#main .preparation .headLine01 {
	margin-bottom: 70px;
}

#main .preparation .headLine01 img {
    margin: 0 auto 29px;
}

#main .preparation ul {
	max-width: 1080px;
	margin: 0 auto;
}

#main .preparation ul li {
	margin-right: 2.765%;
	width: 31.49%;
	float: left;
}

#main .preparation ul li:nth-child(3n) {
	margin-right: 0;
}

#main .preparation ul li a {
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
	background-color: #fff;
	border-radius: 14px;
}

#main .preparation ul li a:hover {
	opacity: 0.7;
}

#main .preparation ul li .photo {
	padding: 5px 5px 0;
	text-align: center;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	background: url(../img/common/line04.jpg) repeat left top;
}

#main .preparation ul li .photo img {
	max-width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#main .preparation ul li p {
	padding: 16px 0 19px;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	font-weight: bold;
	background-color: #DB3839;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
}

#main .qa {
	position: relative;
	padding: 90px 15px 117px;
	background: url(../img/index/bg06.jpg) no-repeat right top,url(../img/index/bg07.jpg) no-repeat left bottom 9px #fff;
}

#main .qa .img01 {
	margin-left: -35.3%;
	position: absolute;
	top: 0;
	left: 50%;
}

#main .qa .headLine01 {
    margin-bottom: 29px;
}

#main .qa .headLine01 > span {
	border-color: #000;
}

#main .qa .comLink {
	margin-bottom: 50px;
}

#main .qa ul {
	max-width: 1080px;
	margin: -30px auto 0;
}

#main .qa ul li {
	margin: 30px 3.08% 0 0;
	width: 22.69%;
	height: 184px;
	float: left;
	color: #fff;
	box-sizing: border-box;
	border-radius: 15px;
}

#main .qa ul li:nth-child(4n) {
	margin-right: 0;
}

#main .qa ul li p {
	width: 100%;
	height: 100%;
	display: table;
	font-size: 1.55em;
	line-height: 1.875;
	cursor: pointer;
}

#main .qa ul li p span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .qa ul .liStyle01 {
	background-color: #DB3839;
}

#main .qa ul .liStyle02 {
	background-color: #FFC15E;
}

#main .qa ul .liStyle03 {
	color: #000;
	background-color: #F4EBDA;
}

#main .qa ul .liStyle04 {
	background-color: #275F7A;
}

.modal_wrap input{
    display: none;
}

.modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
	left: 0;
	top: 0;
}

.modal_content {
    align-self: center;
    width: 60%;
    max-width: 980px;
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    line-height: 2em;
    transform: scale(0.5) rotateX(-270deg);
    transition: 0.5s;
    text-align: left;
	border-radius: 15px;
}

.modal_content h3 {
    font-size: 2.3em;
    font-weight: bold;
    border-bottom: solid 6px #ce0237;
    width: 100%;
	line-height: 1.1;
        padding-bottom: 5%;
	margin-bottom: 5%;
}

.modal_content p {
	font-size: 1.36em;
}
.modal_content .link {
	font-weight: bold;
	color: #ce0237;
	font-size: 1em;
}
.modal_content ol {
    padding-left: 0;
	font-size: 1.36em;
}

.modal_content ol li.ttl {
   font-weight: bold;
}

.modal_content ol li.txt {
   padding-left: 2.5%;
   padding-bottom: 2%;
}

.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1) rotateX(0deg);
}

#main .other {
	position: relative;
	padding: 94px 15px 200px;
	box-sizing: border-box;
	background: url(../img/index/bg09.jpg) repeat left top;
}

#main .other:before {
	width: 100%;
	height: 14px;
	background: url(../img/index/bg10.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
  
	content: ""; 
}

#main .other .headLine01 {
    margin-bottom: 59px;
}

#main .other .headLine01 > span {
	border-color: #000;
}

#main .other ul {
	max-width: 1080px;
	margin: -40px auto 0;
}

#main .other ul li {
	width: 48.15%;
	margin-top: 40px;
	float: left;
	background-color: #fff;
}

#main .other ul li a:hover img {
	opacity: 0.7;
}

#main .other ul li img {
	max-width: 100%;
	-webkit-transition: opacity .7s;
	transition: opacity .7s;
}

#main .other ul li:nth-child(2n) {
	float: right;
}

@media screen and (min-width: 768px) {
	#main .know .inner .photo {
		max-height: 400px !important;
	}
	
}

@media all and (min-width: 768px) and (max-width: 950px) {
	#main .know .inner .link a {
		letter-spacing: -1px;
		background: url(../img/common/icon07.png) no-repeat center right 5px;
	}
	
	#main .know .inner .link a span:before {
		left: -182px;
	}
	
	#main .know .inner .link a span:after {
		right: -180px;
	}
}

@media all and (min-width: 768px) and (max-width: 1250px) {
	#main .know .img01 img {
		width: 70%;
	}
	
	#main .know .img02 {
		text-align: right
	}
	
	#main .know .img02 img {
		width: 70%;
	}
	
	#main .know .img03 img {
		width: 70%;
	}
	
	#main .qa .img01 img {
		width: 54%;
	}
}

@media screen and (max-width: 767px) {
	.mainVisual {
		padding: 0;
	}
	
	.mainVisual .photo img {
		max-width: inherit;
		width: 100%;
	}
	
	.mainVisual .slick-dots {
		height: 7px;
		width: auto;
		left: auto;
		right: 10px;
		bottom: 16px;
		text-align: left;
	}

	.mainVisual .slick-dots li {
    	width: 7px;
		height: 7px;
	    margin: 0 5px;
	}

	.mainVisual .slick-dots li button {
		width: 7px;
		height: 7px;
	}

	#main .topBox {
		padding: 40px 15px 43px;
	}
	
	#main .topBox ul {
		max-width: inherit;
	}
	
	#main .topBox ul li {
		width: auto;
		margin: 0 0 9px;
		float: none;
		border: 2px solid #E0E0E0;
	}
	
	#main .topBox ul li a {
		width: 100%;
		display: table;
		padding: 13px 18px 12px;
		box-sizing: border-box;
		background-position: center right 24px !important;
		background-size: 25px auto !important;
	}
	
	#main .topBox ul li:nth-child(4n) {
		margin: 0;
	}
	
	#main .topBox ul li .img {
		width: 60px;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	
	#main .topBox ul li .txtBox {
		padding-left: 18px;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
	}
	
	#main .topBox ul li .img img {
		max-width: inherit;
		width: 60px;
	}
	
	#main .topBox ul li .txt {
		margin: 0 0 -2px;
		font-size: 1.16em;
	}
	
	#main .topBox ul li .ttl {
		font-size: 2.9em;
	}
	
	#main .know {
		padding: 51px 15px 112px;
		background: url(../img/index/bg01.jpg) repeat left top;
		background-size: 200px auto;
	}
	
	#main .know:before {
		height: 7px;
		background-size: auto 7px;
		z-index: 1;
	}
			
	#main .know .img02 {
		display: none;
	}
	
	#main .know .img03 {
		bottom: 0;
	}

	#main .know .headLine02 {
		min-height: 74px;
		box-sizing: border-box;
	}
	
	#main .know .inner {
		margin-bottom: 60px;
	}
	
	#main .know .inner01 {
		max-width: inherit;
		padding-bottom: 27px;
		background-size: auto 2px;
	}
	
	#main .know .inner .photo {
		margin-bottom: 17px;
	}
	
	#main .know .inner .photo img {
		max-width: inherit;
		width: 100%;
	}
	
	#main .know .inner .txt {
		margin-bottom: 19px;
		font-size: 1.26em;
		line-height: 1.54;
		letter-spacing: -0.2px;
	}
	
	#main .know .inner .link {
		max-width: inherit;
		margin: 25px auto 0;
		border: 3px solid #DB3839;
	}
	
	#main .know .inner .link a {
		padding: 21px 0 21px;
		font-size: 1.74em;
		letter-spacing: 0;
		background: none;
	}
	
	#main .know .inner .link a:before {
		width: 20px;
		height: 20px;
		background-size: 20px auto;
		top: -2px;
		left: -2px;
	}
		
	#main .know .inner .link a span:before {
		width: 56px;
		height: 20px;
		background: url(../img/index/sp_icon01.jpg) no-repeat;
		background-size: 56px auto;
		top: 2px;
		left: -70px;
	}
	
	#main .know .inner .link a span:after {
		width: 56px;
		height: 20px;
		background: url(../img/index/sp_icon02.jpg) no-repeat;
		background-size: 56px auto;
		top: 2px;
		right: -70px;
	}
		
	#main .know .inner02 .headLine02 > span {
		padding: 4px 0 18px;
	}
	
	#main .know .inner02 .headLine02 img {
		width: 100px;
	}
	
	#main .know .inner02 .headLine02 > span span:before {
		top: 5px;
		left: -32px;
	}
	
	#main .know .inner02 .headLine02 > span span:after {
		top: 5px;
		right: -32px;
	}
		
	#main .know .inner03 .headLine02 > span {
		padding: 12px 0 22px;
	}
	
	#main .know .inner03 .headLine02 img {
		width: 103px;
	}
	
	#main .know .inner03 .headLine02 > span span:before {
		left: -36px;
	}
	
	#main .know .inner03 .headLine02 > span span:after {
		right: -36px;
	}
	
	#main .know .inner04 {
		margin-bottom: 60px;
	}
	
	#main .know .inner04 .headLine02 > span {
		padding: 13px 0 21px;
	}
	
	#main .know .inner04 .headLine02 img {
		width: 151px;
	}
	
	#main .know .inner04 .headLine02 > span span:before {
		left: -32px;
	}
	
	#main .know .inner04 .headLine02 > span span:after {
		right: -32px;
	}
	
	#main .know .bannerUl {
		margin: 0 2px;
		max-width: inherit;
	}
	
	#main .know .bannerUl li {
		width: auto;
		float: none;
	}
	
	#main .know .bannerUl li:nth-child(2) {
		margin-top: 20px;
		float: none;
	}
	
	#main .know .bannerUl li img {
		max-width: inherit;
		width: 100%;
	}
	
	#main .see {
		padding: 45px 15px 79px;
	}
	
	#main .see .headLine01 {
		margin-bottom: 29px;
	}
	
	#main .see .headLine01 img {
		margin: 0 auto 17px;
		height: 93px;
	}
	
	#main .see .headLine01 > span {
		font-size: 2.325em;
		line-height: 1.58;
	}
	
	#main .see .headLine01 > span .sp {
		display: inline-block !important;
	}
	
	#main .see ul {
		margin: -22px -15px 0;
		max-width: inherit;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#main .see ul li {
		margin: 22px 3% 0;
		width: 41.8%;
		float: none;
	}
	
	#main .see ul li:nth-child(3n) {
		margin-right: 0;
	}
	
	#main .see ul li .img img {
		max-width: inherit;
		width: 100%;
	}
	
	#main .see ul li p {
		margin-top: -13px;
		height: 40px;
	}
	
	#main .see ul li:nth-child(3) p {
		margin: -13px 0 0 -50px;
	}
	
	#main .see ul li p img {
		height: 40px;
	}
	
	#main .news {
		padding: 42px 15px 70px;
		background-size: 300px auto;
	}
	
	#main .news .headLine01 {
		margin-bottom: 25px;
	}
	
	#main .news .headLine01 > span {
		padding-bottom: 2px;
		font-size: 2.71em;
		border-bottom: 3px solid #2C2E2F;
	}
	
	#main .news .newsBox {
		max-width: inherit;
		padding: 16px 0 24px;
	}
	
	#main .news .newsBox .link {
		margin-bottom: 16px;
		position: static;
		text-align: center;
	}
	
	#main .news .newsBox .link a {
		padding-left: 26px;
		font-size: 1.74em;
		letter-spacing: 1px;
		background-size: 18px auto;
	}
	
	#main .news .newsBox .tabUl {
		max-width: inherit;
		margin: 0 auto 19px;
	}
	
	#main .news .newsBox .tabUl li {
		width: 50%;
		float: left;
	}
	
	#main .news .newsBox .tabUl li a {
		padding: 11px 0 10px;
		font-size: 1.16em;
	}
	
	#main .news .newsBox .tabUl li:nth-child(2n) a {
		border-right: none;
	}
	
	#main .news .newsBox .tabUl li.on a:hover {
		color: #fff;
		background-color: #DB3839;
		border-color: #DB3839;
	}
	
	#main .news .newsBox .tabUl li a:hover {
		color: #969696;
		background-color: #F2F2F2;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #E6E6E6;
	}
	
	#main .news .newsBox .tabUl li:nth-child(2n) a:hover {
		border-right: none;
	}
	
	#main .news .tabBox {
		margin: 0 15px;
		max-width: inherit;
	}
	
	#main .news .tabBox ul {
		border-bottom: 1px solid #CDCDCD;
	}
	
	#main .news .tabBox ul li {
		border-top: 1px solid #CDCDCD;
	}
	
	#main .news .tabBox ul li a {
		background: none;
	}
	
	#main .news .tabBox ul li .lTxt {
		padding: 8px 0 0;
		float: none;
	}
	
	#main .news .tabBox ul li .lTxt .date {
		font-size: 0.97em;
	}
	
	#main .news .tabBox ul li .lTxt .date span {
		font-size: 0.9rem;
	}
	
	#main .news .tabBox ul li .lTxt .sort {
		margin: 0 0 0 19px;
		padding: 2px 2px;
		min-width: 55px;
		width: auto;
		font-size: 0.8em;
		border-radius: 2px;
	}
	
	#main .news .tabBox ul li .rTxt {
		padding: 7px 0;
		font-size: 1.26em;
		line-height: 1.54;
	}
	
	#main .news .banner {
		margin-top: 30px;
	}
	
	#main .news .banner img {
		max-width: inherit;
		width: 100%;
	}
	
	#main .feel {
		min-height: inherit;
		padding: 46px 15px 81px;
		background: url(../img/index/sp_bg01.jpg) no-repeat center top #fff;
		background-size: 100% auto;
	}
	
	#main .feel .headLine01 {
		margin-bottom: 45px;
	}
	
	#main .feel .headLine01 img {
		margin: 0 auto 14px;
		height: 93px;
	}
	
	#main .feel .headLine01 span .sp {
		display: inline-block !important;
	}
	
	#main .feel ul {
		margin: 0 5px;
		max-width: inherit;
	}
	
	#main .feel ul li {
		width: auto;
		float: none;
	}
	
	#main .feel ul li:nth-child(2) {
		margin-top: 50px;
		float: none;
	}
		
	#main .feel ul li .radio {
		width: 100%;
		position: relative;
		padding-bottom: 10%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	#main .feel ul li .radio iframe {
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#main .feel ul li p {
		padding: 4px 0 6px;
		max-width: 314px;
		margin: 0 auto 27px;
		font-size: 2.23em;
	}
	
	#main .feel ul li p:before {
		bottom: -13px;
	}
	
	#main .preparation {
		min-height: inherit;
		padding: 46px 15px 79px;
		background: url(../img/index/sp_bg02.jpg) no-repeat center top #fff;
		background-size: 100% auto;
	}
	
	#main .preparation .headLine01 {
		margin-bottom: 45px;
	}
	
	#main .preparation .headLine01 img {
		margin: 0 auto 14px;
	}
	
	#main .preparation .headLine01 > span {
		padding-bottom: 4px;
	}
	
	#main .preparation ul {
		max-width: inherit;
	}
	
	#main .preparation ul li {
		margin: 35px 0 0;
		width: auto;
		float: none;
	}
		
	#main .preparation ul li .photo {
		padding: 4px 4px 0;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
		background-size: 4px auto;
	}
	
	#main .preparation ul li .photo img {
		max-width: inherit;
		width: 100%;
		border-top-left-radius: 2px;
		border-top-right-radius: 10px;
	}
	
	#main .preparation ul li p {
		padding: 12px 0 13px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	
	#main .qa {
		padding: 40px 15px 117px;
		position: relative;
		background: url(../img/index/sp_bg03.jpg) no-repeat right top,url(../img/index/sp_bg04.jpg) no-repeat left bottom,url(../img/index/sp_bg05.jpg) no-repeat left top #fff;
		background-size: 218px auto,135px auto,107px auto;
	}
	
	#main .qa:before {
		width: 100%;
		height: 7px;
		background: url(../img/common/sp_icon09.png) repeat-x;
		background-size: auto 7px;
		position: absolute;
		bottom: -1px;
		left: 0;
		content: "";
	}

	#main .qa .img01 {
		display: none;
	}
	
	#main .qa .headLine01 {
		margin-bottom: 24px;
	}
	
	#main .qa .headLine01 > span {
		padding-bottom: 4px;
		border-color: #2C2C2C;
		font-size: 2.9em;
	}
	
	#main .qa .comLink {
		margin-bottom: 34px;
	}
	
	#main .qa ul {
		max-width: inherit;
		margin: -20px 5px 0;
	}
	
	#main .qa ul li {
		margin: 20px 0 0;
		width: 47.2%;
		height: 110px;
		border-radius: 5px;
	}
	
	#main .qa ul li:nth-child(2n) {
		float: right;
	}
	
	#main .qa ul li p {
		font-size: 1.26em;
		line-height: 1.54;
	}
			
	#main .qa ul .liStyle05 {
		color: #000;
		background-color: #F4EBDA;
	}
	
	#main .qa ul .liStyle06 {
		color: #fff;
		background-color: #275F7A;
	}

	.modal_content {
	    width: 80%;
	    padding: 30px;
	}
	
	#main .other {
		padding: 53px 15px 115px;
		background: url(../img/index/bg09.jpg) repeat left top;
		background-size: 300px auto;
	}
	
	#main .other:before {
		display: none;
	}
	
	#main .other .headLine01 {
		margin-bottom: 38px;
	}
	
	#main .other .headLine01 > span {
		padding-bottom: 2px;
		border-color: #2C2C2C;
		font-size: 2.9em;
	}
	
	#main .other ul {
		max-width: inherit;
		margin: 0 auto;
	}
	
	#main .other ul li {
		width: auto;
		margin: 0 0 20px;
		float: none;
	}
	
	#main .other ul li img {
		max-width: inherit;
		width: 100%;
	}
	
	#main .other ul li:nth-child(2n) {
		float: none;
	}
	
	#main .other ul li:last-child {
		margin-bottom: 0;
	}

}

@media screen and (max-width: 350px) {
	#main .know .inner .link a span:before {
		left: -57px;
	}
	
	#main .know .inner .link a span:after {
		right: -57px;
	}
}

@media screen and (max-width: 330px) {
	#main .qa ul li p span {
		letter-spacing: -0.2px;
	}
}

@media all and (-ms-high-contrast:none){
	#main .know .inner02 .headLine02 > span span:after {
		top: -19px;
	}
	
	#main .know .inner02 .headLine02 > span span:before {
		top: -19px;
	}
	
	#main .news .tabBox ul li .lTxt .sort {
		padding: 5px 0 1px;
	}
	
}


/* ------------------------------------------------------------
    下層ページ
------------------------------------------------------------ */
#gHeader.subhd{border-bottom: 1px solid #c6c5c5;box-shadow:0px 0px 6px 3px #e9e8e8;}
#gHeader.fixed{box-shadow:none;}

/* bread_crumb
------------------------------------------------------------------------------------------------------------*/
.bread_crumb_list {
	padding:20px 0;
	width:100%;
	margin: auto;
	}
ol.bread_crumb {
	text-align:left;
	margin:0 auto;
	max-width: 1180px;
	}
.bread_crumb li {
	display:inline;
	color:#333;
	font-size:1em;
	font-weight:500;
	}
.bread_crumb .material-icons{vertical-align:-0.2em !important;}
.bread_crumb li:after {
    content : '>';
    padding-left:10px;
    margin-right:10px;
	}
.bread_crumb li:last-child:after {content : '';}
.bread_crumb li a {color:#333;text-decoration:underline;}
.bread_crumb li a:hover{text-decoration:none;}
.bread_crumb li.current {}


/* subVisual
------------------------------------------------------------------------------------------------------------*/

.subVisual{padding: 64px 0; background: #fff;}
.subVisual h2{
	max-width: 1080px;
	margin: auto;
	font-size: 2.7em;
	line-height: 160%;
	}
.subVisual h2 span {
	display: block;
	font-size: 0.5em;
	font-weight: normal;
	text-shadow:
	  0 0 25px #fff,
	  0 0 25px #fff,
	  0 0 20px #fff,
	  0 0 20px #fff,
	  0 0 20px #fff,
	  0 0 20px #fff,
	  0 0 15px #fff,
	  0 0 15px #fff,
	  0 0 15px #fff,
	  0 0 15px #fff,
	  0 0 10px #fff,
	  0 0 10px #fff,
	  0 0 10px #fff,
	  0 0 10px #fff,
	  0 0 5px #fff,
	  0 0 5px #fff,
	  0 0 5px #fff,
	  0 0 5px #fff,
	  0 0 0.80px #fff;
}
.subVisual h2 span.category {
	display: block;
	font-size: 0.5em;
	font-weight: normal;
	text-shadow:none;
}
.topicsVisual{background: url("../img/topics/h2bg.jpg") no-repeat top center , #fff;}

.kesennumaVisual{background: url("../img/kesennuma/h2bg.jpg") no-repeat top center , #fff;}
.kesennumaVisual h2{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 5em;
	letter-spacing: 3px;
	padding: 70px 0;
	text-shadow: 0 0 2px #fff;
	}
.kesennumaVisual h2 span{
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 0.3em;
	line-height: 210%;
	letter-spacing: 0;
	}

.productsVisual{
	background:url("../img/products/bg.jpg") repeat;
	color: #fff;
	text-align: center;
	}
.productsVisual span{line-height: 150%; margin-top: 10px;}
.productsVisual h2 strong{padding: 0 32px;background:url("../img/products/icon2.png") no-repeat left 4px ,url("../img/products/icon2.png") no-repeat right 4px;}
.sofliVisual{
	background:url("../img/products/bg3.jpg") repeat;
	color: #fff;
	text-align: center;
	padding: 30px 0;
	}
.sofliVisual span{line-height: 150%; margin-top:20px;}

.olivetoVisual{
	background:url("../img/products/bg.jpg") repeat;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	}
.olivetoVisual span{line-height: 150%; margin-top:20px;}
.olivetoVisual h2 strong{
	padding: 2px 38px;
	background:url("../img/products/icon3.png") no-repeat left 2px ,url("../img/products/icon3.png") no-repeat right 2px;}


.deligrandeVisual{
	background:url("../img/products/bg4.jpg") repeat;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	}
.deligrandeVisual span{line-height: 150%; margin-top:20px;}
.deligrandeVisual h2 strong{
	padding: 2px 54px;
	background:url("../img/products/icon4.png") no-repeat left 2px ,url("../img/products/icon4_2.png") no-repeat right 2px;}

/* ====== ↓↓eatvege：202002追記↓↓ ====== */
.eatvegeVisual{
	background:url("../img/products/bg5.jpg") repeat;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	}
.eatvegeVisual span{line-height: 150%; margin-top:20px;}
.eatvegeVisual h2 strong{
	padding: 10px 50px;
	background:url("../img/products/icon5.png") no-repeat left 2px ,url("../img/products/icon5.png") no-repeat right 2px;}
/* ====== ↑↑eatvege：202002追記↑↑ ====== */


.responsibilityVisual{background: url("../img/responsibility/h2bg.jpg") no-repeat top center , #fff;}
.kidsVisual{background: url("../img/responsibility/kids/h2bg.jpg") no-repeat top center , #fff;}
.camVisual{background: url("../img/responsibility/cam/h2bg.jpg") no-repeat top center , #fff;}

/* subcon
------------------------------------------------------------------------------------------------------------*/
#subcon{
	overflow: hidden;
	padding: 30px 0 200px;
	max-width: 1180px;
	margin: auto;
	font-size: 1.45em;
	line-height: 180%;
	}
#subcon h2.style01{
	border-left:8px solid #ce0237;
	padding:1.5% 3% 2%;
	font-size: 2em;
	margin-bottom: 30px;
	background: #fef8eb;
	line-height: 130%;
	}
#subcon h2.style01 span{display: block; font-weight: normal; font-size: 0.7em;}

#subcon h3.style01{
	border-top:5px solid #e83642;
	padding: 30px 0 10px;
	font-size: 1.6em;
	margin-bottom: 20px;
	}
#subcon h3.style01_2{
	border-top:5px solid #e83642;
	padding: 10px 0 10px;
	font-size: 1.5em;
	line-height: 180%;
	margin-bottom: 10px;
	}
#subcon h3.style02{
	padding: 50px 0;
	font-size: 2em;
	margin-bottom: 20px;
	text-align: center;
	background: url("../img/products/bg2.jpg")repeat;
	color: #fff;
	}
#subcon h3.style02_2{
	padding: 40px 0;
	font-size: 1.8em;
	margin-bottom: 20px;
	}


#subcon h3.style03{
	border-bottom: 5px solid #ce0237;
	padding:5px 0 20px 0;
	font-size: 1.8em;
	margin-bottom: 20px;
	background:#fff;
	}

#subcon h3.style03_2{border-color: #c0d852;}
#subcon h3.style03_3{border-color: #face56;}
#subcon h3.style03_4{border-color: #c67b63;}
#subcon h3.style03_2mv {
	border-color: #c0d852;
}
#subcon h3.style03_2mv:before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 28px;
	background-image: url("../img/common/ico_movie.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 15px;
}

#subcon h4.style01{
	border-top: 3px double #298255;
	border-bottom: 3px double #298255;
	color: #298255;
	padding:15px 0 15px 50px;
	margin: 50px 0 10px;
	font-size: 1.5em;
	overflow: hidden;
	line-height: 180%;
}
#subcon h4.style01_2{border-color: #face56; color: #fe9e29;}
#subcon h4.style01_3{border-color: #ce0237; color: #ce0237;}
#subcon h4.style01_4{border-color: #6f4031; color: #6f4031;}

#subcon h4.icon01{background:url("../img/products/food_icon01.jpg") no-repeat left;}
#subcon h4.icon02{background:url("../img/products/food_icon02.jpg") no-repeat left;}
#subcon h4.icon03{background:url("../img/products/food_icon03.jpg") no-repeat left;}
#subcon h4.icon04{background:url("../img/products/food_icon04.jpg") no-repeat left;}
#subcon h4.icon05{background:url("../img/products/food_icon05.jpg") no-repeat left;}
#subcon h4.icon06{background:url("../img/products/food_icon06.jpg") no-repeat left;}
#subcon h4.icon06_2{
	padding:20px 0 20px 70px;
	background:url("../img/products/food_icon06_2.jpg") no-repeat left;}
#subcon h4.no-icon{background:#fff; padding: 15px 0;}

#subcon h4.icon07{background:url("../img/products/food_icon07.jpg") no-repeat left;}

#subcon h4.icon08{background:url("../img/products/food_icon08.jpg") no-repeat left;}
#subcon h4.icon09{background:url("../img/products/food_icon09.jpg") no-repeat left;}
#subcon h4.icon10{background:url("../img/products/food_icon10.jpg") no-repeat left;}
#subcon h4.icon11{background:url("../img/products/food_icon11.jpg") no-repeat left;}
#subcon h4.icon12{background:url("../img/products/food_icon12.jpg") no-repeat left;}
#subcon h4.icon13{background:url("../img/products/food_icon13.jpg") no-repeat left;}
#subcon h4.icon14{background:url("../img/products/food_icon14.jpg") no-repeat left;}
#subcon h4.icon15{background:url("../img/products/food_icon15.jpg") no-repeat left;}

#subcon h4.style01 span.txtR{float: right; color: #333;font-size: 0.6em;}
#subcon h4.style01 span.txtR img{width: 180px;}

#subcon .subttl{
	background: #298255;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	padding: 15px 0;
	margin: 40px 0 10px;
	font-weight: bold;
	border-radius: 30px;
	}

#subcon a.btn{
	font-weight: bold;
	font-size: 1.2em;
	color: #c11722;
	}
#subcon .btn a{
	display: block;
	padding: 10px 0;
	text-align: center;
	background:url("../img/common/icon03_on.png") no-repeat 95% , #000;
	color: #fff;
	}

#subcon .btn a:hover{opacity: 0.7;}

.nextBtn{margin: 20px 0; text-align: right;}
.red{color: #ce0237;}
.font-r{text-align: right;}
hr.line01{border: none;border-top:2px dotted #ce0237;}
hr.line02{border: none;border-top:1px dotted #333;}

#subcon .mt40{margin-top: 40px;}
#subcon .mt80{margin-top: 80px;}
#subcon .mb20{margin-bottom: 20px;}
#subcon .mb40{margin-bottom: 40px;}
#subcon .mb80{margin-bottom: 80px;}




/* topics 
------------------------------------------------------------------------------------------------------------*/

#subcon.topics{}
#subcon.topics .topicMain{ width: 72%; float: right;}
#subcon.topics .topicSide{ width: 23%; float: left;}

#subcon.topics .topicMain ul{border-top: 1px dotted #333333;}
#subcon.topics .topicMain ul li{
	border-bottom: 1px dotted #333333;
	font-size: 1em;
	overflow: hidden;
	padding: 2% 0;
}
#subcon.topics .topicMain ul li.eatvg {
	border-bottom: 1px dotted #333333;
	font-size: 1em;
	overflow: hidden;
	padding: 0;
}
#subcon.topics .topicMain ul li.eatvg:last-child {
	padding-bottom: 50px;
}

#subcon.topics .topicMain ul li a{display: block; width: 100%; }



#subcon.topics .topicMain ul li .data{font-size: 0.9em;font-weight: bold;}
#subcon.topics .topicMain ul li .data span{font-size: 1.2rem;}
#subcon.topics .topicMain ul li .sort{
	margin: 0 2%;
	padding: 3px 0;
    width: 100px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #434343;
    border-radius: 5px;
	font-size: 0.9em;
	}
#subcon.topics .topicMain ul li .event {background-color: #D05244;}
#subcon.topics .topicMain ul li .company {background-color: #13569A;}
#subcon.topics .topicMain ul li .rTxt{display: block;width:610px; float: right; margin: 2px 0 5px 0;}

@media screen and (max-width: 1280px) {
#subcon.topics .topicMain ul li .rTxt{margin: 2px 0 5px 120px;width:auto;  float: none;}	
}

/* topics 詳細 
------------------------------------------------------------------------------------------------------------*/

#subcon h3.style01_2 .data{font-size: 0.85em;}
#subcon h3.style01_2 .sort{
	font-size: 0.6em;
	margin: 0 1% 0 0;
	padding: 4px 0;
    width: 90px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: #434343;
	line-height: 170%;
}

#subcon h3.style01_2 .event {background-color: #D05244;}
#subcon h3.style01_2 .company {background-color: #13569A;}
#subcon h3.style01_2 .rTxt{display: block;}

#subcon.topics .topicTxt{
	border-bottom: 1px dotted #333333;
	border-top: 1px dotted #333333;
	padding: 30px 0;
	}
#subcon.topics .topicTxt h4{font-size: 1.45em; line-height: 150%; padding-bottom: 20px;}
#subcon.topics .topicTxt p{padding-bottom: 40px;}

#subcon.topics .topicTxt figure{padding:0 0 40px; margin: 0; overflow: hidden;}
#subcon.topics .topicTxt figure img{width: 100%;}
#subcon.topics .topicTxt figure.topicSubimg img{width: 48%; float: left;}
#subcon.topics .topicTxt figure.topicSubimg img:nth-child(2n){float: right;}
#subcon.topics .topicTxt p img {
	height: auto;
	max-width: 100%;
}

.pager_wrapper_pc {text-align: center; margin-top: 20px;}
.pager_wrapper_sp{display: none;}
#subcon.topics .topicMain ul.pager{
	border: none;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	}
#subcon.topics .topicMain ul.pager li{border: none; float: left; width: 33%;}
#subcon.topics .topicMain ul.pager li:first-child{text-align: left;}
#subcon.topics .topicMain ul.pager li:last-child{
	text-align: right;
	float: right;
}


/* kesennuma 
------------------------------------------------------------------------------------------------------------*/
.topics .kesennuma li{overflow: hidden; padding: 20px 0;}
.topics .kesennuma li figure {
	width: 26%;
	float:left;
	padding: 0;
	margin: 0;
	border: 2px
	solid #ddd;
}
.topics .kesennuma li figure img {
	width: 100%;
	height: auto;
}
.topics .kesennuma li dl{width: 70%;float: right; padding-left:2%;}
.topics .kesennuma li dt{font-size: 1.1em; margin-bottom: 10px;}
#subcon.topics .topicMain ul.kesennuma li dt span.data{display: block; margin-bottom: 8px; font-size: 1.2em; font-weight: bold;}
#subcon.topics .topicMain ul.kesennuma li a {display: inline;}
.topics .kesennuma li dd p{font-size: 0.9em;}
.topics .kesennuma li dd p span{color: #ce0237;}


/* sdgs-report 
------------------------------------------------------------------------------------------------------------*/
.topics .sdgs-report {
  margin: 30px 0 20px;
}

.topics .sdgs-report li{overflow: hidden; padding: 20px 0;}
.topics .sdgs-report li figure {
	width: 24%;
	float:left;
	padding: 0;
	margin: 0;
	border: 2px
	solid #ddd;
}
.topics .sdgs-report li figure img {
	width: 100%;
	height: auto;
}
.topics .sdgs-report li dl{width: 72%;float: right; padding-left:2%;}
.topics .sdgs-report li dt{font-size: 1.1em; margin-bottom: 15px;}
#subcon.topics .topicMain ul.sdgs-report li dt span.data{display: block; margin-bottom: 8px; font-size: 1.2em; font-weight: bold;}
#subcon.topics .topicMain ul.sdgs-report li a {display: inline;}
.topics .sdgs-report li dd p{font-size: 1em;}
.topics .sdgs-report li dd p span{color: #ce0237;}

.topics .sdgs-report li dt{font-size: 1em; margin-bottom: 5px;}
#subcon.topics .topicMain ul.sdgs-report li dt span.data{ margin-bottom: 5px; font-size: 1em;}
.topics .sdgs-report li dd p{line-height: 145%;}

.sdgs-reportlist .sdgs-btn {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: solid 3px #000;
  width: 220px;
  padding: 15px;
  float: right;
  text-align: center;
}
.sdgs-reportlist .sdgs-btn:hover {
  background: #fff;
  color: #000;
  transition : 0.5s;
}

@media screen and (max-width: 768px) {
	.sdgs-reportlist {
	  margin-bottom: 180px;
	  padding-left: 35px;
	}
	.sdgs-reportlist .sdgs-btn {
	  width: 100%;
	}

}



/* products 
------------------------------------------------------------------------------------------------------------*/

h3.productsttl{
	text-align: center;
	font-size: 2em;
	padding: 20px 0;
	margin-bottom: 20px;
	}
h3.productsttl span{
	position: relative;
     display: inline-block;
     padding: 0 0.5em;
	}
h3.productsttl span::before, h3.productsttl span::after{
     position: absolute;
     top: 42%;
     content: '';
     width: 280%;
     height: 8px;
     background-color: #e83642;
	}
h3.productsttl span::before {left: 100%;}
h3.productsttl span::after { right: 100%;}

.products .list01 li{
	border: 3px solid #ddd;
	overflow: hidden;
	padding: 2.5%;
	margin-bottom: 40px;
	}
.products .list01 li figure{
	width: 35%;
	padding: 0; margin: 0; float: left;}
.products .list01 li figure img{width: 100%; max-width: 380px;}
.products .list01 li dl{
	float: right;
	width: 60%;
	margin-right: 2%;
	}
.products .list01 li dt{
	letter-spacing: 2px;
	font-size: 1.8em; font-weight: bold; margin-bottom: 20px;}
.products .list01 li dd p{font-size: 1.1em;}
.products .list01 li .btn{margin-top: 20px; max-width: 310px;}
.products .list02{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
	}
.products .list02 li{
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 2%;
	margin-bottom: 40px;
	position: relative;
	width: 44%;
	}
.products .list02 .arwL{position: absolute; top: 0; left: 0;}
.products .list02 li figure{width: 45%;padding: 0; margin: 0; float: left;}
.products .list02 li figure img{width: 100%; max-width: 240px;}
.products .list02 li dl{float: right;width: 49%;}
.products .list02 li dt{font-size: 1.3em; font-weight: bold; margin: 5px 0;}
.products .list02 li dt img{width: 100%; width: 162px;}
.products .list02 li dd{
	line-height: 170%;
	font-size: 0.9em;
}

/* 20210827：修正 */
.products .list02 li dd .list-btn a {
  display: block;
  background:url("../img/products/icon.png") no-repeat 8%,url("../img/common/icon03_on.png") no-repeat 93%,#2ba567;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  width: 60%;
  padding: 10px 20%;
}
.products .list02 li dd .list-btn a:hover {
  background:url("../img/products/icon.png") no-repeat 8%,url("../img/common/icon03_on.png") no-repeat 93%,#000;
  transition: .2s;
}

@media screen and (max-width: 768px) {
	.products .list02 li .list-btn a {
	  display: block;
	  background:url("../img/products/icon.png") no-repeat 8%,url("../img/common/icon03_on.png") no-repeat 93%,#2ba567;
	  border-radius: 4px;
	  font-weight: bold;
	  color: #fff;
	  text-align: center;
	  margin-top: 20px;
	  width: 60%;
	  padding: 10px 20%;
	}
	.products .list02 li .list-btn a:hover {
	  background:url("../img/products/icon.png") no-repeat 8%,url("../img/common/icon03_on.png") no-repeat 93%,#000;
	  transition: .2s;
	}
}

.products .list02 li .online{overflow: hidden;}
.products .list02 li .btnsp{display: none;}


/* newproducts 
------------------------------------------------------------------------------------------------------------*/

#subcon.topics .topicMain .newproducts ul{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
	border: none;
	}
#subcon.topics .topicMain .newproducts ul li{
	border:none;
	padding: 2% 0;
	margin-bottom: 40px;
	width: 48%;
}

#subcon.topics .topicMain .newproducts ul li figure{padding: 0; margin:10px 0;}
#subcon.topics .topicMain .newproducts ul li figure img{width: 100%;}

#subcon.topics .topicMain .newproducts ul li h4{
	font-weight: bold;
	font-size: 1.25em;
	border-top:5px solid #ce0237;
	margin: 0;
	padding: 15px 0 0 0;
}
#subcon.topics .topicMain .newproducts ul li h4 a{padding:0;}
#subcon.topics .topicMain .newproducts ul li h4 a:hover{ text-decoration:underline;}
#subcon.topics .topicMain .soflis ul li h4{border-color: #c0d852;}
#subcon.topics .topicMain .zaitaku ul li h4{border-color: #ffc885;}
#subcon.topics .topicMain .deligrande ul li h4{border-color: #c67b63;}
#subcon.topics .topicMain .eatvege ul li h4{border-color: #53a07f;}

#subcon.topics .topicMain .newproducts ul li h4 span{
	background: #d2300d;
	margin-bottom: 5px;
	color: #fff;
	width: 120px;
	text-align: center;
	display: block;
	padding: 2px 0;
	}
#subcon.topics .topicMain .newproducts ul li h4 span.bgY{background: #e3c488;}
#subcon.topics .topicMain .newproducts ul li h4 span.bgB{background: #714e37;}
#subcon.topics .topicMain .newproducts ul li h4 span.bgG{background: #5a9d23;}


#subcon.topics .topicMain .newproducts ul li .btn a{
	background:url("../img/common/icon03_on.png")no-repeat 95% ,#ce0237;
	padding: 15px 0;
	font-weight: bold;
	font-size: 1.2em;
}
#subcon.topics .topicMain .soflis ul li .btn a{background:url("../img/common/icon03_on.png")no-repeat 95% ,#61a358;}
#subcon.topics .topicMain .zaitaku ul li .btn a{background:url("../img/common/icon03_on.png")no-repeat 95% ,#fcad02;}
#subcon.topics .topicMain .deligrande ul li .btn a{background:url("../img/common/icon03_on.png")no-repeat 95% ,#463631;}
#subcon.topics .topicMain .eatvege ul li .btn a{background:url("../img/common/icon03_on.png")no-repeat 95% ,#257f58;}

#subcon.topics .topicMain .newproducts figure.new_main{
	padding: 0;
	margin: 0 0 40px;
	border-bottom: 2px dotted #ce0237;
	}
#subcon.topics .topicMain .newproducts figure.new_main2{border-color: #c0d852;}
#subcon.topics .topicMain .newproducts figure.new_main3{border-color: #face56;}
#subcon.topics .topicMain .newproducts figure.new_main4{border-color: #97816e;}
#subcon.topics .topicMain .newproducts figure.new_main img{width: 100%;}
#subcon.topics .topicMain .newproducts figure.new_main figcaption{padding:40px 0;}


/* sofli 
------------------------------------------------------------------------------------------------------------*/
.cot_R ,.cot_L{overflow: hidden; padding: 40px 0;}
.cot_R{border-top:2px dashed #c4caaa; border-bottom: 2px dashed #c4caaa;}
.cot_R figure ,.cot_L figure{padding: 0; margin: 0; width: 55%;}
.cot_R dl ,.cot_L dl{width: 42%;}
.cot_R figure img,.cot_L figure img{width: 100%;}

.cot_R dl{float: right;}
.cot_R figure{float: left;}
.cot_L dl{float: left;}
.cot_L figure{float: right;}


.point dt{
	background: #68ba5d;
	color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 150px;
	font-size: 1.1em;
	padding: 2px 0;
	margin-bottom: 10px;
	}
.point dd{font-size: 1.2em;font-weight: bold; line-height: 170%;}

#subcon.topics .topicMain ul.bnrlist{border: none;}
#subcon.topics .topicMain ul.bnrlist li{border: none;}


/* ↓↓202010：動画枠追加↓↓ */
#subcon .topicMain .movie {
	margin-top: 30px 0 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#subcon .topicMain .movie ul {
	border: none;
	margin-bottom: 30px;
}
#subcon .topicMain .movie ul li {
	border: none;
}
#subcon .topicMain .movie li.ttl {
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
#subcon .topicMain .movie li.ttl:before {
	content: '❙';
	color: #87b342;
	font-size: 30px;
	padding: 0 8px 5px 0;
	background: transparent;
	vertical-align: middle;
}
#subcon .topicMain .movie li.mv {
	width: 390px;
	height: 290px;
	display: block;
	margin: 0 auto;
	z-index: 2;
	background-color: transparent;
	padding: 10px;
	border:1px solid #E0E0E0;
}
video {
	object-fit: fill;
	display: block;
}

@media screen and (max-width: 768px) {
	#subcon .topicMain .movie {
		width: 100%;
	}
	#subcon .topicMain .movie li.mv {
		width: 93%;
		height: auto;
	}
}

/* ↑↑202010：動画枠追加↑↑ */



/* table
------------------------------------------------------------------------------------------------------------*/

#subcon .defTable01 {
	width:100%;
    margin: 0 auto;
	border: none;
    border-collapse: collapse;
	margin-bottom:30px;
	}
#subcon .defTable01 th {
    width:180px;
    margin: 0;
	vertical-align:middle;
    font-weight: 500;
    padding: 15px;
	background:#f6f6f6;
	border:1px solid #cccccc;
	}
#subcon .defTable01 td {
    padding: 15px 30px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
	background:#fff;
	border:1px solid #cccccc;
	}
#subcon .defTable01 td img{margin: 0 5px;}	

#subcon .defTable01_u th{width: 280px;}
#subcon .defTable01_u td img{ width: 50%;}


/* oliveto 
------------------------------------------------------------------------------------------------------------*/

.advisor{
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 2px dashed #ce0237;
	overflow: hidden;}
.advisor figure{margin: 0;padding: 0;float: left; width: 35%;}
.advisor dl{float: right; width: 62%;}

.advisor dl dt{
	font-weight: bold;
	font-size: 1.35em;
	margin-bottom: 20px;
	}
.advisor dl dt span{display: block; font-size:  0.7em;}
.advisor dl dt strong{
	background: #ce0237;
	color: #fff;
	text-align: center;
	width: 230px;
	display: block;
	font-size:  0.8em;
	padding: 2px 0 0;
	margin-bottom: 10px;
	}

#subcon.topics .topicMain ul.olivetoList{overflow: hidden; border: none; margin-bottom: 80px;}
#subcon.topics .topicMain ul.olivetoList li{
	padding: 0;
	margin: 0 3.1% 0 0;
	border: none;
	float: left;
	width: 31%;
	}
#subcon.topics .topicMain ul.olivetoList li:last-child{
	float: right;
	margin: 0;
}
#subcon.topics .topicMain ul.olivetoList li figure{padding: 0; margin: 0;}
#subcon.topics .topicMain ul.olivetoList li figure img{width: 100%;}
#subcon.topics .topicMain ul.olivetoList li figure figcaption{
	margin: 10px 0;
	letter-spacing: 0;
	font-size: 0.9em;
}

.recipeBox{overflow: hidden;}
.recipeBox figure{padding: 0; margin: 0; float: left; width: 50%;}
.recipeBox h3{font-size: 1.5em; margin-bottom: 20px;}

#subcon .recipeBox table.defTable02{float: right; width: 45%;}

.adviceBox{overflow: hidden;}


/* table
-------------------------------------------------------------------------------------------------------------*/
#subcon .defTable02 {
	width:100%;
    margin: 0 auto;
	border: none;
    border-collapse: collapse;
	margin-bottom:30px;
	}
#subcon .defTable02 th {
	font-weight: bold;
    width:100%;
	display: block;
    margin: 0;
	text-align: center;
	vertical-align:middle;
    padding: 15px 0;
	background:#feedee;
	border-top:1px solid #ce0237;
	border-bottom:1px solid #ce0237;
	}
#subcon .defTable02 td {
    padding: 15px 0px;
	width:100%;
	display: block;
    margin: 0;
    text-align: left;
    vertical-align: middle;
	background:#fff;
	}


/* deligrande 
------------------------------------------------------------------------------------------------------------*/
.deligrande .cot_R ,.deligrande .cot_L{
	overflow: hidden;
	padding: 0 0 40px;
	margin-bottom: 40px;
	border-top:none;
	border-bottom: 2px dashed #c67b63;
	}
.deligrande .cot_R figure ,.deligrande .cot_L figure{padding: 0; margin: 0; width: 35%;}
.deligrande .cot_R dl ,.deligrande .cot_L dl{width: 62%;}

.deligrande .point dt{
	background: #6f4031;
	color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 150px;
	font-size: 1.1em;
	padding: 2px 0;
	margin-bottom: 20px;
	}
.deligrande .point dd{font-size: 1em; font-weight: normal; line-height: 170%;}
.deligrande .point dd strong{font-size: 1.3em;font-weight: bold; display: block; margin-bottom: 15px;}

#subcon.topics .topicMain ul.deligrandeList {
	border: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;
	justify-content:space-between;
	overflow: hidden;
	}
#subcon.topics .topicMain ul.deligrandeList li{
	border: none;
	width: 47%;
	float: left;
	margin-bottom: 40px;
	}
.deligrandeList li:nth-child(2n){float: right;}
.deligrandeList li figure{padding: 0; margin: 0;}
.deligrandeList li figure img{width: 100%;}

#subcon.topics .topicMain ul.deligrandeList li h4{
	margin: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
	padding: 2px 0 2px 15px;
	background: url("../img/common/arw6.png") no-repeat left;}


/* eatvege 
------------------------------------------------------------------------------------------------------------*/
.eatvege .cot_R ,.eatvege .cot_L{
	overflow: hidden;
	padding: 0 0 40px;
	margin-bottom: 40px;
	border-top:none;
	border-bottom: 2px dashed #53a07f;
	}
.eatvege .cot_R figure ,.eatvege .cot_L figure{padding: 0; margin: 0; width: 35%;}
.eatvege .cot_R dl ,.eatvege .cot_L dl{width: 62%;}

.eatvege .point dt{
	background: #257f58;
	color: #fff;
	font-weight: bold;
	text-align: center;
	max-width: 150px;
	font-size: 1.1em;
	padding: 2px 0;
	margin-bottom: 20px;
	}
.eatvege .point dd{font-size: 1em; font-weight: normal; line-height: 170%;}
.eatvege .point dd strong{font-size: 1.3em;font-weight: bold; display: block; margin-bottom: 15px;}

#subcon.topics .topicMain ul.eatvegeList {
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-between;
	border: none;
	}
#subcon.topics .topicMain ul.eatvegeList li{
	border: none;
	width: 47%;
	float: left;
	margin-bottom: 40px;
	}
.eatvegeList li:nth-child(2n){float: right;}
.eatvegeList li figure{padding: 0; margin: 0;}
.eatvegeList li figure img {
	width: 100%;
	margin-bottom: 20px;
}

#subcon.topics .topicMain ul.eatvegeList li h4 {
	margin: 15px 0;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 2px 80px;
}
#subcon.topics .topicMain ul.eatvegeList li h4.point01 {
	background: url("../img/products/eatvege/img_ptnum_01.png") no-repeat left;}
#subcon.topics .topicMain ul.eatvegeList li h4.point02 {
	background: url("../img/products/eatvege/img_ptnum_02.png") no-repeat left;}
#subcon.topics .topicMain ul.eatvegeList li h4.point03 {
	background: url("../img/products/eatvege/img_ptnum_03.png") no-repeat left;}
#subcon.topics .topicMain ul.eatvegeList li h4.point04 {
	background: url("../img/products/eatvege/img_ptnum_04.png") no-repeat left;}
@media screen and (max-width: 768px) {
#subcon.topics .topicMain ul.eatvegeList li{
		width: 100%;
		}
}


/* responsibility 
------------------------------------------------------------------------------------------------------------*/

#subcon .activityPage h3.style01{
	border-top:none;
	border-bottom:4px solid #ce0237;
	margin: 0 0 20px 0;
	padding: 12px 0 14px 0;
	font-size: 1.8em;
	}
#subcon .activityPage h3.icon01{
	background: url("../img/responsibility/icon01.jpg") no-repeat left top;
	padding: 12px 0 14px 50px;
}
#subcon .activityPage h3.icon02{
	background: url("../img/responsibility/icon02.jpg") no-repeat left top;
	padding: 12px 0 14px 50px;
}
#subcon .activityPage h3.icon03{
	background: url("../img/responsibility/icon03.jpg") no-repeat left top;
	padding: 12px 0 14px 50px;
}
#subcon .activityPage h3.icon04{
	background: url("../img/responsibility/icon04.jpg") no-repeat left center;
	padding: 16px 0 12px 20px;
}
#subcon .activityPage h3.style01 span{font-size: 0.8em;}



#subcon .activityPage h4.style02{
	background: url("../img/products/bg2.jpg")repeat;
	color: #fff;
	padding: 25px 25px 25px 80px;
	font-size: 1.6em;
	letter-spacing: 3px;
	margin: 20px 0;
	}
#subcon .activityPage h4.icon01{
	background: url("../img/responsibility/subicon01.png") no-repeat 25px ,url("../img/products/bg2.jpg")repeat;
}
#subcon .activityPage h4.icon02{
	background: url("../img/responsibility/subicon02.png") no-repeat 25px ,url("../img/products/bg2.jpg")repeat;
}
#subcon .activityPage h4.icon03{
	background: url("../img/responsibility/subicon04.png") no-repeat 25px ,url("../img/products/bg2.jpg")repeat;
}

#subcon .activityPage h4.style03{
	background: url("../img/products/bg2.jpg") repeat;
	background-size: auto;
	color: #fff;
	padding: 25px;
	font-size: 1.6em;
	letter-spacing: 3px;
	margin: 80px 0 0;
	text-align: center;
	}
#subcon .activityPage h4.top{margin: 0;}
#subcon .activityPage .style03_02::after{
	display: block;
	content: url("../img/responsibility/arw3.jpg");
	background: #fff;
	text-align: center;
	}
#subcon .activityPage h4.style03 span.icon01{
	background: url("../img/responsibility/kids/icon01.png") no-repeat right center;
	padding: 10px 65px 10px 0;
	}
#subcon .activityPage h4.style03 span.icon02{
	background: url("../img/responsibility/kids/icon02.png") no-repeat right center;
	padding: 10px 65px 10px 0;
	}
#subcon .activityPage h4.style03 span.icon03{
	background: url("../img/responsibility/kids/icon03.png") no-repeat right center;
	padding: 10px 65px 10px 0;
	}
#subcon .activityPage h4.style03 span.icon04{
	background: url("../img/responsibility/cam/icon01.png") no-repeat right center;
	padding: 10px 65px 10px 0;
	}
#subcon .activityPage h4.style03 span.icon05{
	background: url("../img/responsibility/cam/icon02.png") no-repeat right center;
	padding: 10px 65px 10px 0;
	}
#subcon .activityPage .point{
	font-weight: bold;
	font-size: 1.58em;
	margin: 20px 0;
	line-height: 160%;
	}

#subcon.topics .topicMain ul.activitList{border: none;}
#subcon .activitList li{
	border-top:4px solid #ce0237;
	overflow: hidden;
	padding: 4% 2%;
	margin: 30px 0;
	}
#subcon .activitList li dl{
	width: 35%;
	float: left;
	margin-right: 3%;
	}
#subcon .activitList li dt{
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
	}
#subcon .activitList li figure{
	padding: 0;
	margin: 0;
	width: 52%;
	float: left;
	}
#subcon .activitList li figure img{width: 100%;max-width: 397px;}
#subcon.topics .topicMain ul.activitList li .arw{
	padding: 0;
	margin: 0;
	float: right;
	width: 10%;
	text-align: center;
	}

#subcon.topics .topicMain ul.activitList02{border-top:4px solid #ce0237; margin-top: 40px;}
.activitList02{
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px 0;
	}
.activitList02 li{
	background: url("../img/responsibility/more.jpg") no-repeat 99%;
	background-size: 4%;
}
.activitList02 span{
	padding: 1px 0 1px 45px;
	background: url("../img/responsibility/arw.png") no-repeat 10px 3px;}


#subcon.topics .topicMain ul.activitList03{border: none;}
#subcon .activitList03 li{
	border-top:4px solid #ce0237;
	overflow: hidden;
	padding: 2% 0;
	margin: 30px 0;
	}
#subcon .activitList03 li dl{
	width: 44%;
	float: left;

	margin-left: 2%;
	}
#subcon .activitList03 li dt{
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
	line-height: 150%;
	}
#subcon.topics .topicMain ul.activitList03 li dt span.data{
	display: block;
	font-size: 0.8em;
	color: #ce0237;
	}
#subcon .activitList03 li dt span::before{content: url("../img/common/arw4_2.png"); margin-right: 5px;}
#subcon .activitList03 li dd{margin-top: 20px;}
#subcon .btnReport{
	color: #fff;
	font-weight: bold;
	background: url("../img/responsibility/arw2.jpg") no-repeat 94% , #ce0237;
	background-size: 20px;
	font-size: 1.1em;
	padding: 10px 30px;;
	width: 200px;
	}
#subcon .btnReport span{
	background: url("../img/responsibility/memo.jpg") no-repeat 2px 2px;
	background-size: 20px;
	padding: 0 0 0 28px;
	}
#subcon .activitList03 li figure{
	padding: 0;
	margin: 0;
	width: 46%;
	float: right;
	}
#subcon .activitList03 li figure img{width: 100%;}



#subcon .activityPage .cot_L figure ,#subcon .activityPage .cot_R figure{width: 45%;}
#subcon .activityPage .cot_L p{display: block; width: 52%; float: left;}
#subcon .activityPage .cot_R p{display: block; width: 52%; float: right;}
#subcon .activityPage .cot_R { border-top: none;border-bottom:  none; }
#subcon .activityPage .cot_L figure img ,#subcon .activityPage .cot_R figure img{margin-bottom: 10px;}

#subcon .checkttl{font-size: 1.4em;}
#subcon .checkttl span::after{content: url("../img/responsibility/check.jpg"); padding-left: 5px;}

#subcon .activityPage .profile{
	margin:0;
	padding: 30px 0;
	border-top: 4px solid #ce0237;
	border-bottom: 1px dashed #333;
	overflow: hidden;
	}
#subcon .activityPage .profile dl{float: left;width: 56%;}
#subcon .activityPage .profile dt{
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: 4px dashed #ddd;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 130%;
	}
#subcon .activityPage .profile dt strong{font-size: 0.6em; margin-left: 5px;}
#subcon .activityPage .profile dt span{display: block; font-size: 0.6em; font-weight: normal;}
#subcon .activityPage .profile figure{float: right; width: 40%; padding: 0; margin: 0;}
#subcon .activityPage .profile figure img{width: 100%;}




.activityPage .reportmap{
	padding: 2%;
	background:url("../img/responsibility/kids/bg01.jpg") repeat;}

.activityPage .reportmap .inner{
	background:url("../img/responsibility/kids/bg01_img.png") no-repeat top left , url("../img/responsibility/kids/bg01_img2.png") no-repeat bottom right;
	padding: 2%;
	position: relative;
	}
.activityPage .reportmap .inner .txtBox{position: absolute; top:6%; left: 4%;}
.activityPage .reportmap .inner .txtBox h3{font-size: 1.8em; font-weight: bold; margin-bottom: 10px;}
.activityPage .reportmap .inner img{padding: 50px 0 0;}
.activityPage .reportmap .reportmapttl{
	display: block;
	border: 1px solid #333;
	text-align: center;
	font-size: 1.3em;
	padding: 1.5% 0;
	margin: 1% 0 4%;
	font-weight: bold;
	}


.activityPage .repintro{
	border-radius: 10px;
	background:url("../img/responsibility/corner.png")no-repeat top right ,#fff3f3;
	padding: 3%;
	margin: 40px 0;
	}
.activityPage .repintro h3{
	color: #ce0237;
	font-size: 1.8em;
	margin-bottom: 20px;
	}
.activityPage .repintro h3 span{font-size: 0.8em; margin-left: 20px;}
.activityPage .repintro h3.subicon01{
	padding: 10px 0 10px 50px;
	background: url("../img/responsibility/subicon03.png") no-repeat;
	}
.activityPage .repintro h3.subicon02{
	padding: 10px 0 10px 50px;
	background: url("../img/responsibility/subicon05.png") no-repeat
	}

.activityPage .repintro table{width: 100%; border-top: 2px dashed #f383a0; font-size: 1.05em; margin-bottom: 10px;}
.activityPage .repintro table th{
	padding:10px 30px;
	width: 25%;
	border-bottom: 2px dashed #f383a0;}
.activityPage .repintro table td{padding:10px 10px; border-bottom: 2px dashed #f383a0;}
.activityPage .repintro .txtR{text-align: right;}
.activityPage .kidsreport01{}
.activityPage .kidsmenu{
	border-top: 2px dotted #ce0237;
	padding: 15px 0;
	margin: 15px 0;
	}
.activityPage .kidsmenu h5 {
	overflow: hidden;
	color: #ce0237;
	font-size: 1.5rem;
	padding: 10px 0;
	}
.activityPage .kidsmenu h5 strong{padding:  10px 0; display: block;}
.activityPage .kidsmenu h5 span{
	background:url("../img/responsibility/kids/arw.jpg") no-repeat right , #ce0237;
	color: #fff;
	padding: 12px 10px 8px;
	display: block;
	width: 180px;
	float: left;
	font-size: 1.2rem;
	margin-right: 10px;
	}
.activityPage .kidsmenu h5 span span{
	display: inline;
	background: none;
	padding: 0;
	width: auto;
	font-size: 1.8rem;
	margin-right: 10px;
	}
.activityPage .kidsmenu p{margin: 20px 0;}
.activityPage .kidsmenu img{width: 100%;}

.activityPage .kidsvoice{
	border-top: 2px dotted #ce0237;
	padding: 15px 0;
	margin: 15px 0;
	}
#subcon.topics .topicMain .kidsvoice ul{ border: none; margin: 40px 0 30px;}
#subcon.topics .topicMain .kidsvoice ul li{
	border: none;
	margin-bottom: 0;
	overflow: hidden;
	}
#subcon.topics .topicMain .kidsvoice ul li p {
	display: block;
	position: relative;
	background: url("../img/responsibility/kids/icon04.png") no-repeat 95% , #ff7d7d;
	border: 2px solid #ff7d7d;
	width: 80%;
	border-radius: 10px;
	padding: 30px;
	font-weight: bold;
	font-size: 1.1rem;
	color: #fff;
	float: left;
	}
#subcon.topics .topicMain .kidsvoice ul li p span{
	display: block;
	padding:10px 80px 10px 0;
	}
#subcon.topics .topicMain .kidsvoice ul li p:after,
#subcon.topics .topicMain .kidsvoice ul li p:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	}
#subcon.topics .topicMain .kidsvoice ul li p:after {
	border-left-color: #ff7d7d;
	border-width: 10px;
	margin-top: -10px;
	}
#subcon.topics .topicMain .kidsvoice ul li p:before {
	border-left-color: #ff7d7d;
	border-width: 16px;
	margin-top: -16px;
	}
#subcon.topics .topicMain .kidsvoice ul li:nth-child(2n) p {
	background:url("../img/responsibility/kids/icon04_2.png") no-repeat 5% , #ffdfe0;
	border: 2px solid #ffdfe0;
	color: #ff5150;
	float: right;
	}
#subcon.topics .topicMain .kidsvoice ul li:nth-child(2n) p span{
	display: block;
	padding:10px 0 10px 80px;
	}
#subcon.topics .topicMain .kidsvoice ul li:nth-child(2n) p:after,
#subcon.topics .topicMain .kidsvoice ul li:nth-child(2n) p:before {
	right: 100%;
	left: auto;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	}
#subcon.topics .topicMain .kidsvoice ul li:nth-child(2n) p:after {
	border-right-color: #ffdfe0;
	border-width: 10px;
	margin-top: -10px;
	}
#subcon.topics .topicMain .kidsvoice ul li:nth-child(2n) p:before {
	border-right-color: #ffdfe0;
	border-width: 16px;
	margin-top: -16px;
	}

.thanktxt{
	border-top: 2px dotted #ce0237;
	border-bottom: 2px dotted #ce0237;
	padding: 30px 0;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
	}

#subcon .txtArea .cot_L ,#subcon .txtArea .cot_R{border-bottom: 1px dashed #333; padding: 20px 0; margin-bottom: 20px;}
#subcon .txtArea02 .cot_L ,#subcon .txtArea02 .cot_R{border-bottom: 2px dotted #ce0237;}
#subcon .txtArea .cot_L dl , #subcon .txtArea .cot_R dl{ width: 58%; padding: 0; margin: 0;}
#subcon .txtArea .cot_L dl.last , #subcon .txtArea .cot_R dl.last{ width: 100%; padding: 0; margin: 0;}
#subcon .txtArea .cot_L figure , #subcon .txtArea .cot_R figure{ width: 38%;}
#subcon .txtArea dl dt{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #ce0237;
	}
#subcon .txtArea02 dl dt{
	font-size: 3em;
	margin-bottom: 20px;
	}

#subcon .activityPage .name{
	text-align: right;
	font-size: 2em;	
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
#subcon .activityPage .name strong{display: block; margin-top: 15px;}
#subcon .activityPage .name span{display: block; font-size: 0.5em;}


#subcon.topics .activityPage ul.list{border: none; margin-bottom: 80px;}
#subcon.topics .activityPage ul.list li{
	padding-left:1.1em;
	text-indent:-1.1em;
	border-bottom:none;
	font-size: 1em;
	padding-top:15px; 
	padding-bottom:15px; 
	}
#subcon.topics .activityPage ul.list li::first-letter{font-weight: bold; color: #ce0237;}



/*------------------------------------------------------------------------------------------------------------*/

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

/* bread_crumb
------------------------------------------------------------------------------------------------------------*/
.bread_crumb_list {padding:10px 2%;width:96%;}

/* subVisual
------------------------------------------------------------------------------------------------------------*/
.subVisual{
	padding: 64px 0;
	background: #fff;
	margin-bottom: 40px;
	}
/*.subVisual h2{
	width: 96%;
	font-size: 2.2em;
	line-height: 190%;
	margin-left: 10px;
	}*/
.subVisual h2 span {
	font-size: 0.6em;
	line-height: 150%;
}
.topicsVisual{
	background: url("../img/topics/h2bg_sp.jpg") no-repeat top center , #fff;
	background-size:cover;
	}
.kesennumaVisual{
	padding: 34px 0;
	background: url("../img/kesennuma/h2bg_sp.jpg") no-repeat top center , #fff;
	background-size:cover;}
.kesennumaVisual h2{
	font-size: 2.2em;
	letter-spacing: 0;
	padding: 0;
	}
.kesennumaVisual h2 span{
	display: block;
	width: 60%;
	font-size: 0.6em;
	line-height: 180%;
	letter-spacing: 0;
	}
	.kesennumaVisual h2 span br{display: none;}

	
.productsVisual{background:url("../img/products/bg.jpg") repeat;	}	
	.productsVisual h2{text-shadow:0px 0px 0px #ffffff;}
	
.sofliVisual{
	background:url("../img/products/bg3.jpg") repeat;
	padding: 30px;
	}
.sofliVisual span{line-height: 150%; margin-top:20px;}
	.sofliVisual h2{text-shadow:0px 0px 0px #ffffff;}	
	.sofliVisual img{width: 100%;max-width: 200px;}	
	
.olivetoVisual{
	background:url("../img/products/bg.jpg") repeat;
	padding: 30px 0;
	font-size: 0.8em;
	}
.olivetoVisual h2 span{font-size:0.5em;}
.olivetoVisual h2{text-shadow:0px 0px 0px #ffffff;}	
.olivetoVisual h2 strong{
	padding: 2px 30px;
	display: block;
	background:url("../img/products/icon3.png") no-repeat 5% center ,url("../img/products/icon3.png") no-repeat 95% center;}


.deligrandeVisual{
	background:url("../img/products/bg4.jpg") repeat;
	padding: 30px 0;
	}
.deligrandeVisual h2{text-shadow:0px 0px 0px #ffffff;}	
.deligrandeVisual span{line-height: 150%; margin-top:20px;}
.deligrandeVisual h2 strong{
	padding: 2px 40px;
	background:url("../img/products/icon4.png") no-repeat left 2px ,url("../img/products/icon4_2.png") no-repeat right 2px;
	background-size: 28px;}


/* ====== ↓↓eatvege：202002追記↓↓ ====== */
.eatvegeVisual{
	background:url("../img/products/bg5.jpg") repeat;
	padding: 30px 0;
	}
.eatvegeVisual h2{text-shadow:0px 0px 0px #ffffff;}	
.eatvegeVisual span{line-height: 150%; margin-top:20px;}
.eatvegeVisual h2 strong{
	padding: 2px 40px;
	background:url("../img/products/icon5.png") no-repeat 5% center ,url("../img/products/icon5.png") no-repeat 95% center;
	background-size: 20px;}
/* ====== ↑↑eatvege：202002追記↑↑ ====== */


.responsibilityVisual{
	background: url("../img/responsibility/h2bg_sp.jpg") no-repeat top center , #fff;
	background-size:cover;
	}
	
.kidsVisual{
	background: url("../img/responsibility/kids/h2bg_sp.jpg") no-repeat top center , #fff;
	background-size:cover;
	}	
	.camVisual{
	background: url("../img/responsibility/cam/h2bg_sp.jpg") no-repeat top center , #fff;
	background-size:cover;
	}	
	
/* subcon
------------------------------------------------------------------------------------------------------------*/
#subcon{
	padding: 30px 3%;
	}
#subcon h2.style01{
	border-left:6px solid #ce0237;
	padding:4% 3% 5%;
	font-size: 1.4em;
	line-height: 130%;
	}
	
#subcon h3.style01{
	padding: 20px 0 0;
	font-size: 1.2em;
	margin-bottom: 20px;
	}
#subcon h3.style01_2{
	padding: 10px 0 0;
	font-size: 1.2em;
	line-height: 160%;
	}
	
#subcon h3.style02{
	padding: 30px 0;
	font-size: 1.3em;
	margin-bottom: 20px;
	}
#subcon h3.style02_2{
	padding: 20px 0;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
#subcon h3.style03{
	border-bottom: 4px solid #ce0237;
	padding:0px 0 10px 0;
	font-size: 1.25em;
	margin-bottom: 20px;
	}	
#subcon h3.style03_2{border-color: #c0d852;}
#subcon h3.style03_3{border-color: #face56;}
#subcon h3.style03_4{border-color: #c67b63;}
#subcon h3.style03_2mv{border-color: #c0d852;}

#subcon h4.style01{
	padding:15px 0 15px 32px;
	margin: 20px 0 10px;
	font-size: 1.2em;
	line-height: 120%;
}
#subcon h4.icon01{background:url("../img/products/food_icon01.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon02{background:url("../img/products/food_icon02.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon03{background:url("../img/products/food_icon03.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon04{background:url("../img/products/food_icon04.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon05{background:url("../img/products/food_icon05.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon06{background:url("../img/products/food_icon06.jpg") no-repeat left;background-size: 28px;}	
#subcon h4.icon07{background:url("../img/products/food_icon07.jpg") no-repeat left;background-size: 28px;}
	
#subcon h4.icon08{background:url("../img/products/food_icon08.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon09{background:url("../img/products/food_icon09.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon10{background:url("../img/products/food_icon10.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon11{background:url("../img/products/food_icon11.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon12{background:url("../img/products/food_icon12.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon13{background:url("../img/products/food_icon13.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon14{background:url("../img/products/food_icon14.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon15{background:url("../img/products/food_icon15.jpg") no-repeat left;background-size: 28px;}

#subcon h4.icon06_2{
	padding:15px 0 15px 50px;
	background:url("../img/products/food_icon06_2.jpg") no-repeat left;
	background-size: 40px;}
#subcon h4.no-icon{background:#fff; padding: 15px 0;}	
	
#subcon h4.style01 span.txtR{float: right; color: #333;font-size: 0.6em;}
#subcon h4.style01 span.txtR img{width: 120px;}	
	
	
#subcon .subttl{
	font-size: 1.2em;
	padding: 15px 0;
	margin: 20px 0 10px;
	}
	
	
#subcon a.btn{font-size: 1em;}
.nextBtn{margin: 10px 0; text-align: right;}

#subcon .mt40{margin-top: 20px;}
#subcon .mt80{margin-top: 40px;}
#subcon .mb20{margin-bottom: 10px;}
#subcon .mb40{margin-bottom: 20px;}
#subcon .mb80{margin-bottom: 40px;}

#subcon .bnr img{width: 100%;}


/* topics 
------------------------------------------------------------------------------------------------------------*/
#subcon.topics {
	
}

#subcon.topics .topicMain{ width:100%; float: none; margin-bottom: 80px;}
#subcon.topics .topicSide{ width:100%; float: none;margin-bottom: 40px;}
#subcon.topics .topicMain ul li .sort{font-size: 0.8em; padding: 0; margin: 0 0 0 30px;}
#subcon.topics .topicMain ul li .rTxt{ margin: 10px 0 0 132px ;display: block;}	

	
/* topics 詳細 
------------------------------------------------------------------------------------------------------------*/
#subcon h3.style01_2 .rTxt{display: block; margin-top: 15px;}	
#subcon.topics .topicTxt{
	border-bottom: 1px dotted #333333;
	border-top: 1px dotted #333333;
	padding: 20px 0 0;
	}
#subcon.topics .topicTxt h4{font-size: 1.1em; line-height: 150%; padding-bottom: 5px;}
#subcon.topics .topicTxt p{padding-bottom: 30px;}
#subcon.topics .topicTxt figure{padding:0 0 20px; margin: 0; overflow: hidden;}
#subcon.topics .topicTxt p img {
	max-width: 100%;
	height: auto;
}

.pager_wrapper_pc {display: none;}
.pager_wrapper_sp{display: block;}
#subcon.topics .topicMain ul.pager li{border: none; float: left; width: 50%;}
#subcon.topics .topicMain ul.pager li a{display: block; width: 100%; padding: 4% 0 0;}
#subcon.topics .topicMain ul.pager li:first-child{text-align: left;}
#subcon.topics .topicMain ul.pager li:last-child{
	text-align: right;
	float: right;
}
#subcon.topics .topicMain .pager2{
width: 100%; text-align: center;
border-bottom: 1px dotted #333333;
border-top: 1px dotted #333333;}	
#subcon.topics .topicMain .pager2 a{display: block; width: 100%; padding: 2% 0;}

/* kesennuma 
------------------------------------------------------------------------------------------------------------*/
.topics .kesennuma li dt{font-size: 1em; margin-bottom: 5px;}
#subcon.topics .topicMain ul.kesennuma li dt span.data{ margin-bottom: 5px; font-size: 1em;}
.topics .kesennuma li dd p{line-height: 150%;}

	
/* products
------------------------------------------------------------------------------------------------------------*/
h3.productsttl{	font-size: 1.5em;padding:0 0 20px; margin: 0;}
h3.productsttl span::before, h3.productsttl span::after{
     top: 42%;
     width: 280%;
     height: 6px;
	}	
.products .list01 li{
	border: 2px solid #ddd;
	padding: 2.5%;
	margin-bottom:20px;
	}
.products .list01 li figure{width: 100%;float: none; margin-bottom: 20px;}
.products .list01 li dl{float: none;width: 100%;margin-right: 0;}
.products .list01 li dt{letter-spacing: 1px;font-size: 1.4em;margin-bottom: 15px;}
.products .list01 li dd p{font-size: 1em;}
.products .list01 li .btn{margin-top: 10px; max-width: 100%;}
.products .list02{}
.products .list02 li{
	border: 1px solid #ddd;
	padding: 3%;
	margin-bottom: 20px;
	width: 100%;
	}
.products .list02 .arwL{}

.products .list02 li dt{font-size: 1.2em; margin:0 0 5px;}
.products .list02 li dd{font-size: 0.9em;}
.products .list02 li dd .btn{display: none;}
.products .list02 li .btnsp{}
.products .list02 li .btnsp{
	display: block;
	margin-top: 5px;
	background:url("../img/products/icon.png") no-repeat 8%,url("../img/common/icon03_on.png") no-repeat 92%,#2ba567;
	border-radius: 4px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	}


/* newproducts 
------------------------------------------------------------------------------------------------------------*/

#subcon.topics .topicMain .newproducts ul{border: none;}
#subcon.topics .topicMain .newproducts ul li{
	border:none;
	padding: 2% 0;
	margin-bottom: 30px;
	width: 100%;
	}
#subcon.topics .topicMain .newproducts ul li h4{font-size: 1.2em;padding: 15px 0 0 0;}
#subcon.topics .topicMain .newproducts ul li .btn a{font-size: 1.1em;}
#subcon.topics .topicMain .newproducts figure.new_main{margin: 0 0 20px;}
#subcon.topics .topicMain .newproducts figure.new_main figcaption{padding:20px 0;}


/* sofli
------------------------------------------------------------------------------------------------------------*/
.cot_R ,.cot_L{overflow: hidden; padding: 20px 0;}
.cot_R{border-top:1px dashed #c4caaa; border-bottom: 1px dashed #c4caaa;}
.cot_R figure ,.cot_L figure{width: 100%;}
.cot_R dl ,.cot_L dl{width: 100%; margin-bottom: 10px;}

.cot_R dl{float: none;}
.cot_R figure{float: none;}
.cot_L dl{float: none;}
.cot_L figure{float: none;}

.point dt{
	max-width: 120px;
	font-size: 1em;
	padding: 2px 0;
	margin-bottom: 10px;
	}
.point dd{font-size: 1em;font-weight: bold; line-height: 160%;}

#subcon.topics .topicMain ul.bnrlist{border: none;}
#subcon.topics .topicMain ul.bnrlist li{border: none;}
	#subcon.topics .topicMain ul.bnrlist li{margin-bottom: 0; padding: 3% 0;}
	
	

/* table
------------------------------------------------------------------------------------------------------------*/
#subcon .defTable01 {margin-bottom:20px;}
#subcon .defTable01 th {width:100px;padding: 15px;}
#subcon .defTable01 td {padding: 15px;}
#subcon .defTable01 td img{margin: 0 5px;}	

#subcon .defTable01_u th{width: 100%;display: block; padding: 15px 0; text-align: center;}
#subcon .defTable01_u td{
	border-top: none;
	width: 100%;display: block;padding: 15px 0; text-align: center;}
#subcon .defTable01_u td img{ width: 80%;}
	


/* oliveto
------------------------------------------------------------------------------------------------------------*/
.advisor{}
.advisor figure{margin: 0;padding: 0;float: none; width: 100%;}
.advisor dl{float: none; width: 100%;margin-top: 10px;}
.advisor dl dt{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
#subcon.topics .topicMain ul.olivetoList{overflow: hidden; border: none; margin-bottom: 40px;}
#subcon.topics .topicMain ul.olivetoList li{
	padding: 0;
	margin: 0 0 20px;
	border: none;
	float: none;
	width: 100%;
	}
#subcon.topics .topicMain ul.olivetoList li:last-child{float: none;margin: 0;}
#subcon.topics .topicMain ul.olivetoList li figure figcaption{line-height: 150%;}
	
	
.recipeBox{overflow: hidden;}
.recipeBox figure{padding: 0; margin: 0 0 20px; float: none; width: 100%;}
	.recipeBox figure img{width: 100%;}
.recipeBox h3{font-size: 1.2em; margin-bottom: 20px;}

#subcon .recipeBox table.defTable02{float: none; width: 100%;}

.adviceBox{overflow: hidden;}

/* table
------------------------------------------------------------------------------------------------------------*/
#subcon .defTable02 {margin-bottom:0;}

	
/* deligrande
------------------------------------------------------------------------------------------------------------*/
.deligrande .cot_R ,.deligrande .cot_L{
	overflow: hidden;
	padding: 0 0 20px;
	margin-bottom: 40px;
	border-top:none;
	border-bottom: 2px dashed #c67b63;
	}
.deligrande .cot_R figure ,.deligrande .cot_L figure{width: 100%;}
.deligrande .cot_R dl ,.deligrande .cot_L dl{width: 100%;}

.deligrande .point dt{
	max-width: 120px;
	font-size: 1em;
	padding: 2px 0;
	margin: 20px 0;
	}

#subcon.topics .topicMain ul.deligrandeList {border: none;}
#subcon.topics .topicMain ul.deligrandeList li{
	border: none;
	width: 100%;
	float: none;
	margin-bottom: 40px;
	}
.deligrandeList li:nth-child(2n){float: none;}
.deligrandeList li figure{padding: 0; margin: 0;}
.deligrandeList li figure img{width: 100%;}

#subcon.topics .topicMain ul.deligrandeList li h4{
	margin: 10px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 0 2px 15px;
	background: url("../img/common/arw6.png") no-repeat left;}


/* eatvege
------------------------------------------------------------------------------------------------------------*/
.eatvege .cot_R ,.eatvege .cot_L{
	overflow: hidden;
	padding: 0 0 20px;
	margin-bottom: 40px;
	border-top:none;
	border-bottom: 2px dashed #53a07f;
	}
.eatvege .cot_R figure ,.eatvege .cot_L figure{width: 100%;}
.eatvege .cot_R dl ,.eatvege .cot_L dl{width: 100%;}

.eatvege .point dt{
	max-width: 120px;
	font-size: 1em;
	padding: 2px 0;
	margin: 20px 0;
	}

#subcon.topics .topicMain ul.deligrandeList {border: none;}
#subcon.topics .topicMain ul.deligrandeList li{
	border: none;
	width: 100%;
	float: none;
	margin-bottom: 40px;
	}
.deligrandeList li:nth-child(2n){float: none;}
.deligrandeList li figure{padding: 0; margin: 0;}
.deligrandeList li figure img{width: 100%;}

#subcon.topics .topicMain ul.deligrandeList li h4{
	margin: 10px 0 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 0 2px 15px;
	background: url("../img/common/arw6.png") no-repeat left;}

/* responsibility 
------------------------------------------------------------------------------------------------------------*/
	
#subcon .activityPage h3.style01{
	border-bottom:4px solid #ce0237;
	margin: 0 0 10px 0;
	font-size: 1.5em;
	}
#subcon .activityPage h3.icon01{
	background: url("../img/responsibility/icon01.jpg") no-repeat left top;
	background-size: 30px;
	padding: 6px 0 12px 40px;
}	
	
#subcon .activityPage h3.icon02{
	background: url("../img/responsibility/icon02.jpg") no-repeat left top;
	background-size: 30px;
	padding: 6px 0 12px 40px;
}
#subcon .activityPage h3.icon03{
	background: url("../img/responsibility/icon03.jpg") no-repeat left top;
	background-size: 30px;
	padding: 6px 0 12px 40px;
}
#subcon .activityPage h3.icon04{
	background: url("../img/responsibility/icon04.jpg") no-repeat left center;
	background-size: 8px;
	padding: 10px 0 10px 15px;
}
#subcon .activityPage h3.style01 span{font-size: 0.8em;}
	
#subcon .activityPage h4.style02{
	background: url("../img/products/bg2.jpg")repeat;
	color: #fff;
	padding: 22px 25px 22px 65px;
	font-size: 1.25em;
	letter-spacing: 0;
	margin: 60px 0 20px 0;
	}
#subcon .activityPage h4.icon01{
	background: url("../img/responsibility/subicon01.png") no-repeat 10px ,url("../img/products/bg2.jpg")repeat;
}
#subcon .activityPage h4.icon02{
	background: url("../img/responsibility/subicon02.png") no-repeat 10px ,url("../img/products/bg2.jpg")repeat;
}
#subcon .activityPage h4.icon03{
	background: url("../img/responsibility/subicon04.png") no-repeat 10px ,url("../img/products/bg2.jpg")repeat;
}

	
#subcon .activityPage h4.style03{
	background: url("../img/products/bg2.jpg") repeat;
	background-size: auto;
	color: #fff;
	padding: 25px;
	font-size: 1.2em;
	letter-spacing: 0;
	margin: 60px 0 0;
	}
#subcon .activityPage h4.top{margin: 0;}
#subcon .activityPage h4.style03 span.icon01{
	background: url("../img/responsibility/kids/icon01.png") no-repeat right center;
	background-size: 45px;
	padding: 10px 55px 10px 0;
	}
#subcon .activityPage h4.style03 span.icon02{
	background: url("../img/responsibility/kids/icon02.png") no-repeat right center;
	background-size: 45px;
	padding: 10px 50px 10px 0;
	}
#subcon .activityPage h4.style03 span.icon03{
	background: url("../img/responsibility/kids/icon03.png") no-repeat right center;
	background-size: 42px;
	padding: 10px 50px 10px 0;
	}
#subcon .activityPage h4.style03 span.icon04{
	background: url("../img/responsibility/cam/icon01.png") no-repeat right center;
	background-size: 45px;
	padding: 10px 55px 10px 0;
	}
#subcon .activityPage h4.style03 span.icon05{
	background: url("../img/responsibility/cam/icon02.png") no-repeat right center;
	background-size: 45px;
	padding: 10px 55px 10px 0;
	}
		
#subcon .activityPage .point{
	font-weight: bold;
	font-size: 1.2em;
	margin: 15px 0;
	line-height: 140%;
	}
	
	#subcon .activityPage .point br{display: none;}	
	
	
	
#subcon.topics .topicMain ul.activitList{border: none;}
#subcon .activitList li{
	border-top:4px solid #ce0237;
	overflow: hidden;
	padding: 2% 0;
	margin: 20px 0;
	}
#subcon .activitList li dl{
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 2%;
	background: url("../img/responsibility/more02.jpg") no-repeat 100%;
	background-size: 8%;
	}
#subcon .activitList li dt{
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 8px;
	}
	#subcon .activitList li dd{width: 88%;}
#subcon .activitList li figure{
	padding: 0;
	margin: 0;
	width: 100%;
	float: none;
	}
#subcon .activitList li figure img{width: 100%;max-width: 100%;}
#subcon.topics .topicMain ul.activitList li .arw{display: none;}
	
#subcon.topics .topicMain ul.activitList02{border-top:4px solid #ce0237; margin-top: 20px;}
.activitList02{
	font-weight: bold;
	font-size: 1em;
	padding: 10px 0;
	}
.activitList02 li{
	background: url("../img/responsibility/more.jpg") no-repeat 99%;
	background-size: 15px;
}
.activitList02 span{
	padding: 1px 15px 1px 22px;
	background: url("../img/responsibility/arw.png") no-repeat 0 3px;
	background-size: 15px;
	}

#subcon.topics .topicMain ul.activitList03{border: none;}
#subcon .activitList03 li{
	border-top:4px solid #ce0237;
	overflow: hidden;
	padding: 2% 0;
	margin: 20px 0;
	}
#subcon .activitList03 li dl{
	width: 100%;
	float: none;
	margin-left: 0;
	}
#subcon .activitList03 li dt{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
	line-height: 140%;
	}
#subcon.topics .topicMain ul.activitList03 li dt span.data{
	display: block;
	font-size: 0.8em;
	color: #ce0237;
	}
#subcon .activitList03 li dt span::before{content: none; margin-right: 0;}
#subcon .activitList03 li dd{margin-top: 10px;}
#subcon .btnReport{
	color: #fff;
	font-weight: bold;
	background: url("../img/responsibility/arw2.jpg") no-repeat 90% , #ce0237;
	background-size: 20px;
	font-size: 1.1em;
	padding: 10px 2%;
	width: 100%;
	}
#subcon .btnReport span{
	background: url("../img/responsibility/memo.jpg") no-repeat 2px 2px;
	background-size: 20px;
	padding: 0 0 0 28px;
	}
#subcon .activitList03 li figure{
	padding: 0;
	margin: 10px 0 0;
	width: 100%;
	float: none;
	}
#subcon .activitList03 li figure img{width: 100%;}
	
#subcon .activityPage .cot_L figure ,#subcon .activityPage .cot_R figure{width: 100%;}
#subcon .activityPage .cot_L p{display: block; width: 100%; float: none;}
#subcon .activityPage .cot_R p{display: block; width: 100%; float: none;}
#subcon .activityPage .cot_R { border-top: none;border-bottom:  none; }
#subcon .activityPage .cot_L figure img ,#subcon .activityPage .cot_R figure img{margin: 10px 0;}

#subcon .checkttl{font-size: 1.2em;}
	
#subcon .activityPage .profile{
	margin:0;
	padding: 15px 0 20px;
	border-top: 4px solid #ce0237;
	border-bottom: 1px dashed #333;
	overflow: hidden;
	}
#subcon .activityPage .profile dl{float: none;width: 100%;}
#subcon .activityPage .profile dt{
	padding-bottom: 10px;
	margin-bottom:20px;
	border-bottom: 2px dashed #ddd;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 130%;
	}
#subcon .activityPage .profile dt strong{font-size: 0.6em; margin-left: 5px;}
#subcon .activityPage .profile dt span{display: block; font-size: 0.6em; font-weight: normal;}
#subcon .activityPage .profile figure{float: none; width: 100%; padding: 0; margin:20px 0 0; text-align: center;}
#subcon .activityPage .profile figure img{width: 70%;}

.activityPage .reportmap{}

.activityPage .reportmap .inner{
	background:url("../img/responsibility/kids/bg01_img.png") no-repeat top left , url("../img/responsibility/kids/bg01_img2.png") no-repeat bottom right;
	padding: 2%;
	background-size:15px;
	position: relative;
	}
.activityPage .reportmap .inner .txtBox{position: static; padding: 4% 2% 2%;}
.activityPage .reportmap .inner .txtBox h3{font-size: 1.2em; margin-bottom: 10px;}
.activityPage .reportmap .inner img{padding: 0 0 2%;}
.activityPage .reportmap .reportmapttl{
	font-size: 0.9em;
	}

.activityPage .repintro{
	border-radius: 4px;
	background:url("../img/responsibility/corner.png")no-repeat top right ,#fff3f3;
	background-size: 25px;
	padding: 3%;
	margin: 20px 0;
	}
	
.activityPage .repintro h3{
	font-size: 1.3em;
	margin-bottom: 10px;
	}
.activityPage .repintro h3 span{font-size: 0.7em; margin-left: 0; display: block;}	
.activityPage .repintro h3.subicon01{
	padding: 5px 0 10px 35px;
	background: url("../img/responsibility/subicon03.png") no-repeat;
	background-size: 32px;
	}
.activityPage .repintro h3.subicon02{
	padding: 5px 0 10px 35px;
	background: url("../img/responsibility/subicon05.png") no-repeat;
	background-size: 32px;
	}
	
.activityPage .repintro table{font-size: 0.9em;border-top: 1px dashed #f383a0;}	
.activityPage .repintro table th{
	padding:10px 0;
	width: 90px;
	border-bottom: 1px dashed #f383a0;}
.activityPage .repintro table td{padding:10px 10px; border-bottom: 1px dashed #f383a0;}
.activityPage .repintro .txtR img{width: 100%; max-width: 270px;}
	
#subcon .activityPage .txtArea .cot_L dl, 
#subcon .activityPage .txtArea .cot_R dl{width: 100%;}	
	
.activityPage .kidsmenu{}
.activityPage .kidsmenu h5 {
	font-size: 1.3rem;
	padding: 10px 0;
	}
.activityPage .kidsmenu h5 strong{padding:  10px 0; display: block; width: 100%;}
.activityPage .kidsmenu h5 span{
	width: 180px;
	float: none;
	font-size: 1.3rem;
	margin-right: 10px;
	}
.activityPage .kidsmenu h5 span span{
	font-size: 1.8rem;
	}
.activityPage .kidsmenu p{margin: 0 0 20px;}
.activityPage .kidsmenu img{width: 100%;}

#subcon.topics .topicMain .kidsvoice ul li p {
	width: 86%;
	padding: 10px;
	font-size: 0.8rem;
	}

.thanktxt{
	padding: 20px 0;
	font-weight: bold;
	font-size: 1rem;
	}

}


/*----------------------------2019/03/12 19:00 追加分--------------------------------------------------------------------------------*/
.companyVisual{background: url("../img/company/h2bg.jpg") no-repeat top center , #fff;}
.qualityVisual{background: url("../img/quality/h2bg.jpg") no-repeat top center , #fff;}
.visitVisual{background: url("../img/responsibility/factoryvisit/h2bg.jpg")no-repeat top center , #fff;}
.lifeVisual{background: url("../img/productslife/h2bg.jpg") no-repeat bottom center , #eaf7fd;
padding: 54px 0;}
.recruitVisual{background: url("../img/recruit/h2bg.jpg")no-repeat top center , #fff;}
.qaVisual{background: url("../img/qa/h2bg.jpg") no-repeat bottom center , #fff; padding: 54px 0;}

/*
#subcon .activityPage h3.icon05{
	background: url("../img/company/icon01.jpg") no-repeat left center;
	padding: 16px 0 12px 45px;
	}
#subcon .activityPage h3.icon06{
	background: url("../img/quality/icon01.jpg") no-repeat left center;
	padding: 16px 0 12px 45px;
	}
#subcon .activityPage h3.icon07{
	background: url("../img/productslife/icon01.jpg") no-repeat left center;
	padding: 16px 0 12px 45px;
	}
#subcon .activityPage h3.icon08{
	background: url("../img/recruit/icon01.jpg") no-repeat left center;
	padding: 16px 0 12px 45px;
	}
#subcon .activityPage h4.icon_non{
	background: url("../img/products/bg2.jpg")repeat;
	padding: 25px;
	}
#subcon .activityPage h4.icon04{
	background: url("../img/quality/icon02.png") no-repeat 25px ,url("../img/products/bg2.jpg")repeat;
}
*/

#subcon .activityPage h4.style4_h4{
	margin: 40px 0 20px;
	background:url("../img/productslife/line.jpg") repeat-x 0 7% ,url("../img/productslife/line.jpg") repeat-x 0 93% ,#ce0237;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: 1.6rem;
	
	}

/* company */
dl.company_menu{ border:2px solid #ce0237; margin-bottom: 80px;}
dl.company_menu dt{
	font-weight: bold;
	background: #ce0237;
	color: #fff;
	text-align:center;
	padding: 10px 0;
	font-size: 1.1rem;
	}
dl.company_menu dd{}
#subcon.topics .topicMain dl.company_menu dd{margin: 10px 30px;}
#subcon.topics .topicMain dl.company_menu dd ul{
			border: none;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap:         wrap;
			justify-content:space-between;
			}
#subcon.topics .topicMain dl.company_menu dd ul li{
	float: left;
	width: auto;
	border: none;
	}
#subcon.topics .topicMain dl.company_menu dd ul li a{
	width: 100%;
	font-weight: bold;
	color: #ce0237;
	}
#subcon.topics .topicMain dl.company_menu dd ul li a span{
	background: url("../img/common/arw4_2.png") no-repeat center left;
	padding-left: 15px;
}



#subcon .profileTable td{padding: 15px 30px;}
.factoryArea{overflow: hidden; margin-bottom: 40px;}
.factoryArea figure{margin: 0; padding: 0; float: left; width:38%;}
.factoryArea figure img{width: 100%;}
.factoryArea table{
	line-height: 150%;
	border-top: 1px dashed #333333;
	border-collapse:collapse;
	margin: 0;padding: 0;float: right; width: 58%;}
.factoryArea table th{
	padding: 12px 20px;
	background: #f3f3f3;
	border-bottom: 1px dashed #333333;
	vertical-align: top;
	}
.factoryArea table td{
	padding: 12px 20px;
	background: #fff;
	border-bottom: 1px dashed #333333;
	}


/* quality */
hr.line03{border: none;border-top:2px dotted #408c1f;}
.processFlow{width: 100%; margin: 40px 0;border-collapse:collapse;}
.processFlow th{
	vertical-align:middle;
	width: 75px;
	padding: 0;
	margin: 0;
	background:url("../img/quality/process/arw01.jpg") no-repeat bottom , #aeda9b;
	border-right:10px solid #fff;
	text-align: center;
	}
.processFlow tr:nth-child(2n) th{background:url("../img/quality/process/arw02.jpg") no-repeat bottom , #64b88b;}
.processFlow tr:last-child th{background:url("../img/quality/process/arw03.jpg") no-repeat bottom , #aeda9b;}
.processFlow td{
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 2px dotted #408c1f;
	}
.processFlow td figure{padding: 0; margin: 0; float: left; width: 30%;}
.processFlow td figure img{width: 100%;}
.processFlow td dl{width: 68%; float: right;}
.processFlow td dt{
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 10px;
	color: #02976b;
}




/* products/sofli_gyomu/universal */


/*
#subcon h4.icon08{background:url("../img/products/food_icon08.jpg") no-repeat left;}
#subcon h4.icon09{background:url("../img/products/food_icon09.jpg") no-repeat left;}
#subcon h4.icon10{background:url("../img/products/food_icon10.jpg") no-repeat left;}
#subcon h4.icon11{background:url("../img/products/food_icon11.jpg") no-repeat left;}
#subcon h4.icon12{background:url("../img/products/food_icon12.jpg") no-repeat left;}
#subcon h4.icon13{background:url("../img/products/food_icon13.jpg") no-repeat left;}
#subcon h4.icon14{background:url("../img/products/food_icon14.jpg") no-repeat left;}
*/

.checkArea{
	background:url("../img/products/sofli/bg.jpg") repeat;
	padding: 3% 5% 5%;
	}
#subcon.topics .topicMain .checkArea ul{border: none;}
#subcon.topics .topicMain .checkArea ul li{
	font-size: 1.2rem;
	font-weight: bold;
	padding: 18px 0;
	border-bottom: 1px dashed #78b071;
	}

#subcon.topics .topicMain .checkArea ul li span{
	background: url("../img/products/sofli/check.png") no-repeat center left;
	padding: 7px 0 2px 50px;
	}

#subcon .txtRr{text-align: right;}



/* products/sofli_gyomu/note */

#subcon h3.notottl{
	border-bottom: 5px solid #298255;
	padding:15px 0 15px 50px;
	font-size: 1.8em;
	margin: 50px 0 20px;
	}

#subcon h3.noto_icon01{background:url("../img/products/food_icon03.jpg") no-repeat left;}
#subcon h3.noto_icon02{background:url("../img/products/food_icon09.jpg") no-repeat left;}
#subcon h3.noto_icon03{background:url("../img/products/food_icon02.jpg") no-repeat left;}
#subcon h3.noto_icon04{background:url("../img/products/food_icon10.jpg") no-repeat left;}
#subcon h3.noto_icon05{background:url("../img/products/food_icon11.jpg") no-repeat left;}
#subcon h3.noto_icon06{background:url("../img/products/food_icon12.jpg") no-repeat left;}

.noteTbl{
	border-collapse:collapse;
	width:100%;
	border-top: 1px dotted #999999;
	}
.noteTbl th{
	min-width: 120px;
	border-bottom: 1px dotted #999999; background: #f9f5ee; padding: 2%;}
.noteTbl td{border-bottom: 1px dotted #999999;padding: 2%; font-size: 0.8rem;}
.notPnt{border: 1px solid #999999;}
.notPnt dt{
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
	background: #f9f5ee; padding: 3% 4%;
	font-weight: bold;
}
.notPnt dd{padding: 3% 4%;}
.notPnt dt:first-child{border-top:none;}

#subcon.topics .topicMain .noteTbl ul,
#subcon.topics .topicMain .notPnt ul{border: none;}
#subcon.topics .topicMain .noteTbl ul li,
#subcon.topics .topicMain .notPnt ul li{
	border-bottom: none;
	padding-left:1em;
	text-indent:-1em;
	padding: 0;
}

/* products/sofli_zaitaku/fukusai/osusume */
#subcon.topics .topicMain ul.osusumeList{overflow: hidden; border: none;}
#subcon.topics .topicMain ul.osusumeList li{
	padding: 0;
	margin: 0 3.3% 3.3% 0;
	border: none;
	float: left;
	width: 31%;
	}
#subcon.topics .topicMain ul.osusumeList li:nth-child(3n){float: right; margin: 0 0 3.3%;}
#subcon.topics .topicMain ul.osusumeList li figure{padding: 0; margin: 0;}
#subcon.topics .topicMain ul.osusumeList li figure img{width: 100%;}
#subcon.topics .topicMain ul.osusumeList li figure figcaption{
	margin: 10px 0;
	letter-spacing: 0;
	font-size: 0.9em;
}


/*------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
.companyVisual{background: url("../img/company/h2bg_sp.jpg") no-repeat top center , #fff;background-size:cover;}
.qualityVisual{background: url("../img/quality/h2bg_sp.jpg") no-repeat top center , #fff;background-size:cover;}
.visitVisual{background: url("../img/responsibility/factoryvisit/h2bg_sp.jpg")no-repeat top center , #fff;background-size:cover;}
.lifeVisual{background: url("../img/productslife/h2bg_sp.jpg") no-repeat bottom center , #eaf7fd;background-size:cover;}
.recruitVisual{background: url("../img/recruit/h2bg_sp.jpg")no-repeat top center , #fff;background-size:cover;}	
.qaVisual{background: url("../img/qa/h2bg_sp.jpg") no-repeat bottom center , #fff;background-size:cover;}

/*
#subcon .activityPage h3.icon05{
	background: url("../img/company/icon01.jpg") no-repeat left center;
	background-size: 30px;
	padding: 16px 0 12px 40px;
	}
#subcon .activityPage h3.icon06{
	background: url("../img/quality/icon01.jpg") no-repeat left center;
	background-size: 30px;
	padding: 16px 0 12px 40px;
	}
#subcon .activityPage h3.icon07{
	background: url("../img/productslife/icon01.jpg") no-repeat left center;
	background-size: 30px;
	padding: 16px 0 12px 40px;
	}
#subcon .activityPage h3.icon08{
	background: url("../img/recruit/icon01.jpg") no-repeat left center;
	background-size: 30px;
	padding: 16px 0 12px 40px;
	}
#subcon .activityPage h4.icon_non{
	background: url("../img/products/bg2.jpg")repeat;
	padding: 20px;
	}
#subcon .activityPage h4.icon04{
	background: url("../img/quality/icon02.png") no-repeat 10px ,url("../img/products/bg2.jpg")repeat;
}
*/

#subcon .activityPage h4.style4_h4{
	margin: 20px 0 20px;
	padding: 20px 0;
	font-size: 1.1rem;
	}
	
/* company */
dl.company_menu{margin-bottom: 20px;}
dl.company_menu dt{
	padding: 10px 0;
	font-size: 1rem;
	}
dl.company_menu dd{}
#subcon.topics .topicMain dl.company_menu dd{margin: 10px 10px;}
#subcon.topics .topicMain dl.company_menu dd ul{}
#subcon.topics .topicMain dl.company_menu dd ul li{
	float: none;
	width: 100%;
	border: none;
	}

.factoryArea{overflow:auto;padding-bottom: 20px; margin-bottom: 0;}
.factoryArea figure{float: none; width:100%;}
.factoryArea figure img{width: 100%;}
.factoryArea table{
	font-size: 0.8rem;
	margin-top: 10px;
	float: none;
	width: 100%;}
.factoryArea table th{
	padding: 12px;
	min-width: 70px;
	}
.factoryArea table td{
	padding: 12px;
	}
	
	
	
	
	
/* quality */	
	
.processFlow{width: 100%; margin: 40px 0;border-collapse:collapse;}
.processFlow th{width: 40px;}
	.processFlow tr:first-child td{padding: 0 0 30px}
.processFlow td figure{width: 100%; float: none;}
.processFlow td dl{width: 100%; float: none; }
.processFlow td dt{font-size: 1.1rem;padding-top: 20px;}

	

/* products/sofli_gyomu/universal */

/*
#subcon h4.icon08{background:url("../img/products/food_icon08.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon09{background:url("../img/products/food_icon09.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon10{background:url("../img/products/food_icon10.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon11{background:url("../img/products/food_icon11.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon12{background:url("../img/products/food_icon12.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon13{background:url("../img/products/food_icon13.jpg") no-repeat left;background-size: 28px;}
#subcon h4.icon14{background:url("../img/products/food_icon14.jpg") no-repeat left;background-size: 28px;}
*/

.checkArea{
	background:url("../img/products/sofli/bg.jpg") repeat;
	padding: 3% 4% 4%;
	}
#subcon.topics .topicMain .checkArea ul{border: none;}
#subcon.topics .topicMain .checkArea ul li{
	font-size: 1rem;
	padding: 18px 0;
	padding-left:1.5em;
	text-indent:-1.5em;
	}

#subcon.topics .topicMain .checkArea ul li span{
	background: url("../img/products/sofli/check.png") no-repeat center left;
	background-size: 22px;
	padding: 7px 0 2px 25px;
	}

#subcon .txtRr{text-align: right;}
	
/* products/sofli_gyomu/note */	
#subcon h3.notottl{
	border-bottom: 4px solid #298255;
	padding:15px 0 15px 35px;
	font-size: 1.25em;
	margin: 30px 0 20px;
	}

#subcon h3.noto_icon01{background:url("../img/products/food_icon03.jpg") no-repeat left;background-size: 28px;}
#subcon h3.noto_icon02{background:url("../img/products/food_icon09.jpg") no-repeat left;background-size: 28px;}
#subcon h3.noto_icon03{background:url("../img/products/food_icon02.jpg") no-repeat left;background-size: 28px;}
#subcon h3.noto_icon04{background:url("../img/products/food_icon10.jpg") no-repeat left;background-size: 28px;}
#subcon h3.noto_icon05{background:url("../img/products/food_icon11.jpg") no-repeat left;background-size: 28px;}
#subcon h3.noto_icon06{background:url("../img/products/food_icon12.jpg") no-repeat left;background-size: 28px;}
	
	
/* products/sofli_zaitaku/fukusai/osusume */
#subcon.topics .topicMain ul.osusumeList li{
	margin: 0 0 3% 0;
	float: none;
	width: 100%;
	}
#subcon.topics .topicMain ul.osusumeList li:nth-child(3n){float: none; margin: 0 0 3%;}
	
}



/* WP構築に伴う調整
------------------------------------------------------------------------------------------------------------*/

.products .list01 li dl dt a:hover{ text-decoration:underline;}
.products .list01 li dl dd p a:hover{ text-decoration:underline;}
#subcon .recipeArea h4{margin-bottom: 30px;}
.recipeArea{
	margin: 0 0 30px;
	padding: 0 0 80px;
	border-bottom: 2px dashed #ce0237;
	overflow: hidden;
}
.recipeArea:last-child{
	margin: 0;
	padding: 0;
	border-bottom:none;
}

@media screen and (max-width: 767px) {
#subcon .recipeArea h4{margin-bottom: 20px;}
.recipeArea{padding: 0 0 50px;}
.recipeArea:last-child{padding: 0;}
}

.adviceBox figure{
	margin:0 10px 10px 40px;
	float: right;
	width: 40%;
	border: 10px solid #fff;
	box-shadow: 0px 0px 6px 3px #dddfe2;
}
.adviceBox figure img{
	width: 100%;
	height:auto;
}
@media screen and (max-width: 767px) {
.adviceBox figure{
    margin: 0 10px 20px 10px;
    float: none;
    width: auto;
}
}


/** RESET AND LAYOUT
===================================*/
.new_main{
	clear:both;
	width:100%;
	height: 100%;
	position:relative;
	z-index:0;
}

#subcon.topics .topicMain ul#slider01,
#subcon.topics .topicMain ul.slider{
	height: 100%;
	overflow: hidden;
	border-top: none;
}
#subcon.topics .topicMain ul#slider01 li,
#subcon.topics .topicMain ul.slider li{
	border-bottom: none;
	overflow:hidden;
	padding:0;
    margin-bottom: 0px;	
}

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	margin:0 auto;
	z-index:0;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
	margin:0 auto;
}
.bx-controls{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
}

.new_main .bx-wrapper .bx-prev,
.new_main .bx-wrapper .bx-next{
	position:absolute;
	margin-top:35%;
	width: 40px;
	height: 73px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
}
.new_main .bx-wrapper .bx-prev {
	left: 20px;
	background: url(../img/products/arw_left.png) no-repeat 0 0px;
	background-size:40px auto;
}
.new_main .bx-wrapper .bx-next {
	right: 20px;
	background: url(../img/products/arw_right.png) no-repeat 0px 0px;
	background-size:40px auto;
}

.new_main .bx-wrapper .bx-prev.disabled,
.new_main .bx-wrapper .bx-next.disabled{ display:none;}

.recipeBox .bx-wrapper .bx-prev,
.recipeBox .bx-wrapper .bx-next{
	position:absolute;
	margin-top:32%;
	width: 25px;
	height: 46px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
}
.recipeBox .bx-wrapper .bx-prev {
	left: 15px;
	background: url(../img/products/arw_left.png) no-repeat 0 0px;
	background-size:25px auto;
}
.recipeBox .bx-wrapper .bx-next {
	right: 15px;
	background: url(../img/products/arw_right.png) no-repeat 0px 0px;
	background-size:25px auto;
}
.recipeArea .bx-wrapper .bx-prev.disabled,
.recipeArea .bx-wrapper .bx-next.disabled{ display:none;}

.adviceBox .bx-wrapper .bx-prev,
.adviceBox .bx-wrapper .bx-next{
	position:absolute;
	margin-top:30%;
	width: 20px;
	height: 37px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;	
}
.adviceBox .bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/products/arw_left.png) no-repeat 0 0px;
	background-size:20px auto;
}
.adviceBox .bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/products/arw_right.png) no-repeat 0px 0px;
	background-size:20px auto;
}
.adviceBox .bx-wrapper .bx-prev.disabled,
.adviceBox .bx-wrapper .bx-next.disabled{ display:none;}

@media screen and (max-width: 767px) {
.new_main .bx-wrapper .bx-prev,
.new_main .bx-wrapper .bx-next{
	margin-top:30%;
	width: 30px;
	height: 55px;
}
.new_main .bx-wrapper .bx-prev {
	left: 10px;
	background-size:30px auto;
}
.new_main .bx-wrapper .bx-next {
	right: 10px;
	background-size:30px auto;
}
.recipeBox .bx-wrapper .bx-prev,
.recipeBox .bx-wrapper .bx-next{
	margin-top:30%;
	width: 30px;
	height: 55px;
}
.recipeBox .bx-wrapper .bx-prev {
	left: 10px;
	background-size:30px auto;
}
.recipeBox .bx-wrapper .bx-next {
	right: 10px;
	background-size:30px auto;
}
}

@media screen and (max-width: 1100px) {
	#subcon {
		padding: 30px 3%;
	}
/*	#subcon.topics {
		padding: ;
	}*/
	.subVisual h2 {
		width: 96%;
		font-size: 2.4em;
		line-height: 180%;
		margin-left: 30px;
	}
	ol.bread_crumb {
		margin-left: 30px;
	}
	#subcon.topics .topicMain ul.activitList li .arw img {
		width: 60%;
	}
}

@media screen and (max-width: 768px) {
	.subVisual h2{
		font-size: 2.2em;
		line-height: 190%;
/*		margin-left: 15px;*/
		margin: 0 auto;
		width: 100%
		padding: 0 30px;
	}
	ol.bread_crumb {
		margin-left: 10px;
	}
}

/* ------------------------------------------------------------
	404エラー：20190325追記
------------------------------------------------------------ */
.error {
	text-align: center;
	margin: 8% 0 200px;
	padding: 0 6%;
}
.error p.ttl {
	font-size: 5em;
	font-weight: bold;
	color: #ce0237;
	line-height: 1.2em;
}
.error p.txt {
	font-size: 1.8em;
	margin: 3% 0;
	line-height: 2em;
}
/*.error .arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1.8em;
	margin-bottom: 2%;
	font-weight: bold;
}
.error .arrow::before,
.error .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.error .sample::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #333;
	font-weight: bold;
}
.error .sample::after{
	left: 4px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.error .ttl_error {
	font-weight: bold;
	font-size: 2.4em;
	color: #333;
	border-bottom: solid 4px #ce0a3c;
	padding: 2% 0;
	margin-bottom: 5%;
}
.error .error_box {
	display: flex;
	justify-content: space-around;
/*	width: 100%;*/
	margin: 0 auto;
}
.error .error_box li {
	margin: 0 auto;
}
.error .btn_error {
	display: inline-block;
	width: 280px;
/*	height: 100px;*/
	padding: 30px 0;
	margin: 3% 0;
	border: 3px solid #ce0a3c;
	color: #ce0a3c;
	vertical-align:middle;
	font-weight: bold;
	font-size: 1.55em;
	text-align: center;
	text-decoration: none;
	transition: .4s;
	letter-spacing: 1.2px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
}
.error .btn_error:hover {
	background: #ce0a3c; 
	color: #fff;
}
@media screen and (max-width: 1180px) {
	.error .error_box {
		flex-wrap: wrap;
	}
	.error .btn_error {
		width: 380px;
	}
}
@media screen and (max-width: 767px) {
	.error {
		margin: 70px 0 150px;
		padding: 0 6%;
	}
	.error p.ttl {
		font-size: 4em;
		line-height: 1.2em;
	}
	.error .error_box {
		flex-wrap: wrap;
	}
	.error .btn_error {
		width: 300px;
	}
	.error p.txt {
		font-size: 1.4em;
		margin: 30px 0;
	}
}


/* ------------------------------------------------------------
	SDGs関連 ikegami追記分
------------------------------------------------------------ */
.mb60 {
  margin-bottom: 60px;
}
#subcon.topics .topicMain h2.sdgs {
  border-left: 6px solid #ce0237;
  padding: 15px 25px;
  font-size: 1.5em;
  margin-bottom: 30px;
  background: #fef8eb;
  line-height: 130%;
}
#subcon.topics .topicMain .sdgsBox {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
#subcon.topics .topicMain .sdgsBox .imgBox {
  width: 40%;
}
#subcon.topics .topicMain .sdgsBox .imgBox img {
  width: 100%;
  padding-right: 4%;
}
#subcon.topics .topicMain .sdgsBox ul li {
  border: none;
  padding: 0;
}
#subcon.topics .topicMain .sdgsBox .txtBox {
  border: none;
  width: 56%;
}
#subcon.topics .topicMain .sdgsBox .txtBox .ttl {
  color: #ce0237;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#subcon.topics .topicMain .sdgsBox .txtBox .sdgsicon ul {
  display: flex;
  margin-top: 20px;
}
/* ↓検証中あとで削除 */
#subcon.topics .topicMain .sdgsBox .txtBox .sdgsicon.test ul {
  display: flex;
  margin-top: 0;
  margin-bottom: 20px;
}
/* ↑検証中あとで削除 */
#subcon.topics .topicMain .sdgsBox .txtBox .sdgsicon ul img {
  width: 80px;
  padding-right: 10px;
}
#subcon.topics .topicMain .sdgsBox .txtBox .sdgsicon ul {
  border: none;
}
#subcon.topics .topicMain .sdgsBox .txtBox .sdgsicon li {
  border: none;
}
#subcon.topics .topicMain ul li.sdgs {
  padding: 2% 0 3.2%; 
}

#subcon .activitList li dd.sdgsicon {
  display: flex;
  padding-top: 10px;
}
#subcon .activitList li dd.sdgsicon img {
  width: 70px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
	#subcon.topics .topicMain h2.sdgs {
	  font-size: 1.2em;
	}
	#subcon.topics .topicMain ul li.sdgs {
	  padding: 3% 0 6%; 
	}
	#subcon.topics .topicMain .sdgsBox {
	  flex-wrap: wrap;
	}
	#subcon.topics .topicMain .sdgsBox .imgBox {
	  width: 100%;
	}
	#subcon.topics .topicMain .sdgsBox .imgBox img {
	  width: 100%;
	  padding-right: 0;
	  padding-bottom: 20px;
	}
	#subcon.topics .topicMain .sdgsBox .txtBox {
	  width: 100%;
	}
	#subcon .activitList li dd.sdgsicon {
	  padding: 15px 0;
	}
	#subcon.topics .topicMain ul li{
		padding: 4% 0;
	}

}

/* ------------------------------------------------------------
	レシピページ
------------------------------------------------------------ */

#subcon.topics .topicMain .recipe-relation {
  display: flex;
}
#subcon.topics .topicMain .recipe-relation .prodBox {
  margin-right: 30px;
}
#subcon.topics .topicMain .recipe-relation .prodBox figure {
  margin: 10px 0 0 0;
}
#subcon.topics .topicMain .recipe-relation img {
}

@charset "utf-8";


#subcon.topics .topicSide h3{background:#333;color: #fff;padding: 8% 8%;font-size: 1em;}
#subcon.topics .topicSide h3 span{background:url("../img/common/arw1.jpg")no-repeat left center;padding-left: 30px;}


#subcon.topics .topicSide ul {width:100%;margin:0 auto;border-bottom: 1px solid #dddddd;}
#subcon.topics .topicSide ul li{
	font-size: 0.95em;
	font-weight: bold;
	border-top: 1px solid #dddddd;
	}
#subcon.topics .topicSide ul li a{
	text-align:left;
    padding:5%;
    color:#333;
    background:url("../img/common/arw3.png")no-repeat 95% 50% , #fff;
	line-height: 180%;
	cursor :pointer;
	transition: all 0.5s;
	display: block;
	width: 90%;
	}

#subcon.topics .topicSide ul li a:hover{background:url("../img/common/arw2.png")no-repeat 95% 50% , #ce0237;color: #fff;}
#subcon.topics .topicSide ul li.open a{background:url("../img/common/arw2.png")no-repeat 95% 50%, #ce0237;color: #fff;}

/* 2段目 */
#subcon.topics .topicSide ul li.open ul li a{
	background:url("../img/common/arw3.png")no-repeat 95% 50% , #fff;
	display: block;
	padding:5% 12% 5% 8%;
	line-height: 150%;
	transition: all 0.5s;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	width: 80%;
}
#subcon.topics .topicSide ul li.open ul{border-bottom: none;}

#subcon.topics .topicSide ul li.open ul li a.on {
	background: url("../img/common/arw4.png")no-repeat 95% 50% , #ffd8d9;
	font-weight: bold;
}
#subcon.topics .topicSide ul li.open ul li a.topicon {
	background: url("../img/common/arw4.png")no-repeat 95% 50% , #ffd8d9;
}
#subcon.topics .topicSide ul li.open ul li a:hover {
	background: url("../img/common/arw4.png")no-repeat 95% 50% , #ffd8d9;
	font-weight: bold;
	}

/* 3段目 */
#subcon.topics .topicSide ul li.open ul li ul li a{
	background:url("../img/common/arw5.png")no-repeat 95% 50% , #fff;
	display: block;
	padding:5% 10%;
	line-height: 150%;
	transition: all 0.5s;
	color: #333;
	font-size: 0.8em;
	font-weight: normal;
	width: 80%;
}
#subcon.topics .topicSide ul li ul li ul li.in a{
    width: 74%;
    padding: 5% 13%;
}
#subcon.topics .topicSide ul li.open ul li ul li a.on,
#subcon.topics .topicSide ul li.open ul li ul li a:hover{
	color: #ce0237;
	background: url("../img/common/arw4_2.png")no-repeat 95% 50% , #fff;
	}

/* サブタイトル */
#subcon.topics .topicSide ul li.open ul li a.grttl{background:url("../img/common/arw3.png")no-repeat 95% 50%, #eeeeee;}
#subcon.topics .topicSide ul li.open ul li a.grttl:hover{background:url("../img/common/arw4_2.png")no-repeat 95% 50%, #ffd8d9; color: #333;}


/* 4段目 */
#subcon.topics .topicSide ul li.open ul li ul li ul li a.on,
#subcon.topics .topicSide ul li.open ul li ul li ul li a:hover{background:url("../img/common/arw4_2.png")no-repeat 95% 50% , #ffd8d9;}

/* リンクボタン */
#subcon.topics .topicSide ul li span.link{padding: 0 15px 0 0; background: url("../img/common/sidenavi_icon.png") no-repeat right;}


/* topiconly */
#subcon.topics .topiconly ul li.open ul li a{background: #fff;font-weight: normal;}
#subcon.topics .topiconly ul li.open ul li a.on{background: #fdd2db;}
#subcon.topics .topiconly ul li.open ul li a:hover{font-weight: normal;background: #fdd2db;}


/*sidenav bold red*/
a.bold { font-weight: bold !important;}
a.red { color: #ce0338 !important;}

@media screen and (max-width: 767px) {	
#subcon.topics .topicSide h3{font-size: 1em;}
#subcon.topics .topicSide ul li{font-size: 0.95em;}
}
