@charset "UTF-8";
/*PC*/
@media print, screen and (min-width:896px) {
  /*--------------------
　　　メインコンテンツ
--------------------*/
  #wrap {
    overflow: hidden;
  }
  /*半透明　解除*/
  /*パンくず*/
  #pankuzu {
    height: 35px;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
    background-color: #CFE8BA;
    line-height: 2.3;
  }
  #pankuzu a {
    color: #00973A;
  }
  #pankuzu a:last-child {
    color: #000;
  }
  /*ページタイトル*/
  h2 {
    height: 100px;
    text-align: center;
    line-height: 4.3;
    margin-left: -500%;
    margin-right: -500%;
    margin-bottom: 40px;
    padding-left: 500%;
    padding-right: 500%;
    color: #5E5E5E;
    background-color: #F5F0F0;
    font-size: 25px;
  }
  /*コンテンツ*/
  #box {
    width: 980px;
    height: 540px;
    margin-bottom: 40px;
  }
  .boxstyle_00 {
    float: left;
    width: 560px;
    height: 440px;
  }
  .boxstyle_01 {
    padding-top: 40px; /*上の空き　調整*/
    float: right;
    width: 360px;
    height: 440px;
  }
  .boxstyle_01 p {
    width: 340px;
    margin: 20px auto 0;
    line-height: 1.5;
    font-weight: bold;
    color: #5E5E5E;
    text-align: justify;
  }
  /*四角ボタン*/
  #sikaku_box {
    width: 900px;
    margin: 0 auto 60px;
  }
  .sikaku a {
    width: 200px;
    margin: 0 10px 0 10px;
    height: 40px;
    line-height: 2.5;
    font-size: 16px;
    text-align: center;
    display: block;
    border: solid 2px #00973A;
    background: #fff;
    float: left;
  }
  .sikaku a {
    color: #000;
  }
  .sikaku a:hover {
    color: #fff;
    width: 200px;
    height: 40px;
    line-height: 2.5;
    font-size: 16px;
    text-align: center;
    display: block;
    background: #ed6c00;
    float: left;
  }
  /*----------製品特長----------*/
  /*上段写真*/
  #seihin_ttl { /*----タイトル----*/
    font-size: 35px;
    color: #00973A;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #seihin_box01 { /*----タイトル----*/
    font-size: 30px;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .seihin_box02 { /*----残量センサー搭載----*/
    width: 750px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .seihin_box02 p {
    line-height: 1.5;
  }
  .seihin_box02 img {
    margin: 20px 0;
  }
  /*主要諸元*/
  h3 {
    height: 100px;
    text-align: center;
    line-height: 4.3;
    margin-bottom: 40px;
    color: #5E5E5E;
    background-color: #F5F0F0;
    font-size: 25px;
  }
  /*写真　複数 上*/
  #box55 {
    width: 750px;
    margin: 0 auto 50px;
    padding-left: 50px;
  }
  #box55 p {
    width: 220px;
    color: #00973A;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 5px auto 0;
  }
  .boxstyle_05_left {
    width: 220px;
    height: 290px;
    margin-right: 25px;
    padding-top: 30px;
    text-align: center;
    border: 1px #00973A solid;
    float: left;
  }
  .boxstyle_05_right {
    width: 220px;
    height: 290px;
    padding-top: 30px;
    text-align: center;
    border: 1px #00973A solid;
    float: right;
    margin-left: 20px;
  }
  /*写真　複数　下*/
  #box6 {
    width: 1000px;
    margin: 0 auto 40px;
  }
  #box6 p {
    width: 280px;
    color: #00973A;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 5px auto 0;
  }
  .boxstyle_06_left {
    width: 310px;
    height: 330px;
    padding-top: 20px;
    text-align: center;
    border: 1px #00973A solid;
    float: left;
    margin-right: 20px;
  }
  /*製品サポート*/
  #box4 {
    width: 600px;
    margin: 0 auto 30px;
  }
  .boxstyle_04 { /*divリンク*/
    width: 270px;
    height: 220px;
    padding-top: 20px;
    text-align: center;
    border: 1px #00973A solid;
    float: left;
    margin-left: 20px;
    position: relative;
  }
  .boxstyle_04 a { /*divリンク*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .boxstyle_04:hover {
    border: 1px #fff solid;
    background-color: #e9f2cb;
  }
  .boxstyle_04 p {
    width: 260px;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 auto;
  }
  .boxstyle_04_g {
    color: #00973A;
  }
  /*角丸ボタン-枠内*/
  .kadomaru2 a {
    width: 140px;
    height: 37px;
    line-height: 2.5;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    display: block;
    background: #8F8F8F;
    border-radius: 50px;
    margin: 5px auto 40px;
  }
  .kadomaru2 a:hover {
    width: 140px;
    height: 37px;
    line-height: 2.5;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    display: block;
    background: #ed6c00;
    border-radius: 50px;
  }
  /*角丸ボタン-通常*/
  .kadomaru a {
    width: 140px;
    height: 37px;
    line-height: 2.5;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    display: block;
    background: #8F8F8F;
    border-radius: 50px;
    margin: 0 auto 40px;
  }
  .kadomaru a:hover {
    width: 140px;
    height: 37px;
    line-height: 2.5;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    display: block;
    background: #ed6c00;
    border-radius: 50px;
  }
  /*--------------------
　　　　全体css
--------------------*/
  #wrapper {
    margin: 30px auto 0;
    width: 980px;
  }
  /*---header---*/
  h1 {
    font-size: 18px;
    color: #00973A;
    padding-top: 10px;
    display: inline-block;
    margin-left: 10px;
  }
  #head {
    width: 980px;
    height: 60px;
  }
  #logo {
    float: left;
    width: 220px;
  }
  /*---navi---*/
  #gnavi {
    height: 35px;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
    padding-top: 5px;
    background-color: #F3FAED;
    border-bottom: solid #00973A 8px;
  }
  #gnavi li {
    float: left;
    border-left: solid #00973A 1px;
    border-right: solid #00973A 1px;
  }
  /*隣接border消去*/
  #gnavi li + li {
    border-left: 0;
    border-right: 1px solid #00973A;
  }
  #gnavi ul {
    width: 980px;
    overflow: hidden;
  }
  #gnavi li {
    float: left;
    width: 161px;
    list-style-type: none;
  }
  #gnavi li a {
    display: block;
    padding: 9px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #F3FAED;
    color: #00973A;
  }
  #gnavi li a:hover {
    background-color: #00973A;
    color: #fff;
  }
  /*---footer 上---*/ footer {
    height: 430px;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
    background-color: #1C8A43;
  }
  #footer_base {
    width: 980px;
    padding-top: 30px;
  }
  footer p {
    color: #fff;
    line-height: 2;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  .footer-content1 {
    display: inline-block;
    width: 150px;
    vertical-align: top;
  }
  .footer-content2 {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-left: 20px;
  }
  .footer-content3 {
    display: inline-block;
    vertical-align: top;
    width: 200px;
  }
  .footer-content4 {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-left: 70px;
  }
  .footer-content5 {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-left: 30px;
  }
  .footer-content-kashima {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: -100px 0 0 720px;
  }
  /*---footer　下---*/
  #footer_base_2 {
    width: 980px;
    margin-top: 40px;
  }
  /*footer PV*/
  .footer-content6 {
    display: inline-block;
    width: 300px;
    vertical-align: top;
  }
  /*footer logo*/
  .footer-content7 {
    display: inline-block;
    vertical-align: top;
    margin-left: 750px;
    margin-top: -30px;
    width: auto;
  }
  .footer-content7 img {
    width: 100%;
    height: auto;
  }
  .footer-content8 {
    display: inline-block;
    width: 500px;
    vertical-align: top;
    text-align: right;
    margin-left: 480px;
    margin-top: -40px;
  }
  .footer-content8 p {
    font-size: 13px;
    line-height: 1.5;
  }
  #footer_base_3 {
    width: 980px;
    margin-top: 40px;
  }
  .br-pc { /*PCのとき、改行しない*/
    display: none;
  }
  /*--------------------
　　　drawer menu
--------------------*/
  .btn {
    display: none;
  }
  .peke {
    display: none;
  }
  .drawr {
    display: none;
  }
  .menu, .menu li {
    display: none;
  }
  .menu li {
    display: none;
  }
  .menu li a {
    display: none;
  }
	
	
  /*--------------------
　　　　　追加CSS
--------------------*/
  /*散布可能肥料*/
  .h3_sub {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    margin: -20px auto 20px;
    width: 550px;
    border-radius: 30px;
    border: 2px solid #999;
  }
	
	
  #box10 {
    width: 1050px;
    margin: 0 auto 40px;
  }
  #box11 {
    width: 1050px;
    margin: 0 auto 40px;
  }
  #box12 {
    width: 1050px;
    margin: 0 auto 40px;
  }
  .box10, .box11 {
    width: 315px;
    height: 350px;
    background-color: #F7F2F2;
    float: left;
    margin: 0 17px 0 0;
  }
  .box10 p, .box11 p {
    width: 260px;
    margin: 15px auto -5px;
    line-height: 1.5;
    text-align: center;
  }
  .box10_g, .box11_g {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #00973A;
  }
  .box10_cap_sm, .box11_cap_sm {
    margin-top: 5px;
    font-size: 12px;
    color: #00973A;
  }
  sup {
    vertical-align: text-top;
    font-size: small;
  }
  .box11_sub {
    margin: 0 auto 40px;
    line-height: 1.5;
    font-size: 13px;
  }
	
	
  /*youtube*/
  #youtube {
    margin-bottom: 60px;
  }
  .box6_cap {
    font-size: 15px;
    width: 280px;
    line-height: 1.2;
    margin: 5px auto 0;
  }
  .box6_cap_sm {
    margin-top: 5px;
    font-size: 12px;
  }
  /*採用情報とyoutubeボタン*/
  #saiyou_btn {
    float: right;
    margin-top: -3px;
  }
  .saiyou_btn a {
    color: #00973A !important;
    width: 150px;
    margin: 0 10px 0 10px;
    height: 35px;
    line-height: 2.3;
    font-size: 16px;
    text-align: center;
    display: block;
    border: solid 1px #00973A;
    background: #fff;
  }
  .saiyou_btn a {
    color: #000;
  }
  .saiyou_btn a:hover {
    color: #00973A;
    width: 150px;
    height: 35px;
    line-height: 2.3;
    font-size: 16px;
    text-align: center;
    display: block;
    border: solid 1px #dde5d3;
    background: #dde5d3;
  }
  .footer-content1 p, .footer-content2 p, .footer-content3 p, .footer-content6 p {
    margin-top: 10px;
  }
  .footer-content1 a, .footer-content2 a, .footer-content3 a, .footer-content6 a {
    font-size: 14px;
  }
  .footer-content1 p, .footer-content2 p, .footer-content3 p {
    line-height: 1.4em
  }
  /*適応肥料ガイドボタン*/
  .box { /*大枠*/
    width: 980px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
  .left_box { /*左の枠*/
    width: 480px;
  }
  .left_box_sm { /*黒枠*/
    padding: 15px 20px 10px;
    border: solid 1px #000;
    height: 30px;
    margin-bottom: 10px;
  }
  .left_box_sm p { /*黒枠の中文字*/
    width: 340px;
    line-height: 1.8;
    float: left;
  }
  /*角丸ボタン-適応肥料ガイドボタン用*/
  .kadomaru_pdf a {
    width: 80px;
    height: 25px;
    line-height: 1.8;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    display: block;
    background: #E81515;
    border-radius: 50px;
    float: right;
  }
  .kadomaru_pdf a:hover {
    width: 80px;
    height: 25px;
    line-height: 1.8;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    display: block;
    background: #8B0000;
    border-radius: 50px;
  }
  .g_ttl {
    margin: 0 auto 20px;
    padding: 20px 0;
    height: 20px;
    text-align: center;
    line-height: 0.9;
    color: #ffffff;
    background-color: #00973A;
    border-radius: 100px;
    font-size: 25px;
    font-weight: bold;
    width: 980px;
  }
  /*横並びの枠、短い緑の枠*/
  .box15 {
    width: 980px;
    text-align: center;
    margin-bottom: 40px;
  }
  .box15_left {
    width: 475px;
    float: left;
  }
  .box15_right {
    width: 475px;
    float: right;
  }
  .g_ttl_02 {
    margin: 0 auto 20px;
    padding: 20px 0;
    height: 20px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    background-color: #00973A;
    border-radius: 100px;
    font-size: 20px;
    font-weight: bold;
    width: auto;
  }
  .box15 p {
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 20px;
    height: 3em;
  }
  /*主要諸元　画像*/
  .syogen {
    text-align: center;
    margin-bottom: 40px;
  }
  /*主要諸元　左右*/
  .syogen_02 {
    text-align: center;
    margin-bottom: 40px;
  }
  .syogen_02_left {
    float: left;
  }
  .syogen_02_right {
    float: right;
    vertical-align: top;
  }
  .syogen_02_ttl {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .syogen_02_right p {
    text-align: center;
    font-size: 13px;
  }
  .syogen_02_right img {
    margin: 0 0 15px;
  }
  /*----ヘッダー電話番号　共通----*/
  .tel_content {
    float: right;
    width: auto;
    vertical-align: top;
    margin: -10px 10px 0 0;
  }
  .tel_content img {
    float: right;
    vertical-align: top;
  }
  .tel {
    width: auto;
    vertical-align: top;
  }
  .h_text {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .h_text p {
    font-size: 14px;
    margin: 0;
    vertical-align: top;
  }
  /*---PC-end---*/
}