/*=========================================
font start
=========================================*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h5,
p,
a,
span,
dd,
dt,
dl,
tr,
th,
td {
  line-height: 1.2;
}

strong,
dd,
dt,
a {
  font-size: 1.7rem;
}
p,
span,
tr,
th,
td {
  font-size: 1.4rem;
}

strong {
	font-weight:bold;
}

.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.lefter {
	float:left;
	margin-right: 5px;
}
.righter {
	float:right;
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
.lefter {
	float:none;
	margin-right: 0;
}
.righter {
	float:none;
	margin-left: 0;
}
}
.bagie-container {
    background: #fbf6f0;
    padding-top: 50px;
    padding-bottom: 15px;
}
.white-container {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 15px;
}
.white-container02 {
    background: #fff;
    padding: 30px;
}

/*=========================================
	font end
=========================================*/

/*=========================================
	common start
=========================================*/
body {
	font-size:1.7rem;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
.sub-header {
  height: 150px;
  overflow:hidden;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.sub-header img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}
a.link-onunder {
  text-decoration: underline;
}
.section-ttl {
  padding: 30px 0 50px 0;
}
.ttl-section {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.faq-form__label,
.form-tit {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color:#303030;
  border-left:7px solid #303030;
  padding-left:15px;
}
.faq-form__label span,
.form-tit span{
  color:#a40000;
  font-size: 18px;
}
.btn {
  background-color: #fff;
  border: 3px solid #8cc123;
  border-radius: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 350px;
  max-width: 100%;
  padding: 10px 0;
  transition: all 0.2s;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
.btn:hover {
  background: #8cc123;
  color: #fff;
}
.btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 30px;
  content: "\f105";
}
.section-heading {
  padding: 30px 0 50px 0;
}
.ttl-page {
  display: inline-block;
  color: #8cc123;
  text-align: center;
}
.ttl-page h2 {
  font-size: 5.4rem;
  /*font-weight: bold;*/
  margin-bottom: 10px;
  font-family: 'Poller One', cursive;
}
.ttl-page .kanattl-page {
  border-top: 1px solid #8cc123;
  border-bottom: 1px solid #8cc123;
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (max-width: 576px) {
  .section {
    padding: 40px 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .section-heading {
    padding: 20px 0 30px 0;
  }
  .ttl-page h2 {
    font-size: 3.6rem;
  }
  .ttl-page .kanattl-page {
    font-size: 1.2rem;
    font-size: 1.6rem;
  }
  .ttl-section {
    font-size: 2rem;
  }
  p,
  a {
    font-size: 1.2rem;
    font-size: 1.6rem;
  }
  .btn {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 577px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

/*=========================================
common end
=========================================*/

/*=========================================
header strat
=========================================*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height:170px;
  background: #fff;
  border-bottom:1px dashed #9fa0a0;
  z-index: 100;
}
.header a,
.header span {
  font-size: 1.8rem;
}
.nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 3px solid #9fa0a0;
}
.menu-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 30px;
}
.nav-top .logo {
  width: 250px;
}
.nav-top .block-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.nav-top .block-info .btn-useful {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  border: 3px solid #8cc123;
  border-radius: 50px;
  margin-right: 20px;
  padding: 5px 0;
  background: #fff;
  transition: all 0.2s;
  color: #727171;
}
.nav-top .block-info .btn-useful:hover {
  background: #8cc123;
  color: #fff;
  text-decoration: none;
}
.nav-top .block-info .btn-useful span {
  font-weight: 400;
}
.nav-top .block-info .btn-useful img {
  width: 34px;
  margin-right: 10px;
}
.nav-top .block-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-top .block-contact a p {
  font-size: 1.8rem;
}
.nav-top .block-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 180px;
  background: #8cc123;
  text-align: center;
  color: #fff;
}
.nav-top .block-contact a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.nav-top .block-contact a:first-of-type {
  border-right: 1px solid #fff;
}
.nav-top .block-contact a img {
  height: 38px;
  margin-bottom: 10px;
}

.list-nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-nav-header li a {
  padding: 10px;
}
.list-nav-header li {
  position: relative;
}
.list-nav-header .list-child {
  display: none;
  position: absolute;
  top: 38px;
  background: #e6e6e6;
}
.list-nav-header .list-child li {
  white-space: nowrap;
}
.list-nav-header li:hover .list-child {
  display: block;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: none;
  position: relative;
  z-index: 3;
  width: 76px;
  height: 61px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 64px;
  height: 5px;
  left: 6px;
  background: #8cc123;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger.active span {
  background: #fff;
}
.hamburger span:nth-child(1) {
  top: 14px;
}
.hamburger span:nth-child(2) {
  top: 28px;
}
.hamburger span:nth-child(3) {
  top: 42px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  right:-100vw;
  background: #fff;
  text-align: center;
  /*transform: translateX(100%);*/
  transition: all 0.6s;
  width: 80%;
  height: 100%;
}

nav.globalMenuSp ul {
  background: #8cc123;
  margin: 0 auto;
  padding-top: 60px;
  width: 100%;
}
nav.globalMenuSp > ul > li:first-child {
  border-top: 1px solid #fff;
}
nav.globalMenuSp > ul > li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li .list-child {
  display: none;
}
nav.globalMenuSp ul li:hover .list-child {
  display: block;
  transition: 0.5s;
}
nav.globalMenuSp ul li .list-child li {
  background: #037563;
  border-top: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  /* border-bottom: none; */
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 1em;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  /*transform: translateX(0%);*/
  transition: all 0.6s;
  right: 0;
}
.js-menu{
  display: block;
    color: #fff;
    padding: 1em 0 !important;
    font-size:18px;
    position: relative;
}
.js-menuaccordion{
  background-color: #4d9204;
}
/* 開閉ボタンの縦線 */
.menubtn::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 7.5px;
  width: 15px;
  height: 3px;
  display: block;
  background-color: #fff;
  transition: all 0.2s;
  transform: rotate(90deg);
}
/* 開閉ボタンの横線 */
.menubtn::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 7.5px;
  width: 15px;
  height: 3px;
  display: block;
  background-color: #fff;
  transition: all 0.2s;
}

/* menubtnクラスにis-openがついたときの挙動 */
.is-open.menubtn::before {
  transform: rotate(0);
}
.is-open.menubtn::after {
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .header {
    background: rgba(255, 255, 255, 0.8);
	height:auto;
	border:none;
  }
  .menu-nav {
    padding: 15px 15px 15px 20px;
  }
  .nav-top  {
	  border:none;
  }
  .nav-top .logo {
    width: 180px;
  }
  .nav-wrap {
    display: none;
  }
  .nav-top .block-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-top .block-contact {
    display: none;
  }
  .nav-top .block-info .btn-useful {
    width: 210px;
    margin-right: 15px;
    font-size: 2.7rem;
  }
  .hamburger {
    display: block;
  }
  nav.globalMenuSp {
    display: block;
    overflow: scroll;
  }
}
@media screen and (max-width: 768px) {
  .nav-top {
    border-bottom: none;
  }
  .nav-top .block-info .btn-useful {
    width: 140px;
    margin-right: 15px;
    font-size: 1.8rem;
  }
  .nav-top .logo {
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .menu-nav {
    padding: 10px;
  }
  .nav-top .block-info .btn-useful {
    display: none;
  }
  /*　ハンバーガーボタン　*/
  .hamburger {
    width: 42px;
    height: 42px;
  }
  .hamburger span {
    width: 30px;
    height: 2px;
    left: 6px;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
}
  .nav-top .logo img {
    width: 100%;
  }

/*=========================================
header end
=========================================*/

/*=========================================
main-visual start
=========================================*/

.main-visual {
  position: relative;
}
.main-visual .main-bg-container {
  position: relative;
  width: 1200px;
}
@media screen and (max-width: 992px) {
.main-visual .main-bg-container {
  width: 100%;
}
}
.main-visual .main-visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 670px;
}

/*=========================================
main-visual end
=========================================*/

/*=========================================
news start
=========================================*/
.section-news {
  padding-bottom: 50px;
}
.heading-news {
  padding-top: 70px;
  padding-bottom: 0;
  margin-bottom: 55px;
}
.container-bg-news {
  position: relative;
  text-align: center;
}
.container-bg-news::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  padding-top: calc(140 / 1000 * 100%);
  background: url("../img/top/bg-vegetable1.png") center center / cover
    no-repeat;
}
.news-ttl img {
  max-width: 160px;
}
.news-list-container {
  max-height: 400px; /*スクロールの高さ*/
  overflow-y: scroll;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 50px;
}
.news-list-container.all {
  max-height: none;
  overflow-y: visible;
  padding: 30px;
  border: none;
  border-radius: 10px;
  margin-bottom: 0;
}
.news-list-container a {
	text-decoration:underline;
}
.news-list-container a:hover {
	text-decoration:none;
}
.news-list-container dl {
  margin-bottom: 30px;
}
.news-list-container.all dl {
  margin-bottom: 60px;
}
.news-list-container dl:last-child {
  margin-bottom: 0;
}
.news-list-container dt {
	display:flex;
  font-weight: normal;
  border-left: 10px solid #8cc123;
  border-bottom: 1px solid #8cc123;
  margin-bottom: 10px;
  padding: 5px 20px;
}
.news-list-container dt span {
  font-size: 1.7rem;
}
.news-list-container dt .time {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 15px;
}
.news-list-container dt .category {
  flex-shrink: 0;
  background-color: #8cc123;
  padding: 3px 30px;
  display: inline-block;
  color: #fff;
  margin-right: 15px;
}
.news-list-container dt .title {
  color: #8cc123;
  font-weight: bold;
  display: inline-block;
}
.news-list-container dd {
		line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .news-list-container {
    padding: 15px;
  }
.news-list-container.all {
  padding: 0px;
}
  .news-list-container dt {
    padding: 5px 10px;
  }
  .heading-news {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .news-list-container dt span,
  .news-list-container dd,
  .news-list-container dd a {
    font-size: 1.4rem;
  }
.news-list-container dt {
	display:block;
}
.news-list-container dt .category {
  padding: 3px 10px;
}
}

/*=========================================
news end
=========================================*/

/*=========================================
about start
=========================================*/
.section-about {
  background-color: #fdf2ed;
  padding-top: 55px;
  padding-bottom: 55px;
}
.container-bg-about {
  position: relative;
  text-align: center;
}
.container-bg-about::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  padding-top: calc(140 / 1000 * 100%);
  background: url("../img/top/bg-vegetable2.png") center center / cover
    no-repeat;
}
.section-about .about-mainimg {
  max-width: 700px;
  margin: 0 auto 60px auto;
}
.section-about .ttl-subsec {
  font-size: 3.6rem;
  color: #8cc123;
  text-align: center;
  font-weight: 500;
  margin-bottom: 50px;
}
.about-maintext {
  text-align: center;
  margin-bottom: 60px;
}
.about-maintext p {
  font-size: 2rem;
  line-height: 2;
}
.section-about .list-about {
  margin-bottom: 45px;
}
.section-about .list-about li {
  margin-bottom: 20px;
}
.section-about .list-about li img {
	width:100%;
}
.section-about .list-about li a {
  position: relative;
  border-radius: 20px;
  background-color: #8cc123;
  overflow: hidden;
  text-align: center;
  transition: opacity 0.2s;
}
.section-about .list-about li a:hover {
	text-decoration:none;
	opacity:0.8;
}
.section-about .list-about li a::after {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  content: "";
  background: url(../img/top/bg_exlink.png) center center / cover no-repeat;
}
.section-about .list-about li h4 {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0 15px;
  font-weight: bold;
}
.section-about .list-about li p {
  padding: 10px 15px 20px 15px;
  line-height: 1.5;
}
.section-about .btn-zgis-container {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
}
.section-about .btn-zgis-container::before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  padding-top: calc(110 / 1000 * 100%);
  background: url("../img/top/bg-vegetable3.png") center center / cover
    no-repeat;
}
.section-about .cta p {
  font-size: 3.6rem;
  color: #8cc123;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-about .cta .btn-zgis-container::before {
  position: absolute;
  top: -67px;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  padding-top: calc(140 / 1000 * 100%);
  background: url("../img/top/bg-vegetable4.png") center center / cover
    no-repeat;
}
@media screen and (min-width: 768px) {
  .section-about .list-about .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section-about {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .section-about .cta p {
    font-size: 2rem;
  }
  .section-about .ttl-subsec {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .about-maintext p {
    font-size: 1.6rem;
  }
  .section-about .btn-zgis-container {
    margin-bottom: 30px;
  }
}

/*========================================
about end
=========================================*/
/*========================================
banner start
=========================================*/
.banner {
  background-color: #8cc123;
}
.banner-container {
  padding: 20px 0;
  text-align: center;
}
.banner-container li a img {
  height: 80px;
}
.banner-container li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .banner-container li {
    margin-bottom: 15px;
  }
}
/*========================================
banner end
=========================================*/

/*=========================================
footer start
=========================================*/
.footer {
  padding-top: 35px;
  background: #fff;
}
.footer a {
  font-size: 1.4rem;
}
.footer .container {
  position: relative;
  padding-bottom: 20px;
}
.footer .container::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 220px;
  height: 220px;
  content: "";
  background: url(../img/top/bg-footer.png) center center / cover no-repeat;
}
.nav-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}
.nav-footer .list-nav-footer:not(:first-of-type) {
  border-left: 1px dashed #9fa0a0;
  padding-left: 23px;
}
.nav-footer .list-nav-footer > li {
  margin-bottom: 20px;
}
.nav-footer .list-nav-footer > li {
  position: relative;
  padding-left: 16px;
  font-size: 1.4rem;
}
.nav-footer .list-nav-footer > li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "■";
  color: #8cc123;
}
.nav-footer .list-nav-footer .list-child li {
  position: relative;
  margin-top: 10px;
  padding-left: 16px;
}
.nav-footer .list-nav-footer .list-child li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "・";
}
.logo-footer {
  width: 135px;
  margin: 0 auto;
  margin-top: 50px;
}
.copyright {
  background: #8cc123;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.nav-footer .js-menu{
  color:#303030;
  font-size: 14px;
  padding:0 !important;
}

.nav-footer .js-menuaccordion{background:#fff;}
@media screen and (max-width: 992px) {
  .nav-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-footer .menubtn{}
  .nav-footer .menubtn::before{background-color: #303030;top:28%;right:0;}
  .nav-footer .menubtn::after{background-color: #303030;top:28%;right:0;}
  .js-menuaccordion{display:none;}
  .nav-footer .list-nav-footer > li{
    margin-bottom:10px;
  }
  .nav-footer .list-nav-footer:not(:first-of-type) {
    border-left: none;
    padding-left: 0;
  }
  .nav-footer .list-nav-footer {
    width: 25%;
    padding-right: 15px;
  }
  .nav-footer .list-nav-footer li{
  border-bottom:1px solid #8cc123;
  padding: 0 10px 5px 10px;
  }
  .nav-footer .list-nav-footer li li{
    border-bottom:none;
  }
  .nav-footer .list-nav-footer > li::before{
    content: none;
    padding:5px 0;
  }
}

.sp_footer-nav{
  display: none;
  background: #f0b920;
  position: fixed;
  bottom:0;
  left:0;

  width: 100%;
  margin:0;
  padding:0;
  z-index: 100000;
}
.sp_footer-nav ul{
    width:100%;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
}
.sp_footer-nav li{
  width:50%;
  display: block;
  padding:5px;
}
.sp_footer-nav ul li:first-child{
  border-left:2px solid #fff;
}
@media screen and (max-width: 767px) {
  .nav-footer .list-nav-footer {
    width: 50%;
  }
  .sp_footer-nav{display: block;}
  body{margin-bottom:44px;}
}
@media screen and (max-width: 576px) {
  .nav-footer .list-nav-footer {
    width: 100%;
  }
}
/*=========================================
footer end
=========================================*/

/*=========================================
お役立ち資料   strat
=========================================*/
.section-list-dl {
  background: #fbf6f0;
  padding-top: 50px;
  padding-bottom: 15px;
}
.section-list-dl .item-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  border: 2px solid #8cc123;
  border-radius: 10px;
  overflow: hidden;
}
.section-list-dl li {
  margin-bottom: 20px;
}
.section-list-dl li:nth-child(even) .item-dl {
  margin-left: 15px;
}
.section-list-dl li:nth-child(odd) .item-dl {
  margin-right: 15px;
}
.section-list-dl .img-dl img {
  width: 110px;
  height: 100%;
}
.section-list-dl .item-dl .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(100% - 110px);
  padding: 15px;
}
.section-list-dl .item-dl .desc .ttl-dl {
  font-size: 2.1rem;
  color: #8cc123;
  line-height: 1;
  font-weight: 500;
}
.section-list-dl .item-dl .desc .detail {
  width: 100%;
  margin-top: auto;
}
.section-list-dl .item-dl .desc .detail p {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}
.btn-dl {
  width: 100%;
  padding: 5px 0;
  background: #8cc123;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.btn-dl.small {
	display:block;
  width: 200px;
  margin:0 auto;
  letter-spacing:0.1em;
}
.btn-dl img {
  width: 10px;
  margin-left: 10px;
}
.btn-dl:hover {
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .section-list-dl li:nth-child(even) .item-dl {
    margin-left: 0;
  }
  .section-list-dl li:nth-child(odd) .item-dl {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .section-list-dl .item-dl .desc .ttl-dl {
    font-size: 1.6rem;
  }
  .btn-dl {
    font-size: 1.4rem;
  }
}
/*=========================================
お役立ち資料   end
=========================================*/

/*=========================================
使い方動画一覧   strat
=========================================*/
.section-list-movie .ttl-section {
  margin-bottom: 60px;
}
.section-list-movie .list-movie .item-list {
  padding: 30px 0 40px;
}
.section-list-movie .list-movie .item-list:nth-child(odd) {
  background: #fbf6f0;
}
.section-list-movie .list-movie .item-list iframe {
  width: 640px;
  height: 360px;
  max-width: 100%;
  margin-bottom: 20px;
}
.section-list-movie .list-movie .item-list p {
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .section-list-movie .ttl-section {
    margin-bottom: 40px;
  }
  .section-list-movie .list-movie .item-list iframe {
    height: 240px;
  }
}

/*=========================================
使い方動画一覧   end
=========================================*/

/*=========================================
活用事例詳細  strat
=========================================*/
.single-case .container {
  max-width: 830px;
}
.single-case .section-heading {
  padding-top: 60px;
}
.single-case .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #8cc123;
  padding: 10px 15px;
  margin-bottom: 35px;
}
.single-case .heading .category {
  display: inline-block;
  border: 1px solid #006a34;
  color: #006a34;
  margin-right: 15px;
  padding: 5px 20px;
  font-size: 2.1rem;
  font-weight: 500;
}
.single-case .heading .ttl {
  font-size: 2.1rem;
  color: #fff;
  font-weight: 500;
}
.single-case .heading .client {
  color: #fff;
  font-weight: 500;
}
.single-case .container-ttl-single {
  margin-bottom: 50px;
  text-align: center;
}
.single-case .container-ttl-single .ttl {
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: block;
}
.single-case .container-ttl-single .ttl,
.single-case .container-ttl-single p {
  font-weight: bold;
}
.single-case .container-single .desc {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 50px;
}
.single-case .img-desc-container {
  width: 100%;
  background: #fbf6f0;
  padding-top: 50px;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
.single-case .img-desc-container .list-img-desc img {
  margin-bottom: 10px;
}
.single-case .img-desc-container .list-img-desc.one-img li {
  margin: 0 auto;
}
.single-case .list-img-desc p {
  font-size: 1.4rem;
}
.single-case .ttl-content {
  color: #8cc123;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .single-case .heading {
    display: block;
  }
  .single-case .heading .ttl {
    display: block;
  }
  .single-case .ttl-case span {
    margin-bottom: 10px;
  }
  .single-case .list-img-desc li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .single-case .ttl-content {
    font-size: 2rem;
  }
  .single-case .container-single .desc {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .single-case .img-desc-container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

/*=========================================
活用事例詳細  end
=========================================*/

/*=========================================
活用事例一覧　strat
=========================================*/
.case .case-container {
  padding: 60px 0 20px;
  background: #fbf6f0;
}
.case .list-case-container .item-list {
  width: 300px;
  margin-bottom: 45px;
}
.case .list-case-container img {
  vertical-align: bottom;
}
.case .list-case-container li .desc {
  background: #8cc123;
  text-align: center;
  padding: 15px 15px 15px 20px;
}
.case .list-case-container .category {
  display: inline-block;
  border: 1px solid #006a34;
  color: #006a34;
  padding: 5px 20px;
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.case .list-case-container .ttl {
  font-size: 2.1rem;
  color: #fff;
  border-bottom: 1px solid #006a34;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.case .list-case-container .client {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.case .list-case-container .link-more {
  color: #006a34;
  font-size: 1.4rem;
  font-weight: 500;
}
.case .list-case-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .case .list-case-container .item-list {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 576px) {
  .case .list-case-container .item-list {
    width: 100%;
  }
  .case .list-case-container .ttl {
    font-size: 1.6rem;
  }
  .case .list-case-container .category {
    font-size: 1.6rem;
  }
}
/*=========================================
活用事例一覧　end
=========================================*/

/*=========================================
zgisの特徴　start
=========================================*/
.zgis-features .container {
  max-width: 830px;
}
.zgis-features .desc {
  margin-bottom: 45px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.zgis-features .section-heading {
  padding-top: 70px;
}
.zgis-features .zgis-intro .ttl {
  font-size: 3rem;
  margin-bottom: 45px;
}
.zgis-features .beige-container {
  padding-top: 50px;
  padding-bottom: 45px;
  background: #fbf6f0;
}
.zgis-features .white-container ,
.dl-list .white-container{
  padding-top: 60px;
  padding-bottom: 45px;
  background: #fff;
}
.zgis-features .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #8cc123;
  border: 5px solid #8cc123;
  border-radius: 10px;
  margin-bottom: 25px;
}
.zgis-features .heading .number {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: #fff;
  text-align: center;
  border-radius: 5px 0 0 5px;
}
.zgis-features .heading .number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8.5rem;
  font-weight: bold;
  color: #8cc123;
}
.zgis-features .heading .ttl {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 2.5rem;
  font-weight: bold;
}

.zgis-features .list-change {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zgis-features .list-change.chirashi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:space-around;
}
.zgis-features .list-change .triangle {
  position: relative;
  left: 15px;
  text-align: center;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #8cc123;
}
.zgis-features .list-change .item-list {
  width: 365px;
  max-width: 100%;
}
.zgis-features .list-change.chirashi .item-list {
  width: 265px;
  max-width: 100%;
}
.zgis-features .list-change img {
  margin-bottom: 15px;
}
.zgis-features .list-change .item-list .txt-change {
  border: 2px solid #006a34;
  border-radius: 50px;
  color: #006a34;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.zgis-features .white-container .img-about {
  width: 380px;
  margin: 0 auto;
  max-width: 100%;
}
.zgis-features .white-container .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 25px;
  border: 1px solid #006a34;
  margin-bottom: 35px;
}
.zgis-features .arrow {
  width: 190px; /* 四角形の幅 */
  height: 45px; /* 四角形の高さ */
  background: #e8f3d3;
  position: relative;
  padding: 13px 0 10px 20px;
  font-weight: bold;
  font-size: 1.7rem;
  color: #006a34;
}
.zgis-features .arrow::before {
  border-left: 20px solid #e8f3d3; /* 右向きの三角形を作るため左のボーダーに色を付ける */
  border-top: 22.5px solid transparent; /* 上のボーダーを透過に指定 */
  border-bottom: 22.5px solid transparent; /* 下のボーダーを透過に指定 */
  content: "";
  position: absolute;
  right: -20px; /* 一旦中央へ寄せる */
  top: 0;
}
.zgis-features .point .mean {
  padding: 10px 0 10px 30px;
  font-weight: bold;
  font-size: 1.7rem;
}
.zgis-features .list-about li {
  text-align: center;
}
.zgis-features .list-about li img {
  margin-bottom: 10px;
}
.zgis-features .list-about li p {
  font-size: 1.8rem;
  color: #006a34;
}
.zgis-features .white-container .list-about li {
  margin-bottom: 30px;
}
.zgis-features .container-msg {
  background: #8cc123;
  padding: 40px 0;
  text-align: center;
}
.zgis-features .container-msg .msg {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .zgis-features .list-change {
    display: block;
  }
  .zgis-features .list-change .item-list {
    margin: 0 auto;
  }
  .zgis-features .list-change .triangle {
    position: relative;
    left: 0;
    text-align: center;
    width: 0;
    height: 0;
    margin: auto;
    margin-top: 15px;
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid #8cc123;
  }
  .zgis-features .white-container .point {
    display: block;
    margin: 0;
    border: 1px solid #006a34;
    margin-bottom: 35px;
  }
  .zgis-features .arrow {
    width: 100%; /* 四角形の幅 */
    height: 45px; /* 四角形の高さ */
    padding-left: 15px;
  }
  .zgis-features .arrow::before {
    display: none;
  }
  .zgis-features .point .mean {
    padding: 10px 0 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .zgis-features .heading {
    display: block;
  }
  .zgis-features .heading .number {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .zgis-features .zgis-intro .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .zgis-features .heading .number span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: bold;
    color: #8cc123;
  }
  .zgis-features .heading .ttl {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .zgis-features .desc {
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .zgis-features .container-msg .msg {
    font-size: 1.8rem;
  }
}

.zgis-features .bscfeature_thum {
	position:relative;
}
.zgis-features .bscfeature_thum:before {
	content:url(../img/basicfeature/popup.png);
	position:absolute;
	left:50%;
	top:50px;
	margin-left:-22px;
}
@media screen and (max-width: 767px) {
.zgis-features .bscfeature_thum {
	width:45%;
	margin:0 1%;
}
.zgis-features .bscfeature_thum:before {
	top:50%;
	margin-left:-22px;
	margin-top:-30px;
}
}


/*=========================================
zgisの特徴　end
=========================================*/

/*=========================================
zgisの基本機能　start
=========================================*/
.bscfeature_thum img {
	width:100%;
	height:auto;
}


/*=========================================
zgisの基本機能　end
=========================================*/

/*=========================================
Download　
=========================================*/
.check_terms, .dl-list .desc.check_terms{
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
}
#check_terms{
}
.table-env{
  width:100%;
  border-right: #303030 1px solid;
  border-left: #303030 1px solid;
  border-top: #303030 1px solid;}
.table-env th{
  background:#e6e6e6;
  border-bottom: #303030 1px solid;
  padding:5px;
}
.table-env td{
  background:#fff;
  border-bottom: #303030 1px solid;
  padding:5px;
}
.table-env_vatical{
    text-align: center;
}
.table-env_vatical td,
.table-env_vatical th{
  border-left: #303030 1px solid;
}
.dl-list .container{
  width:860px;
  max-width: 100%;
}
.imgcenter img{
  width: 100%;
}
.dl-list .desc{
  font-size: 16px;
  line-height: 1.5;
}
.dl-list .list-link {
  width: 80% !important;
  margin: 0 auto !important;
  margin-bottom: 15px !important;
}
.dl-list .list-link li{
  width: 48% !important;
}
.dl-list .list-link a{
  width: 100% !important;
}
.terms-box{
  border: 1px solid #303030;
  background:#fff;
  padding:20px;
  font-size: 16px;
  height: 240px;
  overflow: scroll;
  margin-bottom: 40px;
}
.terms-box h4{font-weight: bold;}
.terms-box h4,
.terms-box p{
  font-size: 16px;
  margin-bottom: 10px;
}
.dl-list .section-list-dl .item-dl {
  background: #fff;
}
.dl-list .section-list-dl .item-dl .desc{
  width:100%;
}
.disabled,.disabled a{
  opacity: 0.5;
  cursor:default;
	pointer-events: none;
}
.item-app{
  height: 130px !important;
  margin:0 !important;
}
.item-app .ttl-dl{
  margin-bottom:15px;
}
.item-app a{
  text-align: center;
  width: 100%;
  display: block;
}
.dl-list .smartphonecaution {
}
.dl-list .smartphonecaution h3 {
	padding: 8px;
	background-color: #a40000;
	color: #fff;
	font-size: 1.6rem;
}
.dl-list .smartphonecaution .default {
	padding: 8px;
	border: solid 1px #a40000;
	background-color: #fff;
	font-size: 1.4rem;
}
.dl-list .smartphonecaution .default ul, .dl-list .smartphonecaution .default li, .dl-list .smartphonecaution .default p {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .dl-list .list-link {
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
  }
  .dl-list .list-link li {
    margin: 0 auto;
    width: 100% !important;
  }
  .dl-list .list-link li:first-of-type {
    margin-bottom: 20px;
  }
}


/*=========================================
zgisの基本特徴　start
=========================================*/
.basic-features p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.basic-features .list-link ,
.dl-list .list-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  margin: 0 40px;
  margin-bottom: 35px;
}
.basic-features .list-link a,
.dl-list .list-link a {
  position: relative;
  width: 220px;
  max-width: 100%;
  border: 1px solid #303030;
  border-radius: 50px;
  padding: 5px 0;
  font-weight: 500;
}
.basic-features .list-link a i,
.dl-list .list-link a i {
  position:absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.basic-features .white-container {
  padding-top: 40px;
}
.basic-features .heading {
  display: block;
  background:#8cc123;
  border-radius: 0;
  margin-bottom: 25px;
}
.basic-features .heading .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 2.6rem;
}
.basic-features .content {
  text-align: center;
}
.basic-features .content .row img {
  margin-bottom: 20px;
}
.basic-features .content .ttl {
  display: inline-block;
  border-bottom: 4px dotted #006a34;
  font-size: 2.1rem;
  color: #006a34;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}
.basic-features .content .txt {
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: left;
}
.basic-features .content .txt-bdr {
  border: 1px solid #303030;
  padding: 15px;
  font-size: 1.4rem;
}
.basic-features .content .tbl {
  width: 100%;
  border: 1px solid #303030;
}
.basic-features .content .tbl .heading-table th {
  background: #dcecbd;
}
.basic-features .content .tbl .heading-table th {
  padding: 5px 0;
  font-size: 1.4rem;
}
.basic-features .content .tbl td {
  padding: 10px;
  font-size: 1.6rem;
  text-align: left;
}
.basic-features .content .tbl td img {
  width: 32px;
  height: 32px;
  max-width:none;
}
.basic-features .content .tbl th,
.basic-features .content .tbl td {
  border: 0.5px solid #303030;
  vertical-align: middle;
  text-align: center;
}
.basic-features .content .bdr-bagie th,
.basic-features .content .bdr-bagie td {
  border: 5px solid #fbf6f0;
  background: #e6e6e6;
  font-size: 1.8rem;
  font-size: 1.6rem;
  padding: 20px 10px;
}
.basic-features .content .tbl tr td:last-of-type {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .basic-features .list-link {
    display: block;
    margin: 0;
  }
  .basic-features .list-link a {
    margin-bottom: 20px;
  }
  .basic-features .content .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .basic-features .content .tbl .heading-table th {
    font-size: 1.4rem;
  }
  .basic-features .content .tbl td {
    font-size: 1.4rem;
  }
}

/*=========================================
zgisの基本特徴　end
=========================================*/

/*=========================================
新機能　start
=========================================*/
.newfunction .zgis-intro {
  padding-bottom: 55px;
}
.newfunction .remotesensor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #8cc123;
  padding: 20px 15px;
}
.newfunction .remotesensor img {
  width: 55px;
  height: 55px;
  margin-right: 30px;
}
.newfunction .remotesensor p {
  font-size: 2.1rem;
  color: #8cc123;
  font-weight: bold;
  text-align: left;
}
.newfunction .beige-container {
  padding-top: 55px;
  padding-bottom: 55px;
}
.newfunction .white-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.newfunction .heading {
  position: relative;
}
.newfunction .heading::before  {
  position: absolute;
  content: '';
  left: -5px;
  top: -25px;
  width: 95px;
  height: 60px;
  background: url(../img/newfunction/bg_tag_new.png) center center / cover no-repeat;
  z-index: 10;
}
.newfunction .heading .number span {
  font-size: 7rem;
}
.newfunction .heading .ttl .subttl {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.newfunction .heading .ttl h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
.newfunction .step {
  max-width: 495px;
  margin: 0 auto;
}
.newfunction .step li {
  position: relative;
  border: 1px solid #8cc123;
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 50px;
}
.newfunction .step li:not(:last-of-type)::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -75px;
  width: 0;
  height: 0;
  content: '';
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-top: 30px solid #8cc123;
}
.newfunction .step li p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.newfunction .step li .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
}
.newfunction .step li img {
  margin-top: 10px;
}
.newfunction .step .img-step {
  border: none;
  width: 175px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.newfunction .txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
.newfunction .newrow {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.newfunction .newrow img{
  margin-bottom: 5px;
}
.newfunction .list-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.newfunction .list-new li {
  position: relative;
}
.newfunction .list-new .item {
  text-align: center;
}
.newfunction .list-new .item .num {
  position: relative;
  top: 10px;
  width: 35px;
  height: 35px;
  background:#8cc123;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  font-size: 2.5rem;
}
.newfunction .list-new .item p {
  position: relative;
  z-index: 100;
  z-index: 1;
  background:#8cc123;
  font-size: 1.6rem;
  padding: 5px 10px;
  text-align: left;
}
.newfunction .list-new li:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  content: '';
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 15px solid #8cc123;
}
@media screen and (max-width: 767px) {
  .newfunction .remotesensor {
    display: block;
  }
  .newfunction .remotesensor img {
    margin-bottom: 10px;
  }
  .newfunction .remotesensor p {
    font-size: 1.8rem;
  }
  .newfunction .heading .number span {
    font-size: 2rem;
  }
  .newfunction .heading .ttl .subttl {
    font-size: 1.4rem;
  }
  .newfunction .heading .ttl h3 {
    font-size: 1.6rem;
  }
  .newfunction .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .newfunction .list-new {
    display: block;
    width: 100%;
  }
  .newfunction .list-new li {
    width: 350px !important;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .newfunction .list-new li:not(:last-of-type)::after {
    top: auto;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-top: 15px solid #8cc123;
  }
}
/*=========================================
新機能　end
=========================================*/

/*=========================================
faq start
=========================================*/
.faq {
  border-top: 2px solid #8cc123;
  border-bottom: 2px solid #8cc123;
  margin-bottom: 30px;
}
.faq-nav {
	margin-bottom: 75px;
}
.faq-nav .btn {
	letter-spacing: -0.1em;
	font-weight: normal;
	margin-bottom: 20px;
}
.faq-nav .btn::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 8px;
  content: "\f105";
}
.faq-nav .row {
	margin-bottom: -20px;
}

.faq-section {
  padding: 50px 0;
}
.faq-section:nth-of-type(even) {
  background-color: #fef8f4;
}
.faq .faq-question,
.faq-answer {
  position: relative;
  padding: 15px 0;
  background-color: #fff;
}
.faq .faq-question {
  cursor: pointer;
}
.faq .faq-question-icon,
.faq-answer-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 3rem;
}
.faq-question-icon {
  color: #8cc123;
}
.faq .faq-question-text {
  padding-left: 50px;
  padding-right: 50px; /*開閉ボタン分の余白*/
  font-size: 1.8rem;
  font-size:1.4rem;
  line-height: 1.7;
}
.faq-answer-icon {
  color: #303030;
}
.faq .faq-answer {
  display:none;
  /*text-align: justify;*/
  padding: 20px 50px;
  background-color: #e8f3d3;
  color: #303030;
}
.faq .faq-answer a {
	text-decoration:underline;
	font-size:1.4rem;
}
.faq .faq-answer-text {
  font-size: 1.8rem;
  font-size:1.4rem;
  line-height: 1.7;
}
/* 開閉ボタン */
.faq .faq-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #8cc123;
  border-radius: 50%;
}
/* 開閉ボタンの縦線 */
.faq .faq-btn::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 7.5px;
  width: 15px;
  height: 3px;
  display: block;
  background-color: #8cc123;
  transition: all 0.2s;
  transform: rotate(90deg);
}
/* 開閉ボタンの横線 */
.faq .faq-btn::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 7.5px;
  width: 15px;
  height: 3px;
  display: block;
  background-color: #8cc123;
  transition: all 0.2s;
}
/* faq-btnクラスにis-openがついたときの挙動 */
.is-open.faq-btn::before {
  transform: rotate(0);
}
.is-open.faq-btn::after {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .faq-nav .btn {
		font-size: 16px;
		width: 100%;
  }
	.faq .faq-btn {
		right: 15px;
	}
}
@media screen and (max-width: 576px) {

}
/*=========================================
faq end
=========================================*/

/*=========================================
apply online strat
=========================================*/
.applyform-heading {
  background-color: #fbf6f0;
}
.applyform-container {
  background-color: #fbf6f0;
}
.applyform-container form span {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 5px;
}
.applyform-container form p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.applyform-container .form-heading {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  background-color: #8cc123;
  padding: 10px 15px;
  font-size: 18px;
}
.applyform-container .form-section:nth-of-type(even) {
  background-color: #fff;
}
.applyform-container .form-section-inner {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
  padding: 40px 0;
}

.applyform-container .form-group {
  margin-bottom: 30px;
}
.applyform-container .form-group:last-child {
  margin-bottom: 0;
}
/* 必須 */
.applyform-container .form-group .required {
  color: #a40000;
  padding: 0 5px;
  font-weight: 500;
  font-size: 1.6rem;
}
/* プレイスホルダー */
.applyform-container .form-control::placeholder {
  color: #9fa0a0;
}
.applyform-container form label,
.applyform-container form .form-control {
  font-size: 1.6rem;
  font-weight: 500;
}
/* ラジオボタン、チェックボックス */
.applyform-container form .form-check {
  padding-left: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}
.applyform-container form .form-check label {
  font-weight: 400;
}
.applyform-container form .form-check-label {
  font-weight: 400;
  padding-left: 3px;
  cursor: pointer;
}
.applyform-container form .form-check-input {
  cursor: pointer;
}
.applyform-container form textarea {
  width: 100%;
}
/* ラベルのタイトル */
.applyform-container form .label-title {
  margin-bottom: 20px;
  border-left: 6px solid #303030;
  padding-left: 10px;
}
/* input部分の背景 */
.applyform-container .form-control {
  background-color: #e8f3d3;
}

/* 郵便番号のspan */
.applyform-container .form-adress-number span {
  padding: 0 5px;
}
/* 住所 */
.applyform-container .form-adress .form-control {
  margin-bottom: 10px;
}
.applyform-container .form-adress .form-control:last-child {
  margin-bottom: 0;
}

/* 主な作物 */
.applyform-container form .produce .form-inline{
	margin-bottom: 10px;
}
.applyform-container form .produce .form-check{
	vertical-align: middle;
	margin-bottom: 0;
}

/* 登録予定圃場 */
.applyform-container .register-field .form-inline {
  margin-bottom: 15px;
}

/*チェックボックスが左にある場合 */
.applyform-container .checkbox-right .form-check {
  padding-left: 0;
}
.applyform-container .checkbox-right .form-check-label {
  padding-left: 0;
  margin-right: 5px;
  font-weight: 500;
}
.applyform-container .checkbox-right .form-check-input {
  vertical-align: middle;
}

.applyform-container form .agree-privacy {
  margin-bottom: 50px;
}
.applyform-container form .term {
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  padding: 20px;
  max-height: 240px; /*スクロールの高さ*/
  overflow-y: scroll;
  margin-bottom: 20px;
}

.applyform-container form .receive-info .form-check {
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  padding: 20px 0;
}
.applyform-container form .submit-btn-container {
	padding: 40px 0;
}

/*=========================================
apply online strat
=========================================*/

/*=========================================
Fee・Offer strat
=========================================*/
.fee-offer p {
  line-height: 1.5;
}
.fee-block {
  border-radius: 10px;
  border: 1px solid #8cc123;
  display: flex;
  padding: 15px 0;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 30px;
}

.fee-block h3 {
  font-size: 2.6rem;
  color: #8cc123;
  width: 20%;
  padding: 40px;
  border-right: 1px solid #8cc123;
  height: 100%;
  font-weight: bold;
  text-align: center;
}
.fee-block.paid-container h3 {
  padding: 110px 0;
}

.fee-block .fee-lists {
  width: 60%;
  padding: 0 30px;
}
.fee-block .fee-lists p {
  color: #a40000;
  font-size: 1.6rem;
}
.fee-block .fee-lists li {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.fee-block .fee {
  background-color: #8cc123;
  font-size: 4.2rem;
  width: 230px;
  height: 100%;
  text-align: center;
  margin-right: 15px;
  padding: 30px 0;
  border-radius: 10px;
  color: #fff;
}
.fee-block.paid-container .fee {
  padding: 110px 0;
}
.fee-block .fee span {
  font-size: 1.8rem;
}
.btn-fee-container {
  margin-bottom: 60px;
}
.btn-fee-container .btn {
  margin-bottom: 15px;
  width: 70%;
  max-width: 430px;
}
.btn-fee-container .btn:before {
  display: none;
}

.btn-fee-container .btn:last-child {
  margin-bottom: 0;
}

.offer-container {
  background-color: #faf5ee;
  padding: 60px 0;
}
.offer-container .ttl-section {
  color: #0c328c;
}
.offer-lead {
  max-width: 800px;
  width: 80%;
  margin: 0 auto 50px auto;
  font-size: 1.6rem;
}
.cross-table-container {
  margin-bottom: 50px;
}
.cross-table {
  border: 1px solid #303030;
  border-radius: 10px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.cross-table thead {
  background-color: #e8f3d3;
}
.cross-table thead th {
  padding: 30px 0;
  text-align: center;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  font-weight: 500;
  font-size: 1.6rem;
}
.cross-table tbody tr {
  height: 75px;
}
.cross-table tbody tr {
  height: 75px;
}
.cross-table tbody td {
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 0 15px;
  text-align: center;
  border-right: 1px solid #303030;
  border-bottom: 1px solid #303030;
  font-weight: 500;
}
.cross-table thead th:last-child,
.cross-table tbody td:last-child {
  border-right-width: 0px;
}
.cross-table tbody tr:last-child th {
  border-bottom-width: 0px;
}
.cross-table tbody tr:last-child td {
  border-bottom-width: 0px;
}

/* 対象者の横幅制限 */
.cross-table tbody tr td:nth-of-type(2) {
  max-width: 350px;
}
/* 　対象者のテキストを左へ */
.cross-table tbody tr .td-left {
  text-align: left;
}

.offer-text-container {
  margin-bottom: 30px;
}
.offer-text-container p {
  font-size: 1.6rem;
}
.offer-text-container p span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .fee-block {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    padding: 20px;
    margin-bottom: 30px;
  }
  .fee-block h3 {
    font-size: 2.4rem;
    width: 100%;
    padding: 10px 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #8cc123;
  }
  .fee-block.paid-container h3 {
    padding: 10px 0 30px 0;
  }
  .fee-block .fee-lists {
    width: 100%;
    padding: 40px 0;
  }
  .fee-block .fee {
    background-color: #8cc123;
    font-size: 3.6rem;
    width: 100%;
    margin-right: 0;
    padding: 30px 0;
  }
  .fee-block.paid-container .fee {
    padding: 30px 0;
  }
  .btn-fee-container .btn {
    width: 85%;
  }
  .cross-table-container {
    overflow-x: auto;
    border-right-width: 0;
  }
  .cross-table {
    min-width: 100%;
    width: auto;
  }
  .cross-table thead th,
  .cross-table tbody td {
    white-space: nowrap;
	}
	/* 対象者の横幅制限解除（解除しないと崩れるため） */
.cross-table tbody tr td:nth-of-type(2) {
  max-width: 100%;
}
}

/*=========================================
Fee・Offer end
=========================================*/

/*210330追加*/

/*本文マージン*/
.margin0 {
	margin-bottom: 0px!important;
}
.margin10 {
	margin-bottom: 10px!important;
}
.margin20 {
	margin-bottom: 20px!important;
}
.margin30 {
	margin-bottom: 30px!important;
}
.margin40 {
	margin-bottom: 40px!important;
}
.margin50 {
	margin-bottom: 50px!important;
}
.margin60 {
	margin-bottom: 60px!important;
}
.margin70 {
	margin-bottom: 70px!important;
}
.margin80 {
	margin-bottom: 80px!important;
}
.margin90 {
	margin-bottom: 90px!important;
}
.margin1em {
	margin-bottom: 1em!important;
}
.margin2em {
	margin-bottom: 2em!important;
}
.margin3em {
	margin-bottom: 3em!important;
}
.margin4em {
	margin-bottom: 4em!important;
}
.margin5em {
	margin-bottom: 5em!important;
}
.margin6em {
	margin-bottom: 6em!important;
}
.margin7em {
	margin-bottom: 7em!important;
}
.margin8em {
	margin-bottom: 8em!important;
}
.margin9em {
	margin-bottom: 9em!important;
}


.default p,
.default span,
.default tr,
.default th,
.default td,
.default ol,
.default ul,
.default li {
  font-size: 1.7rem;
  line-height:1.5;
  line-height: 1.8;
}


.default h2 {
	margin-bottom:0.5em;
	font-size:2.8rem;
}
.default h3 {
	margin-bottom:0.5em;
	font-size:2.4rem;
}
.default h4 {
	margin-bottom:0.5em;
	font-size:2.0rem;
}
.default h5 {
	margin-bottom:0.5em;
	font-size:1.8rem;
}

@media screen and (max-width: 767px) {
.default p,
.default span,
.default tr,
.default th,
.default td,
.default ol,
.default ul,
.default li {
  font-size: 1.4rem;
  line-height:1.5;
}

.default h2 {
	margin-bottom:0.5em;
	font-size:2.2rem;
}
.default h3 {
	margin-bottom:0.5em;
	font-size:2.0rem;
}
.default h4 {
	margin-bottom:0.5em;
	font-size:1.8rem;
}
.default h5 {
	margin-bottom:0.5em;
	font-size:1.6rem;
}
}

/* pagetop */
#gototop {
	display:none;
	position:fixed;
	bottom:65px;
	right: calc(50% - 740px);
	width:80px;
	height:80px;
	line-height:0;
	z-index: 10001;
}
@media screen and (max-width: 1480px) {
#gototop {
	right: 20px;
	bottom:30px;
	width:40px;
	height:40px;
}
}
@media screen and (max-width: 767px) {
#gototop {
	right: 20px;
	bottom:60px;
	width:40px;
	height:40px;
}
}
#gototop:hover {
	opacity:0.7;
}
#gototop a:hover {
	text-decoration:none;
}

.pagelink {
   margin-top:-170px;
  padding-top:170px;
}
@media screen and (max-width: 767px) {
.pagelink {
   margin-top:-80px;
  padding-top:80px;
}
}
/*本文内各種パーツ***********************/
.default p {
	margin-bottom: 1.5em;
}
.default p:last-child {
	margin-bottom: 0;
}
.default section {
}
.default section:last-child {
}
/*画像*/
#contents .imgvisual {
	margin: 0px auto 0px auto;
	line-height: 0;
}
/*リスト*/
.default ul {
	margin-bottom: 1.5em;
}
.default ul > li {
	list-style:disc;
	list-style-position: outside;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}
.default ol {
	margin-bottom: 1.5em;
}
.default ol > li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}
.default ol.first {
	counter-reset: first;
	list-style: none;
	margin-bottom: 1.5em;
}
.default ol.first > li {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
}
.default ol.first li:before {
	counter-increment: first;
	content: counter(first);
	position: absolute;
	top: 0%;
	left: 0;
}
.default ol.second {
	counter-reset: second;
	list-style: none;
	margin-bottom: 1.5em;
}
.default ol.second > li {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
}
.default ol.second li:before {
	counter-increment: second;
	content: counter(second);
	content: "(" counter(second) ")";
	position: absolute;
	top: 0%;
	left: 0;
}
.default ol.bold li:before {
	font-weight: 500;
}
.default ol.third {
	counter-reset: third;
	list-style: none;
	margin-bottom: 1.5em;
}
.default ol.third > li {
	position: relative;
	list-style: none;
	margin-left: 0;
	padding-left: 1.5em;
}
.default ol.third li:before {
	counter-increment: third;
	content: "[" counter(third) "]";
	position: absolute;
	top: 0%;
	left: 0;
}
.default dl {
	margin-bottom: 1.5em;
}
.default dl > dt {
	list-style: none;
}
.default dl > dd {
	list-style: none;
	margin-bottom: 0.5em;
	margin-left: 2em;
}
.default ul:last-child, .default ol:last-child, .default dl:last-child {
	margin-bottom: 0;
}
/*リンク*/
.default .link {
	position: relative;
	padding-left: 0.8em;
	padding-right:0.2em;
}
.default .link::before {
	position: absolute;
	content: ">";
	top: -0.2em;
	left: 0.2em;
	color: #1455aa;
	font-size:1em;
}
.default .pdf {
	position: relative;
	margin-right: 20px;
	padding-left: 1em;
}
.default .pdf {
	white-space: nowrap;
	position: relative;
	margin-right: 20px;
	padding-left: 1em;
}
.default .pdf::before {
	position: absolute;
	content: ">";
	top: -0.2em;
	left: 0.2em;
	color: #1455aa;
	font-size:1em;
}
.default .pdf::after {
	position: absolute;
	content: url(../images/common/icon_pdf_s.png);
	bottom: -5px;
	right: -17px;
}
.default .back {
	position: relative;
	padding-left: 0.8em;
	padding-right:0.2em;
}
.default .back::before {
	position: absolute;
	content: "<";
	top: -0.2em;
	left: 0.2em;
	color: #006699;
	font-size:1em;
}
/*テーブル**********************************************/
.default table {
	min-width:80%;
	margin: 0 auto 40px auto;
	border-top: #c1c1c1 1px solid;
	border-right: #c1c1c1 1px solid;
	border-spacing: 0;
	border-collapse : collapse;
}
.default table th {
	padding: 8px 8px;
	word-wrap: normal;
	text-wrap: none;
	border-bottom: #c1c1c1 1px solid;
	border-left: #c1c1c1 1px solid;
	white-space: nowrap;
	font-weight:normal;
	text-align: left;
	letter-spacing: 0.2em;
	background-color:#eee;
}
.default table td {
	position: relative;
	padding: 8px 8px;
	width: auto;
	border-bottom: #c1c1c1 1px solid;
	border-left: #c1c1c1 1px solid;
}
.faq .default table {
	margin-bottom: 0;
}
.faq .default table td {
	background-color: #FFF;
}
.default table th.center, #contents .default table td.center {
	text-align: center;
}
.default table th.left, #contents .default table td.left {
	text-align: left;
}
.default table th.right, #contents .default table td.right {
	text-align: right;
}
.default table caption {
	font-weight: 500;
}

table.default  {
	min-width:80%;
	margin: 0 auto 40px auto;
	border-top: #c1c1c1 1px solid;
	border-right: #c1c1c1 1px solid;
	border-spacing: 0;
	border-collapse : collapse;
}
table.default  th {
	padding: 4px 4px;
	word-wrap: normal;
	text-wrap: none;
	border-bottom: #c1c1c1 1px solid;
	border-left: #c1c1c1 1px solid;
	white-space: nowrap;
	font-weight:normal;
	text-align: left;
	letter-spacing: 0.2em;
	background-color:#8cc123;
}
 table.default td {
	position: relative;
	padding: 4px 4px;
	width: auto;
	border-bottom: #c1c1c1 1px solid;
	border-left: #c1c1c1 1px solid;
	background-color: #FFF;
}

.section-box {
	margin-bottom:30px;
}

/*.section-box ol {
  counter-reset: ollist;
  margin-top: 20px;
  padding-left: 20px;
  font-size:1.4rem;
}

.section-box ol li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  letter-spacing:0.05em;
}

.section-box ol li:before {
  position: absolute;
  display: inline-block;
  counter-increment: ollist;
  content: "(" counter(ollist) ")";
  left: 0;
  top: 0;
}

.section-box ol.ptn01 > li {
  padding-left: 25px;
  margin-bottom: 20px;
}

.section-box ol.ptn01 > li:before {
  content: counter(ollist) ". ";
}

.section-box ol.ptn01 > li p {
  margin-top: 10px;
}

.section-box ol.ptn01 > li ol {
  padding-left: 0;
}*/


/*無料で試す*/
#userID {
	width:100%;
	height:40px;
	font-size:2.0rem;
}

.get-started-block {
  border-radius: 10px;
  border: 1px solid #8cc123;
  display: flex;
  padding: 15px 0;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 30px;
}

.get-started-block h3 {
  font-size: 2.6rem;
  color: #8cc123;
  width: 50%;
  padding: 40px;
  border-right: 1px solid #8cc123;
  height: 100%;
  font-weight: bold;
  text-align: center;
}
.get-started-block.paid-container h3 {
  padding: 110px 0;
}
.get-started-block .id_area {
  font-size: 2.6rem;
  width: 50%;
  padding: 40px;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
#userID {
	width:100%;
	height:40px;
	font-size:1.5rem;
}

.get-started-block {
  border-radius: 10px;
  border: 1px solid #8cc123;
  display: flex;
  flex-wrap:wrap;
  padding: 15px 0;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 30px;
}

.get-started-block h3 {
  font-size: 2.0rem;
  color: #8cc123;
  width: 100%;
  padding: 10px;
  border-right: none;
  height: 100%;
  font-weight: bold;
  text-align: center;
}
.get-started-block.paid-container h3 {
  padding: 110px 0;
}
.get-started-block .id_area {
  font-size: 2.0rem;
  width: 100%;
  padding: 10px;
  height: 100%;
  text-align: center;
}
}
.terms p, .service-policy p, .privacy-policy p{
	margin-bottom: 0;
  text-indent: 1em;
}
/*=========================================
レイミー連携
=========================================*/

/*2507追加*/
.ramey p {
	margin-bottom: 1em;
	font-size: 1.7rem;
    line-height: 1.8;
	text-align: left;
}
.sub-header.ramey-header {
	max-width: 1030px;
	height: auto;
	margin: 0 auto;
}

.ramey .container.contact {
				padding-top: 50px;
    padding-bottom: 50px;
	}
.ramey .heading {
  display: block;
  background:#8cc123;
  border-radius: 0;
  margin-bottom: 25px;
		-webkit-box-align: center;
		-ms-flex-align: center;
    align-items: center;
    background-color: #8cc123;
    border: 5px solid #8cc123;
	}
.ramey .heading h3.ttl {
		padding-left: 15px;
		padding-right: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 2.6rem;
}
.ramey h4 {
    font-size: 2.1rem;
    margin-bottom: 10px;
}
.ramey h4.ttl {
    display: inline-block;
    border-bottom: 4px dotted #006a34;
    font-size: 2.1rem;
    color: #006a34;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}
.ramey .btn-fee-container img {
	width: 34px;
}
.ramey .btn-fee-container img {
	width: 34px;
}
.ramey .block-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 70%;
    max-width: 430px;
				height: 125px;
				margin: 0 auto;
				border-radius: 30px;
    background: #8cc123;
    text-align: center;
    color: #fff;
				font-size: 1.8rem;
}
.ramey .block-contact a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.ramey .block-contact a img {
    height: 38px;
    margin-bottom: 10px;
}
.ramey .tbl {
  width: 100%;
  border: 1px solid #303030;
}
.ramey .tbl th,
.ramey .tbl td {
  padding: 10px;
  font-size: 1.7rem;
  text-align: center;
  border: 0.5px solid #303030;
  vertical-align: middle;
}
.ramey .tbl th {
  background: #dcecbd;
}
.ramey .tbl .heading-table th {
  padding: 5px 0;
}
.ramey .tbl .heading-table caption {
				font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .ramey .tbl .heading-table th {
  }
  .ramey .tbl td {
  }
}


