@charset "UTF-8";
/* common
--------------------------------------------------------- */
*, *:before, *:after {
 /* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/
}

body#old_shared #old_main *, body#old_shared #old_main *:before, body#old_shared #old_main *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}




/*-- pc --*/
@media print, screen and (min-width: 769px) {

  /* site__Inner */
  .site__Inner {
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
    /*padding-right: 38px;
    padding-left: 38px;*/
  }
.gHeader-Top--Left {
	padding-left: 38px;
}

.gHeader-Top--Right {
	padding-right: 38px;
}

}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
  .site__Inner {
    padding: 0 15px;
  }
}

/*-- //smartPhone --*/
/* gHeader
--------------------------------------------------------- */
/*
#gHeader {
  background: #ffffff;
}
*/
body:not(.page--FixedNavNone) #gHeader {
  width: 100%;
  padding-top: 0;
  z-index: 10000;
  transition: .3s;
}

/*-- gHeader_Top --*/
.gHeader-Top .site__Inner {
  display: table;
  width: 100%;
}

.gHeader-Top--Left {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.gHeader-Top--Right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  font-size: 1.4em;
}

.gHeader-Top--Right:after {
  content: "";
  clear: both;
  display: block;
}

/*-- logoArea --*/
.logoArea {
  display: table;
  line-height: 1;
}

.logoArea .logo_Main {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #dedede;
}

.logoArea .logo_Main a {
  display: block;
}

.logoArea .site_Grouping {
  display: table-cell;
  vertical-align: middle;
  color: #666666;
  font-weight: bold;
}

.site_Grouping a {
  font-weight: normal;
  text-decoration: none;
}

.site_Grouping a:link {
  color: #666666;
}

.site_Grouping a:visited {
  color: #471f99;
}

.site_Grouping a:active {
  color: #666666;
}

.site_Grouping a:hover {
  color: #008486;
}

.site_Grouping a.current {
  font-weight: bold;
  color: #008486;
}

/*-- pc --*/
@media print, screen and (min-width: 769px) {
  #gHeader[data-fixmode='top'] {
    position: relative;
  }
  #gHeader[data-fixmode='down'] {
    position: fixed;
    top: -147px;
    left: 0;
  }
  #gHeader[data-fixmode='up'] {
    position: fixed;
    top: 0;
    left: 0;
  }
  #gHeader[data-fixmode='top'].is--open ,
  #gHeader[data-fixmode='down'].is--open ,
  #gHeader[data-fixmode='up'].is--open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
    overflow-y: auto;
    background: rgba(51,51,51,.7);
  }
  body:not(.page--FixedNavNone) #gHeader {
    border-top: 6px solid #00a8a9;
  }
  .gHeader-Top {
    height: 80px;
  background: #fff;
  }
  body.page--Tier1 .gHeader-Top {
	height: 122px;
  }
  body.page--Tier1 .siteHead__Wrap {
	position: absolute;
    top: 80px;
    height: 52px;
    z-index: 2;
  }
  body.page--Tier1 .siteHead__Wrap .siteHead__Inner {
	  padding-left: 38px;
  }
  body.page--Tier1 .siteHead {
    /*position: relative;*/
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
  }
  body.page--Tier1 .siteHead span {
    display: inline-block;
    margin: 0;
    padding: 8px 42px 8px 0;
	background: #37a8a8;
  }
  body.page--Tier1 .siteHead:after {
	content: '';
    display: inline-block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #37a8a8;
    z-index: -1;
  }
  body.page--Tier1 #gHeader[data-fixmode='down'] {
    position: fixed;
    top: -189px;
    left: 0;
  }
  .gHeader-Top .site__Inner {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .hMenu--pc {
    border-top: 1px solid #dedede;
  background: #fff;
  }
  body.page--FixedNavNone #gHeader.is--open:before {
    content: '';
    display: block;
    width: 100%;
    height: 120vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(51,51,51,.7);
  }
  body.page--FixedNavNone #gHeader.is--open:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: 11;
    background: #00a8a9;
  }
  body.page--FixedNavNone #gHeader.is--open .gHeader-Top {
    position: relative;
    z-index: 11;
  }
  body.page--FixedNavNone #gHeader.is--open .hMenu--pc {
    position: relative;
    z-index: 11;
  }
  /*-- logoArea --*/
  .logoArea .logo_Main {
    padding-right: 22px;
  }
  .logoArea .logo_Main img {
    width: 190px;
    height: auto;
  }
  .logoArea .site_Grouping {
    padding-left: 19px;
    font-size: 0.875rem;
  }
  .logoArea .site_Grouping dd {
    margin-top: 6px;
  }
  .logoArea .site_Grouping dd li {
    display: inline-block;
    margin-right: 10px;
  }
  .logoArea .site_Grouping dd li.current {
    font-weight: bold;
    color: #008486;
  }
  /*-- hMenu_Content_search --*/
  #hMenu_Content_search--pc {
    display: none;
    padding: 30px 0 27px;
    border-bottom: 1px solid #dedede;
  }
  #hMenu_Content_search--pc.open {
    display: block;
  }
  .hMenu--pc .siteSearch_Wrap {
    width: 945px;
    opacity: 0;
  }
  .hMenu--pc .siteSearch_Input {
    width: 885px;
  }
  /*-- hMenu--smp --*/
  .hMenu--smp,
  #hMenu_Toggle--smp {
    display: none;
  }
  /*-- gHeader-Utility--pc --*/
  .gHeader-Utility--pc {
    float: right;
    display: table;
    line-height: 1;
  }
  .gHeader-Utility--pc:after {
    content: "";
    clear: both;
    display: block;
  }
  .gHeader-Utility--pc .btn_Contactus ,
  .gHeader-Utility--pc .utility_Li {
    display: table-cell;
    vertical-align: middle;
  }
  .gHeader-Utility--pc .utility_Li:not(:first-child) {
  	padding-left: 43px;
  }
  .gHeader-Utility--pc .utility_Li--last {
  	position: relative;
  	padding-right: 28px;
  }
  .gHeader-Utility--pc .utility_Li--last:after {
  	content: '';
  	position: absolute;
  	top: 50%;
  	right: 0;
  	width: 1px;
  	height: 12px;
  	margin-top: -6px;
  	background-color: #dedede;
  }
  .gHeader-Utility--pc .btn_Contactus a ,
  .gHeader-Utility--pc .utility_Li a {
    color: #666666;
    text-decoration: none;
  }
  .gHeader-Utility--pc .btn_Contactus a:hover ,
  .gHeader-Utility--pc .utility_Li a:hover {
    color: #008486;
    text-decoration: none;
  }
  .gHeader-Utility--pc .btn_Network {
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 26px;
  }
  .gHeader-Utility--pc .btn_Network a {
    display: block;
    vertical-align: middle;
    color: #666666;
  }
  .gHeader-Utility--pc .btn_Network a:hover {
    color: #008486;
    text-decoration: none;
  }
  .gHeader-Utility--pc .btn_Search {
    display: table-cell;
    vertical-align: middle;
    padding-left: 26px;
    /*padding-right: 60px;*/
  }
  .gHeader-Utility--pc .btn_Search a {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    vertical-align: middle;
    background: url(/images/common/icon/btn_site_search.png) no-repeat 0 0;
    -webkit-background-size: 24px;
    background-size: 24px;
  }
  .gHeader-Utility--pc .btn_Search a.is--open {
    background: url(/images/common/icon/btn_site_search_close.png) no-repeat 0 0;
  }
  .gHeader-Utility--pc .btn_Search a:hover {
    opacity: 0.7;
  }
  /*-- gNav --*/
    #gNav_Wrap--pc {
        border-bottom: 3px solid #dedede;
    }
    #gNav_Wrap--pc .gNav_heading {
        font-size: 0;
        height: 0;
    }
  #gNav_Wrap--pc .gNav {
    position: relative;
	  text-align: left;
	  padding-left: 38px;
  }
  #gNav_Wrap--pc .gNav > li {
    display: inline-block;
  }
  #gNav_Wrap--pc .gNav > li > a {
    display: block;
    padding: 0 18px;
    text-decoration: none;
    color: #333333;

    font-size: 0.875rem;
    font-weight: bold;
  }
  #gNav_Wrap--pc .gNav > li > a:hover {
    color: #008486;
  }
  #gNav_Wrap--pc .gNav > li > a.is--current,
  #gNav_Wrap--pc .gNav > li > a.is--open {
    color: #008486;
  }
  #gNav_Wrap--pc .gNav > li:first-child > a {
    padding-left: 0;
  }

  /*-- hMenu(pc) --*/
  .hMenu_Content--pc {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
    background: #edf6f6;
    border-bottom: 3px solid #dedede;
  }
}
  body.page--Tier1 .siteHead a {
    color: #fff;
    text-decoration: none;
  }

@media screen and (max-width: 768px) {
    .hMenu_Content--pc {
      display: none;
    }
	body.page--Tier1 .siteHead__Wrap {
			background: #37a8a8;
		  }
	body.page--Tier1 .siteHead {
		position: relative;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		padding: 5px 7px;
  }
}

/*-- pc --*/
@media print, screen and (min-width: 769px) {
  .hMenu_Content--pc .site__Inner {
    padding-right: 0;
	
  }
  .hMenu_Wrap {
    display: table;
    width: 100%;
  }
  .heading1_Wrap {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flex-item-align:stretch;
    -webkit-align-self:stretch;
    align-items: stretch;
    min-height: 55px;
	  padding-left: 38px;
  }
  .hMenu_heading1 {
    width: 100%;
    margin: 0 0 0 -38px;
    font-size: 1.125rem;
    font-weight: bold;
    background: #f1f1f1;
  }
  .hMenu_heading1 a {
    display: block;
    color: #008486;
    background: #f1f1f1;
  }
  .hMenu_heading1 a:hover {
  	color: #FFF;
    text-decoration: none;
  }
  .hMenu_heading1 a span {
    display: block;
    width: 260px;
    height: 100%;
    padding: 15px 23px 14px 42px;
    background: #f1f1f1 url(/images/common/icon/icon_link_arrow.png) no-repeat 241px 50%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_heading1 a:hover span {
  	background: #4da5a8 url(/images/common/icon/icon_link_arrow_color.png) no-repeat 241px 50%;
  	-webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_Close {
    width: 55px;
    background: #f1f1f1 url(https://www.kubota.co.jp/cmn/img/colorbox/icon_close.png) no-repeat 50% 50%;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    z-index: 2;
  }
  .hMenu_Close:hover {
    background: #ccc url(https://www.kubota.co.jp/cmn/img/colorbox/icon_close_w.png) no-repeat 50% 50%;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
  }
  .hMenu_Close img {
    width: 20px;
    height: 20px;
  }
  .hMenu_Head {
    display: table-cell;
    vertical-align: top;
    width: 222px;
    background: #edf6f6;
  }
  .hMenu_Head a {
    color: #008486;
  }
  .hMenu_Layer2 {
  }
  .hMenu_Layer2 .list > li {
    margin-left: -38px;
  }
  .hMenu_Layer2 .list > li:not([class*="block_"]) {
    margin-top: 0;
  }
  .hMenu_Layer2 .list a {
    display: block;
    width: 100%;
    padding: 9px 23px 9px 42px;
    font-size: 1rem;
    background: url(/images/common/icon/icon_link_arrow.png) no-repeat 241px 50%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_Layer2 .list > li.is--active a ,
  .hMenu_Layer2 .list a:hover {
    opacity: 1;
    color: #FFF;
    background: #4da5a8 url(/images/common/icon/icon_link_arrow_color.png) no-repeat 241px 50%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_Layer2 .list a:hover {
      text-decoration: none;
  }
  .hMenu_Body {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 12px 18px 16px;
    width: calc(100% - 222px);
    background: #fff;
  }
  .hMenu_Body a:link {
    color: #008486;
    text-decoration: none;
  }
  .hMenu_Body a:visited {
    color: #008486;
  }

  .hMenu_Body a:hover {
    color: #008486;
    text-decoration: underline;
  }
  .hMenu_Body a:active {
    color: #008486;
  }
  .hMenu_Layer3Group {
    margin-top: -20px;
    padding-top: 20px;
  }
  .hMenu_Layer3Group:first-child {
    padding-top: 0;
  }
  .Layer3_heading {
    display:inline-block;
    margin: 20px 4rem 0 0;
    font-size: 1rem;
    font-weight: normal;
    border-left: 1px solid #008585;
	background: #fff;
	  padding: 0;
  }
  .Layer3_heading a {

    display: block;
    padding: 3px 0 2px 10px;
  }
  .Layer3_heading a > span {
    padding-right: 16px;
    background: url(/images/common/icon/icon_link_arrow.png) no-repeat 100% 50%;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .Layer4_heading {
    margin: 0 0 7px;
    padding: 0;
    font-size: 0.875rem;
    font-weight: normal;
    color: #333;
  }
  .hMenu_Layer4 {
    margin-top: 30px;
  }
  .hMenu_Layer4 .list > li:not([class*="block_"]) {
    margin-top: 4px;
  }
  .hMenu_Layer3 .grid.grid--is3 > .hMenu_Layer4:nth-child(-n+3) {
    margin-top: 0;
  }
  .heading--hide {
    line-height: 0;
    height: 0;
    font-size: 0;
    width: 0;
  }
  .hMenu_Layer3 > .list {
	padding: 4px 0 8px 10px;
    border-left: 1px solid #dedede;
	  font-size: 14px;
  }
  .hMenu_Layer3 > .hMenu_Layer4 {
  	margin: 0;
    padding: 28px 0 0 10px;
    border-left: 1px solid #dedede;
  }
  .hMenu_Layer3 > .hMenu_Layer4 .Layer4_heading {
  	margin: 0;
    color: #666;
  }
  .hMenu_Layer3 > .hMenu_Layer4 .hMenu_Layer3_List a {
	font-size: 0.875rem;
  }
  .hMenu_Layer3 .grid {
    margin-top: 20px;
    margin-left: -20px;
  }
  .hMenu_Layer3 .grid > * {
    padding-left: 20px;
  }
  .hMenu_Layer3 .grid--is4 li .img_Liquid--pc {
    min-width: 145px;
  }
  .hMenu_Layer3 .grid .heading_Link {
    font-size: 0.875rem;
  }
  .hMenu_Layer3 .grid .media .media_Body .heading_Link {
    margin-top: 12px;
  }
  .hMenu_Layer3 .grid > .media {
    margin-top: 21px;
  }
  .hMenu_Layer3_List {
    display: inline-block;
    margin: 0 4rem 0 0;
    padding: 8px 0 0 0;
    font-weight: normal;
  }
   .hMenu_Layer3_List a {
    display: inline-block;
  }
  .hMenu_Thumb {
    margin-top: 35px;
    padding: 12px 0 0;
    border-top: 1px solid #dedede;
  }
  .hMenu_Thumb .grid {
    margin-left: -20px;
  }
  .hMenu_Thumb .grid > * {
    padding-left: 20px;
  }
  .hMenu_Thumb .grid > .media {
    width: 156px;
    margin-top: 0;
  }
  .hMenu_Thumb .grid > .media .heading_Link {
    margin-top: 12px;
    font-size: 0.875rem;
  }
  .hMenu_Thumb .grid > .media .heading_Link a {
    color: #008486;
  }
  .hMenu_Thumb .grid > .media .heading_Link a:hover {
    text-decoration: underline;
  }
  .hMenu_Thumb .grid > .media .heading_Link a:after {
    width: 16px;
    height: 16px;
    background: url(/images/common/icon/icon_link_arrow.png) no-repeat 100% 0;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
  }
  .hMenu_Thumb .grid > .media img {
    width: 100%;
  }
  .hMenu_Content--pc:before {
    content: '';
    width: 60%;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
  }
  .hMenu_Content--pc.is--open {
    display: block;
    height: auto;
	  margin-top: -5px;
  }
  .hMenu_Toggle--pc {
    position: relative;
  }
  .hMenu_Toggle--pc span {
    position: relative;
    display: inline-block;
    padding: 17px 20px 17px 0;
    background: url(/images/common/icon/icon_arrow_down.png) no-repeat 100% 50%;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
  }
  .hMenu_Toggle--pc:hover {
    cursor: pointer;
  }
  .hMenu_Toggle--pc.is--open {
    color: #008486;
  }
  .hMenu_Toggle--pc.is--open span {
    background: url(/images/common/icon/icon_arrow_up.png) no-repeat 100% 50%;
    -webkit-background-size: 14px 8px;
    background-size: 14px 8px;
  }
  .hMenu_Toggle--pc.is--open span:after ,
  .hMenu_Toggle--pc.is--current span:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #00a8a9;
  }
  .hMenu_Content_heading--pc {
    padding: 13px 38px;
  }
  .hMenu_Content_heading--pcul.list_Link.link--Next > *, .hMenu_Content_heading--pc.list_Link.link--Next:not(ul) {
    margin-left: auto;
  }
  .hMenu_Content_list--pc .site__Inner {
    padding: 0 38px;
  }
  .hMenu_Content_list--pc .list {
    padding: 31px 0 17px;
    border-top: 1px solid #dedede;
  }

  .hMenu_Content_list--pc .list li {
    margin-bottom: 14px;
  }
}
/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
  input.siteSearch_Input {
    width: 90%;
    font-size: 1.125rem;
  }
  #gHeader {
    display: block;
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    /*12/11fix overflow-y: auto;*/
    border-top: 6px solid #00a8a9;
    background: #fff;
  }
  /*-- gHeader_Top --*/
  .gHeader-Top {
    padding: 18px 0;
    border-bottom: 3px solid #dedede;
  }
  .gHeader-Utility--pc,
  .hMenu--pc {
    display: none;
  }
  /*-- logoArea --*/
  .logoArea .logo_Main {
    padding-right: 13px;
  }
  .logoArea .logo_Main img {
    width: 160px;
  }
  .logoArea .site_Grouping {
    padding-left: 12px;
    font-size: 0.625rem;
  }
  .logoArea .site_Grouping dd {
    display: none;
  }
  #hMenu_Toggle--smp {
    line-height: 1;
    margin: 0;
  }
  #hMenu_Toggle--smp .txt {
    display: inline-block;
    padding-right: 9px;
    vertical-align: middle;
    font-size: 0.875rem;
    font-weight: bold;
    color: #008486;
  }
  #hMenu_Toggle--smp #icon {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right:10px;
  }
  #hMenu_Toggle--smp #icon #icon_Inner {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    background: #00a8a9;
    transition: .2s;
  }
  #hMenu_Toggle--smp #icon #icon_Inner:before, #hMenu_Toggle--smp #icon #icon_Inner:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 2px;
    background: #00a8a9;
    transition: .3s;
  }
  #hMenu_Toggle--smp #icon #icon_Inner:before {
    margin-top: -10px;
  }
  #hMenu_Toggle--smp #icon #icon_Inner:after {
    margin-top: 8px;
  }
  #hMenu_Toggle--smp #icon.is--close {
    width: 22px;
    height: 22px;
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner, #hMenu_Toggle--smp #icon.is--close #icon_Inner:before, #hMenu_Toggle--smp #icon.is--close #icon_Inner:after {
    width: 24px;
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner {
    left: 0;
    background: transparent;
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner:before,
  #hMenu_Toggle--smp #icon.is--close #icon_Inner:after {
    margin-top: -2px;
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #hMenu_Toggle--smp #icon.is--close #icon_Inner:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /*-- hMenu(smp) --*/
  .hMenu--smp {
    display: none;
    position: absolute;
    padding: 0;
    z-index: 9999;
    border-bottom: 3px solid #00a8a9;
    background: #ffffff;
  }
  .hMenu--smp.is--open {
    display: block;
    position: relative;
    width: 100%;
  }
  .hMenu--smp a {
    display: block;
    font-size: 1rem;
  }
  .hMenu--smp a:hover {
    text-decoration: none;
  }
  .hMenu--smp .gNav > li {
    border-bottom: 1px solid #dedede;
  }
  .hMenu--smp .gNav > li > a {
    padding: 9px 15px;
    font-size: 1rem;
    font-weight: bold;
  }
  .hMenu--smp .gNav > li > a.is--current {
    color: #008486;
  }

  /*-- gNav --*/
	
  #gNav_Wrap--smp {
    min-height: 104px;
  }
  #gNav_Wrap--smp .gNav_heading {
    font-size: 0;
    height: 0;
  }
  .gNav_Layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    /*padding-left: 40px;*/
    background: #fff;
    transition: transform .6s;
  }
  .gNav_Layer:not(.gNav_Layer1) {
      transform: translateX(100%);
  }
  .gNav_Li {
      border-bottom: 1px solid #dedede;
  }
  .gNav_Li:last-child ,
  .Layer4_heading_Li:last-child {
      border-bottom: none;
  }
  .gNav_Li a ,
  .Layer4_heading_Li a {
    position: relative;
    padding: 11px 40px 10px 10px;
    font-size: 1rem;
  }
  .Layer4_heading a {
    position: relative;

  }
  .gNav_Li a:after ,
  .Layer4_heading a:after ,
  .Layer4_heading_Li a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -10px;
      display: inline-block;
      width: 16px;
      height: 21px;
      vertical-align: middle;
      background: url(/images/common/icon/icon_link_arrow_large.png) no-repeat 100% 0;
      -webkit-background-size: 10px 16px;
      background-size: 10px 16px;
  }
  .gNav_Li.gNav_Slide a:after ,
  .Layer4_heading_Li.gNav_Slide a:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -6px;
      display: inline-block;
      width: 16px;
      height: 12px;
      vertical-align: middle;
      background: url(/images/common/icon/icon_directory.png) no-repeat 100% 100%;
      -webkit-background-size: 16px 12px;
      background-size: 16px 12px;
  }
  .gNav_List h2 ,
  .gNav_List h3 ,
  .gNav_List h4 {
      font-weight: normal;
      font-size: 1.25rem;
      margin: 0;
  }
	.gNav_List .thumb_2020 img{
		width: 100%;
	}
	
  .gNav_Layer1 .gNav_Li a ,
  .gNav_Layer1 .Layer4_heading_Li a {
    padding: 10px 40px 9px 10px;
  font-size: 1.125rem;
  }
  .gNav_Layer.is--Slide {
      transform: translateX(0);
  }
  .gNav_Layer.is--PreHide {
      transform: translateX(0);
  }
  .gNav_Layer.is--Hide {
      z-index: 1;
  }
  .Layer4_heading {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: normal;
    color: #666;
    border-bottom: 1px solid #dedede;
    background: #f7f7f7;
  }
  .hMenu_Layer4:not(:first-child) .Layer4_heading {
    border-top: 1px solid #dedede;
  }
  .Layer4_heading span {
    display: block;
    width: 100%;
    padding: 11px 40px 10px 10px;
    font-size: 1rem;
  }
  .hMenu_Layer4 .list > li:not([class*="block_"]) {
    margin-top: 0;
  }
  .layer__Index a ,
  .layer__Index span.is--NoLink {
    display: block;
    width: 100%;
    padding: 14px 10px;
    color: #fff;
    background: #00a8a9;
    border-bottom: 1px solid #dedede;
  }
  .layer__Index span.is--NoLink {
    position: static;
    font-size: 1rem;
  }
  .layer__Index span.is--NoLink:after {
    display: none;
  }
  .layer__Index span {
    position: absolute;
    right: 0;
    padding-top: 2px;
    font-size: 0.75rem;
    padding-right: 16px;
  }
  .layer__Index span:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: middle;
    background: url(/images/common/icon/icon_link_arrow_color.png) no-repeat 100% 0;
    -webkit-background-size: 8px auto;
    background-size: 8px auto;
  }

  .gNav_HistoryBack {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #4dc2c3;
    border-bottom: 1px solid #dedede;
  }
  .gNav_HistoryBack a {
    display: block;
    width:40px;
    /*height: 52px;*/
    line-height: 52px;
    text-align: center;
  }
  .gNav_HistoryBack img {
    width: 9px;
    height: auto;
  }
  .hMenu--smp .site_Grouping {
    padding: 10px 15px;
    font-size: 1rem;
    background: #f5f5f5;
  }
  .hMenu--smp .site_Grouping dt {
    display: inline-block;
    margin-right: 10px;
    color: #333333;
  }
  .hMenu--smp .site_Grouping dd {
    display: inline-block;
  }
  .hMenu--smp .site_Grouping dd ul li {
    display: inline-block;
    margin-right: 14px;
  }
  .hMenu--smp .site_Grouping dd ul li:last-child {
    margin-right: 0;
  }
  .gHeader-Utility--smp {
    position: relative;
    width: 100%;
    z-index: 1;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #fff;
  }
  .gHeader-Utility--smp a {
    padding: 9px 15px;
    font-size: 1rem;
  }
  .gHeader-Utility--smp li:first-child a {
    padding: 16px 15px 6px;
  }
  .gHeader-Utility--smp li:last-child a {
    padding: 6px 15px 12px;
  }
  .gHeader-Utility--smp li.network a:after {
    background: url(/images/common/icon/icon_link_blank.png) no-repeat 100% 10%;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
  }
  /*-- hMenu_Content_search --*/
  #hMenu_Content_search--smp {
    position: relative;
    z-index: 1;
    padding: 17px 18px;
    background: #fff;
  }
}
/*-- //smartPhone --*/
/* form
--------------------------------------------------------- */
/*-- siteSearch_Wrap --*/
.siteSearch_Wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 0 8px 0;
  border: 0;
  border-bottom: 4px solid #00a8a9;
}
.siteSearch_Wrap:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #00a8a9;
}
/*-- siteSearch_Input --*/
input.siteSearch_Input {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 12px;
  color: #666666;
  font-size: 1.875rem;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  border: none;
}
input.siteSearch_Input::-webkit-input-placeholder {
  color: #c6cbcc;
  font-weight: normal;
}
input.siteSearch_Input:-ms-input-placeholder {
  color: #c6cbcc;
  font-weight: normal;
}
input.siteSearch_Input::-moz-placeholder {
  color: #c6cbcc;
  font-weight: normal;
}
/*-- siteSearch_Btn --*/
.siteSearch_Btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: middle;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: none;
  background: url(/images/common/icon/btn_site_search.png) no-repeat 0 0;
  -webkit-background-size: 30px;
  background-size: 30px;
}
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
  .siteSearch_Wrap {
    padding: 0 23px 8px 0;
    background: #fff;
  }
  .siteSearch_Wrap:before {
    top: 3px;
    height: 23px;
  }
  #hMenu_Content_search--smp .siteSearch_Input {
    width: 100%;
    font-size: 1.125rem;
  }
  .siteSearch_Btn {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-background-size: 22px;
    background-size: 22px;
  }
}


/*-- input --*/
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
}

input[type="text"]:focus {
  outline: 0;
}

input[type="button"].btn_formGo {
  display: inline-block;
  width: 190px;
  height: 50px;
  margin: 0 0 0 10px;
  line-height: 50px;
  vertical-align: top;
  font-size: 1.375rem;
  font-weight: normal;
  color: #ffffff;
  border: solid 1px #ffffff;
  background: #008486 url(https://www.kubota.co.jp/cmn/img/form/form_btn_go_off.png) no-repeat 50% 50%;
  -webkit-background-size: 48px 18px;
  background-size: 48px 18px;
}

/*-- pc --*/
@media print, screen and (min-width: 769px) {
  input[type="button"].btn_formGo:hover {
    background: #ffffff url(https://www.kubota.co.jp/cmn/img/form/form_btn_go_on.png) no-repeat 50% 50%;
    -webkit-background-size: 48px 18px;
    background-size: 48px 18px;
  }
}


/*----------------------------------------------------------------------------------------------------------- 

★★　ここからfooter　★★★★★★★★★★★

----------------------------------------------------------------------------------------------------------- */


/*-- //smartPhone --*/
/* footer
--------------------------------------------------------- */
#footer {
  border-top: 4px solid #00a8a9;
  background: #ffffff;
  display: block;
}

/*-- footer_Visual --*/
.footer_Visual {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background-image: url("/cmn/img/footer/bg_footer.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}

/*-- footer_Banner --*/
.footer_Banner {
  color: #666666;
  font-size: 0.875rem;
  border-top: 1px solid #dedede;
  background: #ffffff;
  /*-- list_Banner --*/
}

.footer_Banner .list_Banner li {
  position: relative;
}

.footer_Banner .list_Banner a {
  display: block;
  background: #ffffff;
}

.footer_Banner .list_Banner a img {
  background: #ffffff;
}

.footer_Banner .list_Banner .list_Banner--lead {
  margin: 12px 0 0 0;
  padding: 0;
}

/*-- footer_Message --*/
.footer_Message {
  display: table;
  margin: 0 auto;
  background: #ffffff;
}

.footer_Message .logo_Message {
  display: table-cell;
  vertical-align: middle;
}

.footer_Message .txt_Lead {
  display: table-cell;
  vertical-align: middle;
  color: #666666;
}

/*-- pc --*/
@media print, screen and (min-width: 769px) {
  /*-- footer_Banner --*/
  .footer_Banner {
    position: relative;
    padding: 60px 24px 54px;
    /*-- list_Banner --*/
  }
  .footer_Banner .list_Banner:after {
    content: " ";
    display: table;
    clear: both;
  }
  .footer_Banner .list_Banner > li {
    float: left;
    width: 33%;
  }
  .footer_Banner .list_Banner > li .list_Banner--lead {
    min-height: 100px;
  }
  .footer_Banner .list_Banner a:hover {
    opacity: 0.7;
  }
  .footer_Banner .list_Banner .icon_Blank {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 14px;
    color: transparent;
    background: transparent;
  }
  /*-- footer_Message --*/
  .footer_Message {
    display: table;
    width: 924px;
    margin: 0 auto;
    padding: 68px 0;
    background: #ffffff;
  }
  .footer_Message .logo_Message {
    display: table-cell;
    width: 365px;
    text-align: left;
    vertical-align: middle;
  }
  .footer_Message .logo_Message img {
    width: 293px;
    height: auto;
  }
  .footer_Message .txt_Lead {
    display: table-cell;
    vertical-align: middle;
    color: #666666;
  }
	
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
  #footer {
    border-top: none;
  }
  /*-- footer_Banner --*/
  .footer_Banner {
    margin-bottom: 30px;
    padding: 30px 15px;
  }
  .footer_Banner .slick-slider .list_Banner--lead {
    min-height: 90px;
  }
  .footer_Banner .list_Banner .icon_Blank {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 14px;
    color: transparent;
    background: transparent;
  }
  /*-- column--isFixed --*/
  body.column--isFixed .footer_Banner {
    padding: 30px 200px;
  }
  /*-- footer_Message --*/
  .footer_Message,
  .footer_Visual {
    display: none;
  }
}

/*-- //smartPhone --*/
/* gFooter
--------------------------------------------------------- */
#gFooter {
  color: #ffffff;
  background: #008486;
}
#gFooter a:hover;
#gFooter a {
  color: #ffffff;
  text-decoration: none;
}

#gFooter a:hover {
  text-decoration: underline;
}
.gFooter-Bottom .gFooter-Utility li{text-align: inherit;}

.gFooter-Bottom p.pfb_link{
	margin-bottom: 10px;
}	
.gFooter-Bottom img.fb_link{
	  width: 25px;
}	

/*-- gFooter-Bottom --*/

/*-- pc --*/
@media print, screen and (min-width: 769px) {
  /*-- gfNav --*/
  .gfNav {
    display: table;
    width: 100%;
    padding: 55px 38px 45px;
    border-bottom: 1px solid #35babb;
	text-align: left;
	font-size: 1.3em;
	  
  }
  .gfNav ul {
    padding-right: 28px;
    letter-spacing: -.4em;
  }
  .gfNav ul li {
    display: inline-block;
    letter-spacing: normal;
    width: 25%;
    margin-bottom: 9px;
  }
  /*-- gFooter-Bottom --*/
  .gFooter-Bottom {
    display: table;
    width: 100%;
    padding: 19px 38px 15px;
	  box-sizing: border-box;
  }
  .gFooter-Bottom .gFooter-Utility {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
	
  }
  .gFooter-Utility{text-align: left;}
	
  .gFooter-Bottom .gFooter-Utility li {
    display: inline-block;
    margin-right: 20px;
    font-size: 0.75rem;
	
  }
  .gFooter-Bottom .gFooter-Info {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    text-align: right;
  }
  .gFooter-Bottom .gFooter-Info .logo_Co {
    margin-bottom: 4px;
  }
  .gFooter-Bottom .gFooter-Info .copyright {
    margin: 0;
  }
  .gFooter-Bottom .gFooter-Info .copyright small {
    font-size: 0.75rem;
  }
  .gFooter-Bottom .logo_Co img {
    width: 118px;
    height: auto;
  }
	  .logo_Co,
	.copyright,
	.pfb_link{text-align: right;}

}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
  .gfNav {
    display: none;
  }
  .gFooter-Utility {
    padding: 22px 0 24px;
    text-align: center;
    border-bottom: 1px solid #35babb;
  }
  .gFooter-Utility li {
    margin: 10px 0 0 0;
    list-style: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-size: 0.875rem;
  }
  .gFooter-Utility li:first-child {
    margin: 0;
  }
  .gFooter-Info {
    padding: 16px 0 14px;
    text-align: center;
  }
  .gFooter-Info .copyright small {
    font-size: 0.6875rem;
  }
  .logo_Co img {
    width: 118px;
    height: auto;
  }
  .logo_Co,
  .copyright,
	.pfb_link{
    margin: 0;
	 text-align: center; 
  }
}

/*-- //smartPhone --*/
/* skip
--------------------------------------------------------- */
#skipNav {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  z-index: 9999;
}

#skipNav #skipNav__Inner {
  display: block;
  width: 100%;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1px;
  color: #ffffff;
  cursor: default;
  background: #666666;
}

#skipNav #skipNav__Inner a {
  color: #ffffff;
}

/* jsOff
--------------------------------------------------------- */
#jsOff {
  padding: 17px 0;
  background: #ffdddd;
}

#jsOff p {
  margin: 0 auto;
  color: #ff0000;
}

/* pageTop
--------------------------------------------------------- */
#pageTop {
  position: fixed;
  margin-bottom: 0;
  z-index: 10000000;
}

#pageTop a {
  display: block;
}

/*-- pc --*/
@media print, screen and (min-width: 769px) {
  /*-- pageTop --*/
  #pageTop {
    bottom: 100px;
    right: 10px;
  }
  #pageTop a:hover {
    opacity: 0.7;
  }
}

/*-- //pc --*/
/*-- smartPhone --*/
@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 40px;
    right: 15px;
  }
  #pageTop a img {
    width: 30px;
  }
}

/*-- //smartPhone --*/







