.nps-evaluation {
  color: #4d3c3a;
}
.nps-evaluation .l-main {
  margin-bottom: 0;
}
.nps-evaluation .bg-cnt {
  background-color: #ecffc6;
  padding: 70px 0 20px;
}
.nps-evaluation .l-heading-mainVisual {
  background-image: url(../img/top_bg_img_pc.png);
  background-color: #fff;
  background-position: left 95px;
  background-size: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .nps-evaluation .l-heading-mainVisual{
    background-position: left 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .nps-evaluation .l-heading-mainVisual {
    background-image: url(../img/top_bg_img_sp.png);
    background-position: left 15%;
  }
  .nps-evaluation .l-heading-mainVisual-container {
    padding: 35px 20px;
   }
  .nps-evaluation.en .l-heading-mainVisual{
    background-position: left 12%;
  }
}
.nps-evaluation .m-heading1 {
  font-size: 32px;
  text-align: center;
  margin: 3vw auto 82px;
}
@media screen and (max-width: 767px) {
  .nps-evaluation .m-heading1 {
    font-size: 7vw;
    margin-bottom: 9vw;
  }
}
.nps-evaluation .heading1-lead {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .nps-evaluation .heading1-lead {
    text-align: left;
    margin-bottom: 30px;
  }
}
.nps-evaluation .anchor_link {
	display: flex;
	max-width: 90%;
	margin: 0 auto;
}
.nps-evaluation .anchor_link p {
	background-color: #f9e2dc;
    display: inline-block;
    padding: 3px;
    min-width: 210px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    place-self: flex-start;
	margin: 0 30px 0;
}
.nps-evaluation .anchor_link:last-child {
	margin-top: 20px;
}
.nps-evaluation .anchor_link .l-list-anchor li {
	border-right: none;
}
.nps-evaluation h3.m-heading3 {
    padding: 4px 0 4px 20px;
	margin-bottom: 40px;
}
.nps-evaluation h3.m-heading3 .fontS {
	font-size: 18px;
}
.nps-evaluation h3.m-heading3.red {
	border-left: 10px solid #ff0000;
}
.nps-evaluation h3.m-heading3.blue {
	border-left: 10px solid #33a0da;
}
.nps-evaluation h3.m-heading3.purple {
	border-left: 10px solid #7f8dc5;
}
.nps-evaluation h3.m-heading3:nth-child(n + 2)  {
	margin-top: 50px;
}
.nps-evaluation .l-cnt .textInner {
	padding-bottom: 50px;
	margin-top: 50px;
	border-bottom: 1px solid #ccc;
}
.nps-evaluation .l-cnt .textInner.borderNo {
	border-bottom: none;
	padding-bottom: 0 !important;
}
.nps-evaluation .l-cnt .textInner .grid {
    width: 100%;
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.nps-evaluation .l-cnt .textInner .grid.col-2-lg {
    grid-template-columns: 1fr calc((100% - 64px) / 3);
	margin-bottom: 40px;
}
.nps-evaluation .l-cnt .textInner .grid figure {
	margin-top: 70px;
}
.nps-evaluation .l-cnt .textInner .ttl_blue {
	font-size: 20px;
    font-weight: bold;
	color: #6bb1d7;
	border-bottom: 4px solid #99cfec;
	padding-bottom: 8px;
    margin-bottom: 22px;
}
.nps-evaluation .l-cnt .textInner .ttl_purple {
	font-size: 20px;
    font-weight: bold;
	color: #7986b9;
	border-bottom: 4px solid #bfc6e2;
	padding-bottom: 8px;
    margin-bottom: 22px;
}
.nps-evaluation .l-cnt .textInner .ttl_orange {
	font-size: 20px;
    font-weight: bold;
    color: #e36e50;
    border-bottom: 4px solid #f7d3ca;
    padding-bottom: 8px;
    margin-bottom: 22px;
}
.nps-evaluation .l-cnt .textInner .l-block {
	margin-top: 40px;
}

.nps-evaluation .l-block .grid.col-3 {
	grid-template-columns: repeat(3, 1fr);
}
.nps-evaluation .l-block .grid.col-3 figure {
	margin-top: 0;
}

/* table */
.table_ttl {
	font-weight: bold;
}
.table {
  margin: 25px auto 30px;
  overflow: hidden;
  position: relative;
}
.table table {
  width: 100%;
}
.table table.center {
  text-align: center;
}
.table table .wid10 {
  width: 10%;
}
.table table .wid15 {
  width: 15%;
}
.table table thead th, .table table thead td {
  padding: 6px 3px;
  vertical-align: middle;
  text-align: center;
  background-color: #fcf0ed;
  border: 1px solid #b5b5b6;
}
.table table thead th:first-child {
  border-left: none;
}
.table table thead th:last-child {
  border-right: none;
}
.table table tbody th {
  background-color: #f8f4e9;
  border-left: none !important;
}
.table table tbody th, .table table tbody td {
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #b5b5b6;;
}
.table table tbody td:last-child {
	border-right: none !important;
}
.table table tbody th ul, .table table tbody td ul {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}

.table table tbody th ul li, .table table tbody td ul li {
  margin-top: 2px;
}

.table table tbody th ul li:before, .table table tbody td ul li:before {
  width: 8px;
  height: 8px;
  top: 4px;
}
.table + .notes {
  margin-top: -20px;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
}

.tablefix table {
  table-layout: fixed;
}

.table:after, .table02:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.table table, .table02 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table table.center, .table02 table.center {
  text-align: center;
}

.table table thead th, .table table thead td, .table02 table thead th, .table02 table thead td {
  padding: 6px 3px;
  border: 1px solid #b5b5b6;
  background-color: #fcf0ed;
  vertical-align: middle;
  text-align: center;
}

.table table tbody tr:last-child > *:first-child, .table02 table tbody tr:last-child > *:first-child {
  overflow: hidden;
}

.table table tbody th, .table table tbody td, .table02 table tbody th, .table02 table tbody td {
  padding: 20px 10px;
  vertical-align: middle;
}

.table table tbody th ul, .table table tbody td ul, .table02 table tbody th ul, .table02 table tbody td ul {
  margin-top: 5px;
}

.table table tbody th ul li, .table table tbody td ul li, .table02 table tbody th ul li, .table02 table tbody td ul li {
  margin-top: 2px;
}

.table table tbody th ul li:before, .table table tbody td ul li:before, .table02 table tbody th ul li:before, .table02 table tbody td ul li:before {
  width: 8px;
  height: 8px;
  top: 4px;
}

.table table tbody th, .table02 table tbody th {
  background-color: #f8f4e9;
}

.table + .notes, .table02 + .notes {
  margin-top: -20px;
  text-align: right;
}

.tablefix table {
  table-layout: fixed;
}

@media screen and (max-width: 640px) {
  .table, .table02 {
    margin: 4vw auto 5vw;
    position: relative;
  }
  .table:after, .table02:after {
    display: none;
  }
  .table.scroll, .table02.scroll {
    overflow: scroll;
  }
  .table.scroll:before, .table02.scroll:before {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
    background: rgba(0, 0, 0, 0.5) url("/corporate/nutrition/nps/nps-evaluation/assets/img/icon-swipe.png") no-repeat center center/45px 46px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s, visibility 0.1s 0.5s;
  }
  .table.scroll.remove:before, .table02.scroll.remove:before {
    visibility: hidden;
    opacity: 0;
  }

  .table.scroll table, .table02.scroll table {
    min-width: 670px;
  }
  .table table thead th, .table table thead td, .table02 table thead th, .table02 table thead td {
    padding: 6px 3px;
  }
  .table table tbody th, .table table tbody td, .table02 table tbody th, .table02 table tbody td {
    padding: 5vw 2vw;
    font-size: 2.93333vw;
  }
  .table table tbody th ul, .table table tbody td ul, .table02 table tbody th ul, .table02 table tbody td ul {
    margin-top: 1.5vw;
    font-size: 2.93333vw;
  }
  .table table tbody th ul li, .table table tbody td ul li, .table02 table tbody th ul li, .table02 table tbody td ul li {
    margin-top: 0.3vw;
  }
  .table table tbody th ul li:before, .table table tbody td ul li:before, .table02 table tbody th ul li:before, .table02 table tbody td ul li:before {
    width: 2.135vw;
    height: 2.135vw;
    top: 1vw;
  }
}

.nps-evaluation .l-block figcaption {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

.nps-evaluation .fontB {
	font-weight: bold;
}

.mt40 {
	margin-top: 40px;
}

.nps-evaluation .l-cnt {
  background-color: #fff;
  padding: 70px 100px;
  border-radius: 80px;
  margin: 0 auto 70px;
}


@media screen and (max-width: 767px) {
	.nps-evaluation h3.m-heading3 .fontS {
		font-size: 16px;
	}
  .nps-evaluation .anchor_link {
		display: block;
	    max-width: inherit;
	}
	.l-list-anchor {
		display: block;
	}
	.nps-evaluation .anchor_link p {
		width: 100%;
		margin: 0 0 10px;
	}
	.l-list-anchor>li {
		border: none;
	}
	.grid.sp-col-1 {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	.nps-evaluation .l-cnt .textInner .grid figure {
		margin-top: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.nps-evaluation .anchor_link {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
  .nps-evaluation .l-cnt {
    padding: 14vw 7vw;
    border-radius: 30px;
  }
}
.nps-evaluation .l-cnt .m-heading2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .nps-evaluation .l-cnt .m-heading2 {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.nps-evaluation .l-cnt .m-lead {
  margin: 0 auto 46px;
}
.nps-evaluation .l-cnt .m-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #e36e50;
  border-bottom: 4px solid #f7d3ca;
  padding-bottom: 8px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .nps-evaluation .l-cnt .m-ttl {
    padding-bottom: 4px;
    margin-bottom: 16px;
  }
}
.nps-evaluation .l-cnt .m-ttl span {
  font-size: 15px;
  color: #e36e50;
}
.nps-evaluation .l-cnt sup {
  color: #e36e50;
}
.nps-evaluation .l-cnt .l-block {
  margin-bottom: 50px;
}
.nps-evaluation .l-cnt .l-media-rect {
  margin-bottom: 50px;
}
.nps-evaluation .l-cnt .l-media-rect.l-center {
  align-items: center;
}
.nps-evaluation .l-cnt .m-txt-annotation span {
  color: #e36e50;
}
.nps-evaluation .js-fadeIn {
  opacity: 0;
  transform: translateY(60px);
}
.nps-evaluation .js-fadeIn.show {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1.3s;
}/*# sourceMappingURL=style.css.map */
.nps-evaluation .js-fadeIn.show figure{
  text-align: center;
}

.wid12 {width: 12%;}
.wid25 {width: 25%;}