@charset "utf-8";
/* 下層ここから */
#subP{
	margin: 20px auto 0;
}
/* 初めての方へページ */
.beginnerP .title01{
	width: 90%;
	margin: 0 auto 20px;
}
.beginnerP .txtbox{
	line-height: 1.8;
	width: 90%;
	margin: auto;
}
.beginnerP .title02{
	width: 80%;
	margin: auto;
}
.logointro{
	width: 50%;
	margin: 20px auto 35px;
}
.logointro img{
	width: 100%;
}
.beginnerP .point{
	margin: 30px auto 0;
	background: #d9dde6;
	padding: 30px 0 1px;
}
.beginnerP .point li{
	margin:0 auto 20px;
	width: 90%;
	background: #fff;
	padding: 20px;
	border-radius: 3px;
}
.beginnerP .point li img{
	width: 65%;
	display: block;
	margin: auto;
}
.beginnerP .point li div .box{
	width: 100%;
}
.beginnerP .point li .title{
	background: #fff001;
	padding: 10px;
	font-size:18px;
	margin-bottom: 15px;
	text-align: center;
	margin-top: -20px;
	position: relative;
}
.beginnerP .point li:nth-child(2) .title{
	background: #fff001;
	padding: 10px;
}
.kodawarobn{
	width: 90%;
	margin: 30px auto;
}
.beginnerP .title03 {
	width: 95%;
	margin: 60px auto 0;
}
.beginnerP .title03 img{
	width: 100%;
}
.service{
	margin: 30px auto 0;
	width: 90%;
}
.service li{
	background: #eee;
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 4px;
}
.service li .title{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.service li .title span{
	background: linear-gradient(transparent 50%, #fff001 50%);
}
.service li img{
	width: 40%;
	margin: 6px auto;
	display: block;
}
.service li .txt{
	background: #fff;
	padding: 10px 15px;
	font-size: 14px;
}
.service li .txt span{
	font-size: 12px;
}
/* 環境こだわり米について */
.kankyouP .main{
	background: url(img/kankyou/main.jpg) no-repeat center top;
	background-size: 100%;
	width: 100%;
	height: 220px;
	position: relative;
}
.kankyouP .main .mark{
	width: 16%;
  position: absolute;
  bottom: -17px;
  left: 3%;
}
.kankyouP .main .title01{
	position: absolute;
  bottom: -15px;
  left: 22%;
  background: #fff001;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width:320px) {
.kankyouP .main .mark{
	bottom: 80px;
  left: 5%;
}
.kankyouP .main .title01{
	bottom: 20px;
  left: 5%;
}
.kankyouP .txtbox {
  margin: 0 auto !important;
}
}

.kankyouP .main .mark img,
.kankyouP .main .title01 img{
	width: 100%;
}
.kankyouP .txtbox{
	width: 90%;
	margin: 35px auto 0;
	position: relative;
}
.kankyouP .txtbox p{
	line-height: 1.8;
}
.kankyouP .txtbox img{
	width: 25%;
	float: right;
	margin: 0 0 -15px;
}
.kankyuo_table {
    margin:0 auto 0;
    width: 90%;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.kankyuo_table th.title {
    border-collapse: collapse;
    width: 100%;
    background: #e9e8e8;
    padding: 8px;
}
.kankyuo_table th.title2 {
    padding: 8px;
    font-weight: normal;
    background: #f2f2f2;
    width: 50%;
    font-size: 13px;
    vertical-align: middle;
}
.kankyuo_table td {
    font-weight: normal;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
}
.kankyouP h4{
	width: 90%;
  background: #fff001;
  padding: 10px 20px;
  font-size: 18px;
  margin: 30px auto 15px 5%;
  font-weight: 500;
  display: block;
}
.kankyouP .txtbox2{
	line-height: 1.8;
	width: 90%;
	margin: auto;
}
.kankyouP .main2{
	background: url(img/kankyou/main02.jpg) no-repeat center top;
	background-size: 100%;
	width: 100%;
	height: 180px;
	position: relative;
	margin-top: 30px;
}
.kankyouP .try8{
	position: absolute;
	bottom: -20px;
	left: 3%;
	margin: 0;
}
.kankyouP .kodawari{
	margin: 50px auto 0;
	width: 90%;
}
.kankyouP .kodawari dt{
	border-bottom:1px solid #0c294d;
	padding-bottom: 6px;
	margin-bottom: 2px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
}
.kankyouP .kodawari dt .num{
	margin-right: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
.kankyouP .kodawari dd{
	margin-bottom: 30px;
	border-top:1px solid #0c294d;
	padding-top: 10px;
	line-height: 1.7;
}
/* 生産者情報ページ */
.introP h4{
	background: #fff001;
	padding: 10px 20px;
	font-size: 18px;
	display: inline-block;
	margin-left: 20px;
	font-weight: 500;
}
.introbox .introtable{
	width: 90%;
	margin: 20px auto 0;
	font-size: 13px;
}
.introbox th {
  text-align: center;
  padding: 10px 0;
  width: 23%;
  background: #eee;
  vertical-align: middle;
}
.introbox td {
	padding-left: 8px;
  vertical-align: middle;
}
.introbox img{
	width: 90%;
	display: block;
	margin: 10px auto 0;
}
.introP .txtbox{
	width: 100% !important;
	margin: 20px auto 0!important;
	line-height: 1.8 !important;
	background: #eee !important;
	padding: 20px !important;
	border: none !important;
}
.kodawaritxt{
	width: 90%;
	margin: 40px auto;
}
.kodawaritxt img{
	width: 100%;
}
.introP .mgb30{
	width: 90%;
	margin: 0 auto 40px;
}
/* よしだについてのページ */
.yoshidaP h3{
	width: 100%;
}
.yoshidaP h3 img{
	width: 100%;
}
.yoshidaP .txtbox{
	width: 90%;
	line-height: 1.8;
	margin:10px auto 20px;
	border: 2px solid #0c294d;
	padding: 10px;
	border-radius: 5px;
}
.yoshidaP .title01{
	width: 75%;
	margin: 10px auto 20px;
}
.yoshidaP .main01 {
  background: url(img/yoshida/main01.jpg) no-repeat center top;
  background-size: 100%;
  width: 100%;
  height: 210px;
  position: relative;
}
.yoshidaP .title02,
.yoshidaP .title03,
.yoshidaP .title04{
	background: #fff001;
    padding: 10px 20px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    position: absolute;
    bottom: -20px;
    width: 70%;
}
.yoshidaP .txtbox02,
.yoshidaP .txtbox03{
	line-height: 1.8;
	width: 90%;
	margin: 40px auto 20px;
}
.yoshidaP .txtbox03{
	width: 90%;
	margin: 40px auto 0;
}
.w90{
	width: 90%;
	margin: auto;
}
.yoshidaP .main02 {
  background: url(img/yoshida/main02-sp.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 170px;
  position: relative;
  right: 0;
  margin: 20px 0 50px;
}
.yoshidaP .title03{
	position: absolute;
	bottom: -30px;
	left:0;
}
.yoshidaP .main03 {
  background: url(img/yoshida/main03.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 180px;
  position: relative;
  right: 0;
  margin: 20px 0 30px;
}
.yoshidaP .title04{
	position: absolute;
	bottom: -25px;
	left:5%;
}
/* 吉田について */
.aboutP h3{
	width: 75%;
	margin-left: 10px;
}
.aboutP h3 img{
	width: 100%;
}
.aboutP .main {
  background: url(img/about/main01.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 250px;
  position: relative;
  margin: 10px 0 40px;
}
.aboutP .title01 {
	background: #fff001;
	padding: 10px 20px;
	font-size: 18px;
	display: inline-block;
	font-weight: 500;
	position: absolute;
	bottom: -22px;
	left:3%;
}
.aboutP .txtbox {
	line-height: 1.8;
	margin: 30px auto 0;
	width: 90%;
	clear: both;
	position: relative;
}
.aboutP .txtbox img{
	width: 35%;
  display: block;
  margin: 10px 0 0 auto;
}
.mgt70{
	margin: 70px 0;
}
.aboutP .rightimg{
	width: 90%;
	margin: 20px auto 0;
}
.aboutP .main02 {
  background: url(img/about/main02.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height:140px;
  position: relative;
  margin-top: 40px;
}
.aboutP .title02{
	background: #fff001;
	padding: 10px 20px;
	font-size: 17px;
	display: inline-block;
	font-weight: 500;
	position: absolute;
	top: -25px;
	left:3%;
}
