body {
  color: #221815;
}


.jump-to-apply{
  display: block;
  width: 390px;
  height: 58px;
  margin: 60px auto;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

#submit-apply {
  display: block;
  width: 390px;
  height: 58px;
  margin: 60px auto;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.jump-to-apply img{
  vertical-align: bottom;
}

#submit-apply img {
  vertical-align: bottom;
}

.em {
  font-size: 1.2em;
  font-weight: bold;
}

.txt {
  font-size: 15px;
  line-height: 1.8;
}

.r-sq {
  background: #178e50;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 1em 0;
  width: 44px;
  border-radius: 4px;
}

.marker {
  background: linear-gradient(transparent 70%, #fff000 30%);
  padding : 0 0.15em;
  font-weight: bold;
}

h2.vertical {
  color: #178e50;
  font-size: 40px;
  line-height: 1.8;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

h2.vertical span {
  font-weight: bold;
  background: #fff000;
  padding: 0.15em;
}

.left {
  float: left;
}

.left + .txt {
  float: right;
  width: 540px;
}

.left + .txt:first-letter {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
}


.paragraph + .paragraph {
  margin-top: 1.5em;
}

#mainvisual {
  position: relative;
  background: url(https://www.icas.jp.net/icas_hp/wp-content/uploads/2024/02/1a8e92de3b9aabdcf98ab250c0576145.png) center top no-repeat;
  background-size: cover;
  width: 1080px;
  height: 620px;
  border-radius: 10px;
}

#mainvisual #catch {
  position: absolute;
  background-size: 200px 358px;
  width: 200px;
  height: 358px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mainvisual #open {
  position: absolute;
  bottom: -74px;
  right: 34px;
}

#title #concept {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 1em 0;
}

#title h1 {
  font-size: 48px;
  font-weight: bold;
}

#title #prologue {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.4em;
}

#reason {
  margin-top: 50px;
}

#reason ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#reason ul li {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 0 0 118px;
}

#reason ul li:nth-of-type(1) {
  background: url(../img/farm/reason_01.jpg) left top no-repeat;
  background-size: 100px 100px;
}

#reason ul li:nth-of-type(2) {
  background: url(../img/farm/reason_02.jpg) left top no-repeat;
  background-size: 100px 100px;
}

#reason ul li:nth-of-type(3) {
  background: url(../img/farm/reason_03.jpg) left top no-repeat;
  background-size: 100px 100px;
}

#reason ul li h2 {
  font-size: 16px;
  font-weight: bold;
  color: #178e50;
  line-height: 1;
  margin-bottom: 0.6em;
}

#reason ul li .num {
  font-family: Hind;
  font-size: 46px;
  padding-left: 0.15em;
}

.bg-grass {
  background: url(../img/farm/bg_grass.jpg) center top;
  padding: 60px 0 80px 0;
}

#briefing h2 {
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #178e50;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

#briefing h2 p {
  font-size: 1.45em;
  font-weight: bold;
}

#briefing h3 {
  background: #178e50;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0.65em 1em 0.5em 1em;
  box-sizing: border-box;
}

#briefing .details {
  position: relative;
  background: #ffffff;
  color: #178e50;
  padding: 28px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
}

#briefing .details .r-sq {
  float: left;
  margin-right: 10px;
}

#briefing .details table {
  width: 100%;
  font-size: 38px;
  font-weight: bold;
  text-align: left;
  table-layout: fixed;
}

#briefing .details tr + tr {
  border-top: solid 20px #ffffff;
}

#briefing .details th {
  vertical-align: middle;
}

#briefing .details th h4 {
  font-size: 22px;
  font-weight: bold;
}

#briefing #dates {
  width: 440px;
  overflow: hidden
}

#briefing #dates ul {
  float: left;
}

#briefing #dates li {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-right: 28px;
}

#briefing #dates li + li {
  margin-left: 14px;
}

#briefing #dates .week {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  background: #178e50;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  width: 2em;
  height: 1em;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 50%;
}

#briefing #time .hours {
  float: left;
  font-weight: bold;
}

#movie {
  position: relative;
  width: 560px;
  height: 315px;
  margin: 50px auto;
}

#movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#explain {
  position: relative;
  padding-bottom: 120px;
  margin-top: 90px;
}

#explain h2 {
  font-size: 44px;
  font-weight: bold;
  color: #178e50;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 1em;
}

#explain h2 span {
  font-weight: bold;
}

#explain #earthcare {
  position: absolute;
  top: -30px;
  right: 0;
  width: 480px;
  text-align: center;
}

#explain #pic-vege {
  margin-bottom: 30px;
}

#explain #caretaker {
  border-radius: 10px;
}

#explain #earthcare .position {
  font-size: 12px;
  margin: 0.8em;
}

#explain #earthcare .name {
  font-size: 16px;
  font-weight: bold;
}

#explain #earthcare .name .en {
  font-size: 12px;
}

#report {
  color: #178e50;
  text-align: center;
}

#report h2,
.sas h2 {
  color: #178e50;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 0.5em;
}

#report .area {
  background: #ffffff;
  border: 3px solid #178e50;
  padding: 1.5em 1.5em;
  box-sizing: border-box;
}

#report .txt {
  font-weight: bold;
}

#report .attention {
  color: #178e50;
  font-size: 0.9em;
  line-height: 1.6;
}

#report .compare {
  display: flex;
  justify-content: space-between;
}

#report .compare-contents {
  width: 490px;
}

#report .compare-contents div { 
  color: #221815;
  line-height: 1.6;
  text-align: left;
}

#report  .compare-contents h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #178e50;
  color: #ffffff;
  padding: 0.5em 0;
  margin-bottom: 0.8em;
}

#report  .compare-contents .overview {
  font-size: 16px;
  height: 5.5em;
  color: #178e50;
}

#report  .compare-contents .overview .attention {
  font-size: 12px;
  color: #221815;
  margin-top: 0.8em;
}

#report .summary th {
  vertical-align: top;
  padding-right: 0.6em;
}

#report .summary td {
  color: #221815;
  line-height: 1.5;
  text-align: left;
}

#report .summary tr {
  border-bottom: 10px solid #ffffff;
}

#report .summary .check {
  margin-top: 10px;
}

#report .summary .featured {
  color: #178e50;
  font-weight: bold;
}

#report .summary .topic {
  background: #178e50;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  width: 120px;
  padding: 0.4em 0;
}

#report .summary #privilege {
  padding: 0 0.5em 0.5em 0;
}

#report .summary #privilege li {
  font-weight: bold;
}

#report .summary #privilege li + li {
  margin-top: 0.15em;
}

#report #schedule {
  margin-bottom: 0.8em;
  display: flex;
}

#report #schedule .day {
  padding-left: 2em;
  color: #178e50;
}

#report #schedule table {
  border: 1px solid #178e50;
  text-align: left;
  table-layout: fixed;
  width: 100%;
}

#report #schedule table th {
  font-weight: bold;
  padding: 10px 12px 6px;
  vertical-align: middle;
}

#report #schedule table td {
  border: 1px solid #178e50;
  vertical-align: top;
  font-size: 18px;
  color: #221815;
  padding: 0.8em;
}

#report #schedule td li + li {
  margin-top: 0.25em;
}

#report #curriculum {
  background: #FFF18F;
  padding: 0 14px;
  margin-top: 1em;
}

#report #curriculum table {
  text-align: left;
  border-collapse: separate;
  border-spacing: 0 14px;
}

#report #curriculum th {
  vertical-align: top;
  text-align:  center;
  line-height: 1.4;
}

#report #curriculum td {
  padding-left: 1em;
  line-height: 1.6;
}

#report #curriculum .topic {
  background: #178e50;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 110px;
  padding: 0.4em 0;
  margin-bottom: 0.25em;
}

#report #curriculum .attention {
  line-height: 1.25;
}

#report #curriculum .em {
  font-size: 1em;
}

#report #curriculum td .attention {
  line-height: 1.4;
  margin-top: 0.5em;
}

#about-organic {
  overflow: hidden;
  margin-top: 50px;
}

#about-organic .left {
  background: url(../img/farm/organic.jpg) left top no-repeat;
  background-size: 400px 310px;
  padding-left: 350px;
}

#scene {
  background: url(../img/farm/scene.jpg) left top no-repeat;
  background-size: cover;
  width: 1080px;
  height: 250px;
  margin: 50px auto;
  border-radius: 10px;
}

#change-japan {
  overflow: hidden;
}

#change-japan .left {
  background: url(../img/farm/change.jpg) left top no-repeat;
  background-size: 348px 380px;
  padding-left: 350px;
}

#suited {
  margin: 50px auto;
}

#suited h2 {
  color: #178e50;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

#suited ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#suited li {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  width: 230px;
  padding: 0.8em 0;
  text-align: center;
}

#suited li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
  border-radius: 100%;
}

.sas h2 {
  margin-bottom: 0.8em;
}

.sas ul {
  display: flex;
  justify-content: center;
}

.sas li {
  width: 350px;
}

.sas li + li {
  margin-left: 30px;
}

.sas li .thumb {
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
}

.sas li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sas li a h3 {
  color: #178e50;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 1em;
}

.sas #jump-to-diary {
  display: block;
  background: #178e50;
  width: 280px;
  padding: 0.5em 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
}

#sas-diary {
  margin-top: 48px;
  overflow: hidden;
}

#message {
  margin: 60px auto;
  overflow: hidden;
}

#message .left {
  background: url(../img/farm/uchida.jpg) left top no-repeat;
  background-size: 500px 330px;
  width: 500px;
  text-align: center;
}

#message .left h2 {
  padding-left: 350px;
}

#message .left img {
  margin-top: 100px;
}

#message #about-uchida {
  color: #178e50;
}

#message #about-uchida .position {
  font-size: 12px;
  font-weight: bold;
}

#message #about-uchida .name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0.25em 0 0.15em 0;
}

#message #about-uchida .txt {
  font-size: 13px;
  line-height: 1.6;
}

#info {
  display: flex;
  width: 1080px;
  margin: 0 auto;
  border-top: 5px solid #221815;
}

#info section {
  width: 540px;
  text-align: center;
  padding: 0 30px 50px 30px;
  box-sizing: border-box;
}

#info section h2 {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  background: #221815;
  padding: 0.25em 1em 0.5em 1em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 auto 1em auto;
}

#info section .txt {
  text-align: left;
  margin-bottom: 1em;
}

#company {
  border-right: 2px dashed #221815;
}

#company #cycle {
  width: 100%;
  height: auto;
}

#operation #business li {
  display: table;
}

#operation #business li + li {
  margin-top: 1em;
}

#operation #business img {
  display: table-cell;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-right: 1em;
}

#operation #business .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
}

#operation #business .cell .catch {
  padding-left: 1em;
  font-weight: bold;
}

#operation #business .cell h3 {
  margin: 0.8em 0;
  font-weight: bold;
}

#form {
  text-align: center;
  font-size: 16px;
  background: #178e50;
  color: #ffffff;
  padding-bottom: 30px;
}

#form h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  padding: 1.8em 0 0 0;
}

#form .item {
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff000;
  margin: 2.5em 0 1.5em 0;
}

#form  input[type="radio"]:checked + .wpcf7-list-item-label,
#form  input[type="radio"]:not(:checked) + .wpcf7-list-item-label {
  padding-left: 26px;
  line-height: 20px;
}

#form  input[type="radio"]:checked + .wpcf7-list-item-label:before,
#form  input[type="radio"]:not(:checked) + .wpcf7-list-item-label:before{
    width: 20px;
    height: 20px;
    background: #ffffff;
}

#form  input[type="radio"]:checked + .wpcf7-list-item-label:after,
#form  input[type="radio"]:not(:checked) + .wpcf7-list-item-label:after {
    width: 8px;
    height: 8px;
    background: #5c390f;
    top: 6px;
    left: 6px;
    border-radius: 100%;
}

#form .wpcf7-list-item.last {
  margin-left: 80px;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form textarea,
#form select {
  display: block;
  width: 280px;
  font-size: 14px;
  padding: 0.8em;
  margin: 0 auto 1.5em auto;
  border: none;
  box-sizing: content-box;
}

#form select {
  background: url(../img/select_arrow.png) center right no-repeat #ffffff;
  background-size: 20px 6px;
  margin-top: 1.5em;
}

#form input[type="text"]:focus,
#form input[type="email"]:focus,
#form input[type="tel"]:focus,
#form textarea {
  background: #ffffff;
}

#form .select-course {
  display: none;
}

#farm-thanks {
  background: url(../img/farm/bg_green.png) center top repeat-x;
  text-align: center;
  padding-top: 106px;
}

#farm-thanks h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 1.8em 0 1em 0;
}

#farm-thanks .txt {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 2em;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
  }

  .jump-to-apply, 
  #submit-apply {
    width: 240px;
    height: auto;
    margin: 2.5em auto;
  }

  .jump-to-apply img,
  #submit-apply img {
    width: 100%;
    height: auto;
  }

  .txt {
    line-height: 1.6;
  }

  .r-sq {
    font-size: 11px;
    padding: 0.8em 0;
    width: 32px;
  }

  .bg-grass {
    background: url(../img/farm/bg_grass.jpg) center top;
    background-size: 600px 600px;
    padding: 20px 0;
  }

  h2.vertical {
    position: absolute;
    font-size: 24px;
    top: -1px;
    right: 0;
  }

  .left {
    position: relative;
    float: none;
  }

  .left + .txt {
    float: none;
    width: 100%;
  }

  .left + .txt:first-letter {
    font-size: 2em;
  }

  #mainvisual {
    background: url(https://www.icas.jp.net/icas_hp/wp-content/uploads/2024/02/1a8e92de3b9aabdcf98ab250c0576145.png) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 340px;
    border-radius: 0;
  }

  #mainvisual #catch {
  
    background-size: 100px 179px;
    width: 100px;
    height: 179px;
  }

  #mainvisual #open {
    bottom: 18px;
    right: 18px;
    width: 87px;
    height: 86px;
  }

  #title h1 {
    font-size: 20px;
    line-height: 1.4;
  }

  #title #concept {
    font-size: 16px;
    margin: 1em 0 0.5em 0;
  }

  #title #prologue {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0.5em;
  }

  #reason {
    margin-top: 2em;
  }

  #reason ul {
    flex-direction: column;
    margin: 0 auto;
  }

  #reason ul li {
    width: auto;
    font-size: 16px;
    line-height: 1.5;
    min-height: 100px;
  }

  #reason ul li + li {
    margin-top: 1em;
  }

  #reason ul li h2 {
    font-size: 14px;
    font-weight: bold;
    color: #178e50;
  }

  #briefing .details {
    padding: 14px;
  }

  #briefing .details table {
    font-size: 23px;
   }

  #briefing h2 {
    font-size: 15px;
  }

  #briefing h3 {
    font-size: 16px;
    line-height: 1.4;
  }

  #briefing .details th h4 {
    font-size: 18px;
    padding-bottom: 0.5em;
  }

  #briefing #time .r-sq {
    margin-right: 8px;
  }

  #briefing .details th,
  #briefing .details td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  #briefing #dates {
    width: 100%;
    padding-bottom: 10px;
  }

  #briefing #dates li {
    padding-right: 18px;
  }

  #briefing #dates li + li {
    margin-left: 12px;
  }

  #briefing #dates .week {
    display: inline-block;
    font-size: 8px;
  }

  #movie {
    width: 100%;
    height: 56.25vw;
    margin: 30px 0;
  }

  #explain {
    padding-bottom: 24px;
    margin-top: 24px;
  }

  #explain h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 0.8em;
  }

  #explain .txt .paragraph + .paragraph {
    margin-top: 1em;
  }

  #explain #earthcare {
    display: none!important;
  }

  #explain #pic-vage {
    display: none!important;
  }


  #suited {
    margin-bottom: 40px;
  }

  #suited br.pc {
    display: none;
  }

  #report h2,
  .sas h2 {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 0 0.5em 0;
    letter-spacing: 0;
  }

  #report .txt {
    font-size: 14px;
    margin: 0.8em auto;
  }

  #report .area {
    padding: 1em;
  }

  #report .line {
    display: none;
  }

  #report .compare {
    flex-direction: column;
  }

  #report .compare-contents {
    width: 100%;
  }

  #report  .compare-contents h3 {
    font-size: 16px;
    margin-bottom: 0.5em;
  }

  #report  .compare-contents .overview {
    font-size: 14px;
    height: auto;
    margin-bottom: 1em;
  }

  #report table {
    margin: 0;
    width: 100%;
  }

  #report table th {
    display: block;
    border-bottom: none;
    padding-right: 0;
  }

  #report table td {
    display: block;
    text-align: left;
    line-height: 1.4;
    padding: 0.8em 0;
  }

  #report .summary tr {
    border-bottom: 0;
  }

  #report .summary .topic {
    background: transparent;
    color: #178e50;
    width: auto;
    padding: 0.4em 0;
    border-top: 2px solid #178e50;
    border-bottom: 2px solid #178e50;
  }

  #report #schedule .day {
    padding-left: 1em;
  }

  #report #schedule table {
    border-top: 1px solid #178e50;
    border-bottom: 1px solid #178e50;
    border-left: 2px solid #178e50;
    border-right: 2px solid #178e50;
  }

  #report #schedule table th {
    border-top: 1px solid #178e50;
    border-bottom: 2px solid #178e50;
  }

  #report #schedule table td {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #178e50;
  }

  #report #schedule table td:empty {
    display: none;
  }

  #report #schedule td li + li {
    margin-top: 0.25em;
  }

  #report #curriculum {
    padding: 1.5em 0 1em 0;
  }

  #report #curriculum .pc {
    display: none;
  }

  #report #curriculum table {
    border-spacing: 0;
  }

  #report #curriculum th {
    background: #178e50;
    color: #ffffff;
    padding: 0.5em 0;
  }

  #report #curriculum th .attention {
    display: block;
    color: #ffffff;
  }
  
  #report #curriculum td {
    padding: 0.8em 1em;
  }

  #report #curriculum .topic {
    background: transparent;
    display: inline;
    width: auto;
  }

  #report #curriculum td .attention {
    line-height: 1.4;
    margin-top: 0.5em;
  }







  #report #curriculum li {
    line-height: 1.4;
  }

  #about-organic {
    margin-top: 30px;
  }

  #about-organic .left {
    background: url(../img/farm/organic.jpg) left top no-repeat;
    background-size: 220px 171px;
    width: 100%;
    height: 200px;
    padding-left: 0;
  }

  #scene {
    width: 100%;
    height: 23.14vw;
    margin: 20px 0;
    border-radius: 0;
  }

  #change-japan .left {
    background: url(../img/farm/change.jpg) left top no-repeat;
    background-size: 220px 229px;
    width: 100%;
    height: 250px;
    padding-left: 0;
  }

  #suited {
    margin-top: 2em;
  }

  #suited h2 {
    font-size: 20px;
  }

  #suited ul {
    display: block;
    margin: 1em auto 2em auto;
  }

  #suited li {
    font-size: 14px;
    line-height: 1.4;
    width: auto;
    padding: 0.5em 0;
    text-align: center;
  }

  #suited li img {
    width: 180px;
    height: 180px;
    margin: 0 auto 0.5em auto;
  }

  .sas ul {
    flex-direction: column;
  }

  .sas li {
    position: relative;
    width: 100%;
    height: 80px;
  }

  .sas li + li {
    margin: 1em 0 0 0;
  }

  .sas li .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 80px;
  }

  .sas li a h3 {
    font-size: 14px;
    margin-top: 0;
    padding-left: 120px;
  }

  .sas #jump-to-diary {
    margin-top: 1em;
    font-size: 16px;
    width: 200px;
  }

  #sas-diary {
    margin-top: 32px;
  }

  #message {
    margin: 2em auto;
  }

  #message .left {
    background: url(../img/farm/uchida.jpg) left top no-repeat;
    background-size: cover;
    width: 100%;
    height: 230px;
  }

  #message .left h2 {
    padding-left: 0;
  }

  #message .left img {
    display: none!important;
  }

  #message .txt {
    margin: 0.8em 0;
  }

  #message #about-uchida {
    padding: 0.5em 0.8em;
    border: 1px solid #178e50;
    box-sizing: border-box;
    margin-top: 0.8em;
  }

  #message #about-uchida .position {
    font-size: 10px;
  }

  #message #about-uchida .name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 0.25em;
  }

  #message #about-uchida .txt {
    font-size: 12px;
    line-height: 1.6;
  }

  #info {
    flex-direction: column;
    width: 100%;
    border: none;
  }

  #info section {
    width: 100%;
    padding: 0 5% 20px 5%;
    border-top: 3px solid #221815;
  }

  #info section h2 {
    font-size: 16px;
    margin: 0 auto 0.5em auto;
  }

  #info section .txt {

  }

  #company {
    border-right: none;
  }

  #operation #business {
    margin-bottom: 1em;
  }

  #operation #business li + li {
    margin-top: 1em;
  }

  #operation #business img {
    width: 80px;
    height: 80px;
    margin-right: 0.6em;
  }


  #operation #business .cell h3 {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 0.5em;
  }

  #operation #business .cell .catch {
    font-size: 14px;
  }
	

  #form h2 {
    font-size: 16px;
    padding: 1.25em 0 0 0;
  }

  #form .item {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 2em 0 1.25em 0;
  }

  #form input[type="text"],
  #form input[type="email"],
  #form input[type="tel"],
  #form textarea,
  #form select {
    width: 90%;
    box-sizing: border-box;
  }

  #form #submit-apply {
    width: 240px;
    height: auto;
    border-radius: 0;
  }

  #farm-thanks {
    background: url(../img/farm/bg_green.png) center top repeat-x;
    background-size: 1737px 53px;
    padding-top: 53px;
  }

#farm-thanks h2 {
  font-size: 16px;
  padding: 1.8em 0 1em 0;
}

#farm-thanks .txt {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 2em;
}

}

@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}