@charset "UTF-8";
/* CSS Document */
/*iphone*/
@media print, screen and (max-width:896px) {
  /*半透明　解除*/
  /*--------------------
　　　メインコンテンツ
--------------------*/
  /*半透明　解除*/
  /*パンくず*/
  #pankuzu {
    font-size: 18px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 25px;
    margin-top: 150px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #CFE8BA;
    line-height: 1.5;
  }
  #pankuzu a {
    color: #00973A;
    font-size: 18px;
  }
  #pankuzu a:last-child {
    color: #000;
    font-size: 18px;
  }
  /*ページタイトル*/
  h2 {
    height: 80px;
    text-align: center;
    line-height: 3.5;
    color: #5E5E5E;
    background-color: #F5F0F0;
    font-size: 25px;
  }
  /*-----コンテンツ-----*/
  /*イメージバナー*/
  #box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  #box img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .boxstyle_01 {
    width: 60%;
    margin: 0 auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /*高精度ソワーグランディから2つ*/
  #box3 {
    width: 95%;
    height: auto;
    margin: 0 auto 20px;
  }
  .boxstyle_03 {
    width: 100%;
    height: auto;
    padding-top: 25px;
    background-color: #F7F2F2;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  #box3 img {
    width: 80%;
    height: auto;
  }
  .boxstyle_03 p {
    font-size: 15px;
    width: 80%;
    margin: 10px auto;
  }
  .boxstyle_03_g {
    color: #00973A;
  }
  .boxstyle_04 { /*薬剤散布機*/
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: #F7F2F2;
    text-align: center;
  }
  .boxstyle_04 p {
    font-size: 15px;
    width: 100%;
    margin: 10px auto;
  }
  .boxstyle_04_g {
    color: #00973A;
  }
  #box3 .boxstyle_04 img {
    width: 50%;
    height: auto;
    margin: 5px auto 0;
  }
  /*角丸ボタン*/
  .kadomaru {
    width: 80%;
    height: auto;
    line-height: 2.5;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    display: block;
    background: #8F8F8F;
    border-radius: 50px;
    margin: 0 auto 20px;
  }
  #box2 {
    width: 90%;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .boxstyle_02_02 {
    width: 47%; /* 各ボックス幅 */
    height: auto;
    padding-top: 25px;
    background-color: #F7F2F2;
    text-align: center;
    margin: 0 0 6px 0;
    border: solid #fff 3px;
  }
  #box2 .boxstyle_02_02:nth-child(3) {
    margin-top: 5px; /* 2段目　間隔 */
    margin-left: 0; /* 左端 */
  }
  .boxstyle_02_02 a { /*divリンク*/
    display: block;
    height: 100%;
  }
  .boxstyle_02_02:hover { /*グレー枠　divリンク*/
    border: solid #00973A 3px;
  }
  #box2 img {
    width: 90%;
    height: auto;
  }
  .boxstyle_02_02 p {
    font-weight: bold;
    width: 90%;
    line-height: 1.5;
    font-size: 15px;
    margin: 10px auto;
  }
  .boxstyle_02_g {
    font-weight: bold;
    color: #00973A;
  }
  /*籾受けホッパー・ワイドホッパー（肥料散布機ページ用）*/
  #box6 {
    background-color: #F7F2F2;
    height: auto;
    width: 91%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .box6_06 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 5px;
  }
  .boxstyle_06_g {
    line-height: 1.9;
    color: #00973A;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /*角丸ボタン2*/
  .kadomaru_02 a {
    width: 80%;
    height: auto;
    line-height: 2.5;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    display: block;
    background: #8F8F8F;
    border-radius: 50px;
    margin: 0 auto 20px;
  }
  .kadomaru_02 a:hover {
    width: 80%;
    height: auto;
    line-height: 2.5;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    display: block;
    background: #ed6c00;
    border-radius: 50px;
    margin: 0 auto 20px;
  }
  /*--------------------
　　　　全体css
--------------------*/
  body {
    box-sizing: border-box;
  }
  #wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  /*---header---*/ h1 {
    font-size: 18px;
    margin-left: 20px;
    color: #00973A;
  }
  #head {
    width: 100%;
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
  }
  #logo {
    width: 50%;
    margin: 20px 20px 10px;
    float: none;
  }
  /*---navi---*/
  #gnavi {
    display: none;
  }
  #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: auto;
    background-color: #1C8A43;
  }
  #footer_base {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  footer p {
    color: #fff;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  .footer-content1 {
    display: inline-block;
    width: 150px;
    vertical-align: top;
    display: none; /*未使用*/
  }
  .footer-content2 {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-left: 20px;
    display: none; /*未使用*/
  }
  .footer-content3 {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    display: none; /*未使用*/
  }
  .footer-content4 {
    display: inline-block;
    width: auto;
  }
  .footer-content5 {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 30px 20px;
  }
  .footer-content-kashima {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  /*---footer　下---*/
  #footer_base_2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  /*footer PV*/
  .footer-content6 {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
  }
  /*footer logo*/
  .footer-content7 {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
  }
  .footer-content7 img {
    width: 70%;
  }
  .footer-content8 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .footer-content8 p {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #footer_base_3 {
    width: 100%;
    margin-top: 20px;
  }
  /*--------------------
　　　drawer menu
--------------------*/
  .btn {
    background: transparent url("../../btn.png") no-repeat 0 0;
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 200;
  }
  .peke {
    background-position: -55px 0;
  }
  .drawr {
    display: none;
    background-color: #C6DF6B;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%; /*背景の幅*/
    padding: 70px 0 20px 20px;
    z-index: 100;
  }
  .menu, .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu li {
    text-indent: 2em;
    margin-left: 1em;
    padding: 1em 0 0.7em;
    font-size: 1em;
    width: 90%; /*アンダーライン*/
    border-bottom: 1px solid #00973A;
    line-height: 0.4; /*字間*/
  }
  .menu li a {
    color: #00973A;
    font-weight: bold;
    display: block;
    padding: 15px;
  }
  /*----ヘッダー電話番号　共通----*/
  .tel_content {
    float: left;
    width: 100%;
    margin: 10px 20px 10px;
    vertical-align: top;
  }
  .tel_content img {
    width: 45%;
    height: auto;
    margin-bottom: 5px;
    vertical-align: top;
  }
  .tel {
    width: auto;
    vertical-align: top;
  }
  .h_text {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px;
  }
  .h_text p {
    font-size: 13px;
    margin: 0;
    vertical-align: top;
  }
  .series-name {
    color: #000; /* 黒に設定 */
  }
  /*SP-end*/
}