@charset "utf-8";
/* 下層ここから */
#subP{
	width: 92%;
	max-width: 1100px;
	margin: 40px auto 0;
/*
	display: -webkit-box;
	display: -ms-flexbox;
*/
	display: flex;
	justify-content: space-between;
}
#maincolum{
/* 	width: 825px; */
}
aside{
	width: 100%;
}
.s-bn{
	margin-bottom: 20px;
}
.s-bn img{
	width: 100%;
}
.s-member{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.s-member li{
	width: 48%;
	text-align: center;
	font-size: 13px;
}
.s-member li a{
	background: #0c294d;
	color: #fff;
	display: block;
	padding: 12px 0;
	border-radius: 3px;
	letter-spacing: 0;
}
.s-member li a:hover{
	background: #2c4869;
}
.s-member .fas{
	font-size: 12px;
}
.s-rice{
	margin-bottom: 20px;
}
.s-rice li{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #666666;
	font-size: 15px;
}
.s-rice li a{
	display: block;
	position: relative;
	padding-left: 25px;
}
.s-rice li a:before{
	position: absolute;
	content: "";
	background: url(img/side/rice.jpg) no-repeat center center;
	background-size: 100%;
	width: 9px;
	height: 14px;
	left: 5px;
	top: 49%;
	transform: translate(0,-50%);
}
.s-title{
	font-weight: 500;
	color: #0c294d;
	font-size: 19px !important;
}
.s-menu li{
	border-bottom: 1px dotted #666666;
	font-size: 14px;
}
.s-menu li a {
  display: block;
  padding: 8px 5px 6px;
}
.s-menu li a:hover{
	background: #eee;
}
.s-sns{
	display: flex;
	justify-content: center;
	margin: 30px 0;
}
.s-sns li{
	font-size: 27px;
	margin: 0 13px;
}
.s-sns li:nth-child(1) a:hover{
	color: #ca3400;
}
.s-sns li:nth-child(2) a:hover{
	color: #0d8bf2;
}
.s-sns li:nth-child(3) a:hover{
	color: #62d307;
}

/* 初めての方へページ */
.beginnerP .title01{
	width: 70%;
	margin: 30px auto 40px;
}
.beginnerP .txtbox{
	background: url(img/beginner/frame.png) no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: 470px;
	font-size: 17px;
	padding: 40px;
	line-height: 2;
	margin:auto;
	box-sizing: border-box;
}
@media screen and (max-width:1170px) {
.beginnerP .title01{
	width: 60%;
	margin: 50px auto 30px;
}
.beginnerP .txtbox{
	width: 100%;
	height: 470px;
	font-size: 16px;
	padding: 20px;
}
}
@media screen and (max-width:900px) {
.beginnerP .title01{
	width: 50%;
	margin: 50px auto 20px;
}
.beginnerP .txtbox{
	width: 100%;
	height: 400px;
	font-size: 14px;
	padding: 20px;
}
}
.beginnerP .title02{
	width: 500px;
	margin: 30px 0;
}
.logointro{
	width: 30%;
	margin: 60px auto 50px;
}
.logointro img{
	width: 100%;
}
.beginnerP .point-b{
	margin: 70px auto 0;
}
.beginnerP .point-b li{
	display: flex;
	align-items: flex-start;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 40px;
}
.beginnerP .point-b li img{
	width: 33%;
}
.beginnerP .point-b li div{
	width: 60%;
	font-size: 19px;
}
.beginnerP .point-b li div .box{
	width: 100%;
	overflow: hidden;
}
.beginnerP .point-b li .title{
	background: #fff001;
	padding: 10px 20px;
	font-size: 28px;
	display: inline-block;
	margin-bottom: 15px;
	margin-left: -50px;
}
.beginnerP .point-b li:nth-child(2) .title{
	background: #fff001;
	padding: 10px 20px;
	display: inline-block;
	margin-bottom: 15px;
	float: right;
	margin-right: -55px;
	position: relative;
}
.kodawarobn{
	width: 80%;
	margin: 80px auto;
}
.beginnerP .title03 {
	width: 65%;
	margin: auto;
	padding: 0 !important;
	border: none !important;
}
.beginnerP .title03 img{
	width: 100%;
}
.service-be{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.service-be li{
	width: 49%;
  background: #eee;
  margin-bottom: 20px;
  padding: 30px 20px;
  border-radius: 4px;
  box-sizing: border-box;
}
.service-be li .title{
	font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: .05em;
}
.service-be li .title span{
	background: linear-gradient(transparent 50%, #fff001 50%);
}
.service-be li img{
	width: 36%;
	margin: auto;
	display: block;
}
.service-be li .txt{
	text-align: center;
	background: #fff;
	padding: 15px;
	margin-top: 10px;
}
.service-be li .txt span{
	font-size: 13px;
}
/* 環境こだわり米について */
.kankyouP .main{
	background: url(img/kankyou/main.jpg) no-repeat center top;
	background-size: 100%;
	width: 100%;
	height: 480px;
	position: relative;
}
.kankyouP .main .mark{
	width: 13%;
	position: absolute;
	bottom: 0;
	left: 2%;
}
.kankyouP .main .title01{
	background: #fff001;
  padding: 10px 20px;
  font-size: 28px;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  left: 17%;
}
.kankyouP .main .mark img,
.kankyouP .main .title01 img{
	width: 100%;
}
.kankyouP .txtbox{
	display: flex;
	align-items: flex-start;
	align-items: center;
	margin-top: 40px;
	justify-content: space-between;
}
.kankyouP .txtbox p{
	font-size: 18px;
	width: 76%;
	line-height: 2;
}
.kankyouP .txtbox img{
	width: 20%;
}
.kankyuo_table {
    margin-top: 40px;
    width: 100%;
}
.kankyuo_table th.title {
    font-weight: normal;
    border-collapse: collapse;
    width: 20%;
    background: #f2f2f2;
    padding: 10px;
}
.kankyuo_table th.title2 {
    width: 40%;
    padding: 5px 0 3px;
    font-weight: normal;
    background: #f2f2f2;
}
.kankyuo_table td {
    font-weight: normal;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.kankyouP h4{
	background: #fff001;
	padding: 10px 20px;
	font-size: 28px;
	display: inline-block;
	margin: 70px 0 30px;
	font-weight: 500;
}
.kankyouP .txtbox2{
	font-size: 18px;
	line-height: 2;
}
.kankyouP .main2{
	background: url(img/kankyou/main02.jpg) no-repeat center top;
	background-size: 100%;
	width: 100%;
	height: 480px;
	position: relative;
	margin-top: 70px;
}
.kankyouP .try8{
	position: absolute;
	bottom: 30px;
	left: 3%;
}
.kankyouP .kodawari{
	font-size: 18px;
}
.kankyouP .kodawari dt{
	border-bottom:1px solid #0c294d;
	padding-bottom: 8px;
	margin-bottom: 2px;
	font-size: 22px;
	font-weight: bold;
	padding-left: 5px;
}
.kankyouP .kodawari dt .num{
	margin-right: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.kankyouP .kodawari dd{
	margin-bottom: 40px;
	border-top:1px solid #0c294d;
	padding-top: 10px;
}
/* 生産者情報ページ */
.introP h4{
	background: #fff001;
	padding: 10px 20px;
	font-size: 25px;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 500;
}
.introbox{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: center;
	justify-content: space-between;
}
.introbox .introtable{
	width: 56%;
	font-size: 15px;
}
.introbox th {
    width: 22%;
    text-align: center;
    padding: 10px 0;
}
.introbox td {
    width: 78%;
}
.introbox tr {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #1a2d6b;
    padding: 8px 0;
}
.introbox img{
	width: 40%;
}
.introP .txtbox{
	margin: 60px 0 !important;
	line-height: 1.8 !important;
	font-size: 18px !important;
	background: #eee !important;
	padding: 20px 25px !important;
	height: auto !important;
}
.kodawaritxt{
	width: 95%;
	margin: 0 auto 70px;
}
.kodawaritxt img{
	width: 100%;
}
.mgb30{
	margin-bottom: 70px;
}
/* よしだについてのページ */
.yoshidaP h3{
	width: 65%;
}
.yoshidaP h3 img{
	width: 100%;
}
.yoshidaP .txtbox{
	background: url(img/yoshida/frame.png) no-repeat center center;
	background-size: 100%;
	width: 100%;
	height: 400px;
	font-size: 17px;
	padding: 50px;
	line-height: 2;
	box-sizing: border-box;
}
.yoshidaP .title01{
	width: 60%;
	margin: 20px auto 40px;
}
/*
@media screen and (max-width:1170px) {
.yoshidaP .title01{
	width: 60%;
	margin: 60px auto 40px;
}
.yoshidaP .txtbox{
	width: 100%;
	height: 470px;
	font-size: 16px;
	padding: 20px;
}
}
*/
@media screen and (max-width:900px) {
.yoshidaP .title01{
	width: 50%;
	margin: 50px auto 20px;
}
.yoshidaP .txtbox{
	width: 100%;
	height: 400px;
	font-size: 14px;
	padding: 20px;
}
}
.yoshidaP .main01 {
  background: url(img/yoshida/main01.jpg) no-repeat center top;
  background-size: 100%;
  width: 100%;
  height: 450px;
  position: relative;
  margin-top: 30px;
}
.yoshidaP .title02,
.yoshidaP .title03,
.yoshidaP .title04{
	background: #fff001;
	padding: 10px 20px;
	font-size: 26px;
	display: inline-block;
	font-weight: 500;
	position: absolute;
	bottom: 47px;
	left:3%;
}
.yoshidaP .txtbox02,
.yoshidaP .txtbox03{
	font-size: 18px;
	line-height: 1.8;
	width: 95%;
	margin: 0 auto 50px;
}
.yoshidaP .txtbox03{
	width: 95%;
	margin: 60px auto;
}
.yoshidaP .main02 {
  background: url(img/yoshida/main02.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 320px;
  position: relative;
  right: 0;
  margin: 60px 0 50px;
}
.yoshidaP .title03{
	position: absolute;
	bottom: 47px;
	left:0;
}
.yoshidaP .main03 {
  background: url(img/yoshida/main03.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 320px;
  position: relative;
  right: 0;
  margin: 50px 0 40px;
}
.yoshidaP .title04{
	position: absolute;
	bottom: -25px;
	left:3%;
}
/* 吉田について */
.aboutP h3{
	width: 45%;
}
.aboutP h3 img{
	width: 100%;
}
.aboutP .main {
  background: url(img/about/main01.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 510px;
  position: relative;
}
.aboutP .title01 {
	background: #fff001;
	padding: 10px 20px;
	font-size: 26px;
	display: inline-block;
	font-weight: 500;
	position: absolute;
	bottom: -22px;
	left:3%;
}
.aboutP .txtbox {
	font-size: 18px;
	line-height: 2;
	margin-top: 60px;
	position: relative;
	clear: both;
}
.aboutP .txtbox img{
	position: absolute;
	right: 40px;
	width: 25%;
	z-index: 2;
	bottom: -120px;
}
.mgt40{
	margin: 40px 0;
}
.mgt70{
	margin: 70px 0;
}
.aboutP .rightimg{
	width: 87%;
	float: right;
	overflow: hidden;
}
.aboutP .main02 {
  background: url(img/about/main02.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height:315px;
  position: relative;
  margin: 70px 0;
}
.aboutP .title02{
	background: #fff001;
	padding: 10px 20px;
	font-size: 26px;
	display: inline-block;
	font-weight: 500;
	position: absolute;
	top: -35px;
	left:3%;
}
