@charset "UTF-8";
.article {
  font-size: 16px;
}
@media (max-width: 767px) {
  .article {
    line-height: 1.6rem;
  }
}
@media (max-width: 320px) {
  .article {
    font-size: 14px;
  }
}
.article__list {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .article__list {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.article__title {
  color: #2c2c2c;
  font-weight: 600;
  font-size: 26px;
  padding: 20px 0;
  text-align: left;
  margin: 20px 0 10px;
}
@media (max-width: 767px) {
  .article__title {
    line-height: 1.8rem;
    text-align: center;
    margin: 10px 0 10px;
  }
}
.article__title a {
  color: #001A72 !important;
  text-decoration: none !important;
}
.article__item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article__item {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .article__item {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  .article__item--left {
    justify-content: flex-start;
  }
}
.article__item--full {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .article__item--full {
    padding-left: 0;
    padding-right: 0;
  }
}
.article__item--half {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  width: 50%;
}
@media (max-width: 767px) {
  .article__item--half {
    width: 100%;
    padding: 10px 0;
  }
}
.article__item--caption {
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.article__item--caption > span:first-of-type {
  padding-right: 10px;
  color: #8EB95F;
}
.article__text {
  text-align: left;
  min-height: 0em;
  margin: 0 0 20px 0px;
}
.article__text--subtitle {
  color: #8EB95F;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .article__text {
    margin: 0px;
    padding: 1em 0;
    width: 100%;
  }
  .article__text br {
    display: none;
  }
}
.article__item--header {
  background-color: #F4F4F4;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0 5px 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article__item--header {
    width: 100%;
    text-align: center;
  }
}
.article__notes {
  text-align: left;
  font-size: 14px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .article__notes {
    font-size: 12px;
    line-height: 18px;
  }
}
.article__notes--number li {
  counter-increment: cnt;
  margin-left: 2em;
}
.article__notes--number li::before {
  content: "※" counter(cnt);
  margin-left: -2em;
  margin-right: 0.5em;
  width: 2em;
}
.article__notes--circle li, .article__notes--disc li, .article__notes--comments li {
  margin-left: 1.2em;
}
.article__notes--circle li::before, .article__notes--disc li::before, .article__notes--comments li::before {
  margin-left: -1.2em;
  margin-right: 0.2em;
  width: 1.2em;
}
.article__notes--circle li::before {
  content: "◎";
}
.article__notes--disc li::before {
  content: "●";
}
.article__notes--comments li::before {
  content: "※";
}
.article__row {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .article__row {
    flex-direction: column;
    align-items: center;
  }
}
.article__image {
  margin: auto;
  padding: 10px;
  height: auto;
}
@media (max-width: 767px) {
  .article__image {
    margin: 1rem 0;
  }
}
.article__image--coremo {
  position: absolute;
  max-width: 290px;
  top: -40px;
  left: 20%;
}
.article__image--1 {
  margin: 40px 30px;
  max-width: 440px;
}
.article__image--2 {
  margin-top: 20px;
  max-width: 380px;
}
.article__image--3 {
  margin-top: 20px;
  max-width: 440px;
}
.article__image--4, .article__image--6 {
  margin-bottom: 30px;
  max-width: 700px;
}
.article__image--5 {
  max-width: 120px;
  padding: 0 0 4px 7px;
  margin: auto 0;
}
.article__image--7 {
  max-width: 150px;
}
.article__image--8 {
  max-width: 200px;
}
.article__image--9 {
  max-width: 600px;
  margin-bottom: 30px;
}
.article__image--10 {
  max-width: 600px;
  padding-right: 50px;
}
.article__image--11 {
  max-width: 440px;
  position: relative;
  top: -20px;
  margin: 0 0 20px 30px;
}
.article__image--12 {
  max-width: 400px;
  margin: 0;
}
.article__image--13 {
  max-width: 400px;
  margin: 0;
}
.article__image--14 {
  max-width: 800px;
}
.article__image--16 {
  max-width: 460px;
  position: relative;
  top: -20px;
}
.article__image--23 {
  padding-left: 30px;
  max-width: 503px;
}
.article__image--24 {
  max-width: 300px;
  margin-right: 30px;
}
.article__image--24 + div {
  position: absolute;
  text-align: right;
  top: -25px;
  right: 30px;
}
.article__image--25 {
  max-width: 240px;
  margin-right: 30px;
}
.article__image--25 + div {
  position: absolute;
  text-align: right;
  top: -25px;
  right: 30px;
}
.article__image--21-1 {
  max-width: 140px;
}
.article__image--21-2 {
  max-width: 90px;
}
.article__image--21-3 {
  max-width: 120px;
}
.article__image--21-4 {
  max-width: 120px;
}
.article__image--21-5 {
  max-width: 180px;
}
.article__image--cataloge {
  margin: 0;
  height: 290px;
  width: auto;
}
.article__image--coremooption {
  margin: 0 15px;
  height: 290px;
  width: auto;
}
.article__image--15 {
  display: none;
}
.article__image--17 {
  position: relative;
  max-width: 760px;
  top: -50px;
}
.article__image--20, .article__image--21, .article__image--22 {
  height: 130px;
  padding: 0 10px;
  margin: 0;
}
.article__image--18, .article__image--19 {
  display: none;
}
@media (max-width: 1023px) {
  .article__image--coremo {
    max-width: 250px;
    left: 18%;
    top: -25px;
  }
  .article__image--1 {
    max-width: 360px;
  }
  .article__image--2 {
    max-width: 350px;
  }
  .article__image--3 {
    max-width: 370px;
  }
  .article__image--4, .article__image--6 {
    max-width: 550px;
  }
  .article__image--7 {
    max-width: 140px;
  }
  .article__image--8 {
    max-width: 170px;
  }
  .article__image--9 {
    max-width: 560px;
  }
  .article__image--10 {
    max-width: 540px;
    padding-right: 0px;
  }
  .article__image--11 {
    max-width: 400px;
  }
  .article__image--12 {
    max-width: 300px;
  }
  .article__image--13 {
    max-width: 300px;
  }
  .article__image--14 {
    max-width: 690px;
  }
  .article__image--16 {
    max-width: 360px;
  }
  .article__image--23 {
    padding-left: 20px;
  }
  .article__image--24 {
    max-width: 260px;
  }
  .article__image--25 {
    max-width: 160px;
  }
  .article__image--17 {
    width: 100%;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .article__image--coremo {
    width: 180px;
    max-width: 60%;
    top: -226px;
    left: 50%;
  }
  .article__image--1, .article__image--2, .article__image--3 {
    max-width: 100%;
    margin: 0;
  }
  .article__image--4, .article__image--6 {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .article__image--5 {
    max-width: 105px;
  }
  .article__image--7 {
    max-width: 110px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .article__image--8 {
    max-width: 150px;
    padding-top: 0;
  }
  .article__image--9, .article__image--10 {
    max-width: 100%;
  }
  .article__image--11 {
    position: static;
    max-width: 90%;
    margin: 0 auto;
  }
  .article__image--12, .article__image--13, .article__image--16 {
    max-width: 100%;
  }
  .article__image--14 {
    display: none;
  }
  .article__image--23 {
    padding: 0 0 20px 0;
    max-width: 100%;
  }
  .article__image--24 {
    max-width: 280px;
    margin: 0 auto 30px;
  }
  .article__image--25 {
    max-width: 220px;
    margin: 0 auto 30px;
  }
  .article__image--21-3 {
    margin: 0px auto;
  }
  .article__image--21-4 {
    margin: 0px auto;
  }
  .article__image--21-5 {
    margin: 0px auto;
  }
  .article__image--15 {
    display: block;
    max-width: 100%;
  }
  .article__image--17 {
    display: none;
  }
  .article__image--20, .article__image--21, .article__image--22 {
    padding: 0;
    height: auto;
    width: 30%;
  }
  .article__image--18 {
    display: block;
    width: 230px;
    padding: 0;
    margin: 0;
  }
  .article__image--19 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.article__description--blue {
  color: #21A9E1;
}
.article__description--red {
  color: #ED1C24;
}
.article figure {
  display: flex;
  flex-direction: column;
}
.article__wrapper {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .article__wrapper {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.article__center {
  margin: auto;
}
.article__wrapper--container:first-child {
  width: calc(100% - 170px);
}
@media (max-width: 767px) {
  .article__wrapper--container:first-child {
    width: 100%;
  }
}
.article__wrapper--container:nth-child(2n) {
  width: 170px;
}
@media (max-width: 767px) {
  .article__wrapper--container:nth-child(2n) {
    width: 100%;
  }
}

.featureList {
  display: flex;
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 1023px) {
  .featureList {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .featureList {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.featureList ol {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .featureList ol {
    font-size: 0.9rem;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .featureList ol {
    padding: 0;
  }
}
.featureList ol li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 10px 0 0;
  text-align: center;
  border-radius: 50%;
  background-color: #8EB95F;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .featureList ol li {
    font-size: 13px;
  }
  .featureList ol li span {
    margin: 5px 5px 0 0;
  }
}
@media (max-width: 767px) {
  .featureList ol li {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .featureList ol li span {
    width: 18px;
    height: 18px;
  }
}
.featureList img {
  position: absolute;
}

.featureTitle {
  font-size: 20px;
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.featureTitle span {
  display: inline-block;
  width: 25px;
  height: 24px;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 50%;
  background-color: #8EB95F;
  box-sizing: border-box;
  color: #fff;
  font-size: 17px;
  padding-left: 1px;
}
.featureTitle + div {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .featureTitle {
    width: 100%;
    font-size: 18px;
  }
  .featureTitle + div {
    padding: 0;
  }
}

.explanatory .article__row {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .explanatory .article__row {
    margin-bottom: 0px;
  }
}
.explanatory ol {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .explanatory ol {
    bottom: 6px;
    padding-left: 20px;
  }
}

.calcCondition {
  background-color: #EBF3D9;
  border-radius: 20px;
  font-size: 13px;
  padding: 15px;
  line-height: 1.6;
  width: 480px;
}
@media (max-width: 767px) {
  .calcCondition {
    width: 100%;
    padding: 5px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .calcCondition {
    width: 100%;
    padding: 5px;
    font-size: 12px;
  }
}
.calcCondition li {
  display: -moz-flex;
  display: flex;
}
.calcCondition li span {
  display: block;
  padding-left: 10px;
  text-align: left;
}
.calcCondition li:first-child span, .calcCondition li:nth-of-type(6) {
  font-weight: bold;
  margin-left: -10px;
  margin-top: 5px;
}
.calcCondition li:not(:first-child):not(:nth-of-type(6)) span:first-of-type {
  color: #586f23;
  font-weight: bold;
  white-space: nowrap;
}

.economical ol:first-of-type {
  position: absolute;
  right: 0;
  bottom: 90px;
  max-width: 380px;
}
@media (max-width: 1023px) {
  .economical figure {
    display: block;
  }
  .economical ol:first-of-type {
    max-width: 330px;
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  .economical ol:first-of-type {
    display: block;
    position: static;
    max-width: 100%;
  }
}

.feature5 > div:first-of-type > div:first-of-type {
  max-width: 400px;
}
.feature5 > div:last-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.arrow:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-left: 40px solid #5bc0de;
  left: 20px;
  top: -16px;
}
@media (max-width: 1023px) {
  .arrow:before {
    border: 35px solid transparent;
    border-left: 30px solid #5bc0de;
    left: 21px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .arrow:before {
    border: 42px solid transparent;
    border-top: 38px solid #5bc0dc;
    left: -17px;
    top: 15px;
  }
}

.balloon {
  position: absolute;
  padding: 8px;
  width: 230px;
  height: 80px;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
  box-sizing: border-box;
  right: -24px;
  top: -65px;
  background-color: #8EB95F;
}
@media (max-width: 1023px) {
  .balloon {
    top: -60px;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .balloon {
    top: 18px;
    left: -30px;
    position: relative;
    line-height: 17px;
    padding-top: 17px;
    margin-bottom: 20px;
  }
}

.balloon:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 33px;
  margin-top: -15px;
  border: 9px solid transparent;
  border-right: 91px solid #8EB95F;
  transform: rotate(-9deg);
  z-index: 0;
}
@media (max-width: 767px) {
  .balloon:before {
    top: 7px;
    bottom: inherit;
    left: 40px;
    transform: rotate(160deg);
  }
}

.arrow {
  display: inline-block;
  height: 40px;
  width: 36px;
  background-color: #5bc0de;
  position: relative;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .arrow {
    height: 30px;
    width: 30px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .arrow {
    display: block;
    margin: 20px auto;
    height: 30px;
    width: 50px;
    top: 0rem;
  }
}

.powerList {
  margin: 10px 0;
}
.powerList > div {
  display: flex;
}
.powerList > div:nth-child(2) > div:first-of-type, .powerList > div:nth-child(3) > div:first-of-type, .powerList > div:nth-child(4) > div:first-of-type {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 5px;
  white-space: nowrap;
}
.powerList > div:nth-child(2) > div:first-of-type {
  color: #37ADE3;
}
.powerList > div:nth-child(3) > div:first-of-type {
  color: #EA5533;
}
.powerList > div:nth-child(4) > div:first-of-type {
  color: #F39800;
}
.powerList > div > ol {
  margin-left: 0.5em;
}
.powerList > div > ol li {
  margin-left: 1em;
}
.powerList > div > ol li:before {
  content: "●";
  color: #898989;
  padding-right: 3px;
  margin-left: -1em;
}
.powerList > ol {
  padding-left: 25px;
}

.attention {
  background-color: #FFF5E9;
  max-width: 830px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 15px;
}
.attention__title {
  background-color: #fff;
  border: 2px solid #8EB95F;
  color: #8EB95F;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.attention__instructions {
  display: flex;
}
.attention__instructions > div {
  width: 100%;
  font-size: 0.9em;
}
.attention__instructions > div > div:first-of-type {
  background-color: #8EB95F;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.attention__instructions > div > div:nth-of-type(2) {
  padding: 8px 0 0 5px;
}
.attention__instructions > div ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.attention__instructions > div:first-of-type > div {
  margin-right: 5px;
}
.attention__instructions > div:last-of-type > div {
  margin-left: 5px;
}
.attention__warning {
  color: #E60013;
  font-size: 0.8em;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 30px;
}
.attention__plus {
  background-color: #EBF3D9;
  border-radius: 10px;
  padding: 15px;
}
.attention__plus > div:first-of-type {
  background-color: #fff;
  border: 2px solid #8EB95F;
  color: #8EB95F;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.attention__plus > div:nth-of-type(2) {
  font-size: 0.9em;
  margin-bottom: 15px;
}
.attention__plus > div:nth-of-type(3) {
  background-color: #FADBD9;
  height: 190px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.attention__example {
  background-color: #fff;
  padding: 0px 5px;
  display: flex;
  align-items: center;
}
.attention__example > div:first-of-type {
  background-color: #8EB95F;
  font-size: 0.9em;
  color: #fff;
  padding: 20px;
  border-radius: 3px;
  margin: 0 20px;
}
.attention__example > div:nth-of-type(2) {
  display: flex;
  flex-grow: 2;
  justify-content: space-around;
}
@media (max-width: 1023px) {
  .attention {
    padding: 10px;
  }
  .attention > div:nth-of-type(2) > div {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .attention {
    padding: 10px;
  }
  .attention > div:nth-of-type(2) {
    flex-direction: column;
  }
  .attention > div:nth-of-type(2) > div {
    margin-bottom: 15px;
  }
  .attention > div:nth-of-type(2) > div > div:nth-of-type(2) {
    line-height: 20px;
  }
  .attention > div:nth-of-type(2) > div ul {
    list-style-type: disc;
    margin-left: 1.5em;
  }
  .attention__example {
    flex-direction: column;
    align-items: flex-start;
  }
  .attention__example > div:first-of-type {
    position: absolute;
    padding: 3px 5px;
    margin: 8px;
  }
  .attention__example > div:nth-of-type(2) {
    display: flex;
    margin-top: 40px;
    width: 100%;
  }
}

h3.heading {
  color: #2c2c2c;
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0 20px 0;
}
h3.heading + div {
  padding-left: 3rem;
}
@media (max-width: 1023px) {
  h3.heading + div {
    padding-left: 0rem;
  }
}

.baseSheet {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .baseSheet__pc {
    display: none;
  }
}
.baseSheet__sp--outage, .baseSheet__sp--normal {
  display: none;
}
@media (max-width: 767px) {
  .baseSheet__sp--outage, .baseSheet__sp--normal {
    display: block;
    margin-bottom: 10px;
  }
}
.baseSheet__pc tr:first-of-type > th:nth-child(2), .baseSheet__sp--outage tr:first-of-type > th:nth-child(2) {
  background-color: #B0C0E3;
}
.baseSheet__pc tr:first-of-type > th:nth-child(3), .baseSheet__sp--outage tr:first-of-type > th:nth-child(3) {
  background-color: #DCC7E0;
}
.baseSheet__pc tr:nth-of-type(2) > th:nth-child(1), .baseSheet__pc tr:nth-of-type(2) th:nth-child(2), .baseSheet__sp--outage tr:nth-of-type(2) > th:nth-child(1), .baseSheet__sp--outage tr:nth-of-type(2) th:nth-child(2) {
  background-color: #DAE0F1;
}
.baseSheet__pc tr:nth-of-type(2) > th:nth-child(3), .baseSheet__pc tr:nth-of-type(2) th:nth-child(4), .baseSheet__sp--outage tr:nth-of-type(2) > th:nth-child(3), .baseSheet__sp--outage tr:nth-of-type(2) th:nth-child(4) {
  background-color: #EEE5F1;
}
.baseSheet__sp--normal tr:first-of-type > th:nth-child(2) {
  background-color: #DCC7E0;
}
.baseSheet__sp--normal tr:nth-of-type(2) > th:nth-child(1), .baseSheet__sp--normal tr:nth-of-type(2) th:nth-child(2) {
  background-color: #EEE5F1;
}
.baseSheet tr {
  border-bottom: 1px solid rgb(44, 44, 44);
  border-left: 1px solid rgb(44, 44, 44);
}
.baseSheet tr th, .baseSheet tr td {
  border-right: 1px solid rgb(44, 44, 44);
  font-size: 12px;
  padding: 5px 3px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2em;
}
@media (max-width: 1023px) {
  .baseSheet tr th, .baseSheet tr td {
    font-size: 12px;
    line-height: 1em;
  }
}
@media (max-width: 767px) {
  .baseSheet tr th, .baseSheet tr td {
    font-size: 12px;
    white-space: pre-wrap;
    line-height: 1.2em;
    text-align: left;
  }
}
.baseSheet tr th {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .baseSheet tr th {
    white-space: initial;
    min-width: 3em;
  }
}
.baseSheet tr:first-of-type {
  border-top: 1px solid rgb(44, 44, 44);
}
.baseSheet tr:first-of-type > th:first-of-type {
  background-color: #E1EFCE;
  background-clip: padding-box;
  background-image: linear-gradient(11deg, transparent 51%, #333 52%, transparent 53%, transparent);
  position: relative;
}
@media (max-width: 767px) {
  .baseSheet tr:first-of-type > th:first-of-type {
    background-image: linear-gradient(17deg, transparent 48%, #333 50%, transparent 50%, transparent);
  }
}
.baseSheet tr:first-of-type > th:first-of-type span:first-child {
  position: absolute;
  bottom: 3px;
  left: 8px;
}
.baseSheet tr:first-of-type > th:first-of-type span:last-child {
  position: absolute;
  top: 3px;
  right: 8px;
}
.baseSheet tr:not(:first-of-type):not(:nth-of-type(2)) th {
  text-align: left;
  background-color: #F1F7E8;
}

.parts {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
}
.parts > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin: 25px 0;
}
.parts > div > div:first-of-type {
  background-color: #8EB95F;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 2px 15px;
  margin: 5px 5px 20px 5px;
  border-radius: 15px;
}
@media (max-width: 1023px) {
  .parts > div > div:first-of-type {
    padding: 2px 5px;
    margin: 3px 3px 15px 5px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .parts > div > div:first-of-type {
    min-width: 240px;
    margin-bottom: 20px;
  }
}
.parts > div:first-of-type > div:nth-child(2) {
  display: flex;
}
.parts > div:first-of-type > div:nth-child(2) > div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: bold;
  margin: 0 8px;
  justify-content: space-between;
}
.parts > div:first-of-type > div:nth-child(2) > div > div:first-of-type {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.parts > div:not(:first-of-type) > div:nth-of-type(2) {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.parts > div:not(:first-of-type) > div:last-of-type {
  font-size: 12px;
  font-weight: bold;
  min-height: 2.5em;
}

.recommend {
  background-color: #efefef;
  margin-top: 20px;
  position: relative;
}
.recommend .article__title {
  margin-top: 10px;
}
.recommend figure {
  margin-right: 50px;
}
.recommend a {
  text-decoration: none;
}
.recommend .conformity {
  border-collapse: collapse;
  margin: 10px 0 20px 1em;
}
.recommend .conformity th {
  background-color: #8EB95F;
  border: 1pt solid gray;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 0px 20px;
  white-space: nowrap;
}
.recommend .conformity td {
  background-color: #FFFFFF;
  border: 1pt solid gray;
  font-size: 13px;
  line-height: 2.5em;
  padding: 0px 20px 0px 10px;
}
.recommend .conformity td img {
  float: left;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .recommend .conformity {
    width: 100%;
    margin: 10px 0 30px 0;
  }
  .recommend .conformity tr {
    display: flex;
    flex-direction: column;
  }
}
.recommend .notes {
  right: 10px;
  bottom: 20px;
  font-size: 10px;
  position: absolute;
}
.recommend .notes ul li {
  text-indent: -1.2em;
  padding-left: 1em;
}
.recommend .notes ul li:before {
  content: "※";
  margin-right: 0.2em;
}
@media (max-width: 767px) {
  .recommend .notes {
    width: calc(100% - 40px);
    right: inherit;
    left: calc(0.2em + 10px);
  }
}
@media (min-width: 768px) {
  .recommend {
    padding: 10px 0 50px 0;
  }
  .recommend__image img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .recommend {
    padding: 10px 0 50px 0;
  }
  .recommend figure {
    align-items: center;
    margin: 0 0 30px 0;
  }
  .recommend__image img {
    width: 280px;
  }
}

hr {
  border: solid 1px rgb(230, 230, 230);
  margin-bottom: 2rem;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

@media (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pctb {
    display: none;
  }
}

.tb {
  display: none;
}
@media (max-width: 1023px) {
  .tb {
    display: inline;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: inline;
  }
}/*# sourceMappingURL=coremo.css.map */