@charset "UTF-8";
#TopPage .dots {
  background-image: -webkit-radial-gradient(center, circle, #f19300 20%, transparent 20%);
  background-image: radial-gradient(circle at center, #f19300 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: .4em;
  /* 縦方向の位置調整 */
}

#TopPage #TopMain #Business {
  margin-top: -5rem;
}

#TopMain h2 {
  font-size: 5.2rem !important;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
  font-weight: normal !important;
}

#TopMain #Business {
  margin-top: 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#TopMain #Business img {
  border-radius: 30rem 0 0 30rem;
}

@media screen and (max-width: 767px) {
  #TopMain #Business .HalfBox33 {
    width: 80%;
  }
}

#TopMain #Business .PageTitle {
  background: rgba(255, 255, 250, 0.8);
  border-radius: 100px;
  padding: 20px 0 5px 30px;
  border-top: 4px solid #ddd;
  border-bottom: 4px solid #ddd;
  border-left: 4px solid #00a300;
}

@media screen and (max-width: 767px) {
  #TopMain #Business .PageTitle {
    text-align: center;
    border-right: 4px solid #00a300;
    padding: 20px 0 5px 0px;
    width: 100%;
  }
}

#TopMain #Business .PageTitle .Linewrap {
  color: #00a300;
}

.TopService {
  margin: 0 -10vw 0 10vw;
}

@media screen and (max-width: 767px) {
  .TopService {
    margin: 50px 10vw 10px;
  }
}

@media screen and (max-width: 767px) {
  .TopService h3 {
    font-size: 2.3rem;
  }
}

#TopPage #Support h2 {
  font-weight: bold !important;
  letter-spacing: 0;
}

#TopPage #Support .round {
  border-radius: 200px;
}

#TopPage .Linewrap span {
  top: 0;
  left: 0;
  display: block;
  color: #000;
  white-space: nowrap;
}

#TopPage .Linewrap span::before {
  content: "";
  display: inline-block;
  width: 3em;
  border-top: 1px solid;
  vertical-align: middle;
  margin-right: 1em;
  padding-bottom: 4px;
}

#TopPage .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#TopPage .plan-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fdfaf1;
  border-radius: 10px;
  border: 3px solid #00a300;
  padding: 14px 20px;
}

@media screen and (max-width: 767px) {
  #TopPage .plan-list dl {
    margin-bottom: 30px;
  }
}

#TopPage .plan-list dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.6;
}

#TopPage .plan-list dl dd div {
  margin: auto auto 0;
  display: block;
}

#TopPage #Support .round {
  border-radius: 200px;
}

#Topfarmer {
  background-image: url("../img/top/bg_farmer.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px;
}

/*# sourceMappingURL=top.css.map */
