@charset "UTF-8";

/* ul li:nth-of-type(n+2){ display: none; } */

img { image-rendering: -webkit-optimize-contrast; }

#greenmenu,
#greenmenu * {
  color: #453f39;
  font-size: 14px;
  line-height: 1.5;
}
#greenmenu br {
  font-size: inherit;
}
#greenmenu .list-note.fs-12 li,
#greenmenu .list-note.fs-12 li::before {
  font-size: 12px;
}
#greenmenu p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
#greenmenu sup {
  color: inherit;
  font-size: 65% !important;
  font-weight: inherit;
}



/* -------------------- box -------------------- */
#greenmenu .sp { display: none !important; }
@media (max-width: 767px) {
#greenmenu .pc { display: none !important; }
#greenmenu .sp { display: block !important; }
#greenmenu br.sp { display: inline !important; }
}

#greenmenu .inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 90px 20px;
}
#greenmenu .inner_s {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
#greenmenu .inner_mini {
  width: 100%;
  max-width: 736px;
  margin: 0 auto;
}

#greenmenu .bg_green { background: #e5fff6; }
#greenmenu .bg_yellow { background: #f8fce4; }
#greenmenu .bg_white { background: #fff; }
#greenmenu .bg_contact { background: #ebffc4; }
#greenmenu .bg_pink { background: #fff2f0; }
#greenmenu .bg_shadow { box-shadow: 0 0 10px 0 rgba(45,45,42,0.1); }

#greenmenu .box_kadomaru_5 { border-radius: 5px; }
#greenmenu .box_kadomaru_10 { border-radius: 10px; }
#greenmenu .box_kadomaru_15 { border-radius: 15px; }
#greenmenu .box_kadomaru_20 { border-radius: 20px; }



/* -------------------- font -------------------- */
#greenmenu .fc_orange { color: #ff9100; }
#greenmenu .fc_green { color: #309d65; }
#greenmenu .fc_gray { color: #999999; }

#greenmenu .font_ss { font-size: 10px; }
#greenmenu .font_s { font-size: 12px; }
#greenmenu .font_m { font-size: 14px; }
#greenmenu .font_r { font-size: 16px; }
#greenmenu .font_l { font-size: 18px; }
#greenmenu .font_ll { font-size: 24px; }



/* -------------------- margin & padding -------------------- */
#greenmenu .pdg_none { padding: 0 !important; }
#greenmenu .pdg_ss { padding: 10px !important; }
#greenmenu .pdg_s { padding: 20px !important; }
#greenmenu .pdg_m { padding: 30px !important; }
#greenmenu .pdg_l { padding: 50px !important; }

#greenmenu .mgn_none { margin: 0 !important; }
#greenmenu .mgn_ss { margin: 10px !important; }
#greenmenu .mgn_s { margin: 20px !important; }
#greenmenu .mgn_m { margin: 30px !important; }
#greenmenu .mgn_l { margin: 50px !important; }

#greenmenu .pdg_t_none { padding-top: 0 !important; }
#greenmenu .pdg_t_ss { padding-top: 10px !important; }
#greenmenu .pdg_t_s { padding-top: 20px !important; }
#greenmenu .pdg_t_m { padding-top: 30px !important; }
#greenmenu .pdg_t_l { padding-top: 50px !important; }

#greenmenu .mgn_t_none { margin-top: 0 !important; }
#greenmenu .mgn_t_ss { margin-top: 10px !important; }
#greenmenu .mgn_t_s { margin-top: 20px !important; }
#greenmenu .mgn_t_m { margin-top: 30px !important; }
#greenmenu .mgn_t_l { margin-top: 50px !important; }
#greenmenu .mgn_t_ll { margin-top: 90px !important; }

#greenmenu .pdg_l_none { padding-left: 0 !important; }
#greenmenu .pdg_l_ss { padding-left: 10px !important; }
#greenmenu .pdg_l_s { padding-left: 20px !important; }
#greenmenu .pdg_l_m { padding-left: 30px !important; }
#greenmenu .pdg_l_l { padding-left: 50px !important; }

#greenmenu .mgn_l_none { margin-left: 0 !important; }
#greenmenu .mgn_l_ss { margin-left: 10px !important; }
#greenmenu .mgn_l_s { margin-left: 20px !important; }
#greenmenu .mgn_l_m { margin-left: 30px !important; }
#greenmenu .mgn_l_l { margin-left: 50px !important; }

#greenmenu .pdg_r_none { padding-right: 0 !important; }
#greenmenu .pdg_r_ss { padding-right: 10px !important; }
#greenmenu .pdg_r_s { padding-right: 20px !important; }
#greenmenu .pdg_r_m { padding-right: 30px !important; }
#greenmenu .pdg_r_l { padding-right: 50px !important; }

#greenmenu .mgn_r_none { margin-right: 0 !important; }
#greenmenu .mgn_r_ss { margin-right: 10px !important; }
#greenmenu .mgn_r_s { margin-right: 20px !important; }
#greenmenu .mgn_r_m { margin-right: 30px !important; }
#greenmenu .mgn_r_l { margin-right: 50px !important; }

#greenmenu .pdg_b_none { padding-bottom: 0 !important; }
#greenmenu .pdg_b_ss { padding-bottom: 10px !important; }
#greenmenu .pdg_b_s { padding-bottom: 20px !important; }
#greenmenu .pdg_b_m { padding-bottom: 30px !important; }
#greenmenu .pdg_b_l { padding-bottom: 50px !important; }

#greenmenu .mgn_b_none { margin-bottom: 0 !important; }
#greenmenu .mgn_b_ss { margin-bottom: 10px !important; }
#greenmenu .mgn_b_s { margin-bottom: 20px !important; }
#greenmenu .mgn_b_m { margin-bottom: 30px !important; }
#greenmenu .mgn_b_l { margin-bottom: 50px !important; }



/* -------------------- headline -------------------- */
#greenmenu h2 {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
}
#greenmenu h2::before { display: none; }
#greenmenu h2::after {
  background: url(../images/h2_line.png) repeat-x;
  background-size: contain;
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  height: 10px;
  margin: 0;
}
#greenmenu h2 sup {
  font-size: 14px !important;
  top: -20px;
}
#greenmenu h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
#greenmenu h4 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}



/* -------------------- link & button -------------------- */
#greenmenu .textLink {
  color: #309d65;
  font-size: inherit;
  text-decoration: underline;
}
#greenmenu a.textLink[target="_blank"] {
  position: relative;
  padding-right: 17px;
}
#greenmenu a.textLink[target="_blank"]::after {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: url(../images/icn-link-blank-black.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  margin: auto;
}
#greenmenu .textLink_pdf {
  color: #309d65;
  font-size: inherit;
  text-decoration: underline;
  position: relative;
  padding-right: 17px;
}
#greenmenu a.textLink_pdf::after {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  right: 0;
  display: inline-block;
  background: url(../images/icn-link-pdf.svg) no-repeat center center/contain;
  width: 14px;
  height: 16px;
  margin: auto;
}
#greenmenu .button_s {
  display: block;
  width: 100%;
  max-width: 220px;
  min-height: 40px;
  background: #2fc519;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 12px 10px 0;
  margin: 0 auto;
  position: relative;
}
#greenmenu .button_s::after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
#greenmenu .button_l {
  display: block;
  width: 100%;
  max-width: 370px;
  min-height: 60px;
  background: #2fc519;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  padding: 19px 20px 0;
  margin: 0 auto;
  position: relative;
}
#greenmenu .button_l::after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
#greenmenu .button_s.notAnc::after,
#greenmenu .button_l.notAnc::after {
  margin-top: -2px;
  transform: translateY(-25%) rotate(45deg);
}



/* -------------------- note -------------------- */
#greenmenu ul.note_kome,
#greenmenu ul.note_no {
  margin-bottom: 0;
}
#greenmenu ul.note_kome li {
  position: relative;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 12px;
}
#greenmenu ul.note_kome li::before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: 0;
}
#greenmenu ul.note_no li {
  margin-bottom: 0;
  font-size: 12px;
  text-indent: -3em;
  padding-left: 3em;
}
#greenmenu .list-note-num li {
  margin-bottom: 0;
}



/* -------------------- accordion -------------------- */
#greenmenu .accordion {
  border-bottom: 1px solid #E2E2E2;
}
#greenmenu .accordion.bdr_none {
  border-bottom: none;
}
#greenmenu .accordion .accordion-header {
  padding: 28px 54px 28px 0;
  margin-top: 16px;
  cursor: pointer;
  position: relative;
}
#greenmenu .accordion.bdr_none .accordion-header {
  padding: 28px 54px 28px 28px;
}
#greenmenu .accordion .accordion-header:first-child {
  margin-top: 0;
}
#greenmenu .accordion .accordion-header::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  background: url(/common_v10/images/icn-accordion-defult.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  margin: auto;
}
#greenmenu .accordion .accordion-header.open::after {
  background: url(/common_v10/images/icn-accordion-open.svg) no-repeat center center/contain;
}
#greenmenu .accordion .accordion-body {
  padding: 28px 0;
  margin-bottom: 0;
}
#greenmenu .accordion .accordion-close {
  text-align: right;
  padding-top: 28px;
}
#greenmenu .accordion .accordion-close span {
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding-right: 32px;
  position: relative;
}
#greenmenu .accordion .accordion-close span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(/common_v10/images/icn-accordion-open.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  margin: auto;
}

#greenmenu .accordion.faqList {
  border-bottom: none;
}
#greenmenu .accordion.faqList .accordion-header {
  background: #F2F2F2;
  padding: 28px 54px 28px 72px;
  margin-bottom: 0;
  font-weight: normal;
  transition: .3s opacity ease-out;
  border-radius: 8px;
}
#greenmenu .accordion.faqList .accordion-header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  background: url(/common_v10/images/icn-q.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  margin: auto;
}
#greenmenu .accordion.faqList .accordion-header.open {
  border-radius: 8px 8px 0 0;
  transition: .3s opacity ease-out;
}
#greenmenu .accordion.faqList .accordion-body {
  padding: 28px 16px;
  padding-left: 72px;
  background: #F2F2F2;
  border-radius: 0 0 8px 8px;
  position: relative;
}
#greenmenu .accordion.faqList .accordion-body::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 24px;
  background: url(/common_v10/images/icn-a.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  margin: auto;
}
#greenmenu .accordion.faqList .accordion-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 48px);
  height: 0;
  border-bottom: 1px solid #D0D0D0;
}



/* -------------------- MV -------------------- */
#greenmenu .mv.bg_mv {
  background: url(../images/bg_mv.jpg) no-repeat center top;
  /* background-size: 100%; */
  background-size: cover;
}
#greenmenu .mv .inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}
#greenmenu .mv h1 {
  display: none;
}



/* -------------------- CV -------------------- */
#greenmenu .new-cv-ttl {
  color: #333;
  font-size: 19px;
  margin-bottom: 10px;
}
#greenmenu .btn-primary,
#greenmenu .btn-primary * {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}
#greenmenu .btn-starterinq,
#greenmenu .btn-starterinq *,
#greenmenu .btn-member,
#greenmenu .btn-member *,
#greenmenu .btn-trouble,
#greenmenu .btn-trouble * {
  color: #333;
  font-size: 18px;
  line-height: 1.3;
}
#greenmenu .btn-trouble {
  padding: 8px 50px 10px;
}



/* -------------------- navi -------------------- */
#greenmenu .naviMenu {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 30px;
  padding: 15px 0;
  display: flex;
  flex-flow: row nowrap;
}
#greenmenu .naviMenu.naviMenu_top li,
#greenmenu .naviMenu.naviMenu_price li {
  text-align: center;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid #adf0d9;
}
#greenmenu .naviMenu.naviMenu_top li {
  width: 22%;
}
#greenmenu .naviMenu.naviMenu_top li:first-child {
  width: 34%;
}
#greenmenu .naviMenu.naviMenu_price li {
  width: 33%;
}
#greenmenu .naviMenu.naviMenu_top li:last-child,
#greenmenu .naviMenu.naviMenu_price li:last-child {
  border-right: none;
}

#greenmenu .naviMenu li a {
  display: block;
  width: 100%;
  font-size: 16px;
  position: relative;
  padding: 20px;
}
#greenmenu .naviMenu li a::after,
#greenmenu .naviMenu li a.notAnc::after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #2fc519;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
}
#greenmenu .naviMenu li a.notAnc::after {
  margin-top: -2px;
  transform: translateY(-25%) rotate(45deg);
}



/* -------------------- main text -------------------- */
#greenmenu .mainTxt_s {
  text-align: center;
  margin-bottom: 50px;
}
#greenmenu .mainTxt_l {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.25rem;
  margin-bottom: 50px;
}
#greenmenu .mainTxt_l sup {
  font-size: 10px;
}



/* -------------------- point -------------------- */
#greenmenu .bg_point {
  background: url(../images/bg_point.jpg) no-repeat center bottom;
  background-size: 100%;
  padding: 30px 20px 90px;
}
#greenmenu .pointWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media(min-width:768px) {
  #greenmenu .pointWrap {
    margin-bottom:70px;
  }
}
#greenmenu .pointWrap .pointBox {
  width: 32%;
  max-width: 300px;
  padding: 30px 20px 50px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
}
#greenmenu .pointWrap .pointNo {
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}
#greenmenu .pointWrap .pointTtl {
  display: table;
  width: 100%;
  min-height: 60px;
  margin-bottom: 10px;
}
#greenmenu .pointWrap .pointTtl p {
  display: table-cell;
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}
#greenmenu .pointWrap .pointImg {
  margin-top: 20px;
  width: 100%;
}
#greenmenu .pointWrap .pointImg img {
  width: 100%;
}
#greenmenu .pointWrap .pointBtn {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}



/* -------------------- bnr -------------------- */
#greenmenu .bnrArea {
  width: 100%;
  max-width: 740px;
  margin: 70px auto 0;
}



/* -------------------- movie -------------------- */
body.overflow-y.hidden {
  overflow-y: hidden;
}
body.overflow-y.auto {
  overflow-y: auto;
}
#greenmenu .movieArea {
  width: 100%;
  max-width: 900px;
  margin: 50px auto 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#greenmenu .movieArea .movieArea_txt {
  width: calc(100% - 450px);
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.25rem;
}
#greenmenu .movieArea .movieArea_movie {
  width: 450px;
}
#greenmenu .movieArea .movieArea_movie img.thumbnail {
  cursor: pointer;
  border-radius: 16px;
}
#greenmenu #modal-video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.75);
  transition: .5s;
}
#greenmenu #modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}
#greenmenu #modal-video.open {
  filter: opacity(1);
  visibility: visible;
}
#greenmenu .modal-content {
  position: relative;
}
#greenmenu .modal-header {
  line-height: 1.5;
}
#greenmenu .modal-header .ttl {
  font-size: 24px;
}
#greenmenu .modal-body .btn-white-dark span {
  line-height: 1.3;
}
#greenmenu .modal-body p {
  font-size: 16px;
}
#greenmenu .modal-footer a.btn-close {
  font-size: 16px;
  line-height: 1.3;
}
#greenmenu .closeBtn {
  cursor: pointer;
  position: absolute;
  top: -42px;
  right: 0;
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  opacity: 1;
}
#greenmenu .closeBtn:hover {
  transition: .3s;
  opacity: 0.75;
}
#greenmenu .closeBtn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#greenmenu .closeBtn::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
#greenmenu .closeBtn::before,
#greenmenu .closeBtn::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
}
#greenmenu iframe {
  width: 64vw;
  height: 36vw;
}



/* -------------------- area -------------------- */
#greenmenu .bg_area {
  background: #e5fff6 url(../images/bg_area.png) bottom center repeat-x;
  background-size: 1727px 130px;
  padding-bottom: 90px;
}
#greenmenu .areaList {
  color: #01b1af;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}



/* -------------------- entry -------------------- */
#greenmenu .entryImg {
  width: 100%;
  max-width: 730px;
  margin: 10px auto 0;
}



/* -------------------- structure -------------------- */
#greenmenu .bg_structure {
  background: #f8fce4 url(../images/bg_structure.jpg) top center no-repeat;
  background-size: 100%;
}
#greenmenu .structure_img {
  width: 100%;
  max-width: 537px;
  margin: 0 auto 50px;
}

#greenmenu .graph_img {
  width: 100%;
  max-width: 735px;
  margin: 30px auto;
}
#greenmenu .graph_img img {
  width: 100%;
}

#greenmenu .sample {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#greenmenu .sample div {
  width: 49%;
  max-width: 380px;
}

#greenmenu .myjcomapp {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 40px;
  display: flex;
  flex-flow: row wrap;
}
#greenmenu .myjcomapp > div {
  width: 48%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#greenmenu .myjcomapp > div:first-child {
  margin-right: 4%;
}
#greenmenu .myjcomapp .myjcomappImg {
  width: 240px;
  padding-right: 20px;
}
#greenmenu .myjcomapp .myjcomappTxt {
  width: calc(100% - 240px);
}
#greenmenu .myjcomapp .myjcomappTtl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ff9100;
}

#greenmenu .sdgsImg {
  width: 100%;
  max-width: 778px;
  margin: 0 auto;
}



/* -------------------- deco upper -------------------- */
#greenmenu .section-campaign-jcom-net .h-deco-upper span {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #e93817;
  margin-bottom: 30px;
}

#greenmenu .deco_upper_orange {
  text-align: center;
  margin: 30px 0;
}
#greenmenu .deco_upper_orange span {
  position: relative;
  display: inline-block;
  color: #ff9100;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#greenmenu .deco_upper_orange span::before,
#greenmenu .deco_upper_orange span::after {
  position: absolute;
  top: 8px;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 28px;
  border-left: 1px solid #ff9100;
  margin: auto;
}
#greenmenu .deco_upper_orange span::before {
  left: -21px;
  transform: rotate(-40deg);
}
#greenmenu .deco_upper_orange span::after {
  right: -21px;
  transform: rotate(40deg);
}

#greenmenu .deco_upper_green {
  text-align: center;
  margin: 30px 0 0;
}
#greenmenu .deco_upper_green span {
  position: relative;
  display: inline-block;
  color: #309d65;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#greenmenu .deco_upper_green span::before,
#greenmenu .deco_upper_green span::after {
  position: absolute;
  top: 8px;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 28px;
  border-left: 1px solid #309d65;
  margin: auto;
}
#greenmenu .deco_upper_green span::before {
  left: -21px;
  transform: rotate(-40deg);
}
#greenmenu .deco_upper_green span::after {
  right: -21px;
  transform: rotate(40deg);
}



/* -------------------- contact -------------------- */
#greenmenu #contact .contactBtn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#greenmenu #contact .inner {
  max-width: 820px;
  padding: 30px 20px;
}
#greenmenu #contact .contactBtn > div {
  width: 50%;
}
#greenmenu #contact .contactBtn .contact_entryBtn a {
  display: block;
  width: 100%;
  max-width: 372px;
  height: 70px;
  background: #e93817 url(/common_v10/images/icn-think-white.svg) no-repeat 20px center;
  background-size: 32px 32px;
  border-radius: 35px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 25px 20px 0;
  position: relative;
}
#greenmenu #contact .contactBtn .contact_entryBtn a::after {
  background: url(/common_v10/images/icn-bullet-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  margin: auto;
}






















@media (max-width: 1024px) { 
#greenmenu .myjcomapp .sp { display: block !important; }
#greenmenu .myjcomapp .pc { display: none !important; }
#greenmenu .myjcomapp br.sp { display: none !important; }
#greenmenu .myjcomapp {
  max-width: 500px;
  margin: 0 auto 50px;
  display: block;
}
#greenmenu .myjcomapp > div {
  width: 100%;
  display: block;
}
#greenmenu .myjcomapp > div:first-child {
  margin-right: 0;
  margin-bottom: 40px;
}
#greenmenu .myjcomapp .myjcomappImg {
  width: 60%;
  max-width: 230px;
  margin: 0 auto 20px;
  padding-right: 0;
}
#greenmenu .myjcomapp .myjcomappTxt {
  width: 100%;
  text-align: center;
}
#greenmenu .myjcomapp .myjcomappTtl {
  margin-bottom: 0;
  border-bottom: none;
}
}










@media (max-width: 767px) {

/* -------------------- box -------------------- */
#greenmenu .inner {
  padding: 50px 20px;
}

/* -------------------- font -------------------- */
#greenmenu .font_r { font-size: 15px; }
#greenmenu .font_l { font-size: 16px; }
#greenmenu .font_ll { font-size: 18px; }

/* -------------------- margin & padding -------------------- */
#greenmenu .pdg_s { padding: 10px !important; }
#greenmenu .pdg_m { padding: 20px !important; }
#greenmenu .pdg_l { padding: 20px !important; }

#greenmenu .mgn_s { margin: 10px !important; }
#greenmenu .mgn_m { margin: 20px !important; }
#greenmenu .mgn_l { margin: 20px !important; }

#greenmenu .pdg_t_s { padding-top: 10px !important; }
#greenmenu .pdg_t_m { padding-top: 20px !important; }
#greenmenu .pdg_t_l { padding-top: 30px !important; }

#greenmenu .mgn_t_s { margin-top: 10px !important; }
#greenmenu .mgn_t_m { margin-top: 20px !important; }
#greenmenu .mgn_t_l { margin-top: 20px !important; }
#greenmenu .mgn_t_l { margin-top: 50px !important; }

#greenmenu .pdg_l_s { padding-left: 10px !important; }
#greenmenu .pdg_l_m { padding-left: 20px !important; }
#greenmenu .pdg_l_l { padding-left: 20px !important; }

#greenmenu .mgn_l_s { margin-left: 10px !important; }
#greenmenu .mgn_l_m { margin-left: 20px !important; }
#greenmenu .mgn_l_l { margin-left: 20px !important; }

#greenmenu .pdg_r_s { padding-right: 10px !important; }
#greenmenu .pdg_r_m { padding-right: 20px !important; }
#greenmenu .pdg_r_l { padding-right: 20px !important; }

#greenmenu .mgn_r_s { margin-right: 10px !important; }
#greenmenu .mgn_r_m { margin-right: 20px !important; }
#greenmenu .mgn_r_l { margin-right: 20px !important; }

#greenmenu .pdg_b_s { padding-bottom: 10px !important; }
#greenmenu .pdg_b_m { padding-bottom: 20px !important; }
#greenmenu .pdg_b_l { padding-bottom: 20px !important; }

#greenmenu .mgn_b_s { margin-bottom: 10px !important; }
#greenmenu .mgn_b_m { margin-bottom: 20px !important; }
#greenmenu .mgn_b_l { margin-bottom: 20px !important; }

/* -------------------- headline -------------------- */
#greenmenu h2 {
  margin-bottom: 30px;
  font-size: 24px;
}
#greenmenu h2::before { display: none; }
#greenmenu h2::after {
  bottom: -15px;
  height: 8px;
}
#greenmenu h2 sup {
  top: -8px;
}
#greenmenu h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
#greenmenu h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

/* -------------------- link & button -------------------- */
#greenmenu .button_l {
  max-width: 340px;
  min-height: 50px;
  font-size: 16px;
  padding: 16px 20px 0;
}
#greenmenu .btn-trouble {
  padding: 10px;
}

/* -------------------- note -------------------- */

/* -------------------- accordion -------------------- */
#greenmenu .accordion .accordion-header {
  padding: 24px 46px 24px 0;
}
#greenmenu .accordion.bdr_none .accordion-header {
  padding: 24px 46px 24px 24px;
}
#greenmenu .accordion .accordion-header::after {
  right: 16px;
}
#greenmenu .accordion .accordion-body {
  padding: 24px 0;
}
#greenmenu .accordion .accordion-close {
  padding: 24px 0;
}

#greenmenu .accordion.faqList .accordion-header {
  padding: 20px 46px 20px 64px;
  margin-top: 10px;
}
#greenmenu .accordion.faqList .accordion-header::before {
  left: 16px;
}
#greenmenu .accordion.faqList .accordion-body {
  padding: 20px 16px;
  padding-left: 64px;
}
#greenmenu .accordion.faqList .accordion-body::before {
  left: 16px;
}
#greenmenu .accordion.faqList .accordion-body::after {
  left: 16px;
  width: calc(100% - 32px);
}

/* -------------------- MV -------------------- */

/* -------------------- navi -------------------- */
#greenmenu .naviMenu {
  margin: 0 auto 20px;
  padding: 10px 0;
  flex-flow: row wrap;
}
#greenmenu .naviMenu.naviMenu_top li,
#greenmenu .naviMenu.naviMenu_price li {
  width: 50% !important;
  margin-bottom: 10px;
}
#greenmenu .naviMenu.naviMenu_price li:last-child {
  width: 100% !important;
}
#greenmenu .naviMenu.naviMenu_top li:nth-child(2),
#greenmenu .naviMenu.naviMenu_price li:nth-child(2),
#greenmenu .naviMenu.naviMenu_top li:last-child,
#greenmenu .naviMenu.naviMenu_price li:last-child {
  border-right: none;
}
#greenmenu .naviMenu.naviMenu_top li:nth-child(3),
#greenmenu .naviMenu.naviMenu_top li:last-child,
#greenmenu .naviMenu.naviMenu_price li:last-child {
  margin-bottom: 0;
}
#greenmenu .naviMenu li a {
  font-size: 13px;
  padding: 5px 10px;
}
#greenmenu .naviMenu.naviMenu_top li:first-child {
  padding-left: 0;
}
#greenmenu .naviMenu.naviMenu_top li:first-child a {
  padding-right: 20px;
}
#greenmenu .naviMenu.naviMenu_price li:nth-child(3) a {
  padding: 15px 10px 5px;
}
#greenmenu .naviMenu li a::after,
#greenmenu .naviMenu li a.notAnc::after {
  right: 5px;
}
#greenmenu .naviMenu.naviMenu_price li:nth-child(3) a.notAnc::after {
  margin-top: 4px;
}

/* -------------------- main text -------------------- */
#greenmenu .mainTxt_s {
  text-align: center;
  margin-bottom: 30px;
}
#greenmenu .mainTxt_l {
  font-size: 14px;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}

/* -------------------- point -------------------- */
#greenmenu .bg_point {
  background: url(../images/bg_point.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 30px 20px 90px;
}
#greenmenu .pointWrap {
  display: block;
}
#greenmenu .pointWrap .pointBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 50px;
  padding: 20px 20px 40px;
}
#greenmenu .pointWrap .pointNo {
  margin-bottom: 20px;
}
#greenmenu .pointWrap .pointTtl {
  display: block;
  min-height: auto;
  margin-bottom: 20px;
}
#greenmenu .pointWrap .pointTtl p {
  display: block;
  font-size: 20px;
}

/* -------------------- bnr -------------------- */
#greenmenu .bnrArea {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px;
}

/* -------------------- movie -------------------- */
#greenmenu .movieArea {
  margin: 30px auto 0;
  display: block;
}
#greenmenu .movieArea .movieArea_txt {
  width: 100%;
  padding-right: 0;
  padding-bottom: 30px;
  font-size: 14px;
  text-align: center;
}
#greenmenu .movieArea .movieArea_movie {
  width: 80%;
  max-width: 450px;
  margin: 0 auto;
}
#greenmenu iframe {
  width: 89vw;
  height: 50.1vw;
}

/* -------------------- area -------------------- */
#greenmenu .bg_area {
  background-size: 1328px 100px;
  padding-bottom: 50px;
}
#greenmenu .areaList {
  font-size: 18px;
}

/* -------------------- structure -------------------- */
#greenmenu .structure_img {
  margin: 0 auto 30px;
}
#greenmenu .graph_img {
  margin: 20px auto;
}
#greenmenu .sample {
  display: block;
}
#greenmenu .sample div {
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
}
#greenmenu .myjcomapp br.sp { display: block !important; }
#greenmenu .myjcomapp > div:first-child {
  padding-top: 20px;
}

#greenmenu .sdgsImg {
  margin: 0 auto 20px;
}

/* -------------------- deco upper -------------------- */
#greenmenu .section-campaign-jcom-net .h-deco-upper span {
  font-size: 22px;
}
#greenmenu .deco_upper_orange,
#greenmenu .deco_upper_green {
  margin: 20px 0 10px;
}
#greenmenu .deco_upper_orange span,
#greenmenu .deco_upper_green span {
  font-size: 18px;
}

/* -------------------- contact -------------------- */
#greenmenu #contact .inner {
  padding: 20px 20px;
}
#greenmenu #contact .contactBtn > div {
  width: 100%;
}
#greenmenu #contact .contactBtn .contact_entryBtn a {
  width: 80%;
  height: 50px;
  background-size: 25px 25px;
  border-radius: 25px;
  font-size: 16px;
  padding: 16px 10px 0;
  margin: 0 auto;
}
#greenmenu #contact .contactBtn .contact_entryBtn a::after {
  right: 20px;
  width: 7px;
  height: 12px;
}


}

/* -------------------- tabMenu -------------------- */
#greenmenu .tab-green__menu {
	justify-content: space-between;
	gap: 0.5rem;
}

#greenmenu .tab-green__item {
	font-size: 1.25rem;
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid #2fc519;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 767px) {
	#greenmenu .tab-green__item {
		font-size: 1rem;
	}
}

#greenmenu .tab>.tab-content {
	padding-top: 0;
}

#greenmenu .tab-green__item.is-current {
	color: #ffffff !important;
	background-color: #2fc519;
}

#greenmenu .tab-green__item.is-current .c-white {
	color: #ffffff !important;
}

#greenmenu .tab-green__item.is-current::after {
	content: none;
}

#greenmenu .tab>.tab-nav, .tab>.scrollable-nav-sp .scrollable-nav-content .tab-nav {
	border-bottom: none;
}