/* adjusting
================================================== */
#contents {
  min-width: auto;
}
#contents .headSection .innerBlock {
  width: 100%;
  max-width: 1240px;
}
#contents .headSection .ttl {
  float: none;
  width: auto;
}
#contents .headSection .ttl h1 {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents {
    padding: 0;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 4vw;
  }
  #contents .headSection .ttl {
    display: flex;
    flex-direction: column;
    gap: 2.4vw;
  }
  #contents .headSection .ttl p.productsLogo img {
    width: 36.53333vw;
  }
  #contents .headSection .ttl h1 {
    padding: 0;
    background: none;
    font-size: 4vw;
  }
}

/* share
================================================== */
#contents .snsArea {
  padding: 80px 0 30px;
}
#contents .share_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
#contents .share_list {
  margin: 25px auto 0;
}
#contents .share_list ul {
  text-align: center;
}
#contents .share_list ul li {
  vertical-align: top;
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  #contents .snsArea {
    padding: 30px 0;
  }
  #contents .share_title {
    font-size: 22px;
  }
  #contents .share_list {
    margin-top: 15px;
  }
}

/* section
================================================== */
.section {
  padding: 60px 0 80px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.section--bg {
  background: #e6f0f2;
}
.section__title {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.section__title picture {
  display: block;
}
.section__title picture img {
  display: block;
}
.section__title__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5em;
  padding: 2em 0;
}
.section__title__body--narrow {
  padding: 1.5em 0 1em;
}
.section__title__body p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
.section__title__body h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.375;
  color: #009883;
}
.section__title__body div {
  padding: .6em 1.5em .4em;
  border-radius: 2em;
  background: #009883;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #fffc84;
}
.section__title__lead {
  padding: 2em 0;
}
.section__title__lead p {
  font-size: 1.8rem;
  line-height: 1.66;
}
.section__title__lead > p + p {
  margin-top: 1.5em;
}
.section__subtitle {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: .75em;
  margin-bottom: .5em;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.54;
  text-align: center;
  color: #009883;
}
.section__subtitle::before, .section__subtitle::after {
  position: relative;
  content: "";
  display: block;
  width: 0;
  height: 1.5em;
  bottom: 0;
  border-left: solid 3px #009883;
}
.section__subtitle::before {
  transform: rotate(-35deg);
}
.section__subtitle::after {
  transform: rotate(35deg);
}
.section__subtitle--sub {
  color: #4f5c9b;
}
.section__subtitle--sub::before, .section__subtitle--sub::after {
  border-left-color: #4f5c9b;
}
.section__panel__title {
  position: relative;
  padding: .6em 1em .4em;
  background: #009883;
  border-radius: 10px 10px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.section__panel__title--imp {
  background: #e34d43;
}
.section__panel__title--imp img {
  position: absolute;
  right: 60px;
  top: -42px;
}
.section__panel__body {
  padding: 40px 60px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.section__panel__body--border {
  border: solid 3px #009883;
}
.section__notes li {
  display: table-row;
  font-size: 1.4rem;
}
.section__notes li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes li > span:nth-child(1) {
  white-space: nowrap;
}
.section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background-color: #009883;
  background-image: url("/products/bizprinter/smartcharge/save-energy/images/icn_btn.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 6px 0 0 #00564a;
}
.section__btn--sub {
  background-color: #4f5c9b;
  box-shadow: 0 6px 0 0 #2c3457;
}
.section__btn > i {
  margin-right: .5em;
  padding: .3em .8em .2em;
  background: #fffc84;
  border-radius: 1.5em;
  font-size: 1.8rem;
  line-height: 1;
  color: #009883;
}
.section__btn > span {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .section__inner {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .section__inner {
    width: 1240px;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 8vw 0;
    font-size: 4vw;
    line-height: 1.66;
  }
  .section__inner {
    width: auto;
    padding: 0 4vw;
  }
  .section__title {
    width: auto;
  }
  .section__title__body {
    padding: 1.5em 0 1em;
  }
  .section__title__body--narrow {
    padding: .85em 0 .6em;
  }
  .section__title__body p {
    font-size: 4.8vw;
    line-height: 1.44;
  }
  .section__title__body h2 {
    font-size: 5.33333vw;
    line-height: 1.4;
  }
  .section__title__body div {
    font-size: 4vw;
  }
  .section__title__lead p {
    font-size: 4vw;
  }
  .section__subtitle {
    align-items: center;
    gap: 1.25em;
    font-size: 4vw;
    line-height: 1.46;
  }
  .section__subtitle::before, .section__subtitle::after {
    height: 2em;
  }
  .section__subtitle::before {
    transform: rotate(-25deg);
  }
  .section__subtitle::after {
    transform: rotate(25deg);
  }
  .section__panel__title {
    padding: 0.8em 4vw 0.6em;
    font-size: 4.8vw;
    line-height: 1.44;
  }
  .section__panel__title--imp {
    padding-right: 21.33333vw;
  }
  .section__panel__title--imp img {
    width: 14.93333vw;
    height: auto;
    right: 4vw;
    top: -2.66667vw;
  }
  .section__panel__body {
    padding: 5.33333vw 4vw;
  }
  .section__notes li {
    font-size: 3.2vw;
  }
  .section__btn {
    padding-left: 4vw;
    padding-right: 9.33333vw;
    background-size: 4.8vw 4.8vw;
    background-position: right 2.66667vw center;
    height: 17.33333vw;
    font-size: 4vw;
    line-height: 1.46;
  }
  .section__btn > i {
    font-size: 4vw;
  }
  .section__btn > span {
    font-size: 5.33333vw;
  }
}

/* kv
================================================== */
.kv {
  background: #009883;
  overflow: hidden;
}
@media (min-width: 768px) {
  .kv__inner {
    margin: 0 auto;
    width: 1240px;
  }
  .kv__inner picture {
    display: block;
    margin-right: -290px;
  }
}

/* fixedMenu
================================================== */
.fixedMenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background: #fff;
  z-index: 2;
}
.fixedMenu__inner {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
}
.fixedMenu__form {
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #ff8c00;
  height: 58px;
  color: #fff;
  text-decoration: none !important;
}
.fixedMenu__form > i {
  margin-right: 15px;
}
.fixedMenu__form > span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fixedMenu__inner {
    width: 1240px;
  }
}
@media only screen and (max-width: 767px) {
  .fixedMenu__inner {
    display: block;
  }
  .fixedMenu__form {
    justify-content: center;
    padding: 0 4vw;
    height: 12.8vw;
  }
  .fixedMenu__form > i {
    margin-right: 3.2vw;
  }
  .fixedMenu__form > span {
    flex: 3.73333vw;
  }
}

/* point
================================================== */
.point__grid1, .point__grid2 {
  display: flex;
}
.point__grid2__title {
  margin: 0 0 1.25em 0;
  padding: .4em 1em .2em;
  background: #009883;
  border-radius: 1.5em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.point__panel1 {
  margin-top: 1em;
  padding: 25px 30px;
  background: #e6f0f2;
  border-radius: 10px;
}
.point__panel2 {
  position: relative;
  padding: 30px;
  background: #009883;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.point__panel2 > div {
  position: absolute;
}
.point__panel2 > div:nth-of-type(1) {
  left: -10px;
  top: -10px;
}
.point__panel2 > div:nth-of-type(2) {
  right: -30px;
  top: -114px;
}
.point__panel2 h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fffc84;
  line-height: 1.4;
}
.point__panel2 h4 span span {
  font-size: 3.2rem;
}
.point__panel2 h4::before, .point__panel2 h4::after {
  content: "";
  display: block;
  width: 48px;
  height: 61px;
  background: url("/products/bizprinter/smartcharge/save-energy/images/point_bg_rec.svg") no-repeat;
  background-size: cover;
}
.point__panel2 h4::after {
  transform: rotate(180deg);
}
.point__panel2 p {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
.point__panel2 p strong {
  color: #fffc84;
}
.point__arrow {
  margin: 15px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .point__grid1 {
    align-items: center;
    gap: 50px;
  }
  .point__grid1 > div:nth-child(1) {
    flex: 0 0 calc(550 / 1120 * 100%);
  }
  .point__grid1 > div:nth-child(1) figure {
    margin: 0;
  }
  .point__grid1 > div:nth-child(1) figcaption {
    margin: 1em 0 0 0;
    font-size: 1.4rem;
  }
  .point__grid1 > div:nth-child(2) {
    flex: 1 0 0%;
  }
  .point__grid1 > div:nth-child(2) p {
    line-height: 1.625;
  }
  .point__grid2 {
    align-items: center;
    gap: 50px;
    margin-bottom: 35px;
  }
  .point__grid2 > div:nth-child(1) {
    flex: 0 0 calc(474 / 1120 * 100%);
  }
  .point__grid2 > div:nth-child(1) figure {
    margin: 0;
  }
  .point__grid2 > div:nth-child(1) figcaption {
    margin: 1em 0 0 0;
    font-size: 1.4rem;
  }
  .point__grid2 > div:nth-child(2) {
    flex: 1 0 0%;
  }
  .point__grid2 > div:nth-child(2) p {
    line-height: 1.625;
  }
  .point__grid2 > div:nth-child(2) p + p {
    margin-top: 1em;
  }
  .point__panel1 {
    align-items: center;
  }
  .point__panel1 > div p {
    line-height: 1.625;
  }
}
@media only screen and (max-width: 767px) {
  .point__grid1, .point__grid2 {
    flex-direction: column;
    gap: 8vw;
  }
  .point__grid1 > div:nth-child(1) figcaption {
    margin: 1em 0 0 0;
    font-size: 3.2vw;
  }
  .point__grid2 {
    margin-bottom: 15.33333vw;
  }
  .point__grid2__title {
    font-size: 4vw;
  }
  .point__grid2 > div:nth-child(1) figcaption {
    margin: 1em 0 0 0;
    font-size: 3.2vw;
  }
  .point__panel1, .point__panel2 {
    padding: 5.33333vw 4vw;
    flex-direction: column;
    gap: 5.33333vw;
  }
  .point__panel2 {
    padding-top: 21.33333vw;
  }
  .point__panel2 > div {
    position: absolute;
  }
  .point__panel2 > div:nth-of-type(1) {
    left: -1.33333vw;
    top: -1.33333vw;
  }
  .point__panel2 > div:nth-of-type(1) img {
    width: 24vw;
    height: auto;
  }
  .point__panel2 > div:nth-of-type(2) {
    right: 4vw;
    top: -11.2vw;
  }
  .point__panel2 > div:nth-of-type(2) img {
    width: 41.46667vw;
    height: auto;
  }
  .point__panel2 h4 {
    font-size: 4.8vw;
  }
  .point__panel2 h4 span span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.66667vw;
    font-size: 5.33333vw;
  }
  .point__panel2 h4 span span::before, .point__panel2 h4 span span::after {
    content: "";
    display: block;
    width: 7.06667vw;
    height: 9.06667vw;
    background: url("/products/bizprinter/smartcharge/save-energy/images/point_bg_rec.svg") no-repeat;
    background-size: cover;
  }
  .point__panel2 h4 span span::after {
    transform: rotate(180deg);
  }
  .point__panel2 h4::before, .point__panel2 h4::after {
    content: none;
    display: none;
  }
  .point__panel2 p {
    font-size: 4.8vw;
    line-height: 1.44;
  }
  .point__arrow {
    margin: 2.66667vw 0;
  }
  .point__arrow img {
    width: 13.33333vw;
    height: auto;
  }
}

/* saving
================================================== */
.saving__compare__title {
  margin-bottom: 1.5em;
  padding: .7em 1.5em .5em;
  border-radius: 2em;
  background: #009883;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.saving__compare__title sup {
  font-size: 1.2rem !important;
}
.saving__compare__items {
  display: flex;
  margin-bottom: 35px;
}
.saving__compare__items > li {
  box-sizing: border-box;
  flex: 1 0 0%;
}
.saving__compare__items > li + li {
  border-left: solid 1px #ced5d9;
  margin-left: 13px;
  padding-left: 13px;
}
.saving__panel {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border: solid 3px #009883;
  border-radius: 10px;
  overflow: hidden;
}
.saving__panel > div {
  flex: 0 0 50%;
}
.saving__panel__text {
  box-sizing: border-box !important;
  padding: 0 35px;
}
.saving__panel__text h4 {
  margin-bottom: 30px;
  text-align: center;
}
.saving__panel__text p {
  font-size: 1.8rem;
  line-height: 1.66;
}
.saving__panel__text p strong {
  font-size: 2.2rem;
}
.saving__panel + ul {
  margin-bottom: 60px;
}
.saving__reason p {
  line-height: 1.625;
}
.saving__reason picture {
  display: block;
  margin: 30px 0;
  text-align: center;
}
.saving__reason dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
}
.saving__reason dl dd {
  line-height: 1.625;
}
.saving__btns {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
.saving__casestudy {
  background: #f3f5f7;
  border-radius: 10px;
  padding: 35px;
  margin: 1.5em 0;
}
.saving__casestudy__title {
  margin-bottom: 1.5em;
  padding: .7em 1.5em .5em;
  border-radius: 2em;
  background: #009883;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.saving__casestudy__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.saving__casestudy__image {
  width: 40%;
}
.saving__casestudy__text .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saving__casestudy__text .top a {
  background-color: #005AB4;
  color: #fff;
  padding: .5em 3em .5em .7em;
}
.casestudy__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: url(/products/bizprinter/smartcharge/save-energy/images/icn_btn.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  text-align: center;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .saving__btns > li {
    flex: 1 0 0%;
  }
}
@media only screen and (max-width: 767px) {
  .saving__compare__title {
    margin-bottom: 6.66667vw;
    font-size: 4vw;
    line-height: 1.46;
  }
  .saving__compare__title sup {
    font-size: 3.2vw !important;
  }
  .saving__compare__items {
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .saving__compare__items > li + li {
    border-left: none;
    border-top: solid 1px #ced5d9;
    margin-left: 0;
    margin-top: 8vw;
    padding-left: 0;
    padding-top: 8vw;
  }
  .saving__panel {
    flex-direction: column;
    margin-bottom: 4vw;
  }
  .saving__panel > div {
    flex: 0 0 auto;
  }
  .saving__panel__text {
    padding: 8vw 4vw;
  }
  .saving__panel__text h4 {
    margin-bottom: 4vw;
  }
  .saving__panel__text p {
    font-size: 4vw;
  }
  .saving__panel__text p strong {
    font-size: 4.8vw;
  }
  .saving__panel + ul {
    margin-bottom: 8vw;
  }
  .saving__reason p {
    line-height: 1.46;
  }
  .saving__reason picture {
    margin: 8vw 0;
  }
  .saving__reason picture img {
    width: 73.86667vw !important;
  }
  .saving__reason dl {
    margin-left: -4vw;
    align-items: flex-start;
  }
  .saving__reason dl dt {
    flex: 0 0 28.26667vw;
  }
  .saving__reason dl dt img {
    display: block;
    width: 100%;
    height: auto;
  }
  .saving__reason dl dd {
    line-height: 1.46;
  }
  .saving__btns {
    flex-direction: column;
    gap: 10.66667vw;
    margin-top: 8vw;
  }
  .saving__casestudy {
    padding: 35px 20px;
  }
  h3.saving__casestudy__title {
    font-size: 4vw;
    line-height: 1.46;
    display: block;
  }
  .saving__casestudy__inner {
    flex-direction: column;
  }
  .saving__casestudy__image {
    width: 100%;
  }
  .saving__casestudy__text {
    margin-top: 20px;
  }
  .saving__casestudy__text .top {
    display: block;
  }
  .saving__casestudy__text .top p+p {
    margin-top: 5px;
  }
  .saving__casestudy__text .top a {
    padding: 1em 3em 1em .7em;
  }
}

/* coexistence
================================================== */
.coexistence__panels {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.coexistence__panels + ul {
  margin-bottom: 30px;
}
.coexistence__panel {
  padding: 35px;
  border-radius: 10px;
  background: #fff;
}
.coexistence__panel figure {
  margin: 0 0 30px 0;
  text-align: center;
}
.coexistence__panel h3 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #009883;
  text-align: center;
}
.coexistence__panel p {
  line-height: 1.625;
}
.coexistence__bnr {
  margin-top: 25px;
  text-align: center;
}
.coexistence__bnr img {
  border: solid 1px #dadada;
}
@media (min-width: 768px) {
  .coexistence__panels > div {
    flex: 1 0 0%;
  }
}
@media only screen and (max-width: 767px) {
  .coexistence__panels {
    flex-direction: column;
    gap: 5.33333vw;
    margin-bottom: 4vw;
  }
  .coexistence__panels + ul {
    margin-bottom: 10.66667vw;
  }
  .coexistence__panel {
    padding: 6.66667vw 4vw;
  }
  .coexistence__panel figure {
    margin-bottom: 5.33333vw;
  }
  .coexistence__panel figure img {
    width: 18vw;
    height: auto;
  }
  .coexistence__panel h3 {
    margin-bottom: .7em;
    font-size: 4.8vw;
    line-height: 1.44;
  }
  .coexistence__panel p {
    line-height: 1.44;
  }
  .coexistence__bnr {
    margin-top: 4vw;
  }
}

/* assessment
================================================== */
.assessment {
  padding-bottom: 0;
}
.assessment__panels {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}
.assessment__panel {
  position: relative;
  padding: 23px 35px 35px 35px;
  border-radius: 10px;
  background: #e6f0f2;
}
.assessment__panel__number {
  position: absolute;
  left: 35px;
  top: 30px;
}
.assessment__panel__ill {
  min-height: 205px;
  text-align: center;
}
.assessment__panel__ill--01 {
  text-align: right;
}
.assessment__panel__title {
  margin-bottom: .5em;
  font-size: 2.2rem;
  font-weight: bold;
  color: #009883;
  text-align: center;
}
.assessment__panel__lead {
  line-height: 1.625;
}
.assessment__btn {
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .assessment__panels > div {
    flex: 1 0 0%;
  }
  .assessment__panels > div + div::before {
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 30px;
    height: 55px;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCA1NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgNTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIGZpbGw9IiM4MENDQzEiIHBvaW50cz0iMCw1NSAzMCwyNy41IDAsMCAJIi8+PC9nPjwvc3ZnPg==") no-repeat;
    background-size: 30px 55px;
  }
}
@media only screen and (max-width: 767px) {
  .assessment__panels {
    flex-direction: column;
    gap: 13.33333vw;
    margin-bottom: 9.33333vw;
  }
  .assessment__panels > div + div::before {
    position: absolute;
    left: 50%;
    top: -12vw;
    transform: translateX(-50%) rotate(90deg);
    content: "";
    display: block;
    width: 6vw;
    height: 10.93333vw;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCA1NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgNTUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIGZpbGw9IiM4MENDQzEiIHBvaW50cz0iMCw1NSAzMCwyNy41IDAsMCAJIi8+PC9nPjwvc3ZnPg==") no-repeat;
    background-size: 6vw 10.93333vw;
  }
  .assessment__panel {
    padding: 4.66667vw 4vw 6.66667vw;
  }
  .assessment__panel__number {
    left: 4vw;
    top: 5.33333vw;
  }
  .assessment__panel__number img {
    width: 12.66667vw;
    height: auto;
  }
  .assessment__panel__ill {
    min-height: unset;
    margin-bottom: 6.66667vw;
  }
  .assessment__panel__ill img {
    height: auto;
  }
  .assessment__panel__ill--01 img {
    width: 56vw;
  }
  .assessment__panel__ill--02 img {
    width: 34.13333vw;
  }
  .assessment__panel__ill--03 img {
    width: 43.46667vw;
  }
  .assessment__panel__title {
    margin-bottom: .7em;
    font-size: 4.8vw;
    line-height: 1.44;
  }
  .assessment__panel__lead {
    line-height: 1.44;
  }
  .assessment__btn {
    max-width: unset;
  }
}

/* floating
================================================== */
.floating {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 70px;
  z-index: 3;
}
.floating__close {
  position: absolute;
  top: -11px;
  right: -11px;
  cursor: pointer;
}
.floating__close img {
  width: 30px;
  height: auto;
}
.floating__body {
  display: table;
  padding: 10px 15px;
  border: solid 2px #009883;
  border-radius: 10px;
  background: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.46;
  color: #009883 !important;
  text-decoration: none !important;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.floating__body > div {
  display: table-cell;
  vertical-align: middle;
}
.floating__ill {
  box-sizing: content-box;
  width: 52px;
  padding-right: 18px;
}
.floating__ill img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .floating {
    right: 6.66667vw;
    left: 6.66667vw;
  }
  .floating__body {
    width: 100%;
    font-size: 4vw;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents .forsp {
    display: none !important;
  }
}
@media print {
  #contents .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents .forpc {
    display: none !important;
  }
}
#contents .oro {
  transition: opacity .3s ease-in;
}
#contents .oro:hover {
  opacity: .7;
}

#contents img.liquid {
  width: 100%;
  height: auto;
}
#contents img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents img.liquid--sp {
    width: 100%;
    height: auto;
  }
}

strong.underline {
  background: linear-gradient(transparent 60%, #fffc84 60%);
}
