@charset "UTF-8";
/* CSS Document */

/* =========================================================
 スマート農業技術のご紹介
========================================================= */

/* 共通CSS
--------------------------------------------------------- */
.bg{
	background-image:url("images/bg.png");
	background-position:top center;
	background-repeat:repeat;
}
.bg2{
	background-image:url("images/bg.png");
	background-position:top center;
	background-repeat:repeat;
	overflow: auto;
}
.bg_smart{
	background-image:url("images/smart_bg.jpeg");
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: cover;
}
.cont_box{
	/*width: 850px;*/
	color: #604C3F;
	margin-top: 8rem;
}
.wide_img img{
	max-width: 100%;
	height: auto;
}
.center_text{
	text-align: center;
	margin: 3rem 0;
	padding: 0;
	line-height: 1.5em;
}
.center_text a{
	text-decoration: underline;
}
.footer_inner{
	margin-top: 0;
	border-top: 5px solid #00987C;
}
.text_img_box{
	display: flex;
}
.point_box .point_box_s h5{
	background-image: none;
	background: none;
	margin: 0 0;
	padding: 0;
}
.smrt_secbox .text_img_box div h5{
	background-image: none;
	background: none;
	margin: 0 0;
	padding: 0;
}
h5.normal_h5{
	background-image: none;
	background: none;
	padding: 0;
	font-size: 2rem;
	margin-bottom: 0;
}
.ULV5-Light_box p{
	margin-top: .5em;
}
.ULV5-Light_box ul{
	margin-top: .5em;
}
/*赤文字*/
span.red{
	color: #D12323;
	font-weight: bold;
}

@media screen and (max-width:736px){
	.cont_box{
		margin-top: 5rem;
	}
	.footer_inner{
		border-top: 3px solid #00987C;
	}
}

/* 戻るボタン
--------------------------------------------------------- */
.pageback{
	margin: 5rem 0 10rem;
}
#kankyo .pageback .btn,
#hito .pageback .btn,
#syoku .pageback .btn{
	max-width:60%;
}
@media screen and (max-width:736px){
	#kankyo .pageback .btn,
	#hito .pageback .btn,
	#syoku .pageback .btn{
	max-width:100%;
	}
}

/* タイトル
--------------------------------------------------------- */
.main_title_img{
	margin:  0;
	padding: 0;
	font-size: 1.8rem;
	line-height: 1.5em;
}
.main_title_img img{
	width: 100%;
	height: auto;
}
.main_title_under{
	color: #FFF;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: .05em;
	font-size: 2rem;
	text-align: center;
	text-shadow: 0 0 5px #00987C;
	margin: 0;
	padding: 0;
}

.smart{
	color: #00987C;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: .05em;
	font-size: 2rem;
	text-align: center;
	background-color: aliceblue;
	margin: 0;
	padding: 0;	
}

@media screen and (max-width:736px){
	.main_title_img{
		margin: 0;
	}
	.main_title_under{
		letter-spacing: normal;
	}
}

/*ボタン*/
.smart_btn{
	text-align: center;
	margin: 2rem 0 0;
}
.smart_btn a{
	display: inline-block;
	background-color: #188868;
	padding: 1.5em 2em;
	min-width: 70%;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.5em;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 rgba(255,255,255,.2);
}
.smart_btn a:hover{
	opacity: .7;
}
.seminar_btn,
.summary_btn{
	text-align: center;
	margin: 2rem 0 0;
}
.seminar_btn a,
.summary_btn a{
	display: inline-block;
	background-color: #188868;
	padding: 1em 2em;
	min-width: 60%;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 2rem;
	border-radius: 10px;
	line-height: 1.5em;
	box-shadow: 0 0 10px 0 rgba(255,255,255,.5);
}
.seminar_btn a:hover,
.summary_btn a:hover{
	opacity: .7;
}
.btn_wrap{
	display: flex;
	justify-content: center;
}
.summary_btn{
	min-width: 50%;
	padding: 0 10px;
}
.bg_img .summary_btn a{
	min-width: 100%;
	color: #188868 !important;
	background-color: #fff;
	border: 5px solid #188868;
}
@media screen and (max-width:736px){
	.smart_btn a{
		padding: 1em 2em;
		font-size: 1.8rem;
	}
	.seminar_btn a,.summary_btn a{
		padding: 1em 1rem;
		font-size: 1.8rem;
	}
	.btn_wrap{
		display: block;
	}
	.summary_btn{
		min-width: 100%;
		padding: 0;
	}
}

/* 白背景 緑線 ボックス
--------------------------------------------------------- */
.smrt_secbox{
	background-color: #fff;
	margin: 0;
	padding: 2em 4rem 4rem;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.7em;
	border-radius: 20px;
	box-shadow: none;
}
#smart .smrt_secbox{	
	margin: 12rem 0 6rem;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
}
.smrt_secbox *{
	box-sizing: border-box;
}

.smrt_secbox h3.smart_title{
	background-color: transparent;
	background-image: none;
	border-radius: 0;
	border: none;
	text-shadow: none;
	line-height: 1.5em;
	font-size: 2.5rem;
	letter-spacing: .1em;
	position: absolute;
	top: calc(1px - 2em);
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.smrt_secbox h3.smart_title span{
	color: #00987C;
	background-color: #FFF;
	display: inline-block;
	border-radius: 2em 2em 0 0;
	padding: .5em 2em 0;
	margin: 0;
	min-width: 500px;
	box-shadow: 0 -5px 5px 0 rgba(0,0,0,.1);
}

.smrt_secbox h4.sub_section{
	color: #00987C;
	font-size: 2.5rem;
	margin-top: 2.5rem;
	min-width: 500px;
}

.cont_item {
	width: 100%;
	height: auto;
	display: flex;
	align-items:stretch;
	padding-top: 10px;
}

.cont_item_text {
	width: 60%;
	height: auto;
	padding: 1rem;
}

.cont_item_img {
	width: 40%;
	height: auto;
	padding: 1rem;
	text-align: right;
}

.fig_box{
	width: 100%;
	height: auto;
	background-color: #EFF4F2;
	padding: 2.5rem;
	margin-top: 1rem;
	display: flex;
	align-items:center;
}

.cont_item_fig{
	font-size:1.5rem;
	padding: 0;
}

.fig_map{
	outline: 1px solid #666666;
}

.cont_item_fig figure figcaption {
	text-align: center;
}

.pc{
	display: block !important;
}
.sp { 
	display: none !important;
}


@media screen and (max-width:736px){
	.smrt_secbox{
		margin: 1rem 0 5rem;
		padding: 2em 2rem 2rem;
		line-height: 1.7em;
		border-radius: 10px;
	}
	.smrt_secbox h3.smart_title{
		font-size: 2rem;
	}
	.smrt_secbox h3.smart_title span{
		min-width: calc(100% - 12rem);
		padding: .5em 2rem 0;
	}
	.smrt_secbox h4.sub_section{
		min-width: calc(100% - 12rem);
		padding: 0;
	}
	
	.pc{
		display: none !important;
	}
    .sp { 
		display: block !important;
	}
	.cont_item , .fig_box{
		flex-direction: column;
	}
	.cont_item_text,  .cont_item_img{
		width: 100%;
		height: auto;
	}
	.cont_item_img{
		text-align: center;
	}
}


@media screen and (max-width:736px){
	.hashira_img{
		width: 70%;
		margin: 1em auto;
	}
}

/* トップ取組
--------------------------------------------------------- */
.bg_img{
	background-image:url("images/smart_bg.jpeg");
	background-position:center top;
	background-size: cover;
	background-attachment: fixed;
	overflow: auto;
	padding: 0 0 5rem;
}
.bg_img a{
	color: #FFE481;
}

h3.smart_title{
	color: #fff;
	font-size: 3rem;
	letter-spacing: .1em;
	text-align: left;
	margin: 0;
	padding-left: 1em;
	background-color: #00987C;
	border-radius: 0.5em;
}
.notop h3.smart_title{
	margin: 6rem 0 1em;
}

.smart_copy{
	font-size: 2rem;
	text-align: center;
	margin: 0 0 1em;
	color: #fff;
    font-weight: normal;
	text-shadow: 0 0 5px #00987C;
}
.smart_bn_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.smart_bn_list li{
	width: 31%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.notop .smart_bn_list li{
	width: 48%;
}
.smart_bn_list li a{
	color: #fff;
	text-decoration: none;
}
.smart_bn_list li a:hover{
	opacity: .8;
}
.smart_bn_list li h4{
	color: #00987C;
	font-size: 2.3rem;
	line-height: 1.5em;
	padding: .5em 0;
	margin: 0;
}
.smart_bn_list li a span.more{
	background-color: #00987C;
	display: inline-block;
	padding: .3em 2em;
	border-radius: 2em;
	border: 1px solid #fff;
	font-size: 1.6rem;
}
.smart_bn_list li a img{
	border: solid 1px rgba(255,255,255,.5);
}
@media screen and (max-width:736px){
	h3.smart_title{
		font-size: 2.8rem;
		letter-spacing: normal;
	}
	.smart_bn_list{
		padding: 0 2rem;
	}
	.smart_bn_list li,
	.notop .smart_bn_list li{
		width: 100%;
	}
	.smart_bn_list li + li{
		margin-top: 3rem;
	}
	.smart_bn_list li h4{
		font-size: 2rem;
	}
	.notop h3.smart_title{
		margin: 5rem 0 1em;
	}
	#smart .cont_box,
	.notop .cont_box{
		margin-bottom: 0;
	}
	h3.smart_title{
		padding: .3em 1em;
}
}


/* 具体的な施策
--------------------------------------------------------- */
.title_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-size: auto 100%;
	background-position: right -2px center;
	background-repeat: no-repeat;
	min-height: 300px;
	background-color: #fff;
	border: 2px solid #00987C;
	margin: 6rem 0 0;
}
#hito .title_box{
	background-image: url("images/torikumi_hito_bg.jpg");
}
#syoku .title_box{
	background-image: url("images/torikumi_syoku_bg.jpg");
}
h3.smart_page_title{
	background-color: transparent;
	background-image: none;
	border-bottom: 1px solid #00987C;
	border-radius: 1;
	line-height: 1.2em;
	font-size: 4.5rem;
	width: 100%;
	text-align: left;
	color: #00987C;
	padding: 30px 0;
	margin-bottom: 30px;
	text-shadow: 0 0 10px rgba(255,255,255,1);
}
h3.smart_page_title span{
	font-size: .6em;
}
.click_text{
	text-align: center;
	font-size: 2rem;
	margin: 3rem 0;
}
@media screen and (max-width:736px){
	.title_box{
		min-height: auto;
		margin: 5rem 0 5rem;
	}
	h3.smart_page_title{
		font-size: clamp(2.3rem,5vw,4rem);
/*		padding: 3vw 30vw 6vw 1.5rem;*/
		padding: 3vw 3vw 6vw 3vw;
	}
}


/* 開閉
--------------------------------------------------------- */
h4.open_button{
	position: relative;
	background-color: #00987C;
	background-image: none;
	border: none;
	text-shadow: none;
	color: #fff;
	font-size: 2.3rem;
	margin: 0;
	padding: .6em 40px .6em 1em;
}
h4.open_button::after{
	content: "";
	display: block;
	width: 30px;
	height: 100%;
	background-image: url("images/more.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 0;
}
.open_button.active::after{
	background-image: url("images/more_no.png");
}
.open_box{
	padding: 3rem;
	display: none;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width:736px){
	h4.open_button{
		font-size: 2rem;
	}
	.open_box{
		padding: 1.5rem;
	}
}


.arrow{
	background-image: url("images/arrow.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 68px auto;
	display: block;
	width: 60px;
	min-height: 100%;
}

@media screen and (max-width:736px){
	.arrow{
		background-image: url("images/arrow_btm.png");
		background-position: center bottom;
		background-size: auto 40px;
		display: block;
		width: 100%;
		height: 30px;
	}
}

table.vi_table{
	width: 100%;
	border: 2px solid #00987C;
	background-color: #fff;
	font-size: 1.7rem;
	margin: 0 0 1em;
}
table.vi_table caption{
	caption-side: top;
	font-weight: bold;
	font-size: 1.7rem;
}
table.vi_table th{
	background-color: #00987C;
	color: #fff;
}
table.vi_table th + th{
	border-left: 1px solid #fff;
}
table.vi_table td{
	border: 1px solid #00987C;
	border-top: none;
	padding: 1em .2em;
	text-align: center;
}
@media screen and (max-width:736px){
	table.vi_table,.vi_table td,.vi_table th{
		font-size: 1.4rem;
	}
}

.point_box{
	display: flex;
}
.point_box_s{
	padding: 1em;
	border: 1px solid #000;
	border-radius: 10px;
}
.point_box h5{
	background-image: none;
	margin: 0;
}

/*ラウンドアップマックスロード5L少水量散布（ULV5）
------------------------------------------------------*/
#ulv5 .smrt_secbox{
	padding: 2em 0 0;
}
#ulv5 .point_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#ulv5 .point_box_s{
	display: block;
	width: 49%;
	margin-bottom: 1em;
}
#ulv5 .point_box .point_box_s h5{
	background-image: none;
	background: none;
	margin: 0 0;
	padding: 0 0 .5em 0;
}
#ulv5 .cont_box.ULV5-Light .smrt_secbox{
	display: flex;
}
#ulv5 p span{
	font-size: 15px;
}
#ulv5 .smrt_secbox .ULV5-Light_box{
	width: 70%;
}
#ulv5 .ULV5-Light_box_img{
	width: 40%;
}
@media screen and (max-width:736px){
	#ulv5 .smrt_secbox{
		padding: 1em 0 0;
	}
	#ulv5 .point_box_s{
		width: 100%;
	}
	#ulv5 .cont_box.ULV5-Light .smrt_secbox{
		display: block;
	}
	#ulv5 .text_img_box{
		display: block;
	}
	#ulv5 .smrt_secbox .ULV5-Light_box{
		width: 100%;
	}
	#ulv5 .ULV5-Light_box_img{
		width: 100%;
}
}

/* ダイロンゾルとザクサ液剤を用いた水田畦畔除草技術（DZ作戦）
------------------------------------------------------*/
#dz .smrt_secbox{
	padding: 2em 0 0;
}
#dz p span{
	font-size: 15px;
}
#dz p span.red{
	font-size: 100%;
}
#dz li span{
	font-size: 15px;
}
#dz .cont_item_text{
	width: 100%;
	height: auto;
}
#dz .cont_item_img {
	width: 30%;
	height: auto;
	text-align: center;
}
#dz .chart {
	width: 100%;
}
.total-amount{
	text-align: right;
}
@media screen and (max-width:736px){
	#dz .smrt_secbox{
		padding: 1em 0 0;
	}
}
/* V-NeKHs（仮想基地局）衛星測位システム
------------------------------------------------------*/
#v-nekhs .smrt_secbox{
	padding: 2em 0 1em 0;
}
#v-nekhs .cont_box{
	margin-top: 0;
}
#v-nekhs caption{
	caption-side: bottom;
	text-align: right;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
}
.cont_item_text_1{
	width: 342px;
	height: auto;
	text-align: left;
	font-weight: bold;
	border: 1px solid #666666;
	padding: 30px;
	margin: 10px;
	margin-left: auto;
}
.smrt_secbox .map_img{
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.smrt_secbox .map_img img{
	width: 100%;
}
@media screen and (max-width:736px){
	#v-nekh .smrt_secbox{
		padding: 1em 0 0;
	}
	.cont_item_text_1{
		margin-right: auto;
	}
	.smrt_secbox .map_img{
		width: 100%;
}
}

/*水位センサーの活用
------------------------------------------------------*/
#suiden .smrt_secbox{
	padding: 2em 0 0;
}
/*法人様のご意見リストスタイル*/

#suiden .smrt_secbox.opinion_box{
	background-color: #F5F7EF;
	padding: 1em 4rem 4rem;
}

#suiden ul.opinion_box_list{
	margin: 1em;
}

#suiden ul.opinion_box_list li {
	list-style-type: circle;
}
.cont_box.reduce_graph figure{
	margin-left: 0;
}
@media screen and (max-width:736px){
	#suiden .smrt_secbox{
		padding: 1em 0 0;
	}
	.cont_box.reduce_graph figure{
		margin-left: 40px;
}
	#suiden ul.opinion_box_list {
    	margin: 0;
		padding: 0 0 0 1em;
}
}

/*ハウスファーモ_吹き出しスタイル
------------------------------------------------------*/
#farmo .smrt_secbox{
	padding: 2em 0 0;
}
.grow_01{
	flex-grow: 1;
}
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 3.5em 15px 3.5em 0;
  padding: 15px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #DCE2C5;
 border-radius: 15px;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #DCE2C5;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width:736px){
	#farmo .smrt_secbox{
	padding: 1em 0 0;
}
	.balloon1-right {
	  position: relative;
	  display: inline-block;
	  margin: 1.5em 0;
	  padding: 7px 10px;
	  min-width: 120px;
	  max-width: 100%;
	  font-size: 16px;
	  background: #DCE2C5;
	}
	.balloon1-right:before {
	  content: "";
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  margin-left: -15px;
	  border: 15px solid transparent;
	  border-top: 15px solid #DCE2C5;
		margin-top: auto;
	}

	#farmo table{
		overflow-x: scroll;
		white-space: nowrap;
        display: block;
	}
}

/* ドローンの活用（水稲追肥）
------------------------------------------------------*/
#drone .smrt_secbox{
	padding: 2em 0 0;
}
#drone .cont_item{
	padding-bottom: 0;
	margin-bottom: 0;
}

#drone .img_border{
	margin-top: 2rem;
	border: 1px solid #999999;
}

#drone .drone_fig{
	width: 100%;
	height: auto;
}
@media screen and (max-width:736px){
	#drone .smrt_secbox{
		padding: 1em 0 0;
}
}

/* 圃場管理システム（Z-GIS）
------------------------------------------------------*/
#z-gis .smrt_secbox{
	padding: 2em 0 2em 0;
}
#z-gis .cont_box{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 3rem;
}
#z-gis .point_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#z-gis .point_box_s{
	display: block;
	width: 49%;
	margin-bottom: 1em;
}
#z-gis .point_box_s img {
	padding-right: 0;
}
#z-gis .fig_box {
	background-color: #fff;
	display: flex;
	text-align: center;
}
.zgis_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.zgis_list li{
	width: 50%;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.otameshi_box{
	text-align: center;
	font-size: 2rem;
	padding: 2rem;
}
#z-gis .point_box .point_box_s h5{
	background-image: none;
	background: none;
	margin: 0 0;
	padding: 0;
}
@media screen and (max-width:736px){
	#z-gis .smrt_secbox{
		padding: 1em 0 0;
	}
	#z-gis .smrt_secbox{
		padding: 1em 0 0;
	}
	#z-gis .point_box_s{
		width: 100%;
	}
}

/* ザルビオを活用した可変施肥
------------------------------------------------------*/
#Xarvio .smrt_secbox{
	padding: 2em 0 2em 0;
}
.Xarvio_box{
	background-color:#fff;
	padding-bottom: 30px;
}
#Xarvio{
	border-radius: 0;
	margin-bottom: 0;
}
#Xarvio .cont_box,
.notop .cont_box{
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 3rem;
}
@media screen and (max-width:736px){
	.smrt_secbox h4.Xarvio_title {
		min-width: auto;
}
	#Xarvio .smrt_secbox{
		padding: 1em 0 0;
}
}

/*アシストウェアの導入
------------------------------------------------------*/
#assist-wear .smrt_secbox{
	padding: 2em 0 0;
}
#assist-wear .point_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
#assist-wear .point_box_s{
	display: flex;
	width: 49%;
	padding: 1em;
	border: 1px solid #000;
	border-radius: 0.5em;
}
#assist-wear .point_box_s img{
	width: 100%;
	padding-right: 1em;
}
#assist-wear .text_img_box img{
	width: 100%;
}
.text_img_box div{
	margin-bottom: 2em;
}
#assist-wear .cont_box .smrt_secbox.youtube{
	text-align: center;
}
#assist-wear .smrt_secbox iframe{
	height: 472px;
}
.price_size .smrt_secbox{
	display: flex;
}
.smrt_secbox .wear_price{
	width: 70%;
}
@media screen and (max-width:736px){
	#assist-wear .point_box{
		display: block;
	}
	#assist-wear .point_box_s{
		display: block;
		width: 100%;
		margin-top: 1em;
	}
	#assist-wear .point_box_s img{
		padding-right: 0;
	}
	#assist-wear .smrt_secbox iframe{
		height: auto;
	}
	#assist-wear .smrt_secbox{
		padding: 1em 0 0;
	}
	#assist-wear .text_img_box{
		display: block;
	}
	.price_size .smrt_secbox{
			display: block;
	}
	.smrt_secbox .wear_price{
			width: 100%;
	}
}

/*スマート農業技術のご紹介（フッダー付近の一覧）
------------------------------------------------------*/
h3.list_title{
	background: none;
	color: #000;
	text-align: center;
	margin: 2em 0 .5em 0;
	padding: 0;
	font-size: 2.5rem;
}
h4.hashira_name{
	font-size: 2.2rem;
}


