#ess-fit .fit__ancLink {
  margin: 10px auto;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__ancLink {
    margin: 10px auto 20px;
  }
}
#ess-fit .fit__ancLink--btn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__ancLink--btn {
    flex-wrap: wrap;
  }
}
#ess-fit .fit__ancLink--btn li {
  width: 165px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__ancLink--btn li {
    width: 46%;
    margin-top: 5px;
  }
  #ess-fit .fit__ancLink--btn li:nth-child(even) {
    margin-right: 2%;
  }
  #ess-fit .fit__ancLink--btn li:nth-child(odd) {
    margin-left: 2%;
  }
}
#ess-fit .fit__ancLink--btn li a {
  font-size: 14px;
  color: #304993;
  border-radius: 10px;
  border: 2px solid #304993;
  padding-top: 15px;
  padding-bottom: 20px;
  font-weight: 900;
  display: block;
  position: relative;
  line-height: 1.13;
  letter-spacing: 0.64px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__ancLink--btn li a {
    padding-top: 8px;
    padding-bottom: 20px;
  }
}
#ess-fit .fit__ancLink--btn li a:before, #ess-fit .fit__ancLink--btn li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #304993;
  border-right: 2px solid #304993;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__ancLink--btn li a:before, #ess-fit .fit__ancLink--btn li a:after {
    bottom: 5px;
  }
}
#ess-fit .fit__ancLink--btn li a:before {
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__ancLink--btn li a:before {
    bottom: 10px;
  }
}
#ess-fit .fit__ancLink--btn li:nth-of-type(1) a, #ess-fit .fit__ancLink--btn li:nth-of-type(2) a, #ess-fit .fit__ancLink--btn li:nth-of-type(3) a, #ess-fit .fit__ancLink--btn li:nth-of-type(4) a {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__ancLink--btn li:nth-of-type(1) a, #ess-fit .fit__ancLink--btn li:nth-of-type(2) a, #ess-fit .fit__ancLink--btn li:nth-of-type(3) a, #ess-fit .fit__ancLink--btn li:nth-of-type(4) a {
    line-height: 1.5;
  }
}
#ess-fit .fit__section {
  font-family: "Noto Sans Japanese", sans-serif;
}
#ess-fit .fit__section--title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.12px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__section--title {
    font-size: 22px;
    padding-bottom: 5px;
    line-height: 2;
  }
}
#ess-fit .fit__section--title span {
  background: #304993;
  padding: 5px 10px;
}
#ess-fit .fit__section--text {
  text-align: center;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.72px;
  color: #333;
  margin: 25px 0 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__section--text {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left;
  }
}
#ess-fit .fit__section--text span.marker {
  background: linear-gradient(transparent 60%, #fff57f 0%);
}
#ess-fit .fit__section--text--sub {
  font-size: 12px;
  display: block;
  font-weight: normal;
  line-height: 2.33;
  letter-spacing: 0.48px;
  text-align: center;
  color: #333;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__section--text--sub {
    text-align: left;
  }
}
#ess-fit .fit__about, #ess-fit .fit__2019prob {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__about, #ess-fit .fit__2019prob {
    padding-top: 60px;
  }
}
#ess-fit .fit__about--colum, #ess-fit .fit__2019prob--colum {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__about--colum, #ess-fit .fit__2019prob--colum {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#ess-fit .fit__about--colum .arrow, #ess-fit .fit__2019prob--colum .arrow {
  width: 80%;
  margin: 5px auto;
}
#ess-fit .fit__about--comment, #ess-fit .fit__2019prob--comment {
  margin-bottom: 50px;
}
#ess-fit .fit__about--comment p, #ess-fit .fit__2019prob--comment p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.64px;
  text-align: left;
  color: #333;
}
#ess-fit .fit__finish {
  padding-bottom: 20px;
  background: #fff;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__finish {
    width: 90%;
    margin: 0 auto;
  }
}
#ess-fit .fit__finish--title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 1.04px;
  text-align: center;
  color: #304993;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__finish--title {
    font-size: 21px;
  }
}
#ess-fit .fit__finish--colum {
  background: #fff;
  padding: 0px 40px 0px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__finish--colum {
    padding: 0px 0px 0px;
  }
}
#ess-fit .fit__2019prob {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__2019prob {
    padding-top: 60px;
  }
}
#ess-fit .fit__2019prob--colum {
  vertical-align: top;
}
#ess-fit .fit__2019prob--colum:after {
  content: '';
  display: block;
  clear: both;
}
#ess-fit .fit__2019prob--colum img {
  margin: 0 25px;
  float: left;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__2019prob--colum img {
    margin: 0 0px;
  }
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__2019prob--colum img.sp-img02 {
    margin: 35px 0;
  }
}
#ess-fit .fit__kaitori--title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 1.04px;
  text-align: center;
  color: #304993;
  margin-bottom: 30px;
}
#ess-fit .fit__kaitori--colum:after {
  content: '';
  display: block;
  clear: both;
}
#ess-fit .fit__kaitori--colum img {
  float: left;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__kaitori--colum img {
    float: none;
    margin: 0 0px;
  }
}
#ess-fit .fit__kaitori--colum img.arrow {
  margin: 160px -14px 0;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__kaitori--colum .sp-img01 {
    margin-bottom: 10px;
  }
}
#ess-fit .fit__kaitori--comment p {
  font-weight: bold;
  margin-bottom: 0px;
}
#ess-fit .fit__kaitori.section01, #ess-fit .fit__kaitori.section02, #ess-fit .fit__kaitori.section03 {
  background-color: #f7f9ff;
  padding: 50px 0px;
}
#ess-fit .fit__kaitori.section02 {
  margin: 30px auto;
}
#ess-fit .fit__kaitori.section03 {
  background-color: #f7f9ff;
  padding-bottom: 0px;
}
#ess-fit .fit__kaitori.section03 .fit__kaitori--colum img {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__kaitori.section03 .fit__kaitori--colum img {
    margin: 0 0px;
  }
  #ess-fit .fit__kaitori.section03 .fit__kaitori--colum img.sp-img01 {
    margin: 30px 0;
  }
}
#ess-fit .fit__kaitori.section03:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 100px 0 100px;
  border-color: #f7f9ff transparent transparent transparent;
}
#ess-fit .fit__body {
  margin-bottom: 80px;
}
#ess-fit .fit__tikudensystem {
  padding: 90px 0 80px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudensystem {
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudensystem--text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudensystem--comment {
    margin-bottom: 20px;
  }
}
#ess-fit .fit__tikudensystem--comment--top {
  margin-bottom: 20px;
  font-weight: bold;
}
#ess-fit .fit__tikudensystem--comment--top.comment02 {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudensystem--comment--top {
    text-align: center;
  }
}
#ess-fit .fit__tikudensystem--comment--sub {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.64px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudensystem--comment--sub {
    text-align: left;
  }
}
#ess-fit .fit__tikudensystem--content.content02 {
  margin: 25px 0 10px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudensystem--content.content02 {
    padding: 25px 20px;
    background: #f7f9ff;
    border-radius: 12px;
  }
}
#ess-fit .fit__tikudensystem--merit01, #ess-fit .fit__tikudensystem--merit02 {
  border: 2px solid #f7f9ff;
  background: #fff;
  border-radius: 16px;
  margin-top: 85px;
  padding: 0 40px 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudensystem--merit01, #ess-fit .fit__tikudensystem--merit02 {
    padding: 0 20px 25px;
  }
}
#ess-fit .fit__tikudensystem--merit01:before, #ess-fit .fit__tikudensystem--merit02:before {
  content: "";
  display: block;
  background: url(../img/fit/fit-merit01.png) no-repeat;
  height: 125px;
  width: 110px;
  margin: -70px auto 30px;
}
#ess-fit .fit__tikudensystem--merit02:before {
  background: url(../img/fit/fit-merit02.png) no-repeat;
}
#ess-fit .fit__tikudensystem--merit02 .comment02 {
  margin-top: 45px;
}
#ess-fit .fit__tikudensystem--merit02 .comment02--top {
  margin-bottom: 0px;
}
#ess-fit .fit__tikudensystem--merit02--example {
  margin-top: 25px;
}
#ess-fit .fit__tikudensystem--merit02--example .example--title {
  background-color: #16a2dd;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
  padding: 9px 0 12px;
  margin-bottom: 15px;
}
#ess-fit .fit__tikudensystem--merit02--example .example--lists {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudensystem--merit02--example .example--lists {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#ess-fit .fit__tikudensystem--merit02--example .example--lists li {
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudensystem--merit02--example .example--lists li {
    margin: 5px 0px;
    width: 48%;
  }
}
#ess-fit .fit__tikudensystem--merit02--example .example--comments dl {
  margin-bottom: 25px;
}
#ess-fit .fit__tikudensystem--merit02--example .example--comments dl:last-of-type {
  margin-bottom: 0px;
}
#ess-fit .fit__tikudensystem--merit02--example .example--comments dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.72px;
  text-align: center;
  color: #16a2dd;
  text-align: left;
}
#ess-fit .fit__tikudensystem--merit02--example .example--comments dl dd {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: left;
  color: #333333;
}
#ess-fit .fit__lineup {
  padding-top: 90px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__lineup {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}
#ess-fit .fit__lineup--title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: 1.04px;
  text-align: center;
  color: #304993;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__lineup--title {
    font-size: 21px;
  }
}
#ess-fit .fit__lineup--type, #ess-fit .fit__lineup--diff {
  background-color: #f7f9ff;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__lineup--type, #ess-fit .fit__lineup--diff {
    padding: 25px 20px;
  }
}
#ess-fit .fit__lineup--type {
  margin-bottom: 30px;
}
#ess-fit .fit__lineup--diff .text--right {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0.48px;
  text-align: right;
}
#ess-fit .fit__lineup--colum {
  justify-content: center;
  flex-wrap: nowrap;
}
#ess-fit .fit__lineup--colum img {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__lineup--colum img {
    margin: 0 0px;
  }
}
#ess-fit .fit__lineup--colum img:first-of-type {
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__lineup--colum img:first-of-type {
    margin-bottom: 20px;
  }
}
#ess-fit .fit__lineup--colum img:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__lineup--colum img:last-of-type {
    margin-top: 20px;
  }
}
#ess-fit .fit__systemLists {
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__systemLists {
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
#ess-fit .fit__systemLists--lineup01 {
  padding-bottom: 0px;
}
#ess-fit .fit__systemLists--lineup02 {
  margin-bottom: 0px;
}
#ess-fit .fit__systemLists--lineup03 {
  margin-bottom: 0px;
}
#ess-fit .fit__systemLists--lineup04 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#ess-fit .fit__systemLists--titleWrap {
  margin-bottom: 30px;
}
#ess-fit .fit__systemLists--title {
  padding: 0px 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-align: center;
  color: #304993;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__systemLists--title {
    margin-top: 20px;
    font-size: 22px;
    padding: 0px 10px;
  }
}
#ess-fit .fit__systemLists--title:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #304993;
  vertical-align: middle;
  left: 0;
  right: 0;
  bottom: -10px;
}
#ess-fit .fit__systemLists--title--sub {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: center;
}
#ess-fit .fit__systemLists__contents {
  width: 244px;
  margin: 0px 8px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__systemLists__contents {
    width: 100%;
  }
}
#ess-fit .fit__systemLists__contents--type {
  text-align: center;
  background: #e0e4ef;
  position: relative;
  border-radius: 16px 16px 0px 0px;
  padding: 20px 0;
}
#ess-fit .fit__systemLists__contents--type .new-icon {
  display: inline-block;
  background-color: red;
  position: absolute;
  color: #fff;
  padding: 5px 10px;
  top: -5px;
  left: -2px;
}
#ess-fit .fit__systemLists__contents--type.type03 {
  padding: 9px 0;
}
#ess-fit .fit__systemLists__contents--type.type04 {
  padding: 30px 0;
}
#ess-fit .fit__systemLists__contents--type h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.64px;
}
#ess-fit .fit__systemLists__contents--type h4 span {
  display: block;
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: 500;
  margin-top: 10px;
}
#ess-fit .fit__systemLists__contents--type--products {
  position: relative;
  text-align: center;
  padding: 30px 0;
  background: #fff;
  border-radius: 0px 0px 16px 16px;
  min-height: 180px;
  padding: 16px 0;
  border: solid 1px #e0e4ef;
}
#ess-fit .fit__systemLists__contents--type--products img.product__img {
  width: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__systemLists__contents--type--products img.product__img {
    width: auto;
  }
}
#ess-fit .fit__systemLists .comment {
  margin-bottom: 80px;
}
#ess-fit .fit__systemLists .comment p {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin-right: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__systemLists .comment p {
    margin-right: 0px;
  }
}
#ess-fit .fit__tikudenlife {
  padding-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudenlife--title span {
    display: inline-block;
    padding: 2px 10px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudenlife {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
#ess-fit .fit__tikudenlife--block img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudenlife--block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudenlife--block--typeLists {
    text-align: center;
  }
  #ess-fit .fit__tikudenlife--block--typeLists .arrow {
    width: auto;
  }
}
#ess-fit .fit__tikudenlife--block--typeLists ul {
  display: flex;
  justify-content: end;
  column-gap: 20px;
}
#ess-fit .fit__tikudenlife--block--typeLists ul li {
  width: 240px;
  border-radius: 10px;
  border: dotted 1px #787878;
  padding: 20px 15px;
}
#ess-fit .fit__tikudenlife--block--typeLists ul li:first-of-type {
  margin-right: 131px;
}
#ess-fit .fit__tikudenlife--block--typeLists--title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.6px;
  text-align: left;
  color: #304993;
  margin-bottom: 20px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudenlife--block--typeLists--title {
    background-color: #e0e4ef;
    padding: 20px 0;
    border-radius: 12px;
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
  }
}
#ess-fit .fit__tikudenlife--block--eachType {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudenlife--block--eachType {
    border: 1px dotted #333;
    border-radius: 12px;
    padding: 20px;
  }
}
#ess-fit .fit__tikudenlife--block--eachType a {
  display: block;
  background: #304993;
  border-radius: 10px;
  padding: 8px 10px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudenlife--block--eachType a {
    padding: 20px 12px;
    margin: 8px 0;
  }
}
#ess-fit .fit__tikudenlife--block--eachType a:hover {
  opacity: .8;
}
#ess-fit .fit__tikudenlife--block--eachType a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4%;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudenlife--block--eachType--title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.36;
    letter-spacing: 1.12px;
    text-align: center;
    color: #304993;
    margin-bottom: 15px;
  }
}
#ess-fit .fit__tikudenlife--block--eachType--wat {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
  color: #ffffff;
}
#ess-fit .fit__tikudenlife--block--eachType--wat span {
  font-size: 20px;
}
#ess-fit .fit__tikudenlife--block--eachType--name {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: 0.35px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__tikudenlife--block--eachType--name {
    text-align: center;
  }
}
#ess-fit .fit__remodal {
  margin-top: 50px;
  border-radius: 16px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__remodal.remodal {
    max-width: 90%;
    padding: 15px;
    margin-top: 50px;
  }
}
#ess-fit .fit__remodal--inner img {
  width: auto;
}
#ess-fit .fit__remodal--top::after {
  display: block;
  content: "";
  clear: both;
}
#ess-fit .fit__remodal--typeTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.28px;
  text-align: center;
  border-radius: 12px;
  background-color: #e0e4ef;
  padding: 10px 70px;
  display: inline-block;
  float: left;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__remodal--typeTitle {
    float: none;
    width: 100%;
  }
}
#ess-fit .fit__remodal--productBox {
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__remodal--productBox {
    display: block;
    margin-top: 30px;
  }
}
#ess-fit .fit__remodal--productBox .img {
  margin-bottom: 20px;
  margin-right: 25px;
  margin-top: -10px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__remodal--productBox .img {
    width: auto;
  }
}
#ess-fit .fit__remodal--productBox .img img {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__remodal--productBox .img img {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
  }
}
#ess-fit .fit__remodal--productBox--under dl {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#ess-fit .fit__remodal--productBox--under dl dt {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.8px;
  text-align: center;
  color: #ffffff;
  background: #304993;
  border-radius: 12px;
  min-width: 50%;
  padding: 12px 20px 10px;
  margin-bottom: 10px;
}
#ess-fit .fit__remodal--productBox--under dl dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.6px;
  text-align: left;
  width: 100%;
}
#ess-fit .fit__remodal--productBox--under dl dd span {
  font-size: 12px;
  display: block;
}
#ess-fit .fit__remodal--typeName {
  width: 325px;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__remodal--typeName {
    width: auto;
  }
}
#ess-fit .fit__remodal--typeName--wat {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1.6px;
  text-align: center;
  color: #f38a3e;
}
#ess-fit .fit__remodal--typeNum {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1.6px;
  text-align: center;
  color: #000;
}
#ess-fit .fit__remodal--typeText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.61;
  letter-spacing: 1.12px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 45px;
}
#ess-fit .fit__remodal--closeBtn {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
#ess-fit .fit__remodal--closeBtn span:before, #ess-fit .fit__remodal--closeBtn span:after {
  display: block;
  content: "";
  width: 90%;
  height: 2%;
  margin: 0% 0 0 5%;
  background: #f7f9ff;
}
#ess-fit .fit__remodal--closeBtn span:before {
  transform: rotate(-45deg);
}
#ess-fit .fit__remodal--closeBtn span:after {
  transform: rotate(45deg);
}

#ess-fit .fit__systemLists__contents .new-icon {
  display: inline-block;
  padding: 5px 10px;
  background-color: red;
  color: #fff;
  position: absolute;
  top: -15px;
  left: -2px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #ess-fit .fit__systemLists__contents .new-icon {
    top: -5px;
  }
}