@charset "UTF-8";
/* adjusting
================================================== */
#contents .headSection .ttl {
  float: none;
  width: auto;
  display: flex;
}
#contents .headSection .ttl h1 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #contents .headSection {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 10px;
  }
  #contents .headSection .ttl h1 {
    font-size: 14px;
  }
}
#contents sup, #contents sub {
  display: inline-block;
  font-size: 65%;
}
#contents sup {
  vertical-align: super;
}
#contents sub {
  vertical-align: baseline;
}

/* share
================================================== */
#contents .snsArea {
  padding: 50px 0;
  background-color: #f4f4f4;
}
#contents .share_title {
  font-size: 30px;
  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;
  }
}

/* fixedMenu
================================================== */
#contents .fixedMenu {
  transition: opacity .5s ease;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
#contents .fixedMenu.fadeOut {
  opacity: 0;
}
#contents .fixedMenu__wrapp {
  display: flex;
  width: 960px;
  margin: 0 auto;
  justify-content: flex-end;
}
#contents .fixedMenu__h1 {
  background-color: #0038A8;
  color: #fff;
  height: 58px;
  align-items: center;
  display: flex;
  padding: 0 15px;
  font-size: 14px;
  margin-right: 15px;
  font-weight: bold;
}
#contents .fixedMenu__inner {
  display: flex;
  justify-content: flex-end;
}
#contents .fixedMenu__tel {
  display: flex;
  align-items: center;
  height: 58px;
}
#contents .fixedMenu__tel dl {
  margin: 0 1.5em 0 0;
  font-weight: bold;
}
#contents .fixedMenu__tel dl dt {
  padding-left: 22px;
  font-size: 11px;
  line-height: 1.25;
}
#contents .fixedMenu__tel dl dd {
  margin: 0;
}
#contents .fixedMenu__tel dl dd a {
  display: inline-block;
  padding-left: 22px;
  background: url(/products/bizprinter/smartcharge/merit/images/v3/icn_tel.svg) no-repeat left center;
  background-size: 15px 17px;
  text-decoration: none !important;
  pointer-events: none;
  color: #333;
  font-size: 20px;
  line-height: 1.25;
}
#contents .fixedMenu__tel p {
  margin: 0 1.5em 0 0;
  line-height: 1.25;
  font-size: 11px;
}
#contents .fixedMenu__form {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 58px;
  background: #ff8c00;
  color: #fff;
  text-decoration: none !important;
}
#contents .fixedMenu__form p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
}
#contents .fixedMenu__form p i {
  margin-right: 10px;
}
#contents .fixedMenu__form p span {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #contents .fixedMenu__wrapp {
    width: auto;
  }
  #contents .fixedMenu__h1 {
    width: 68px;
    height: auto;
    margin-right: 0;
    padding: 0px 10px;
    font-size: 12px;
  }
  #contents .fixedMenu__tel {
    height: auto;
  }
  #contents .fixedMenu__tel dl {
    margin: 0 5px 0 10px;
    white-space: nowrap;
  }
  #contents .fixedMenu__tel dl dt {
    padding-left: 18px;
    font-size: 10px;
  }
  #contents .fixedMenu__tel dl dd a {
    padding-left: 18px;
    font-size: 18px;
  }
  #contents .fixedMenu__tel p {
    margin: 0 10px 0 0;
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
  }
  #contents .fixedMenu__tel p br {
    display: block !important;
  }
  #contents .fixedMenu__form {
    padding: 0 10px;
    height: auto;
  }
  #contents .fixedMenu__form p i {
    margin: 0;
  }
  #contents .fixedMenu__form p span {
    display: none;
  }
}
@media (pointer: coarse) and (hover: none) {
  #contents .fixedMenu__tel dl dd a {
    pointer-events: all;
  }
}

/* common
================================================== */
/* section */
.section {
  padding: 70px 0;
}
.section--primary {
  background: #eff5f8;
}
.section--secondary {
  background: #fff;
}
.section__inner {
  width: 960px;
  margin: 0 auto;
}
.section__notes {
  font-size: 14px;
  line-height: 1.5;
}
.section__notes--centered {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.section__notes > li {
  display: table-row;
}
.section__notes > li > span {
  display: table-cell;
  vertical-align: top;
}
.section__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.section__notes--lineup li + li {
  margin-top: 0;
}
.section__notes sup {
  display: inline-block;
  vertical-align: text-top !important;
}
.section .fcb {
  color: #0193de !important;
}
.section .fcn {
  color: #b84c97 !important;
}
.section em {
  font-style: normal;
}
.section a:hover {
  transition: all 0.5s 0s ease-in-out;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .section__inner {
    width: auto;
    padding: 0 10px;
  }
  .section__notes {
    font-size: 12px;
  }
}

/* visual 
================================================== */
.visual {
  text-align: center;
}

/* intro 
================================================== */
.intro {
  margin-bottom: 50px;
}
.intro__arw {
  margin: -30px 0 30px;
  text-align: center;
}
.intro__panel {
  margin: 0 auto;
  max-width: 850px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(32, 140, 196, 0.2);
}
@media only screen and (max-width: 767px) {
  .intro {
    margin-bottom: 40px;
  }
  .intro__arw {
    margin: -15px 0 15px;
  }
  .intro__arw img {
    width: 50px;
    height: auto;
  }
}

/* reason 
================================================== */
.reasonTitle {
  margin-bottom: 70px;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
.reasonTitle strong {
  color: #0193de;
}
.reasonTitle span {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .reasonTitle {
    margin-bottom: 45px;
    font-size: 5.06667vw;
    line-height: 1.3;
  }
  .reasonTitle span {
    font-size: 6.66667vw;
  }
}

.reason {
  position: relative;
  margin-bottom: 90px;
  padding: 60px 40px 50px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(32, 140, 196, 0.2);
}
.reason__title {
  margin-bottom: 30px;
}
.reason__title h3 > i {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-image: linear-gradient(120deg, #6c8ad7 0%, #4bc0ed 100%);
  border-radius: 50%;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.reason__title h3 > span {
  display: block;
  margin-bottom: .2em;
  font-size: 32px;
  color: #0193de;
  line-height: 1.2;
  text-align: center;
}
.reason__title p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.reason__title__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  width: 100%;
  max-width: 760px;
}
.reason__title__image {
  flex: 0 0 350px;
  margin-right: 30px;
}
.reason__title__text {
  flex: 1 0 0%;
  max-width: 100%;
}
.reason__title__text p + p {
  margin: .5em 0;
  font-size: 16px;
}
.reason__btn {
  margin-top: 40px;
  text-align: center;
}
.reason__btn a {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  height: 60px;
  padding: 0 60px;
  background-image: linear-gradient(to left, #6c8ad7 0%, #4bc0ed 100%);
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}
.reason__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.reason__btn a.is-anchor::before {
  transform: translateY(-50%) rotate(135deg);
}
@media (min-width: 768px) {
  .reason__title__text p {
    text-align: left;
  }
  .reason__title__text p:not([class]) {
    margin-top: 5px;
    font-size: 16px;
  }
  .reason__title__text p:not([class]) sup {
    font-size: 72.5% !important;
  }
}
@media only screen and (max-width: 767px) {
  .reason {
    margin-bottom: 45px;
    padding: 36px 10px 30px;
  }
  .reason__title {
    margin-bottom: 15px;
  }
  .reason__title h3 > i {
    width: 44px;
    height: 44px;
    font-size: 24px;
  }
  .reason__title h3 > span {
    font-size: 5.33333vw;
  }
  .reason__title p {
    font-size: 3.73333vw !important;
  }
  .reason__title p br {
    display: block !important;
  }
  .reason__title__inner {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .reason__title__image {
    flex: 0 0 100%;
    margin: 10px 0 0 0;
  }
  .reason__title__image + p {
    margin-top: 10px;
  }
  .reason__btn {
    margin-top: 20px;
  }
  .reason__btn a {
    display: flex;
    min-width: 0;
    padding: 0;
    height: 3.2em;
    border-radius: 1.6em;
    font-size: 4vw;
  }
}

.reason1__panelWrap {
  margin-bottom: 10px;
}
.reason1__panel {
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
}
.reason1__panel__title {
  padding: .5em 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.reason1__panel__title--discount {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reason1__panel__title--discount > i {
  margin-right: .75em;
  padding: .75em;
  border-radius: 60%;
  background: #084b91;
  font-size: 14px;
  font-style: normal;
  line-height: 1.2;
}
.reason1__panel__body {
  background: #fff;
  text-align: center;
}
.reason1__panel__body h4 {
  padding: .5em .2em .4em;
  font-size: 22px;
  line-height: 1.2;
}
.reason1__panel__body dl {
  padding: 1em;
}
.reason1__panel__body dt {
  margin-bottom: .5em;
  font-size: 18px;
  line-height: 1.3;
}
.reason1__panel__body dt sup {
  display: inline-block;
  font-size: 60%;
  font-weight: normal;
  color: #333;
  vertical-align: super;
}
.reason1__panel__body dd {
  font-size: 16px;
  line-height: 1.625;
}
.reason1__panel--allinone {
  background: #b84c97;
}
.reason1__panel--allinone .reason1__panel__body h4 {
  background: #f9eff6;
  color: #b84c97;
}
.reason1__panel--allinone .reason1__panel__body dt {
  color: #b84c97;
}
.reason1__panel--discount {
  padding: 0;
  background: #f9eff6;
}
.reason1__panel--discount .reason1__panel__body {
  flex: 1 0 0;
  padding: 1em;
  background: transparent;
}
.reason1__panel--discount .reason1__panel__body dl {
  padding: 0;
}
.reason1__panel--discount .reason1__panel__body dt {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b84c97;
}
.reason1__panel--discount .reason1__panel__body dt > i {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 4em 0 0;
  height: 4em;
  margin-right: .5em;
  border-radius: 2em;
  background: #b84c97;
  color: #fff;
  font-size: 14px;
}
.reason1__panel--standard {
  background: #0075c2;
}
.reason1__panel--standard .reason1__panel__body h4 {
  background: #ecf4fa;
  color: #0075c2;
}
.reason1__panel--standard .reason1__panel__body dt {
  color: #0075c2;
}
.reason1__panel--charge {
  background: #56b087;
}
.reason1__panel--charge .reason1__panel__body h4 {
  background: #eef7f3;
  color: #56b087;
}
.reason1__panel--charge .reason1__panel__body dt {
  color: #56b087;
}
.reason1__panel--standard, .reason1__panel--charge {
  margin-top: 30px;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .reason1__panelWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reason1__panel__bodys {
    display: flex;
    justify-content: space-between;
  }
  .reason1__panel--allinone {
    flex: 0 0 100%;
    max-width: 100%;
  }
	/*
  .reason1__panel--allinone .reason1__panel__body {
    flex: 0 0 425px;
    max-width: 425px;
  }
	*/
  .reason1__panel--discount {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .reason1__panel--discount-plan {
    margin: 30px 0 0;
  }
  .reason1__panel--standard, .reason1__panel--charge {
    flex: 0 0 435px;
    max-width: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .reason1__panel + .reason1__panel {
    margin-top: 20px;
  }
  .reason1__panel__title {
    font-size: 4vw;
  }
  .reason1__panel__title--discount > i {
    white-space: nowrap;
    font-size: 2.66667vw;
  }
  .reason1__panel__title--discount > span {
    text-align: left;
  }
  .reason1__panel__body h4 {
    font-size: 4vw;
  }
  .reason1__panel__body dt {
    font-size: 3.73333vw;
  }
  .reason1__panel__body dd {
    font-size: 3.73333vw;
  }
  .reason1__panel__bodys > div + div {
    margin-top: 10px;
  }
  .reason1__panel--discount {
    margin-top: 0 !important;
  }
  .reason1__panel--discount .reason1__panel__body {
    padding: .75em;
  }
  .reason1__panel--discount dt {
    font-size: 4vw;
  }
  .reason1__panel--discount dd {
    font-size: 3.73333vw;
  }
  .reason1__panel--discount-plan {
    margin-top: 20px !important;
  }
}

.reason2__item {
  text-align: center;
}
.reason2__item__title {
  padding: .5em .3em;
  background: #0193de;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.reason2__item__caption {
  margin: 1em 0 0 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .reason2__items {
    display: flex;
    justify-content: space-between;
    max-width: 864px;
    margin: 0 auto;
  }
  .reason2__item {
    flex: 0 0 280px;
  }
  .reason2__item--col2 {
    flex: 0 0 564px;
  }
  .reason2__item__title {
    margin-bottom: 4px;
  }
  .reason2__item__images {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .reason2__items {
    margin-bottom: 25px;
  }
  .reason2__item + .reason2__item {
    margin-top: 20px;
  }
  .reason2__item__title {
    font-size: 5.33333vw;
  }
  .reason2__item__caption {
    margin-top: .5em;
    font-size: 3.73333vw !important;
  }
  .reason2__item__images > div + div {
    margin-top: 20px;
  }
}

.reason3__item__title {
  display: flex;
  align-items: center;
}
.reason3__item__title > i {
  flex: 0 0 90px;
  margin-right: 10px;
}
.reason3__item__title > span {
  font-size: 26px;
  color: #159c3d;
}
.reason3__item__text {
  margin: 1em 0 0 0;
  font-size: 16px;
}
.reason3__item__text strong {
  font-size: 18px;
  color: #159c3d;
}
@media (min-width: 768px) {
  .reason3__items {
    display: flex;
    justify-content: space-between;
    max-width: 760px;
    margin: 0 auto 20px;
  }
  .reason3__items + .section__notes {
    max-width: 760px;
    margin: 0 auto;
  }
  .reason3__item {
    flex: 0 0 360px;
    max-width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .reason3__items {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .reason3__items > div + div {
    margin-top: 20px;
  }
  .reason3__item__title {
    justify-content: center;
  }
  .reason3__item__title > i {
    flex: 0 0 45px;
  }
  .reason3__item__title > i img {
    width: 100%;
    height: auto;
  }
  .reason3__item__title > span {
    font-size: 5.33333vw;
  }
  .reason3__item__text {
    margin-top: .5em;
    font-size: 3.73333vw !important;
  }
  .reason3__item__text strong {
    font-size: 3.73333vw;
  }
}

.reason4__items {
  margin-top: 60px;
  border-top: solid 1px #dcdcdc;
}
.reason4__item {
  border-bottom: solid 1px #dcdcdc;
}
.reason4__item__title {
  display: block;
  position: relative;
  padding: 15px 0 15px 32px;
  font-size: 20px;
  font-weight: bold;
  color: #333 !important;
  text-decoration: none !important;
  line-height: 1;
  cursor: pointer;
}
.reason4__item__title > i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
}
.reason4__item__title > i::before, .reason4__item__title > i::after {
  transition: all .3s ease-in;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #0193de;
}
.reason4__item__title > i::after {
  transform: rotate(90deg);
}
.reason4__item__title.is-open > i::after {
  transform: rotate(0);
}
.reason4__item__body {
  display: none;
  padding: 30px 0;
}
.reason4__item__section + .reason4__item__section {
  margin-top: 40px;
}
.reason4__item__section p {
  font-size: 16px;
}
.reason4__item__section p.lead {
  font-size: 18px;
}
.reason4__item__section p.grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reason4__item__section p + p {
  margin-top: 1em;
}
.reason4__item__section .matomete {
  display: table;
  margin: 1em auto;
  padding: .75em 2em;
  background: #d8ebfd;
  border-radius: 10px;
  font-size: 16px;
}
.reason4__item__section .matomete dt {
  color: #003997;
}
.reason4__item__section .matomete dd ul li {
  position: relative;
  padding-left: 1.25em;
}
.reason4__item__section .matomete dd ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: .75em;
  height: .75em;
  background: #333;
}
.reason4__item__section .documentCapture {
  margin: 1em 0 0 0;
  font-size: 16px;
}
.reason4__item__section .documentCapture dd ul li {
  position: relative;
  padding-left: 1.25em;
}
.reason4__item__section .documentCapture dd ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: .75em;
  height: .75em;
  background: #d8ebfd;
}
.reason4__item__section .funcs {
  display: flex;
  gap: 10px;
}
.reason4__item__section .funcs > dl {
  position: relative;
  box-sizing: border-box;
  flex: 1 0 0%;
  padding: 40px 30px 20px;
  border: solid 1px #1895db;
}
.reason4__item__section .funcs > dl dt {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 12px 35px 7px;
  background: #1895db;
  border-radius: 20px;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
.reason4__item__section .funcs > dl dt span {
  display: inline-block;
  margin-left: .25em;
  font-size: 20px;
}
.reason4__item__section .funcs > dl dd {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
.reason4__item__section .movie {
  max-width: 560px;
  margin: 0 auto;
}
.reason4__item__section .movie > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.reason4__item__section .movie > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reason4__item__section .movie + p {
  margin-top: 1.5em;
}
.reason4__item__section .movie h6 {
  font-size: 18px;
}
.reason4__item__subtitle {
  display: flex;
  margin-bottom: 20px;
  background: #0193de;
  line-height: 1;
}
.reason4__item__subtitle > span, .reason4__item__subtitle > em {
  display: flex;
  align-items: center;
  height: 40px;
}
.reason4__item__subtitle > span {
  position: relative;
  padding: 0 12px 0 20px;
  background: #d8ebfd;
  font-size: 14px;
  color: #0193de;
}
.reason4__item__subtitle > span::after {
  position: absolute;
  right: -30px;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0px 30px;
  border-color: transparent transparent transparent #d8ebfd;
}
.reason4__item__subtitle > em {
  padding: 0 10px 0 38px;
  font-size: 18px;
  font-style: normal;
  color: #fff;
}
.reason4__item__close {
  margin-top: 20px;
}
.reason4__item__close a {
  display: block;
  padding: .65em;
  background: #0091e1;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.reason4__item__close a span {
  position: relative;
  display: inline-block;
}
.reason4__item__close a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(225deg);
  right: -15px;
  top: 50%;
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .reason4__items {
    margin-top: 30px;
  }
  .reason4__item__title {
    padding: 12px 0 12px 22px;
    font-size: 4vw;
  }
  .reason4__item__title > i {
    width: 15px;
    height: 15px;
  }
  .reason4__item__title > i::before, .reason4__item__title > i::after {
    top: 6px;
    width: 15px;
    height: 2px;
  }
  .reason4__item__body {
    padding: 15px 0;
  }
  .reason4__item__section + .reason4__item__section {
    margin-top: 35px;
  }
  .reason4__item__section p {
    font-size: 3.73333vw !important;
  }
  .reason4__item__section p.lead {
    font-size: 4vw !important;
  }
  .reason4__item__section p.lead br {
    display: block !important;
  }
  .reason4__item__section p.grid {
    display: block;
  }
  .reason4__item__section p.grid > span {
    display: block;
  }
  .reason4__item__section p.grid > span + span {
    margin-top: 20px;
  }
  .reason4__item__section p + p {
    margin-top: 1.25em;
  }
  .reason4__item__section .matomete {
    padding: .75em 1.25em;
    font-size: 3.73333vw;
  }
  .reason4__item__section .matomete dt {
    margin-bottom: .25em;
  }
  .reason4__item__section .documentCapture {
    font-size: 3.73333vw;
  }
  .reason4__item__section .documentCapture dt {
    margin-bottom: .25em;
  }
  .reason4__item__section .funcs {
    display: block;
  }
  .reason4__item__section .funcs > dl + dl {
    margin-top: 30px;
  }
  .reason4__item__section .funcs > dl {
    padding: 35px 15px 15px;
  }
  .reason4__item__section .funcs > dl dt {
    padding: 10px 30px 5px;
    font-size: 3.73333vw !important;
  }
  .reason4__item__section .funcs > dl dt i {
    font-size: 4vw !important;
  }
  .reason4__item__section .funcs > dl dd {
    font-size: 3.73333vw !important;
  }
  .reason4__item__section .movie h6 {
    font-size: 16px;
  }
  .reason4__item__subtitle {
    margin-bottom: 12px;
    overflow: hidden;
  }
  .reason4__item__subtitle > span, .reason4__item__subtitle > em {
    height: 30px;
  }
  .reason4__item__subtitle > span {
    padding: 0 10px 0 18px;
    font-size: 4vw;
  }
  .reason4__item__subtitle > em {
    padding: 0 10px 0 30px;
    font-size: 4vw;
  }
  .reason4__item__close {
    margin-top: 12px;
  }
  .reason4__item__close a {
    font-size: 3.73333vw;
  }
}

.reason5 .reason__title {
  margin-bottom: 0;
}

/* solution
================================================== */
.solution {
  padding-top: 90px;
  margin-top: -90px;
  margin-bottom: 80px;
}
.solution__title {
  margin-bottom: 1em;
  font-size: 34px;
  line-height: 1.35;
  text-align: center;
}
.solution__lead {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .solution {
    margin-bottom: 60px;
  }
  .solution__title {
    font-size: 4.8vw;
  }
  .solution__lead {
    font-size: 2vw;
  }
  .solution__lead br {
    display: block !important;
  }
}

.troubleItem {
  flex: 1 1 50%;
  max-width: 50%;
  padding-left: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.troubleItem_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -40px;
  margin-bottom: -40px;
}

.troubleItem_image {
  overflow: hidden;
}

.troubleItem_image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.troubleItem a:hover .troubleItem_image img {
  transform: scale(1.1);
}

.troubleItem a:hover .troubleItem_textArea {
  box-shadow: none;
  background-color: #0560bb;
}

.troubleItem_textArea {
  position: relative;
  display: flex;
  width: 95.65%;
  height: 75px;
  margin: 0 auto;
  margin-top: -50px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background: #0059b3;
  transition: all 0.3s ease;
  align-items: center;
  text-align: center;
}

.troubleItem_textArea:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.troubleItem_text b {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: normal;
  display: inline-block;
}

.troubleItem_text.bunkyo b {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/icon_trouble_bunkyo.png);
}

.troubleItem_text.office b {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/icon_trouble_office.png);
}

.troubleItem_text.iryo b {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/icon_trouble_iryo.png);
}

.troubleItem_text.ryu b {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/icon_trouble_ryu.png);
}

.troubleItem_text {
  flex: 1 1 auto;
  margin-left: 15px;
  margin-right: 40px;
  color: #fff;
  font-size: 20px;
}

.troubleItem a {
  color: inherit;
}

.troubleItem a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .troubleItem {
    flex: 1 1 50%;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .troubleItem_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    display: block;
    margin-left: 0;
    margin-bottom: -20px;
  }

  .troubleItem_image {
    overflow: hidden;
  }

  .troubleItem_image img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
  }

  .troubleItem_textArea {
    position: relative;
    display: flex;
    width: 95.65%;
    margin: 0 auto;
    margin-top: -35px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background: #0059b3;
    transition: all 0.3s ease;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    height: auto;
  }

  .troubleItem_textArea:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }

  .troubleItem_text b {
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
    display: inline-block;
    padding: 20px 0 20px  50px;
  }

  .troubleItem_text {
    flex: 1 1 auto;
    color: #fff;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 120%;
  }
}
/*case
================================================== */
.case {
  margin-bottom: 80px;
}
.case__title {
  margin-bottom: 1em;
  font-size: 34px;
  line-height: 1.35;
  text-align: center;
}
.case__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  list-style: none;
}
.case__items li {
  width: calc(33.3333% - 30px);
  margin: 0 30px 30px 0;
}
.case__item {
  position: relative;
  transition: all 0.5s 0s ease-in-out;
  display: block;
  padding: 25px 20px 25px 80px;
  border: solid 1pt #0193de;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 15px center;
  color: #0193de !important;
  font-size: 19px;
  font-weight: bold;
  box-shadow: 4px 4px 0px 1px #a9cee3;
}
.case__item::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0193de;
  transform: rotate(-45deg);
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.case__item:hover {
  background-color: #0193de;
  color: #fff !important;
  text-decoration: none;
}
.case__item:hover::after {
  border-color: #fff;
}
.case__item--01 {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_01.png);
}
.case__item--01:hover {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_01_on.png);
}
.case__item--02 {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_02.png);
}
.case__item--02:hover {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_02_on.png);
}
.case__item--03 {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_03.png);
}
.case__item--03:hover {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_03_on.png);
}
.case__item--04 {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_04.png);
}
.case__item--04:hover {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_04_on.png);
}
.case__item--05 {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_05.png);
}
.case__item--05:hover {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_05_on.png);
}
.case__item--06 {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_06.png);
}
.case__item--06:hover {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_06_on.png);
}
.case__item--07 {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_07.png);
}
.case__item--07:hover {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_07_on.png);
}
.case__item--08 {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_08.png);
}
.case__item--08:hover {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_08_on.png);
}
.case__item--09 {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_09.png);
}
.case__item--09:hover {
  background-image: url(/products/bizprinter/smartcharge/merit/images/v3/case_icn_09_on.png);
}
.case__btn a {
  position: relative;
  font-weight: bold;
  padding: 15px 20px;
  background: #0193de;
  color: #fff;
  font-size: 20px;
  width: 300px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border: solid 1pt #0193de;
  box-shadow: 4px 4px 0px 1px #a9cee3;
  transition: all 0.5s 0s ease-in-out;
  text-decoration: none !important;
}
.case__btn a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.case__btn a small {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .case {
    margin-bottom: 45px;
  }
  .case__title {
    font-size: 4vw;
  }
  .case__items {
    display: block;
    margin-right: 0;
  }
  .case__items li {
    width: auto;
    margin: 0 0 15px 0;
  }
  .case__item {
    padding: 20px 20px 20px 70px;
    background-position: left 10px center;
    font-size: 16px;
  }
  .case__btn a {
    padding: 12px 20px;
    width: auto;
    font-size: 16px;
  }
  .case__btn a small {
    font-size: 14px;
  }
}

/* assessment
================================================== */
.assessment__title {
  margin-bottom: .35em;
  font-size: 34px;
  line-height: 1.35;
  text-align: center;
}
.assessment__lead {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}
.assessment__image {
  border: solid 1px #0193de;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .assessment__title {
    margin-bottom: .5em;
    font-size: 4vw;
  }
  .assessment__lead {
    font-size: 3.73333vw !important;
    text-align: left;
  }
}

/*plan
================================================== */
.plan {
  padding-bottom: 30px;
}
.plan__intro {
  margin-bottom: 60px;
}
.plan__intro dl {
  text-align: center;
}
.plan__intro dt {
  margin-bottom: 25px;
}
.plan__intro dd {
  font-size: 18px;
  font-weight: bold;
}
.plan__intro > div {
  margin-top: 30px;
}
.plan__title {
  margin-bottom: .8em;
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
}
.plan__subtitle {
  padding: .6em .5em .5em;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.plan__subtitle--01 {
  background: #b84c97;
}
.plan__subtitle--02 {
  background: #56b087;
}
.plan__subtitle--03 {
  background: #0075c2;
}
.plan__subtitle--02, .plan__subtitle--03 {
  padding: .75em .5em .65em;
}
.plan__panel {
  padding: 25px 40px 30px;
  border: solid 10px;
  border-top: none;
}
.plan__panel__head {
  margin-bottom: 20px;
  text-align: center;
}
.plan__panel__head p {
  margin-bottom: 15px;
  font-weight: bold;
}
.plan__panel__head p span {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background: #535353;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.plan__panel__head p.desc {
  font-size: 24px;
}
.plan__panel__head p.note {
  font-size: 18px;
}
.plan__panel__head h4 {
  margin-bottom: 25px;
  line-height: 1.25;
  font-size: 40px;
}
.plan__panel__head dl {
  position: relative;
  margin-bottom: 20px;
  padding: 25px;
  border: solid 1px;
}
.plan__panel__head dt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
.plan__panel__head dt span {
  display: inline-block;
  padding: 0 1em;
  line-height: 1;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.plan__panel__head dd {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #535353;
}
.plan__panel__head .section__notes {
  display: table;
  margin: 20px auto 0;
  text-align: left;
}
.plan__panel__body {
  display: none;
  padding: 0 0 50px 0;
}
.plan__panel__body__panel {
  margin-bottom: 20px;
  padding: 46px 80px;
  background: #efefef;
}
.plan__panel__body__panel--wide {
  padding: 46px 70px;
}
.plan__panel__body h5 {
  margin: 40px 0 20px;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.plan__panel__body__more {
  margin-top: 40px;
  text-align: center;
}
.plan__panel__body__more a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  height: 54px;
  margin: 0 auto;
  border-radius: 27px;
  background: #155eaf;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}
.plan__panel__body__more a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.plan__panel__body__bnr {
  margin-top: 40px;
  text-align: center;
}
.plan__panel__foot a {
  display: block;
  padding: 12px 10px;
  background: #ccc;
  color: #333;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.plan__panel__foot a span {
  position: relative;
}
.plan__panel__foot a span:nth-child(2) {
  display: none;
}
.plan__panel__foot a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #000;
  transform: rotate(45deg);
  right: -18px;
  top: 4px;
}
.plan__panel__foot a.is-open span:nth-child(1) {
  display: none;
}
.plan__panel__foot a.is-open span:nth-child(2) {
  display: inline;
}
.plan__panel__foot a.is-open span::after {
  top: 8px;
  transform: rotate(225deg);
}
.plan__panel--01 {
  border-color: #b84c97;
}
.plan__panel--01 .plan__panel__head p {
  color: #b84c97;
}
.plan__panel--01 .plan__panel__head p span {
  background: #b84c97;
}
.plan__panel--01 .plan__panel__head h4 {
  color: #b84c97;
}
.plan__panel--01 .plan__panel__head dl {
  border-color: #b84c97;
}
.plan__panel--01 .plan__panel__head dt span {
  color: #b84c97;
}
.plan__panel--01 .plan__panel__body__panel {
  background: #f9eff6;
}
.plan__panel--01 .plan__panel__body h5 {
  color: #b84c97;
}
.plan__panel--01 .plan__panel__foot a {
  background: #f9eff6;
  color: #b84c97;
}
.plan__panel--01 .plan__panel__foot a span::after {
  border-color: #b84c97;
}
.plan__panel--04 {
  border-color: #b84c97;
}
.plan__panel--04 .plan__panel__head p {
  color: #614d9d;
}
.plan__panel--04 .plan__panel__head p span {
  background: #614d9d;
}
.plan__panel--04 .plan__panel__head h4 {
  color: #614d9d;
}
.plan__panel--04 .plan__panel__head dl {
  border-color: #614d9d;
}
.plan__panel--04 .plan__panel__head dt span {
  color: #614d9d;
}
.plan__panel--04 .plan__panel__body__panel {
  background: #efedf6;
}
.plan__panel--04 .plan__panel__body h5 {
  color: #614d9d;
}
.plan__panel--04 .plan__panel__foot a {
  background: #efedf6;
  color: #614d9d;
}
.plan__panel--04 .plan__panel__foot a span::after {
  border-color: #614d9d;
}
.plan__panel--02 {
  border-color: #56b087;
}
.plan__panel--02 .plan__panel__head p {
  color: #56b087;
}
.plan__panel--02 .plan__panel__head p span {
  background: #56b087;
}
.plan__panel--02 .plan__panel__head h4 {
  color: #56b087;
}
.plan__panel--02 .plan__panel__head dl {
  color: #56b087;
}
.plan__panel--02 .plan__panel__head dt span {
  color: #56b087;
}
.plan__panel--02 .plan__panel__body__panel {
  background: #eef7f3;
}
.plan__panel--02 .plan__panel__body h5 {
  color: #56b087;
}
.plan__panel--02 .plan__panel__foot a {
  background: #eef7f3;
  color: #56b087;
}
.plan__panel--02 .plan__panel__foot a span::after {
  border-color: #56b087;
}
.plan__panel--03 {
  border-color: #0075c2;
}
.plan__panel--03 .plan__panel__head p {
  color: #0075c2;
}
.plan__panel--03 .plan__panel__head p span {
  background: #0075c2;
}
.plan__panel--03 .plan__panel__head h4 {
  color: #0075c2;
}
.plan__panel--03 .plan__panel__head dl {
  border-color: #0075c2;
}
.plan__panel--03 .plan__panel__head dt span {
  color: #0075c2;
}
.plan__panel--03 .plan__panel__body__panel {
  background: #ecf4fa;
}
.plan__panel--03 .plan__panel__body h5 {
  color: #0075c2;
}
.plan__panel--03 .plan__panel__foot a {
  background: #ecf4fa;
  color: #0075c2;
}
.plan__panel--03 .plan__panel__foot a span::after {
  border-color: #0075c2;
}
.plan__panel + .plan__subtitle {
  margin-top: 50px;
}
.plan__discount {
  margin: 50px 0;
}
.plan__discount--allinone {
  margin: 40px 0 0 0;
}
.plan__discount__title {
  padding: .75em .5em;
  background: #614d9d;
  border-radius: 20px 20px 0 0;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.plan__discount__title--noround {
  border-radius: 0;
}
.plan__discount__body {
  padding: 20px 44px 35px;
  background: #fff;
  border-radius: 0 0 20px 20px;
  border: solid 2px #614d9d;
}
.plan__discount__body--noround {
  border-radius: 0;
}
.plan__discount__body h4 {
  margin-bottom: .25em;
  font-size: 22px;
  text-align: center;
}
.plan__discount__body p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.plan__discount__conditions {
  display: flex;
  justify-content: center;
}
.plan__discount__condition {
  display: flex;
  align-items: center;
  flex: 1 0 0%;
  padding: 20px;
  background: #eceef0;
  font-size: 14px;
}
.plan__discount__condition p {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.plan__discount__condition dt {
  color: #614d9d;
}
.plan__discount__condition ul li {
  position: relative;
  padding-left: 15px;
}
.plan__discount__condition ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #614d9d;
}
.plan__discount__condition--h {
  display: block;
}
.plan__discount__condition--h dl + dl {
  margin-top: 1em;
}
.plan__discount__condition--h ul {
  margin-top: .5em;
}
.plan__discount__condition--h ul li {
  padding-left: 0;
}
.plan__discount__condition--h ul li::before {
  display: none;
}
.plan__discount__plus {
  flex: 0 0 30px;
  margin: 0 10px;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .plan__intro {
    margin-bottom: 30px;
  }
  .plan__intro dt {
    margin-bottom: 12px;
  }
  .plan__intro dt img {
    max-width: 330px !important;
  }
  .plan__intro dd {
    font-size: 3.73333vw;
  }
  .plan__intro > div {
    margin-top: 10px;
  }
  .plan__title {
    font-size: 5.33333vw;
  }
  .plan__subtitle {
    padding: .6em .5em .5em;
    font-size: 4vw;
  }
  .plan__panel {
    padding: 15px 10px 10px;
    border-width: 5px;
  }
  .plan__panel__head {
    margin-bottom: 20px;
  }
  .plan__panel__head p {
    margin-bottom: 10px;
  }
  .plan__panel__head p span {
    padding: 5px 15px;
    font-size: 3.73333vw !important;
  }
  .plan__panel__head p sup {
    font-size: 10px;
  }
  .plan__panel__head p.desc {
    font-size: 3.73333vw !important;
  }
  .plan__panel__head p.note {
    font-size: 3.2vw !important;
    text-align: left;
  }
  .plan__panel__head h4 {
    margin-bottom: 15px;
    font-size: 6.4vw;
  }
  .plan__panel__head dl {
    margin-bottom: 10px;
    border-width: 1px;
    padding: 15px 10px;
  }
  .plan__panel__head dt span {
    min-width: 100px;
    font-size: 3.2vw;
    font-weight: normal;
  }
  .plan__panel__head dd {
    font-size: 3.2vw;
  }
  .plan__panel__body {
    padding: 0 0 15px 0;
  }
  .plan__panel__body__panel, .plan__panel__body__panel--wide {
    margin-bottom: 15px;
    padding: 10px 10px 15px;
  }
  .plan__panel__body h5 {
    margin: 20px 0 10px;
    font-size: 16px;
  }
  .plan__panel__body__more {
    margin-top: 0;
    padding: 0 10px;
  }
  .plan__panel__body__more a {
    height: 45px;
    font-size: 4vw;
  }
  .plan__panel__body__more a br.forsp {
    display: block !important;
  }
  .plan__panel__body__bnr {
    margin-top: 15px;
  }
  .plan__panel__foot a {
    font-size: 14px;
  }
  .plan__discount {
    margin: 30px 0;
  }
  .plan__discount--allinone {
    margin: 30px 0 0 0;
  }
  .plan__discount__title {
    padding: .4em;
    border-radius: 10px 10px 0 0;
    line-height: 1.4;
    font-size: 4.8vw;
  }
  .plan__discount__title--noround {
    border-radius: 0;
  }
  .plan__discount__body {
    padding: 15px 14px 30px;
    border-width: 1px;
    border-radius: 0 0 10px 10px;
  }
  .plan__discount__body--noround {
    border-radius: 0;
  }
  .plan__discount__body h4 {
    font-size: 4.53333vw;
  }
  .plan__discount__body p {
    font-size: 4vw !important;
    line-height: 1.65;
  }
  .plan__discount__conditions {
    display: block;
  }
  .plan__discount__condition {
    font-size: 3.73333vw;
  }
  .plan__discount__plus {
    width: 30px;
    height: 30px;
    margin: 10px auto;
  }
}

/* plan01 */
.plan01__examples {
  display: flex;
  margin-bottom: 20px;
}
.plan01__examples > li + li {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .plan01__examples {
    display: block;
  }
  .plan01__examples > li + li {
    margin: 20px 0 0 0;
  }
}
.plan01__example {
  box-sizing: border-box;
  flex: 1 0 0%;
  text-align: center;
}
.plan01__example h6 {
  margin: 0 -20px;
  padding: 10px 5px 12px;
  background: #b84c97;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}
.plan01__example__inner {
  padding: 0 20px 20px;
  background: #f9eff6;
}
.plan01__example__sec {
  padding: 20px 0;
  color: #535353;
  font-weight: bold;
}
.plan01__example__sec--main > div {
  margin-bottom: 12px;
}
.plan01__example__sec--main > div p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.plan01__example__sec--main > p {
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 14px;
}
.plan01__example__sec--main > p em {
  font-size: 22px;
}
.plan01__example__sec--main > ul {
  display: table;
  margin: 0 auto;
}
.plan01__example__sec--main > ul li {
  padding-left: 25px;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}
.plan01__example__sec--main > ul li em {
  font-size: 22px;
}
.plan01__example__sec--main > ul li sup {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  vertical-align: super;
}
.plan01__example__sec--main > ul li:nth-child(1) {
  background: url(/products/bizprinter/smartcharge/merit/images/v3/plan_icn_01.svg) no-repeat left center;
  background-size: 20px 20px;
}
.plan01__example__sec--main > ul li:nth-child(2) {
  background: url(/products/bizprinter/smartcharge/merit/images/v3/plan_icn_02.svg) no-repeat left center;
  background-size: 20px 21px;
}
.plan01__example__sec--main > ul li + li {
  margin-top: 3px;
}
.plan01__example__sec--specified > p {
  margin-bottom: 15px;
  font-size: 14px;
}
.plan01__example__sec--specified > p em {
  font-size: 22px;
}
.plan01__example__sec--specified > ul {
  display: flex;
  justify-content: center;
}
.plan01__example__sec--specified > ul li + li {
  margin-left: 25px;
}
.plan01__example__sec--specified > ul li div {
  margin-bottom: 10px;
}
.plan01__example__sec--specified > ul li div img {
  width: 81px !important;
}
.plan01__example__sec--specified > ul li p {
  font-size: 12px;
  line-height: 1.3;
}
.plan01__example__sec--specified > ul li p span {
  font-size: 14px;
}
.plan01__example__sec--specified > ul li p span em {
  font-size: 22px;
}
.plan01__example__sec--excess > dl {
  margin-bottom: 10px;
}
.plan01__example__sec--excess > dl dt {
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 18px;
}
.plan01__example__sec--excess > dl dd {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}
.plan01__example__sec--excess > dl dd small {
  font-size: 12px;
}
.plan01__example__sec--excess > ul {
  display: flex;
  justify-content: center;
}
.plan01__example__sec--excess > ul li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex: 0 0 78px;
  height: 104px;
  padding-bottom: 10px;
  line-height: 1.1;
  font-size: 14px;
}
.plan01__example__sec--excess > ul li:nth-child(1) {
  background: url(/products/bizprinter/smartcharge/merit/images/v3/plan_bg_mono.svg) no-repeat;
  background-size: 78px 104px;
}
.plan01__example__sec--excess > ul li:nth-child(2) {
  background: url(/products/bizprinter/smartcharge/merit/images/v3/plan_bg_color.svg) no-repeat;
  background-size: 78px 104px;
}
.plan01__example__sec--excess > ul li div {
  width: 100%;
}
.plan01__example__sec--excess > ul li div small {
  font-size: 12px;
}
.plan01__example__sec--excess > ul li div small:last-child {
  display: block;
  text-align: right;
  font-weight: normal;
}
.plan01__example__sec--excess > ul li div em {
  font-size: 22px;
}
.plan01__example__sec--excess > ul li + li {
  margin-left: 24px;
}
.plan01__example__sec + .plan01__example__sec {
  border-top: dotted 2px #b84c97;
}
.plan01__example__btn {
  margin: 20px 0;
  padding: 0 10px;
}
.plan01__example__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  height: 54px;
  margin: 0 auto;
  border-radius: 27px;
  background: #155eaf;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}
.plan01__example__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .plan01__example__btn {
    margin: 10px 0 20px;
  }
  .plan01__example__btn a {
    height: 45px;
    font-size: 4vw;
  }
}

/* plan04 */
.plan04__section p {
  text-align: center;
}
.plan04__section p:first-child {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: bold;
}
.plan04__and {
  margin: 40px 0 20px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #614d9d;
  text-align: center;
}
.plan04__and span {
  position: relative;
}
.plan04__and span::before, .plan04__and span::after {
  display: block;
  content: "";
  width: 2px;
  height: 30px;
  background: #614d9d;
  position: absolute;
  top: 2px;
}
.plan04__and span::before {
  transform: rotate(-35deg);
  left: -15px;
}
.plan04__and span::after {
  transform: rotate(35deg);
  right: -15px;
}
@media only screen and (max-width: 767px) {
  .plan04__section p:first-child {
    font-size: 4.4vw !important;
  }
  .plan04__section p:first-child br {
    display: block !important;
  }
  .plan04__section:nth-child(1) img {
    max-width: 270px !important;
  }
  .plan04__and {
    margin: 1.5em 0 .75em 0;
    font-size: 5.33333vw;
  }
  .plan04__and span::before, .plan04__and span::after {
    height: 1.2em;
  }
}

/*lineup
================================================== */
.lineup {
  padding-bottom: 0;
}
.lineup__title {
  margin-bottom: .8em;
  font-size: 34px;
  line-height: 1.25;
  text-align: center;
}
.lineup__inner {
  margin: 0 -80px;
  padding: 60px 80px;
  background: #eef8f3;
}
.lineup__inner + .lineup__inner {
  margin-top: 30px;
}
.lineup__inner--b {
  background: #eff5f9;
}
.lineup__inner--o {
  background: #fff5f1;
}
.lineup__section + .lineup__section {
  margin-top: 60px;
}
.lineup__section__btn {
  margin-top: 50px;
  text-align: center;
}
.lineup__section__btn a {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  height: 60px;
  padding: 0 60px;
  background-image: linear-gradient(to left, #6c8ad7 0%, #4bc0ed 100%);
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
}
.lineup__section__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: translateY(-50%) rotate(45deg);
}
.lineup__subtitle {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: solid 2px #0c5cb1;
  font-size: 30px;
  text-align: center;
  color: #0c5cb1;
  line-height: 1.25;
}
.lineup__subtitle em {
  font-size: 44px;
}
.lineup__subtitle::after {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 30px;
  height: 16px;
  background: url(/products/bizprinter/smartcharge/merit/images/v3/lineup_bg_subtitle.png) no-repeat;
}
.lineup__product {
  display: flex;
  justify-content: space-between;
}
.lineup__product + .lineup__product {
  margin-top: 100px;
}
.lineup__product > div:nth-child(1) {
  flex: 0 0 500px;
}
.lineup__product > div:nth-child(2) {
  flex: 0 0 410px;
}
.lineup__product sup {
  display: inline-block;
  font-size: 12px !important;
  font-weight: normal !important;
  vertical-align: super;
}
.lineup__product__lead {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #535353;
}
.lineup__product__category {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.lineup__product__name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.lineup__product__features {
  box-sizing: border-box;
  margin-bottom: 15px;
  width: 100%;
  background: #fff;
  border: solid 1px #0193de;
}
.lineup__product__features thead th {
  padding-bottom: 3px;
  background: #0193de;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.lineup__product__features tbody th, .lineup__product__features tbody td {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}
.lineup__product__features tbody th sup, .lineup__product__features tbody td sup {
  font-size: 11px !important;
}
.lineup__product__features tbody th {
  width: 5%;
  white-space: nowrap;
}
.lineup__product__features tbody tr + tr th, .lineup__product__features tbody tr + tr td {
  border-top: solid 1px #0193de;
}
.lineup__product__image {
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}
.lineup__product__image img {
  border-radius: 10px;
}
.lineup__product__image + .section__notes {
  margin-top: -20px;
  margin-bottom: 20px;
}
.lineup__product__btn a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  padding: 0 10px;
  background: #155eaf;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.lineup__product__btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .lineup__title {
    font-size: 5.33333vw;
  }
  .lineup__inner {
    margin: 0 -10px;
    padding: 20px 15px;
  }
  .lineup__section + .lineup__section {
    margin-top: 40px;
  }
  .lineup__section__btn {
    margin-top: 20px;
    padding: 0 10px;
  }
  .lineup__section__btn a {
    display: flex;
    min-width: 0;
    padding: 0;
    height: 3.2em;
    border-radius: 1.6em;
    font-size: 4vw;
  }
  .lineup__subtitle {
    margin-bottom: 20px;
    border-bottom: solid 1px #0c5cb1;
    font-size: 18px;
  }
  .lineup__subtitle em {
    font-size: 26px;
  }
  .lineup__subtitle::after {
    bottom: -8px;
    width: 15px;
    height: 8px;
    background-size: 15px 8px;
  }
  .lineup__product {
    display: block;
  }
  .lineup__product + .lineup__product {
    margin-top: 40px;
  }
  .lineup__product sup {
    font-size: 10px !important;
  }
  .lineup__product__lead {
    font-size: 16px;
  }
  .lineup__product__category {
    font-size: 14px;
  }
  .lineup__product__category br {
    display: block !important;
  }
  .lineup__product__name {
    font-size: 18px;
  }
  .lineup__product__name br {
    display: none;
  }
  .lineup__product__features thead th {
    font-size: 14px;
    font-weight: normal;
  }
  .lineup__product__features tbody th, .lineup__product__features tbody td {
    padding: 10px;
    font-size: 12px;
  }
  .lineup__product__features tbody th sup, .lineup__product__features tbody td sup {
    font-size: 10px !important;
  }
  .lineup__product__item {
    margin: 0 auto 25px;
    max-width: 250px;
  }
  .lineup__product__image {
    margin-bottom: 15px;
  }
  .lineup__product__image + .section__notes {
    margin-top: -5px;
    margin-bottom: 15px;
  }
  .lineup__product__btn a {
    height: 42px;
    font-size: 14px;
  }
}

/*apply
================================================== */
.apply {
  padding: 50px 30px 60px;
  background: #eff5f8;
  text-align: center;
}
.apply__lead {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}
.apply__form {
  box-sizing: border-box;
  max-width: 550px;
  margin: 0 auto 30px;
}
.apply__form a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to left, #6c8ad7 0%, #4bc0ed 100%);
  border-radius: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
}
.apply__form a > i {
  flex: 0 0 24px;
  margin-right: 15px;
}
.apply__info {
  box-sizing: border-box;
  max-width: 550px;
  margin: 0 auto;
  padding: 30px 30px;
  border: solid 1px #0193de;
  background: #fff;
  font-weight: bold;
}
.apply__info__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.3;
}
.apply__info__tel {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.3;
}
.apply__info__tel a {
  display: inline-block;
  padding-left: 45px;
  background: url(/products/bizprinter/smartcharge/merit/images/v3/icn_tel.svg) no-repeat left center;
  color: #333;
  text-decoration: none !important;
  pointer-events: none;
}
.apply__info__note {
  font-size: 16px;
  line-height: 1.45;
}
.apply__info__text {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .apply {
    padding: 20px 10px 10px;
  }
  .apply__lead {
    margin-bottom: 15px;
    font-size: 3.73333vw !important;
  }
  .apply__lead br {
    display: block !important;
  }
  .apply__form {
    margin-bottom: 20px;
  }
  .apply__form a {
    height: 45px;
    border-radius: 25px;
    font-size: 4.26667vw;
  }
  .apply__form a > i {
    flex: 0 0 16px;
    margin-right: 10px;
  }
  .apply__info {
    padding: 15px 10px;
  }
  .apply__info__title {
    font-size: 3.46667vw;
  }
  .apply__info__tel {
    margin-bottom: 5px;
    font-size: 6.93333vw !important;
  }
  .apply__info__tel a {
    padding-left: 30px;
    pointer-events: all;
    background-size: 24px 26px;
  }
  .apply__info__note {
    font-size: 3.46667vw !important;
  }
  .apply__info__note br {
    display: block !important;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media print {
  #contents.responsive .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #contents.responsive .forpc {
    display: none !important;
  }
}
#contents.responsive img.liquid {
  width: 100%;
  height: auto;
}
#contents.responsive img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #contents.responsive img.liquid--sp {
    width: 100%;
    height: auto;
  }
}
#contents.responsive .u-anchor {
  position: relative;
}
#contents.responsive .u-anchor__target {
  position: absolute;
  left: 0;
  top: -60px;
}
