@charset "utf-8";

/* <RESET> */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,i,a,span{
	margin:0;
	padding:0;
	word-break: normal;
	font-style:normal;
    font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{font-size: 62.5%;}
body,input,select,textarea,button,pre{
	color:#333;
	font-family:"メイリオ","Meiryo,ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height:1.8;
	font-weight: 500;
	box-sizing:border-box;
}
pre{
	border: none;
	overflow: visible;
	white-space:normal;
}
body{
	text-align: center;
	background:url(../images/header-bg.png) repeat-x top;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
img{
	border:0;
	vertical-align:top;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
textarea{
	font-size:100%;
}
th {
	text-align:left;
	font-weight:normal;
}
address,em{
	font-style:normal;
	font-weight:normal;
}
sup{
	font-weight:normal;
}
a{
	color: #0d5919;
    filter:alpha(opacity=1);
    opacity:1;
}
a:hover{
	text-decoration: none;
}
a:hover img{
    filter:alpha(opacity=0.6);
    opacity:0.6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.btn{
	padding: 0;
}
#sidebar a,
#footer a,
.top-pickup ul li a{
	color: #333;
	text-decoration: none;
}
#sidebar a:hover,
#footer a:hover,
.top-pickup ul li a:hover,
a.btnStyle:hover{
	text-decoration:underline;
}
/* </ RESET> */


/* <MODULE> */
.center{text-align: center !important;}
.cf:after{
	clear: both;
	content:"";
	display: table;
}
#header .nav ul li a,
#sidebar .nav h2,
#footer .company h2,
.btnStyle,.inqStyle,
.ttl1 h1,.ttl1 h2,
.top-item li b,
.privacy1 dt,
.faq h2,
.box-intro h2,
.association2 h2,
.bloglist h2{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.05deg);
}
.btnStyle,
.inqStyle{
	display: inline-block;
	line-height: 36px;
	font-size: 1.8rem;
	background: #f27d2e;
	border:solid 2px #f27d2e;
	border-radius: 20px;
	padding: 0 48px;
	color: #fff;
	text-decoration: none;
	position: relative;
	box-sizing: border-box;
}
.inqStyle{
	width: 262px;
	padding: 0;
	font-size: 1.6rem;
	line-height: 28px;
	border-radius: 16px;
}
.btnStyle:before,
.inqStyle:before{
	content:url(../images/arrow02.png);
	position: absolute;
	right: 12px;
	top: 13px;
}
.inqStyle:before{
	top: 9px;
}
.inqStyle:after{
	content:url(../images/cmn-icon-mail.png);
	position: absolute;
	left: 8px;
	top: 5px;
}
.btnStyle:hover,
.inqStyle:hover{
	background: #fff;
	color: #534741;
	border:solid 2px #534741;
	text-decoration: none !important;
}
.btnStyle:hover:before,
.inqStyle:hover:before{
	content:url(../images/arrow02-hover.png);
}
.inqStyle:hover:after{
	content:url(../images/cmn-icon-mail-hover.png);
}

table.table{
	width: 100%;
	border-collapse: collapse;
}
table.table th{
	width: 25%;
	border-bottom: dotted 1px #000;
	padding: 12px 0;
}
table.table td{
	width: 75%;
	border-bottom: dotted 1px #000;
	padding: 12px 0;
}
.box{
	margin: 15px 15px 60px;
}
.kome{
	text-indent: -1em;
	padding-left: 1em;
}
.ttl1{
	background:url(../images/cmn-ttl1-bg.png) no-repeat left bottom;
	overflow: hidden;
	margin-bottom: 28px;
	line-height: 42px;
}
.ttl1 h1,.ttl1 h2{
	font-size: 2.4rem;
	padding-left: 38px;
	line-height: 42px;
	width: 80%;
	float: left;
}
.ttl1 .link,
.ttl1 .date{
	float: right;
	text-align: right;
	width: 19%;
	line-height: 42px;
}
.ttl1 .link a:before{
	content:url(../images/arrow.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}
/* </ MODULE> */


/* <LAYOUT> */
#header{
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 48px;
	text-align: left;
	overflow: hidden;
}
#header .logo{
	padding: 16px 0 48px;
	float: left;
}
#header .contact{
	width: 262px;
	padding: 16px 0 0;
	float: right;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
}
#header .contact .tel{
	margin-bottom: 4px;
}
#header .contact .btn{
	margin-top: 8px;
}
#header .nav{
	clear: both;
}
#header .nav ul{
	display:flex;
	justify-content: space-around;
}
#header .nav ul li a{
	font-size: 1.6rem;
	color: #534741;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	display: inline-block;
}
#header .nav ul li a:hover:after{
	content:"";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 5px;
	background: #0d5919;
	left: 0;
	bottom: -10px;
}
#wrapper{
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: left;
}
#sidebar{
	width: 290px;
	float: left;
}
#sidebar .ban{
	margin-bottom: 40px;
}
#sidebar .ban li{
	margin-bottom: 20px ;
}
#sidebar .nav{
	margin-bottom: 48px;
}
#sidebar .nav h2{
	line-height: 57px;
	font-size: 2.4rem;
	border-top: solid 4px #0d5919;
	border-bottom: solid 1px #0d5919;
}
#sidebar .nav2 h2{
	margin-bottom: 22px;
}
#sidebar .nav1 li{
	font-size: 2.2rem;
	line-height: 57px;
	padding-left: 20px;
	border-bottom: dotted 1px #e1e1e1;
	background:url(../images/arrow.png) no-repeat calc(100% - 16px) center;
}
#sidebar .nav2 li{
	font-size: 1.8rem;
	line-height: 48px;
	padding-left: 48px;
	background:url(../images/arrow.png) no-repeat 25px center;
}
#content{
	width: 810px;
	float: right;
}
#footer{
	background-image:url(../images/footer-bg2.png),url(../images/bg1.png);
	background-repeat: repeat-x,repeat;
	background-position: center top,left top;
	position: relative;
	width:100%;
	padding-top: 86px;
}
#footer:before{
	content:"";
	background:url(../images/footer-bg1.png) repeat-x center top;
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height:30px;
	z-index: 2;
}
#footer .inner{
	width: 1160px;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: left;
	position: relative;
}
#footer .company{
	float: left;
	width: 570px;
	padding: 0 0 0 110px;
	background:url(../images/footer-logo.png) no-repeat left top;
	font-size: 1.8rem;
}
#footer .company h2{
	font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 8px;
	color: #0d5919;
}
#footer .company dl{
	overflow: hidden;
}
#footer .company dt{
	float: left;
	width: 8em;
}
#footer .company dd{
	margin-left: 8em;
	line-height: 1.2;
}
#footer .company dd b{
	font-size: 2.8rem;
	font-weight: normal;
	display: block;
	letter-spacing: 0.07em;
}
#footer .nav1{
	float: left;
	width: 274px;
}
#footer .nav2{
	float: left;
	width: 300px;
}
#footer .nav1 li,
#footer .nav2 li{
	font-size: 1.8rem;
	padding-left: 21px;
	background:url(../images/arrow.png) no-repeat 6px center;
}
#footer .totop{
	position: absolute;
	top: -86px;
	right: 0;
	z-index: 3;
}
#copy{
	line-height: 56px;
	background:#0d5919;
	color: #fff;
}
#bread_crumb{
	overflow:hidden;
	font-size:1.3rem;
	margin-bottom: 16px;
}
#bread_crumb li {
    display: block;
    float: left;
}
#bread_crumb li:after {
    content: "›";
    margin: 0 5px;
}
#bread_crumb li:last-of-type:after {
    content: none;
}
/* </ LAYOUT> */


/*TOP*/

/* <SLICK> */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots{
    position: absolute;
	bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
	z-index: 9999;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 60px;
    height: 6px;
	margin: 0;
	padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #dadada;
}
.slick-dots li.slick-active button{
	background: #0d5919;
}
.slick-arrow{
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 30px;
    z-index: 99;
	top:calc(50% - 12px);
    background: none;
    border: none;
    text-indent: -9999px;
	cursor:pointer;
}
.slick-prev{
	left: -10px;
	background:url(../images/slider-arrow-left.png) no-repeat left top;
}
.slick-next{
	right: -10px;
	background:url(../images/slider-arrow-right.png) no-repeat left top;
}
/* </ SLICK> */

.top-slider{
	width: 1160px;
	margin: -30px auto 36px;
	position: relative;
}
.top-slider:before,
.top-slider:after{
	content:"";
	background: url(../images/top-slider-top.png) no-repeat left top;
	width: 1160px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.top-slider:after{
	background: url(../images/top-slider-btm.png) no-repeat left top;
	height: 90px;
	top: auto;
	bottom: 0;
}
.top-about{
	margin-bottom: 42px;
}
.top-about dt{
	float: right;
	padding: 12px 0 26px;
}
.top-about dd{
	float: left;
	padding: 22px 0 0 34px;
	width: 480px;
	box-sizing: border-box;
	line-height: 2;
}
.top-about dd h2{
	margin-bottom: 16px;
}
.top-about .btn{
	text-align: center;
}
.top-reason{
	background:#f7f4e8 url(../images/top-reason-bg.png) no-repeat left bottom;
	padding: 32px;
	margin-bottom: 72px;
}
.top-reason h2{
	margin-bottom: 16px;
}
.top-reason .btn{
	text-align: center;
}
.top-item {
	margin-bottom: 72px;
}
.top-item li{
	width: 390px;
	float: left;
	text-align: right;
}
.top-item li:last-of-type{ float: right; }
.top-item li a{
	text-decoration: none;
}
.top-item li b{
	display: block;
	text-align: left;
	font-size: 2.4rem;
	padding-left: 16px;
}
.top-item li .btnStyle{
	margin-top: 12px;
}
.top-feed-box{
	margin: 16px 32px 0;
	height: 120px;
	overflow-y: scroll;
}
.top-feed-box dl{
	overflow: hidden;
	margin-bottom: 8px;
}
.top-feed-box dl dt{
	float: left;
	width: 110px;
}
.top-feed-box dl dd{
	margin-left: 110px;
}

/*privacy*/
.privacy1 dt{
	color: #0d5919;
	font-weight:bold;
	font-size: 2.1rem;
}
.privacy1 dd{
	margin-bottom: 36px;
	font-size: 1.8rem;
}
.privacy1 dd:last-of-type{ margin-bottom: 0; }
.privacy1 dd p{
	margin-bottom: 18px;
}

/*law*/
.law1 table.table th{
	width: 25%;
}
.law1 table.table td{
	width: 75%;
}

/*faq*/
.anchorbox{
	margin-bottom: 60px;
}
.anchorbox ul{
	display:flex;
	justify-content: space-around;
}
.faq{
	margin: 0 10px 90px;
	font-size: 1.8rem;
}
.faq h2{
	color: #0d5919;
	font-size: 2.4rem;
	margin-bottom: 36px;
}
.faq h2:before{
	content:url(../images/faq-icon1.png);
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
#faq1 h2:before{
	content:url(../images/faq-icon1.png);
}
#faq2 h2:before{
	content:url(../images/faq-icon2.png);
}
#faq3 h2:before{
	content:url(../images/faq-icon3.png);
}
.faq dt{
	font-weight: bold;
	margin-bottom: 12px;
	position: relative;
	padding-left: 26px;
}
.faq dt:before{
	content:"Q.";
	color: #0d5919;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: normal;
}
.faq dd{
	padding-bottom: 36px;
	border-bottom: dotted 1px #000;
	margin-bottom: 36px;
	position: relative;
	padding-left: 26px;
}
.faq dd:before{
	content:"A.";
	color: #f27d2e;
	position: absolute;
	top: 0;
	left: 0;
}

/*商品一覧*/
.list1 li{
	width: 235px;
	margin-right: 51px;
	float: left;
}
.list1 li:nth-of-type(3n){
	margin-right: 0;
}
.list1 li:nth-of-type(3n+1){
	clear: both;
}
.list1 li .photo{
	width: 100%;
}
.list1 li .photo img{
	width: 100%;
	height: auto;
}
.list1 li h2{
	font-size: 2.6rem;
	font-weight: bold;
	color: #0d5919;
	margin: 8px 0;
}
.list1 li .desc{
	font-size: 1.2rem;
	margin: 0 0 8px;
}
.list1 li .num{
	display: inline-block;
	border: solid 1px #000;
	padding: 2px 6px;
	font-size: 1.2rem;
	margin: 0 0 5px;
}
.list1 li .price{
	margin: 0 0 8px;
}
.list1 li .price b{
	color: #ff0000;
	font-size: 2.6rem;
	font-weight: normal;
}
.list1 li .btn .btnStyle{
	width: 100%;
	padding: 0;
	text-align: center;
}

/*products*/
.pd-note{
	background: #f7f4e8;
	padding: 24px 32px;
}

/*ジェネリック種子とは*/
.box-intro{
	margin: 36px 16px 60px;
}
.box-intro h2{
	margin-bottom: 24px;
	font-size: 3rem;
	font-weight: bold;
}
.about1{
	background: #d4e5d9;
	padding: 15px;
}
.about1 dl{
	background: #fff;
	margin-bottom: 15px;
	padding: 10px 24px 20px 8px;
	border-radius: 8px;
}
.about1 dl:last-of-type{
	margin-bottom: 0;
}
.about1 dt{
	float: right;
	width: 260px;
	text-align: center;
}
.about1 dt a.btnStyle{
	width: 100%;
	padding: 0;
	text-align: center;
	margin-top: 24px;
}
.about1 dd{
	float: left;
	width: 470px;
}
.about1 dd p{
	padding: 20px 0 0 40px;
	font-size: 1.4rem;
}

/*安さの理由*/
.reason1{
	margin: 0 15px 60px;
}
.reason1 dt{
	text-align: left;
	margin-bottom: 16px;
	margin-top: 60px;
}
.reason1 dt:first-of-type{
	margin-top: 0;
}
.reason1 dd p{
	margin-bottom: 40px;
}
.btn3 li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.btn3 li:last-of-type{
	margin-right: 0;
}
.btn3 li a.btnStyle{
	padding: 0;
	width: 100%;
	text-align: center;
}

/*品質管理*/
.quality1{
	background:#f7f4e8 url(../images/top-reason-bg.png) no-repeat left top;
	text-align: center;
	padding: 40px 0 40px;
	margin-bottom: 60px;
}
.quality1 h2{
	margin-bottom: 32px;
}
.quality2{
	margin-bottom: 120px;
}
.quality2 dl{
	background: #fff;
	margin-bottom: 15px;
	padding: 10px 24px 30px 8px;
	border-bottom:1px dashed #999999;
	margin-bottom: 20px;
}
.quality2 dl:last-of-type{
	margin-bottom: 0;
}
.quality2 dt{
	float: right;
	width: 294px;
	height:210px;
	text-align: center;
}
.quality2 dl:nth-of-type(5) dt img{
	width: 75%;
	height: auto;
	margin-top: 25px;
}
.quality2 dt a.btnStyle{
	width: 100%;
	padding: 0;
	text-align: center;
	margin-top: 24px;
}
.quality2 dd{
	float: left;
	width: 470px;
}
.quality2 dd p{
	padding: 20px 0 0 40px;
	font-size: 1.4rem;
}

/*理念・ビジョン*/
.vision1{
	background: #f7f4e8;
	padding: 35px 35px 0;
	margin-bottom: 60px;
}
.vision1 h2{
	margin-bottom: 16px;
}
.vision1 .photo{
	margin: 35px -35px 0;
}

/*協会案内*/
.association-main{
	margin-bottom: 60px;
}
.association1{
	margin-bottom: 60px;
}
.association1 dt{
	width: 246px;
	float: right;
	text-align: center;
}
.association1 dd{
	float: left;
	width: 549px;
	padding-left: 15px;
	box-sizing: border-box;
}
.association1 dd p{
	margin-bottom: 16px;
}
.association1 dd p:last-of-type{
	margin-bottom: 0;
}
.association2{
	background: #f7f4e8;
	padding: 25px 30px;
	margin-bottom: 60px;
}
.association2 h2{
	font-size: 2.4rem;
	background:url(../images/cmn-icon-futaba.png) no-repeat left center;
	padding-left: 34px;
}
.association2 p{
	padding-left: 34px;
	font-size: 1.4rem;
}
.association3{
	background:url(../images/association-bg1.png) no-repeat center top;
	height: 493px;
	padding: 72px 0 0;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.association3 dl{
	height: 138px;
	padding: 0 0 0 150px;
	background-repeat: no-repeat;
	background-position: 54px 0;
}
.association3 dl:nth-of-type(1){ background-image:url(../images/cmn-icon1.png); }
.association3 dl:nth-of-type(2){ background-image:url(../images/cmn-icon2.png); }
.association3 dl:nth-of-type(3){ background-image:url(../images/cmn-icon3.png); }
.association3 dt{
	margin-bottom: 12px;
}
.association4{
	margin-bottom: 60px;
}
.association4 .link{
	background:url(../images/icon-external.png ) no-repeat right center;
	padding-right: 18px;
	margin-left: 24px;
}
.association4 .btnStyle{
	margin-top: 8px;
}
.association5 iframe{
	display: block;
	margin: 0 15px 15px;
}
.association5 ul{
	margin: 0 15px;
}
.association5 ul li{
	width: 49%;
	float: left;
}
.association5 ul li:last-of-type{
	width: 49%;
	float: right;
	text-align: right;
}
.association5 .link{
	background:url(../images/icon-external.png ) no-repeat right center;
	padding-right: 18px;
}

/*お買い物ガイド*/
.guidebox{
	margin: 0 15px 60px;
}
.guidebox h3{
	margin-top: 28px;
	font-weight: bold;
}
.guidebox p img{
	margin: 16px 0;
}
.guideimg1{
	float: right;
}
.guidebox table th{
	width: 10%;
}
.guidebox table td{
	width: auto;
}
.guide1{
	background: #f7f4e8;
	padding: 24px 32px;
	margin-top: 28px;
}
.guide1 span{
	font-size: 2.4rem;
}
.guidebox .guide1 h3{
	margin-top: 0;
}

/*inquiry*/
.inquiry1 input[type="text"],
.inquiry1 input[type="email"],
.inquiry1 textarea{
	width: 95% !important;
}
.inquiry1 textarea{
	height: 120px !important;
}
.inquiry1 .table td.submit{
	text-align: center;
	padding: 18px 0;
}

/*blog*/
.bloglist h2{
    font-size: 2.4rem;
    background: url(../images/cmn-icon-futaba.png) no-repeat left center;
    padding-left: 34px;
	margin-bottom: 16px;
}
.bloglist .desc{
	padding-left: 34px;
}
.bloglist .btn{
	text-align: right;
	margin-top: 16px;
}
.blogdetail p{
	margin-bottom:16px;
}
.blogdetail p img{
	margin-top:16px;
	margin-bottom:16px;
}

/*19.03.11*/
.comingsoon{
	border:solid 2px #f27d2e;
	margin: 30px 0 0;
	padding: 10px;
}
.comingsoon strong{
	color: #f00;
}




