@charset "utf-8";
label { background-color: transparent;}/*layout.css*/
.label-required:after { float: none;}/*layout.css*/
a img:hover {
  opacity: 0.8;
}
/*見出し設定*/
.title-bg {
  background: url(../img/title_bg.png) center bottom repeat-x;
}
h2 {
  text-align: center;
}
#trouble .title-bg h2 {
  padding-top: 43px;
  padding-bottom: 59px;
}
#relief .title-bg h2 {
  padding-top: 43px;
  padding-bottom: 83px;
}
#purchase .title-bg {
  background: url(../img/title_bg2.png) center bottom repeat-x;
}
#purchase .title-bg h2 {
  padding-top: 26px;
  padding-bottom: 53px;
}
#security .title-bg h2 {
  padding-top: 43px;
  padding-bottom: 75px;
}
#flow .title-bg h2 {
  padding-top: 60px;
  padding-bottom: 73px;
}
#reason .title-bg h2 {
  padding-top: 26px;
  padding-bottom: 55px;
}
/*見出しsp版*/
@media only screen and (max-width: 740px){
  .title-bg, #purchase .title-bg {
    background-size: 17% auto;
    background-position: center top;
  }
  #trouble .title-bg h2 {
    padding-top: 4.5%;
    padding-bottom: 7%;
  }
  #relief .title-bg h2 {
    padding-top: 10%;
    padding-bottom: 8%;
  }
  #purchase .title-bg h2 {
    padding-top: 2%;
    padding-bottom: 7.5%;
  }
  #security .title-bg h2 {
    padding-top: 10%;
    padding-bottom: 7.5%;
  }
  #flow .title-bg h2 {
    padding-top: 10%;
    padding-bottom: 8%;
  }
  #reason .title-bg h2 {
    padding-top: 3%;
    padding-bottom: 8%;
  }

}
/*下矢印設定*/
.arrow:after {
  content: "";
  position: absolute;
  bottom: -134px;
  left: 50%;
  margin-left: -80px;
  border: 80px solid transparent;
  border-top: 54px solid #FFFFDB;
}
@media only screen and (max-width: 740px){
  .arrow:after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 50%;
    margin-left: -50px;
    border: 50px solid transparent;
    border-top: 30px solid #FFFFDB;
  }
}
/*header*/
#header {
  height: 96px;
  border-top: 5px solid #CD0000;
}
#header .wrapper {
  position: relative;
  /*padding-left:6px;*/
}
h1 {
  padding: 9px 0 0 17px;
}
#header-logo {
  padding-left:6px;

}

/*topimage
------------------------------------------*/
#topimage {
  background: url(../img/header_bg.jpg) top center no-repeat;
}
/*お問い合わせ上部・下部共通*/
.area-form {
  width: 100%;
  background-color: #FFDF7D;
  border: 5px solid #fff;
  border-radius: 6px;
}
.area-form dl {
  position: relative;
}
.area-form dl dt {
  padding: 10px 0 6px 8px;
  float: left;
}
.area-form dl dd {
  border-bottom: 1px dotted #000;
  padding: 6px 0 6px 144px;
  position: relative;
}
.area-form dl dd.form-radio {
  padding: 6px 0 6px 134px;
}
.area-form dl dd.form-mail {
  padding: 6px 0 6px 188px;
}
.area-form p {
  text-align: center;
  padding-top: 4px;
}
.list-inline-form li {/*layout.css*/
  margin-right: 0em;
}
.list-checkbox label, .list-radio label {/*layout.css*/
  padding: 8px 0 8px 35px;
}
#header-form .select {
  width: 100% !important;
  background-color: White !important;
}
.select-arrow:before {/*layout.css*/
  content: "";
  position: absolute;
  right: 8px;
  margin-top: -8px;
  top: 50%;
  width: 17px;
  height: 17px;
  background: url( ../img/icon_serect_menu.png) right top no-repeat;
}
a .model-icon {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  margin-left: -32px;
}
/*trouble
------------------------------------------*/
#trouble {
  background: url(../img/trouble_bg.jpg) center 70px repeat-x;
}
.trouble-image {
  padding-top: 50px;
  text-align: center;
}
.trouble-image img {
  vertical-align: bottom;
}
.trouble-voice ul {
  text-align: center;
}
.trouble-voice ul li {
  display: inline-block;
  margin: 0 -10px;
  vertical-align: top;
}
.trouble-voice ul li:nth-child(2n+0) {
  padding-top: 60px;
  }
/*relief
------------------------------------------*/
#relief .wrapper {
  padding-top: 2%;
  padding-bottom: 2%;
}
.relief-balloons {
  margin: -19% auto 0 auto;
  width: 982px;
}
.balloon-info {
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px;
}
.balloon-info:nth-child(2n) {
  padding-top: 10%;
}
#relief-kakaku {
  margin-top: -15%;
  vertical-align: bottom;
}
/*安心ポイント*/
.relief-point .wrapper {
  width: 1366px;
}
.relief-point {
  background-color: #FFFFDB;
  position: relative;
}
.relief-point-list dl {
  position:relative;
}
  .relief-point-list dl:after {
    content: "";
    clear: both;
    display: block;
  }
.relief-point-list dt {
  width: 55%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#468c00+0,336600+100 */
  background: #468c00; /* Old browsers */
  background: -moz-linear-gradient(top, #468c00 0%, #336600 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #468c00 0%,#336600 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #468c00 0%,#336600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 40px 0px 80px 0px;
  margin-bottom: 10px;
  height: 0;
  float: left;
  overflow: hidden;
}
.relief-point-list dt img {
  float: right;
  padding-right: 40px;
}
.relief-point-list dt:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top:0;
  margin-left:-30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 120px 30px;
  border-color: transparent transparent #ffffdb transparent;
}
.relief-point-list dd {
  margin-left: 54%;
  font-size: 125.0%;
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 15%;
  font-weight: bold;
}
@media only screen and (max-width: 1366px){
  .relief-point .wrapper {
    width: auto;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 1164px){
  .relief-point .wrapper {
    width: 1164px;
  }
  .relief-point-list dd {
    padding-right: 102px;
  }
}
/*今すぐ査定する*/
#relief .check .wrapper {
  padding: 0;
}
.check {
  background: repeating-linear-gradient(90deg, #F0F0E1, #F0F0E1 30px, #F7F7F0 0, #F7F7F0 60px);
  text-align: center;
}
.check img {
  margin: -4% 2.5% 0 2.5%;
  position: relative;
  z-index: 50;
}
.check a img {
  margin-top: -14%;
  position: relative;
  z-index: 50;
}
/*purchase
------------------------------------------*/
#purchase-bg {
  background: url(../img/purchase_bg.jpg) center top no-repeat;
  background-size: cover;
}
#purchase .wrapper {
  text-align: center;
}
.purchase-img {
  margin-top: -5%;
}
.purchase-list {
  width: 960px;
  margin: 0 auto;
  letter-spacing: -.5em;
}
.purchase-list ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10.5px 20px;
}
.purchase-list ul li img {
  position: relative;
  vertical-align: bottom;
}
.purchase-line {
  position: relative;
  padding: 1em 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#116232+1,003215+100 */
  background: #116232; /* Old browsers */
  background: -moz-linear-gradient(top, #116232 1%, #003215 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #116232 1%,#003215 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #116232 1%,#003215 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116232', endColorstr='#003215',GradientType=0 ); /* IE6-9 */
  box-shadow:2px 2px 3px 1px #cccccc;
  -moz-box-shadow:2px 2px 3px 1px #cccccc;
  -webkit-box-shadow:2px 2px 3px 1px #cccccc;}
.purchase-line.arrow:after {
  border-top-color: #003215;
}
.tractor .wrapper {
  padding: 60px 0;
}
.tractor-list {
  width:  960px;
  margin: 0 auto;
  letter-spacing: -0.5em;
}
.tractor-list li {
  display: inline-block;
  letter-spacing: normal;
  margin: 5px 13.5px;
}
/*security
------------------------------------------*/
.wrap-animated {
  overflow: hidden;
}
.security-row {
  width:  960px;
  margin: 5% auto 5%;
  position: relative;
}
.security-row:after {
  content:"";
  clear: both;
  display: block;
}
.security-desc p {
  font-size: 125%;
  margin-left: 132px;
}
.desc1 p {
  width: 390px;
}
.desc2 p {
  width: 443px;
}
.security-row-img {
  float: right;
  margin-top: -115px;
  z-index:  -1;
}
/*madia
------------------------------------------*/
.madia {
  background: url(../img/security_media_bg.jpg) center top no-repeat;
  background-size: cover;
}
.madia .wrapper {
  width: 974px;
  margin: 0 auto;
  padding: 0 95px 2%;
  position:relative;
}
.madia .wrapper h3 {
  text-align: center;
  padding-top: 5%;
}
.madia .wrapper h4 {
  border: 1px solid #0085B2;
  padding: 0.5em 1em;
  margin: 5% 0 3%;
}
.madia .wrapper h4 img {
  vertical-align:  bottom;
}
.madia-list {
  padding: 10px 10px 15px;
}
.madia-list:after {
  content: "";
  clear: both;
  display: block;
}
.madia .wrapper h5 {
  font-size: 125%;
  position: relative;
  padding-left: 50px;
  margin: 2% 0 1%;
}
.tv-icon:before, .radio-icon:before, .paper-icon:before {
  content:"";
  width: 40px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -10px;

}
.tv-icon:before {
  background: url(../img/security_icon_tv.png)left top no-repeat;
}
.radio-icon:before {
  background: url(../img/security_icon_radio.png)left top no-repeat;
}
.paper-icon:before {
  background: url(../img/security_icon_paper.png)left top no-repeat;
}
.madia-list {
  position: relative;
  clear:  both;
}
.madia-list table {
  width: 46%;
  float: left;
  text-align:  left;
  font-size: 112.5%;
}
.madia-list table th {
  width: 65%;
  padding-right: 15px;
}
.madia-list table th, .madia-list table td {
  border-bottom: 1px dashed #999999;
  padding-top: 12px;
  padding-bottom: 12px;
}
.madia-list table th:before {
  content:"●";
  color: #0085B2;
  padding-right: 4px;
}
  /*voice
  ----------------------------------------*/
.voice-top {
  background:  url(../img/security_voice_bg.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 10px;
}
.voice-top .wrapper, .voice .wrapper {
  width: 875px;
  padding: 0 144.5px;
}
.voice .wrapper {
  margin-top: -30px;
}
.voice h3 {
  padding-top: 4%;
}
.voice-panel {
  margin: 10px 0;
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
  position: relative;
  overflow: auto;
/*  z-index: 1;*/
}
.in-photo {
  float:  left;
  width:  27.5%;
}
.in-photo img {
  vertical-align: bottom;
}
.in-content {
  margin-left: 30%;
}
.in-content h4 {
  font-size: 125%;
  margin: 10px 0;
}
.in-content p {
  font-size: 112.5%;
  line-height: 1.5;
}
.in-company {
  font-size: 75%;
}
.voice-bg{
  background-color: #C8CD90;
  padding-bottom: 20px;
  margin-bottom: -14px;
}
 .voice {
  background-color: #C8CD90;
  position:relative;
  padding-top: 10px;
  padding-bottom: 15px;
}
.voice-top{
  position:relative;
  padding-top: 60px;
}
.voice-top:before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  margin-top: -100px;
  background: -moz-linear-gradient(top, rgba(200,205,144,0) 0%, rgba(200,205,144,1) 100%);
  background: -webkit-linear-gradient(top, rgba(200,205,144,0) 0%,rgba(200,205,144,1) 100%);
  background: linear-gradient(to bottom, rgba(200,205,144,0) 0%,rgba(200,205,144,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c8cd90', endColorstr='#c8cd90',GradientType=0 );
}
.voice-button {
  width: 490px;
  margin: 20px auto;
  font-size: 137.5%;
  text-align: center;
  padding: 34px 0;
  border: 3px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background: -moz-linear-gradient(top, rgba(255,255,191,0.8) 0%, rgba(255,255,115,0.8) 87%, rgba(255,255,77,0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,191,0.8) 0%,rgba(255,255,115,0.8) 87%,rgba(255,255,77,0.8) 100%);
  background: linear-gradient(to bottom, rgba(255,255,191,0.8) 0%,rgba(255,255,115,0.8) 87%,rgba(255,255,77,0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffbf', endColorstr='#ccffff4d',GradientType=0 );
}
/*flow 
------------------------------------------*/
.panel-flow {
  width: 968px;
  padding: 5% 98px 2%;
  position: relative;
  overflow: auto;
}
.flow-list {
  width: 54%;
  float: left;
}
.flow-content {
  position: relative;
  margin-bottom: 60px;
}
.flow-arrow:after {
  content:"";
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  height: 34px;
  background: url(../img/flow_arrow.png) center top no-repeat;
}
.flow-content h3 {
  font-size: 187.5%;
  color: #1A6600;
  border: 2px solid #1A6600;
  border-left: 2em solid #1A6600;
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 5px 10px;
  font-weight: bold;
  position: relative;
}
.flow-no {
  float: left;
  margin-left: -1.7em;
  color: #fff;
  margin-right: 1em;
}
.flow-content p {
  font-size: 125%;
  padding-right: 10px;
  font-weight: bold;
}
.flow-img {
  float: right;
}
#flow .arrow:after {
  border-top-color: #fff;
}
/*contact-desc 
------------------------------------------*/
.contact-desc {
  background-color: #F2F6F7;
}
.contact-desc .wrapper {
  background: url(../img/contact_bg.png) right top no-repeat;
  background-size: auto 100%;
  padding-top: 8%;
  padding-bottom: 3%;
  margin-bottom: -1%;
}
.contact-desc h3 {
  padding-left: 110px;
  padding-bottom: 4.5%;
}
.contact-desc p {
  font-size:  125%;
  padding-left: 110px;
  margin-bottom: 1em;
  font-weight: bold;
}
/*dial-mail
------------------------------------------*/
.dial-mail {
  background-color: #D8E3E7;
  position: relative;
}
#flow .dial-mail .wrapper.arrow:after {
  content: "";
  position: absolute;
  bottom: -84px;
  left: 50%;
  margin-left: -50px;
  border: 50px solid transparent;
  border-top: 34px solid #D8E3E7;
}
#flow .dial-mail .wrapper.arrow:before {
  content:"";
  position: absolute;
  left: 50%;
  bottom: -33px;
  margin-left: -1.5px;
  width: 2px;
  height: 35px;
  background-color: #F2F6F7;
  z-index: 100;
}
.dial-mail .wrapper {
  width: 991px;
  padding: 0 86.5px;
  letter-spacing: -0.5em;
}
.dial-mail .in-content {
  display: inline-block;
  width: 45%;
  letter-spacing: normal;
  margin-left: -1px;
  margin-right: -1px;
  vertical-align:  top;
  border-right: 2px solid #F2F6F7;
  padding: 2% 2.5%;
}
.dial-mail .in-content:last-child {
  border-right: none;
}
.dial-mail .in-content h4 {
  text-align: center;
  color: #00479C;
  font-size: 225%;
  font-weight: bold;
}
.dial-mail .in-content {
  text-align: center;
}
.dial-mail .in-content p {
  font-size: 125%;
  margin-bottom: 10px;
}
.dial-mail .in-content p.time {
  font-size: 100%;
  text-align: left;
}
.dial-mail .in-content p span {
  font-size: 87.5%;
}
.contact-comment {
  background-color: #F2F6F7;
}
.contact-comment .wrapper {
  padding-top: 40px;
  padding-bottom: 1em;
  text-align: center;
}
.contact-comment .wrapper p {
  font-size: 150.0%;
  font-weight: bold;
  margin-bottom: 0;
}
/*reason
------------------------------------------*/
#reason {
  background-color: #FFF8E5;
}
.reason-list.list2 {
  background-color: #EEEEEE;
}
.reason-list .wrapper {
  width: 976px;
  padding: 5% 94px 2%;
  text-align: center;
}
.list1 .arrow:after, .list3 .arrow:after {
  border-top-color: #FFF8E5;
}
.list2 .arrow:after {
  border-top-color: #EEEEEE;
}
.reason-list .wrapper h3 {
  margin-bottom: 3%;
  text-align: left;
}
.reason-list .wrapper .cm-text p {
  font-size: 125%;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
}
.reason-list-col {
  color: #CC0000;
}
.cm-list {
  position: relative;
  overflow: hidden;
}
/*assessment
------------------------------------------*/
#assessment .wrapper {
  width:  968px;
  padding: 118px 150px 0;
  text-align: center;
}
#assessment .wrapper ul {
  position: relative;
  letter-spacing: -0.5em;
}
#assessment .wrapper ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 30%;
  padding: 2% 3.3% 4% 0;
  text-align: left;
  vertical-align: top;
  
}
#footer-form {
  width: 940px;
  padding: 0 112px 0 112px;
  margin-left: auto;
  margin-right: auto;
}
#footer-form .area-form {
  border: none;
  position: relative;
}
#footer-form dl {
  padding: 30px 55px 0 55px;
}
#footer-form .area-form .comment {
  text-align: left;
  padding: 10px 55px 60px 55px;
}
.input-button {
  text-align:  center;
  max-width: 488px;
  height: auto;
}
.input-button input {
  width: 100%;
  height: auto;
}
.input-button p {
  font-size: 87.5%;
}
#assessment .contact-link .wrapper {
  padding-top: 60px;
}
#assessment .contact-link .wrapper img {
  vertical-align:  bottom;
}
.contact-inner img {
  vertical-align: bottom;
}
.contact-link-img1 {
  position:relative;
  z-index: 1;
}
.contact-link-img2 {
  margin-top: 20px;
}
#footer {
  border-top: 5px solid #CC0000
}
#footer ul {
  text-align: center;
}
#footer p {
  text-align: center;
}
#footer ul li {
  display:  inline-block;
  width: 200px;
  margin: 20px 6px;
  text-align: center;
  border: 1px solid #cc0000;
}
#footer ul li a {
  display: block;
  padding: 8px 0;
  color: #cc0000;
  text-decoration: none;
}
#footer ul li a:hover {
  background-color: #FAE5E5;
}

#totop i {
  height: 45px;
  width: 45px;
  background: url(../img/totop.png) left top no-repeat;
  background-size:100%;
}

#totop i:before {
  display: none;
}

/*sp版*/
@media only screen and (max-width: 740px){
  /*header
  ----------------------------------------*/
  body {
    position: relative;
  }
  #header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-bottom: 1em;
    z-index: 100;
  }
  #header-logo {
    width: 140px;
    height: auto;
    padding:0;
    vertical-align: top;
  }
  h1{
    font-size:9px;
    padding: 12px 0 0 0px;
  }
  .header-dial-sp {
    width: 39px;
    height: 39px;
    position: absolute;
    right: 54px;
    top: 10px;
  }
  .header-sateibutton-sp {
    width: 65px;
    height: 39px;
    position: absolute;
    right: 102px;
    top: 10px;
  }
  #header-banner {
    max-width: 60%;
    height: auto;
  }
  #topimage-purchase, #topimage-farm-equip {
    max-width: 75%;
    height: auto;
    margin-top:10px;
  
  }
  #topimage {
    background-size: auto 100%;
    text-align: center;
    position: relative;
    padding-top: 70px;
  }
  /*nav*/
  .nav-open {
    width: 42px;
    height: 42px;
    position: fixed;
    right: 5px;
    top: 12px;
    cursor:  pointer;
    z-index: 900;
  }
  .nav-close {
    width: 42px;
    height: 42px;
    position: absolute;;
    right: 12px;
    top: 16px;
    cursor:  pointer;
  }
  nav {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    background-color:rgba(6,108,8,0.95);
    z-index: 1000;
  }
  nav ul {
    width: 100%;
    padding: 101px 0 20px 0;
  }
  nav ul li {
    width: 70%;
    font-size: 137.5%;
    font-weight: bold;
    margin:0 auto 15px auto;
    border: 3px solid #fff;
    position: relative;
  }
  nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1em 0.5em 1em 2em;
  }
  nav ul li:before {
    content: "";
    position: absolute;
    right: 2em;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav ul li a:hover {
    background-color: rgba(255,255,255,0.9);
    color: #066C08;
  }
    nav ul li:hover:before {
    border-top: 2px solid #066C08;
    border-right: 2px solid #066C08;
  }
  /*trouble
  ----------------------------------------*/
  #trouble {
    background-position: center top;
  }
  .trouble-voice {
    margin-top: -20px;
  }
  .trouble-voice ul li.list-col {
    width: 48%;
    margin: 0;
  }
  /*relief
  ----------------------------------------*/
  #relief .wrapper {
    padding-bottom: 0;
  }
  .relief-balloons {
    width: 100%;
    margin-top: -10%;
  }
  .balloon-info {
    width: 42%;
    margin: 0 -8%;
  }
  .balloon-info:nth-child(2) {
    position: relative;
    z-index: -1;
    padding-top: 19%;
  }
  .balloon-info:nth-child(3) {
    padding-top: 3.5%;
  }
  #relief-kakaku {
    margin-top: -19%;
  }
  /*安心ポイント*/
  .relief-point .wrapper {
    width: auto;
    padding-left: 0;
  }
  .relief-point-list dt {
    width: 95%;
    height:0;
    padding: 3% 0 9% 5%;
    margin-bottom: 10px;
    float: none;
  }
  .relief-point-list dt img {
    max-width: 90%;
    height: auto;
    float:left;
  }
  .relief-point-list dt:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-width: 0 0 120px 30px;
    width: 0;
    height: 0;
  }
 .relief-point-list dd {
   margin:0;
   padding: 0px 0px 20px 10%;
   position: relative;
  }
  
  /*今すぐ査定する*/
  #relief .check .wrapper {
    padding: 12px;
  }
  .check img {
    margin: -4% 0 0 0;
  }
  .check a img {
    margin-top: 0;
    position: relative;
    z-index: 50;
  }
  /*purchase 
  ------------------------------------------*/
  #purchase-bg .title-bg img {
    width: 80%;
    height: auto;
  }
  .purchase-list {
    width: 100%;
    margin: 0 auto;
    letter-spacing: -.5em;
  }
  .purchase-list ul li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 1.5% 2%;
    width: 47%;
  }
  .purchase-list ul li img {
    width: 100%;
    height: auto;
  }
  .tractor .wrapper {
    padding: 40px 12px;
  }
  .tractor-list {
    width: auto;
  }
  .tractor-list li {
    width: 48%;
    margin: 5px 1%;
  }
  .purchase-line img {
    width: 80%;
    height: auto;
  }
  /*security
  ------------------------------------------*/
  .security-row {
    width:  auto;
  }
  .security-row h3 img {
    width:  90%; 
  }
  .security-desc p {
    margin-left: 1%;
    margin-top: 1%;
  }
  .security-row-img {
    width: 43%;
    margin-top: -2%;
    margin-left: 1%;
  }
  .desc1 p, .desc2 p {
    width: auto;
  }
  /*madia
  ------------------------------------------*/
  .madia .wrapper {
    width: auto;
    padding: 0 12px 2%;
  }
  .madia .wrapper h4 img {
    width:  auto;
    height: 30px;
  }
  .madia-list {
    position: inherit;
  }
  .madia-list table {
  width: 100%;
  float: none;
  }
  .madia-img {
    margin-top: 2%;
    position: relative;
    text-align:  center;
  }
  .madia-img img {
    max-width: 80%;
  }
  .madia-img1 {
    float: right;
  }
  .madia-img2 {
    margin-top: -10%;
    margin-bottom: 2%;
    float: left;
  }
  /*voice
  ----------------------------------------*/
  .voice .wrapper, .voice-top .wrapper {
    width: auto;
    padding: 0 12px;
  }
  .voice h3 {
    padding-top: 4%;
  }
  .voice-button {
    width: 80%;
  }
  /*flow 
  ------------------------------------------*/
  #flow .title-bg img {
    width: 80%;
    height: auto;
  }
  .panel-flow {
    width: auto;
    padding: 5% 12px 2%;
    position: relative;
    overflow: auto;
  }
  .flow-list {
    width: 100%;
    float: none;
  }
  .flow-img {
    float: none;
    margin: -6% 0 -9%;
  }
  #flow .arrow:after {
    content: none;
  }
  /*contact-desc 
  ------------------------------------------*/
  .contact-desc .wrapper {
    background: url(../img/contact_bg_sp.png) right top no-repeat;
    padding-bottom: 2%;
    background-size: 60% auto;
  }
  .contact-desc h3 {
    padding-left: 0px;
    width: 70%;
    height: auto;
  }
  .dial-mail .in-content h4 {
    font-size: 148%;
  }
  .contact-desc p {
    font-size: 100%;
    padding-left: 0px;
    margin-bottom: 0.5em;
  }
  .dial-mail .wrapper {
    width: auto;
    padding: 0 12px;
  }
  .contact-comment .wrapper p {
    font-size: 125%;
  }
  /*reason
  ------------------------------------------*/
  .reason-list .wrapper {
    width: auto;
    padding: 40px 12px 0;
    position: relative;
  }
  .list2 .mgy-1-sp {
    margin-top: -2em;
  }
  .list3 .cm-text {
    position: relative;
    overflow: auto;
    padding-bottom: 3%;
  }
  .list3 .cm-text p {
    width: 58%;
    float: left;
  }
  .list3 .cm-text img {
    width:  40%;
    float:  right;
  }
  /*assessment
  ------------------------------------------*/
  #assessment .wrapper {
    width: auto;
    padding: 68px 12px 0;
    text-align: center;
  }
  #footer-form {
    width: auto;
    margin-top: 2%;
    padding: 0;
  }
  #footer-form .area-form dl {
    padding: 10px 12px 6px 12px;
   border-radius: 0;
  }
  #footer-form  .area-form dl dt {
    float: none;
    padding: 15px 0 6px 0;
  }
  #footer-form  .area-form dl dd {
    padding-left: 0;
  }
  #footer-form .area-form p {
    padding-left:  12px;
    padding-right: 12px;
  }
  .list-inline-form {
    margin-bottom: 0;
  }
  .list-inline-form li {
    display: inline-block;
    font-size: 92%;
    margin: 0;
    margin-right: 0.3em;
  }
  .list-radio label:before {
    margin-left: -4px;
  }
  .list-radio label:after {
    left: 10px;
  }
  #footer-form .area-form .comment {
    padding: 0 12px 0px 12px;
    text-align: left;
  }
  #footer-form select {
    width: 100% !important;
    background-color: #fff;
    border-radius: 4px;
  }
  #footer-form .select {
    width: 100% !important;
    background-color: White !important;
  }
  label {
    background-color: #fff;
  }
  .input-button {
    margin: 0 auto;
    padding: 0 12px 10px 12px;
  }
  .list-checkbox label, .list-radio label {
    padding: 8px 6px 8px 30px;
    margin-top: 6px;
  }
  #assessment .contact-link {
    /*margin-top: -30px;*/
  }
  #assessment .contact-link .wrapper {
    position: relative;
    overflow: auto;
    padding-top: 10px;
  }
  #assessment .contact-link.wrapper {
    padding: 0px 12px;
    margin-top: -3%;
  }
  .contact-link-img1 {
    width: 80%;
    height: auto;
    margin: 0 -10%;
  }
  .contact-link-img2 {
    width: 40%;
    height: auto;
    margin: 0 -10% 20%;
  }

    /*footer
  ------------------------------------------*/
  #footer ul {
    letter-spacing: -0.5em;
  }
  #footer ul li {
    display: inline-block;
    letter-spacing: normal;
    padding: 0;
    margin: 20px 1%;
    font-size: 92%;
  }
  #footer ul li:nth-child(1){
    width: 20%;
  }
  #footer ul li:nth-child(2){
    width: 44%;
  }
  #footer ul li:nth-child(3){
    width: 27%;
  }
    #footer ul li a {
    display: block;
    padding: 8px 0;
    color: #cc0000;
    text-decoration: none;
  }
}
/*741px以上の場合設定*/
@media print, screen and (min-width: 741px){
  .wrapper{/*layout.css*/
    width: 1164px;
    position: relative;
  }
  /*header*/
  #header-banner {
    position: absolute;
    top: -170px;
    right: 354px;
  }
  #header-dial {
    position: absolute;
    top: 5px;
    right: 6px;
  }
  /*nav*/
  nav{
    position: relative;
  }
  nav ul {
    width: 1164px;
    margin: 0 auto;
    position: relative;
    padding-top:17px;
    letter-spacing: -0.5em;
    text-align: center;
    overflow: hidden;
  }
  nav ul li {
    display: inline-block;
    margin: 0 6px;
    letter-spacing: normal;
  }
  nav ul li a {
    display: block;
    height: 70px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
  }
  #nav-top {
    width: 200px;
    background: url(../img/nav_top.png) top left no-repeat;
  }
  #nav-campaign {
    width: 200px;
    background: url(../img/nav_campaign.png) top left no-repeat;
  }
  #nav-voice {
    width: 249px;
    background: url(../img/nav_voice.png) top left no-repeat;
  }
  #nav-form {
    width: 255px;
    background: url(../img/nav_form.png) top left no-repeat;
  }
  #nav-qa {
    width: 200px;
    background: url(../img/nav_ga.png) top left no-repeat;
  }
  nav ul li:hover {
    opacity: 0.8;
  }
  /*topimage
  ----------------------------------------*/
  #topimage {
    background-size: cover;
    min-height: 653px;
    padding-top: 94px;
    margin-top: -94px;
    overflow: hidden;
  }
  /*お問い合わせフォーム*/
  #topimage-purchase {
    position: absolute;
    top: 20px;
    right: -5px;
  }
  #topimage-farm-equip {
    margin: 18px 0 0 13px;
  }
  #header-form {
    width: 599px;
    position: absolute;
    top: 96px;
    right: 6px;
  }
  #header-form dl {
    margin: 9px 18px 0px 18px;
  }
  .form-row {
    background-color:#027D4E;
    height: 69px;
    position: relative;
  }
  .area-form .form-row img {
    position: absolute;
    top: -8px;
    left: 44px;
  }
  .form-row:after {
    content: "";
    position: absolute;
    bottom: -66px;
    left: 50%;
    margin-left: -50px;
    border: 50px solid transparent;
    border-top: 16px solid #027D4E;
  }
  #header-form select, #header-form input {
    padding: 4px;
  }
  #header-form dl dd.form-mail input {
    width: 18em;
  }
  #header-form p {
    font-size: 87.5%;
    margin-bottom: 52px;
  }
  #header-form .form-submit-button {
    position: absolute;
    bottom: -50.5px;
    left: 50%;
    margin-left: -244px;
  }
  #header-form .form-submit-button:hover {
    opacity: 0.9;
  }
  /*trouble
  ----------------------------------------*/
  .trouble-voice {
    width: 1003px;
    margin: 50px auto 0;
  }
  /*purchase
  ----------------------------------------*/
  .tractor {
    width: 1366px;
    margin: 0 auto;
  }
  .tractor.dot1 {
    background: url(../img/purchase_dot.jpg), url(../img/purchase_dot.jpg);
    background-position: left -30px,right bottom;
    background-repeat: no-repeat, no-repeat;
  }
  /*madia
  ------------------------------------------*/
  .madia-img {
    float: right;
    width: 51%;
    position:  relative;
  }
  .madia-img1 {
    position: absolute;
    top: -40px;
    right: 0;
  }
  .madia-img2 {
    position: absolute;
    top: 140px;
  }
  .madia-img3 {
    float:  right;
    margin-top: -40px;
  }
  /*reason
  ------------------------------------------*/
  .cm-img {
    float: right;
  }
  .cm-text {
    width: 470px;
    float: left;
    text-align: left;
  }
  .list2 .cm-img {
    float:  right;
  }
  /*assessment
  ------------------------------------------*/
  #footer-form .area-form dl dt {
    width: 180px;
    margin-right: 65px
  }
  #footer-form .area-form dl dt .label-required:after {
    float:  right;
  }
  #footer-form .area-form .input-medium {
    width: 28em;
  }
  #footer-form .select {
    background-color: White !important;
  }
  .input-button {
    position: absolute;
    left: 50%;
    margin-left: -244px;
    bottom: -100px;
}
  .input-button:hover {
    opacity: 0.9;
  }
  
  /*footer
  ------------------------------------------*/
  #footer .area-form dl dt {
    width: 170px;
  }

}


