@charset "utf-8";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/



/* メインイメージ */





#main_visual {
  background: url(../img/main_bg.png) repeat-x left top;
  background-size: 100% 100%;
}

#main_visual .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#main_visual .inner .img01 {
  width: 73.667%;
}

#main_visual .inner .img02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 39.5%;
}

#main_visual .inner .txt01 {
  position: absolute;
  left: 8.333%;
  bottom: 4%;
  width: 56.667%;
}

#main_visual .inner .txt02 {
  position: absolute;
  left: 8.333%;
  top: 1.5%;
  color: #ffffff;
  max-width: 50%;
}

/* お問い合わせ先共通 */


#contents .tel {
  text-align: center;
  margin: 30px auto;
  max-width: 1000px;
}

#contents .tel {
  background: #ffffff;
  border: 2px solid #80b300;
  border-radius: 8px;
}

#contents .tel h3 {
  background: url(../img/contact_ttl_bg.png) repeat-x left top;
  background-size: 100% 100%;
  padding: 10px 0 10px;
}
 .#contents .tel ul {
 text-align: center;
}

#contents .tel ul li {
  display: inline-block;
  margin: 20px 2%;
  width: 43%;
}

/* 4つのポイント */

#point {
  background: url(../img/point_bg.png) no-repeat left top;
  background-size: cover;
  padding: 48px 0;
}

#point .inner {
  max-width: 1000px;
  padding: 30px 3.557%;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 auto 50px;
}

#point .inner .point_list {
  margin: 30px 0px 30px;
  padding: 0px 0px 30px;
  border-bottom: 2px dotted #9b9695;
  overflow: hidden;
}

#point .inner .point_list:nth-of-type(4) {
  border: none;
}

#point .inner .point_list .txt_wrap {
  float: left;
  width: 66%;
}

#point .inner .point_list .txt_wrap .point_catch {
  background: url(../img/point_bg_h2.png) no-repeat left top;
  font-size: 48px;
  text-align: center;
  height: 180px;
  width: 180px;
  line-height: 180px;
  float: left;
  margin-right: 2%;
}

#point .inner .point_list .txt_wrap h3 {
  font-size: 48px;
  color: #18943b;
  line-height: 1;
  margin-bottom: 10px;
}

#point .inner .point_list .txt_wrap h3 span {
  font-size: 26px;
  display: block;
  color: #000000;
}

#point .inner .point_list .point_img {
  float: right;
  width: 30%;
}

#point .inner .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#point .inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* メリット */





#merit {
  background: #dae000;
}

#merit .inner {
  max-width: 1100px;
  background: #ffffff;
  padding: 30px 2.625%;
  box-sizing: border-box;
  margin: 0 auto;
}

#merit .inner .merit_list {
  float: left;
  width: 48.2%;
  margin-top: 20px;
}

#merit .inner .merit_list.cost {
  float: right;
  width: 44.8%;
}

#merit .inner .merit_list h3 {
  border-left: 14px solid #18943b;
  font-size: 34px;
  color: #18943b;
  line-height: 1.1;
  padding: 0 2%;
  margin-bottom: 20px;
}

#merit .inner .merit_list .summary_txt {
  padding-right: 2%;
  margin-bottom: 20px;
}

#merit .inner .merit_result {
  text-align: center;
  padding: 20px;
  clear: both;
}

#merit .inner .result_list li {
  background: #f4f7da url(../img/merit_bg_result.png) repeat-x left bottom;
  padding: 20px 4%;
  float: left;
  width: 38%;
  border-radius: 8px;
}

#merit .inner .result_list li.quality {
  float: right;
  width: 38%;
}

#merit .inner .result_list li h4 {
  margin: -40px 0 10px;
}

/* ユーザーの声 */




#voice .inner {
  max-width: 1100px;
  padding: 30px 2.625%;
  box-sizing: border-box;
  margin: 0 auto;
}

#voice .inner h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 10px solid #00448b;
}

#voice .inner .voice_list li {
  float: left;
  width: 44.8%;
  margin-bottom: 20px;
}

#voice .inner .voice_list li.melon {
  float: right;
  width: 44.8%;
}

#voice .inner .voice_list li h3 {
  margin-bottom: 14px;
  font-size: 14px;
}

#voice .inner .voice_list li h3 span {
  margin: 0 5px;
  font-size: 24px;
}

#voice .inner .voice_list li .txt span {
  color: #e50012;
  font-weight: bold;
}

#voice .inner .voice_list li .voice_img {
  margin: 20px 5px;
  text-align: center;
}

/* 土佐農機について */





#about .inner {
  max-width: 1100px;
  padding: 30px 2.625%;
  box-sizing: border-box;
  margin: 0 auto;
}

#about .inner h2 {
  font-size: 40px;
  text-align: center;
  color: #3fa531;
}

#about .inner p {
  max-width: 500px;
  margin: 0 auto;
}
 @media screen and (max-width: 768px) {

/* メインイメージ */



#main_visual .inner .txt01 {
  left: 2%;
  bottom: 4%;
}

#main_visual .inner .txt02 {
  top: 2%;
  font-size: 12px;
  left: 2%;
  max-width: 46%;
}

/* 4つのポイント */



#point {
  padding: 20px 0;
}

#point .inner {
  margin: 0 5%;
}

#point .tel {
  margin-bottom: 0;
}

#point .inner .point_list {
  margin: 20px 0px 20px;
  padding: 0px 0px 20px;
}

#point .inner .point_list .txt_wrap {
  float: none;
  width: 100%;
}

#point .inner .point_list .txt_wrap .point_catch {
  background-size: 100% 100%;
  font-size: 20px;
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 80px;
  float: left;
  margin: 20px 4% 0 0;
}

#point .inner .point_list .txt_wrap h3 {
  font-size: 20px;
}

#point .inner .point_list .txt_wrap h3 span {
  font-size: 14px;
}

#point .inner .point_list .txt_wrap .summary_txt {
  font-size: 14px;
  margin-bottom: 20px;
}

#point .inner .point_list .point_img {
  float: none;
  width: 100%;
  clear: both;
  text-align: center;
}

#point .inner .point_list .point_img img {
  width: 80%;
}

/* メリット */




#merit .inner {
  padding: 30px 5%;
}

#merit .inner .merit_list {
  float: none !important;
  width: 100% !important;
  margin-top: 10px;
}

#merit .inner .merit_list .merit_img {
  width: 80%;
  margin: 0 auto;
}

#merit .inner .merit_list h3 {
  border-left: 8px solid #18943b;
  font-size: 24px;
}

#merit .inner .merit_result {
  padding: 20px 0;
}

/* ユーザーの声 */




#voice .inner {
  padding: 10px 5%;
}

#voice .inner h2 {
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border-bottom: 8px solid #00448b;
}

#voice .inner .voice_list li {
  float: none !important;
  width: 100% !important;
  margin-bottom: 10px;
}

#voice .inner .voice_list li h3 span {
  display: block;
}

/* 土佐農機について */





#about .inner {
  padding: 10px 5% 30px;
}

#about .inner h2 {
  font-size: 24px;
}

/* お問い合わせ先共通 */

#contents .tel.sp {
  margin: 30px 5% 0;
}

.tel.sp h3 {
  background: url(../img/contact_ttl_bg.png) repeat-x left top;
  background-size: 100% 100%;
  padding: 0 0 10px;
}


.tel.sp ul li {

  margin: 20px 3%;
  width: 40%;
}
}
