@charset "utf-8";

/* --------
top
------- */

.top_annotation{
border-bottom: 1px solid red;
margin-top: 32px;
font-size: 18px;
line-height: 22px;
display: inline-block;
}
.top_annotation span{
  font-size: 12px;
}



.top_img img {
  width: 100%;
}

.top_contetns {
  background: #ecf3e2;
  padding: 46px 20px 56px;
}

.top_title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.top_copy{
  text-align: center;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    margin: 0px 0 48px;
}

.top_button_content {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: center;
}

.top_button_item {
  display: grid;
  grid-template-columns: 50px 1fr;
  border: 1px solid #3d8940;
  border-radius: 50px;
  padding:16px 20px;
  background: #fff;
  gap: 10px;
  align-items: center;
}


.top_button_name {
  color: #eee42e;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.top_button_name span {
  font-size: 26px;
  display: inline-block;
}

.top_button_text {
  color: #3d8940;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0;
}

/* --------
plan
------- */



#plan01 {
  /* border-top: 1px solid #3d8940; */
}

.plan_item {
  text-align: center;
  padding: 32px 0 38px;
  border-bottom: 1px solid #3d894085;
}

.none{
  border-bottom: none;
}

.plan_item span{
  display: inline-block;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}



.plan_item:last-child{
  border-bottom:none
}

.plan_name {
  font-size: 18px;
  font-weight: 700;
  color: #eee42e;
}

.plan_title {
  color: #3d8940;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
    padding: 16px 0 12px;
}

.plan_copy {
  letter-spacing: 0;
  line-height: 26px;
}

.plan_img {
  padding: 20px 24px 30px;
}

.plan_img img {
  width: 100%;
}

.plan_button {
    background: #3d8940;
    max-width: 130px;
    border-radius: 30px;
    margin: 0 auto;
    padding: 10px 0;
}

.plan_button a {
  color: #fff;
  text-align: center;
}
.comingsoon_button {
    background:#f0f0f0;
    max-width: 130px;
    border-radius: 30px;
    margin: 0 auto;
    padding: 10px 0;
    color: #5f5f5f;
  text-align: center;
}



.contents-annotation{
  border-top: none;
  margin: 30px 6px 40px 0;
}

.annotation{
  text-align: center;
  font-size: 14px;
  margin: 30px auto;
}