@charset "UTF-8";
.contentstitle {
  background: #007bc7;
  padding: 10px 0;
  width: 100%;
  min-height: 100px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .contentstitle {
    min-height: auto;
    height: auto;
  }
}
.contentstitle h1 {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .contentstitle h1 {
    font-size: 1.3rem;
  }
}
.tagline_lead02 {
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.4;
}
.tagline_title02 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 1.125rem;
  text-align: center;
}
.list01 > li {
  padding-left: 18px;
  position: relative;
}
.list01 > li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #007bc7;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.list01 > li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.section_feature {
  box-sizing: border-box;
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .section_feature {
    padding: 50px 0;
  }
}
#about {
  padding-top: 20px;
}
.about_b {
  margin: 0 0 70px 0;
  padding: 60px 25px 60px 25px !important;
}

#reason_link {
  position: relative;
  top: -100px;
}
@media screen and (max-width: 426px) {
  #reason_link {
    top: -50px;
  }
}

.contents_about {
  padding-top: 60px;
}
.contents_about_text {
  color: #f8a411;
  text-align: center;
  font-size: 140%;
  margin-top: 30px;
}
.box_about {
  background: #fff 0 0 repeat;
  border-radius: 10px;
  padding: 55px 40px 40px;
  position: relative;
}
.box_about_flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .box_about {
    padding: 50px 20px 30px;
  }
  .box_about_flex {
    display: block;
  }
}
.box_about:nth-of-type(n + 2) {
  margin-top: 60px;
}
.box_about .tit {
  font-size: 1.15rem;
  display: table;
  text-align: center;
  background: #0078c9;
  padding: 0.7rem;
  border-radius: 60px;
  width: 94%;
  max-width: 360px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .box_about .tit {
    font-size: 1.125rem;
  }
}
.box_about .tit:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #0078c9;
  border-width: 12px;
  margin-left: -12px;
}
.box_about figure {
  width: calc(50% - 55px);
  box-sizing: border-box;
  border: 4px solid #f1f4f6;
}
@media only screen and (max-width: 767px) {
  .box_about figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.box_about figure > img {
  width: 100%;
  height: auto;
}
.box_about .box_txt {
  width: 50%;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .box_about .box_txt {
    width: 100%;
  }
}
.box_about .list01 {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .box_about .list01 {
    font-size: 0.875rem;
  }
}
.list_reason {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .list_reason {
    margin-top: 40px;
  }
}
.list_reason > li {
  background-color: #fff;
  padding: 55px 30px 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .list_reason > li {
    padding: 55px 20px 30px;
  }
}
.list_reason > li:nth-of-type(n + 2) {
  margin-top: 55px;
}
.tit_reason {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  width: 100%;
  order: 1;
}
@media only screen and (max-width: 767px) {
  .tit_reason {
    order: 2;
  }
}
.tit_reason .num {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 2.25rem;
  color: #0078c9;
  font-style: italic;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .tit_reason .num {
    font-size: 1.75rem;
  }
}
.tit_reason .num:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #333;
}
.tit_reason .sub {
  display: block;
  font-size: 1.125rem;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .tit_reason .sub {
    font-size: 1rem;
  }
}
.tit_reason .tit {
  font-size: 2.25rem;
  color: #0078c9;
}
.tit_reason .tit span {
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .tit_reason .tit {
    font-size: 1.75rem;
  }
}
.box_reason {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_reason .box_img {
  width: calc(50% - 20px);
  align-self: flex-start;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .box_reason .box_img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 30px;
    order: 1;
  }
}
.box_reason img {
  width: 100%;
  height: auto;
}
.box_reason .box_txt {
  width: 50%;
  box-sizing: border-box;
  font-size: 16px;
  align-self: center;
  padding: 0 10px 0 10px;
  order: 3;
}
.box_reason .box_txt .note {
  margin-left: 2em;
  font-size: 0.65rem;
  position: relative;
}
.box_reason .box_txt .note .num {
  display: inline-block;
  width: 2em;
  position: absolute;
  left: -2em;
  top: 0;
}
.box_reason .box_txt .sup {
  margin-top: 10px;
  font-size: 0.65rem;
  color: #90949c;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .box_reason .box_txt {
    width: 100%;
    order: 3;
    padding: 0;
  }
}
.box_reason.reverse .box_img {
  order: 3;
}
@media only screen and (max-width: 767px) {
  .box_reason.reverse .box_img {
    order: 1;
  }
}
.box_reason.reverse .box_txt {
  order: 2;
}
@media only screen and (max-width: 767px) {
  .box_reason.reverse .box_txt {
    order: 3;
  }
}
#settle {
  background-color: #f1f4f6;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #settle {
    padding-bottom: 60px;
  }
}
.wp_tabs {
  background-color: #fff;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .wp_tabs {
    background-color: transparent;
    margin-top: 30px;
  }
}
.wp_tabs:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 75px;
  background-color: #f1f4f6;
}
@media only screen and (max-width: 767px) {
  .wp_tabs:before {
    display: none;
  }
}
.wp_tabs .inner_tabs > .box_cnt {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
  .wp_tabs .inner_tabs > .box_cnt {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .wp_tabs .inner_tabs > .box_cnt {
    background-color: #fff;
    padding: 35px 25px 10px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wp_tabs .inner_tabs > .box_cnt.show {
    display: block;
  }
}
.wp_tabs .box_cnt_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.wp_tabs .hl_before,
.wp_tabs .hl_after {
  width: calc(50% - 20px);
  text-align: center;
  font-size: 1.15rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .hl_before,
  .wp_tabs .hl_after {
    font-size: 1.125rem;
    width: 100%;
  }
}
.wp_tabs .hl_before .hl_sub,
.wp_tabs .hl_after .hl_sub {
  color: #333;
  position: relative;
  display: inline-block;
}
.wp_tabs .hl_before .hl_sub:before,
.wp_tabs .hl_before .hl_sub:after,
.wp_tabs .hl_after .hl_sub:before,
.wp_tabs .hl_after .hl_sub:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #333;
  position: absolute;
  top: 3px;
}
.wp_tabs .hl_before .hl_sub:before,
.wp_tabs .hl_after .hl_sub:before {
  left: -20px;
  transform: rotate(-20deg);
}
.wp_tabs .hl_before .hl_sub:after,
.wp_tabs .hl_after .hl_sub:after {
  right: -20px;
  transform: rotate(20deg);
}
.wp_tabs .hl_before .hl_main,
.wp_tabs .hl_after .hl_main {
  display: block;
  position: relative;
  background: #0078c9;
  padding: 0.7rem;
  border-radius: 60px;
  width: 94%;
  max-width: 360px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  margin: 20px auto 110px;
  display: block;
}
.wp_tabs .hl_before .hl_main:after,
.wp_tabs .hl_after .hl_main:after {
  top: 100%;
  left: 50%;
  border: 12px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-top-color: #0078c9;
  transform: translateX(-12px);
  -webkit-transform: translateX(-12px);
}
.wp_tabs .hl_before {
  order: 1;
  position: relative;
  z-index: 2;
}
.wp_tabs .hl_before .hl_main {
  background-color: #333;
}
.wp_tabs .hl_before .hl_main:after {
  border-top-color: #333;
}
.wp_tabs .hl_before .hl_main i:before,
.wp_tabs .hl_before .hl_main i:after {
  content: "";
  display: block;
  width: 10px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: -82px;
  background-color: #333;
}
.wp_tabs .hl_before .hl_main i:before {
  transform: translateX(-50%) rotate(-45deg);
}
.wp_tabs .hl_before .hl_main i:after {
  transform: translateX(-50%) rotate(45deg);
}
.wp_tabs .hl_before em {
  color: #f8a411;
}
.wp_tabs .hl_after {
  order: 2;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .hl_after {
    order: 3;
    margin-top: 90px;
  }
  .wp_tabs .hl_after:before {
    content: "";
    display: block;
    position: absolute;
    width: 55px;
    height: 30px;
    background: url("/rakurakucloud/seisan/common/img/feature/arrow01.svg") 0 0 no-repeat;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.wp_tabs .hl_after .hl_main:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  width: 156px;
  height: 26px;
  background: url("/rakurakucloud/seisan/common/img/feature/arrow02.svg") 50% 100% no-repeat;
  left: -158px;
  top: 11px;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .hl_after .hl_main:before {
    display: none;
  }
}
.wp_tabs .hl_after .hl_main i:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  border: 10px solid #0078c9;
  position: absolute;
  left: 50%;
  bottom: -82px;
  border-radius: 100%;
  transform: translateX(-50%);
}
.wp_tabs .hl_after em {
  color: #0078c9;
}
.wp_tabs .box_before,
.wp_tabs .box_after {
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 40px 40px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .box_before,
  .wp_tabs .box_after {
    width: 100%;
    padding: 40px 30px 30px;
  }
}
.wp_tabs .box_before .hl,
.wp_tabs .box_after .hl {
  font-size: 1.125rem;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  white-space: nowrap;
  background-color: #fff;
  padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .box_before .hl,
  .wp_tabs .box_after .hl {
    letter-spacing: 0;
  }
}
.wp_tabs .box_before {
  order: 3;
  border: 3px solid #eee;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .box_before {
    order: 2;
    display: block;
  }
}
.wp_tabs .box_before .box_img {
  display: block;
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  border: 3px solid #eee;
  border-radius: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .box_before .box_img {
    margin: 0 auto 20px;
  }
}
.wp_tabs .box_before .box_img:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("/rakurakucloud/seisan/common/img/feature/icon_ase01.svg") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: -14px;
  top: 0;
}
.wp_tabs .box_before .box_img img {
  width: 77px;
  height: auto;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.wp_tabs .box_before .box_txt {
  width: calc(100% - 100px);
}
@media only screen and (max-width: 767px) {
  .wp_tabs .box_before .box_txt {
    width: 100%;
  }
}
.wp_tabs .box_after {
  order: 4;
  border: 3px solid #0078c9;
}
.wp_tabs .box_after .hl {
  color: #0078c9;
}
.wp_tabs .list_before,
.wp_tabs .list_after {
  font-size: 1rem;
}
.wp_tabs .list_before > li,
.wp_tabs .list_after > li {
  position: relative;
  padding-left: 20px;
}
.wp_tabs .list_before > li:nth-of-type(n + 2),
.wp_tabs .list_after > li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.wp_tabs .list_before > li:before,
.wp_tabs .list_after > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.wp_tabs .list_before > li:before {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  top: 0.3em;
}
.wp_tabs .list_after > li {
  padding-left: 26px;
}
.wp_tabs .list_after > li:before {
  content: "✓";
  font-weight: bold;
  color: #0078c9;
  font-size: 1.875rem;
  top: -0.1em;
}
.wp_tabs .btn {
  order: 5;
  width: 100%;
  max-width: 390px;
  margin: 30px auto 0;
}
.wp_tabs .btn .btn_white {
  padding: 0;
  height: 70px;
  line-height: 66px;
  vertical-align: middle;
}
.wp_tabs .prev,
.wp_tabs .next {
  display: block;
  position: absolute;
  width: 55px;
  height: 30px;
  background: url(/rakurakucloud/seisan/common/img/feature/arrow01.svg) 0 0 no-repeat;
  background-size: contain;
  top: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .prev,
  .wp_tabs .next {
    display: none;
  }
}
.wp_tabs .prev > span,
.wp_tabs .next > span {
  display: none;
}
.wp_tabs .prev {
  left: -10px;
  transform: rotate(90deg);
}
@media only screen and (min-width: 1100px) {
  .wp_tabs .prev {
    left: -20px;
  }
}
.wp_tabs .next {
  right: -10px;
  transform: rotate(-90deg);
}
@media only screen and (min-width: 1100px) {
  .wp_tabs .next {
    right: -20px;
  }
}
.wp_tabs .btn_close {
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .btn_close {
    display: block;
    order: 6;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-top: 40px;
    font-size: 1rem;
    line-height: 24px;
    vertical-align: middle;
  }
  .wp_tabs .btn_close:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 24px;
    background: url("/rakurakucloud/seisan/common/img/feature/close01.svg") 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
  }
}
.wp_tabs .box_current {
  width: 100%;
  order: 5;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .wp_tabs .box_current {
    display: none;
  }
}
.wp_tabs .box_current .box_cnt {
  opacity: 0;
  display: block !important;
}
.wp_tabs .box_current .box_cnt.default {
  opacity: 1;
}
.wp_tabs .box_current .box_cnt.left {
  animation-name: slideL;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
.wp_tabs .box_current .box_cnt.right {
  animation-name: slideR;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
@keyframes slideL {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideR {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.tit_tab {
  height: 60px;
  background-color: #0078c9;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .tit_tab {
    margin: 0 25px;
  }
  .tit_tab:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .tit_tab {
    width: calc((100% - 30px) / 4);
  }
}
.tit_tab:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 14px solid transparent;
  border-top-color: #0078c9;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .tit_tab.current {
    background-color: #fff;
    color: #0078c9;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
  }
  .tit_tab.current:before {
    bottom: -28px;
    border-top-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .tit_tab.show {
    background-color: #fff;
    color: #0078c9;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
  }
  .tit_tab.show:before {
    bottom: -28px;
    border-top-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .tit_tab > span:before,
  .tit_tab > span:after {
    content: "";
    display: block;
    width: 18px;
    height: 4px;
    border-radius: 1px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    transition: all 0.5s ease;
  }
  .tit_tab > span:after {
    transform: rotate(90deg);
  }
  .tit_tab.show > span:before,
  .tit_tab.show > span:after {
    background-color: #ccc;
  }
  .tit_tab.show > span:after {
    transform: rotate(0);
  }
}
.tit_tab span {
  position: relative;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.inner_tabs {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .inner_tabs {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .inner_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .inner_tabs:before {
    content: "";
    display: block;
    width: calc((100% - 30px - 80px) / 4);
    height: 4px;
    background-color: #0078c9;
    position: absolute;
    top: 75px;
    left: 40px;
    transition: all 0.5s ease;
  }
  .inner_tabs #btn_tab01 {
    order: 1;
  }
  .inner_tabs #btn_tab02 {
    order: 2;
  }
  .inner_tabs #btn_tab03 {
    order: 3;
  }
  .inner_tabs #btn_tab04 {
    order: 4;
  }
  .inner_tabs .box_cnt.current {
    order: 5;
  }
  .inner_tabs[data="cnt_tab01"]:before {
    left: 40px;
  }
  .inner_tabs[data="cnt_tab02"]:before {
    left: calc(((100% - 30px - 80px) / 4) + 10px + 40px);
  }
  .inner_tabs[data="cnt_tab03"]:before {
    left: calc(((100% - 30px - 80px) / 4) * 2 + 20px + 40px);
  }
  .inner_tabs[data="cnt_tab04"]:before {
    left: calc(((100% - 30px - 80px) / 4) * 3 + 30px + 40px);
  }
}
.has_icon01,
.has_icon02,
.has_icon04 {
  padding-right: 60px;
  position: relative;
}
.has_icon01:after,
.has_icon02:after,
.has_icon04:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: transparent url("/rakurakucloud/seisan/common/img/sprite_icons.svg") no-repeat;
  background-size: auto 180px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.has_icon01:after {
  background-position: -420px -120px;
}
.has_icon02:after {
  background-position: -2280px -120px;
  bottom: -15px;
}
.has_icon04:after {
  background: url("/rakurakucloud/seisan/common/img/feature/icoSec03_001.svg");
  bottom: -15px;
}
.box_txt_img01 img,
.box_txt_img02 img,
.box_txt_img03 img {
  width: 100%;
  height: auto;
}
.box_txt_img01,
.box_txt_img02 {
  margin: 0 auto 10px;
  max-width: 263px;
}
.has_icon03 {
  padding-right: 162px !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .has_icon03 {
    padding-right: 30px !important;
  }
  .has_icon03 ul {
    padding-right: 110px;
    height: auto;
    min-height: 80px;
  }
}
.box_txt_img03 {
  position: absolute;
  right: 34px;
  top: 38px;
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .box_txt_img03 {
    right: 12px;
    top: auto;
    bottom: 12px;
  }
}
#flow {
  background-color: #f1f4f6;
}
@media only screen and (max-width: 767px) {
  #flow {
    background-color: #fff;
  }
}
@media only screen and (min-width: 981px) {
  #flow {
    padding-bottom: 0;
  }
}
.wp_flow {
  background-color: #fff;
  margin-top: 85px;
}
@media only screen and (max-width: 980px) {
  .wp_flow {
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .wp_flow {
    margin-top: 55px;
  }
}
.wp_flow h3 {
  margin-top: -15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .wp_flow h3 {
    font-size: 0.75rem;
  }
}
.wp_flow h3 > i {
  display: block;
  box-sizing: border-box;
  height: 30px;
  width: calc(100% - 20px);
  line-height: 30px;
  vertical-align: middle;
  background-color: #0078c9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media only screen and (max-width: 980px) {
  .wp_flow h3 > i {
    width: calc(100% - 10px);
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wp_flow h3 > i {
    font-size: 0.75rem;
  }
}
.wp_flow h3 > i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-width: 15px 0 15px 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #0078c9;
  right: -20px;
  top: 0;
}
@media only screen and (max-width: 980px) {
  .wp_flow h3 > i:after {
    border-left-width: 10px;
    right: -10px;
  }
}
.wp_flow h3 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .wp_flow h3 > span {
    height: 40px;
  }
}
.wp_flow ol {
  display: flex;
  align-items: stretch;
  padding-bottom: 80px;
}
@media only screen and (max-width: 980px) {
  .wp_flow ol {
    border-bottom: 2px solid #0078c9;
    padding-bottom: 20px;
  }
}
.wp_flow ol > li {
  width: 100%;
}
.wp_flow .box_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}
@media only screen and (max-width: 767px) {
  .wp_flow .box_img {
    height: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wp_flow .ico_step01 {
    width: 41px;
    height: auto;
  }
  .wp_flow .ico_step02 {
    width: 46px;
    height: auto;
  }
  .wp_flow .ico_step03 {
    width: 28px;
    height: auto;
  }
  .wp_flow .ico_step04 {
    width: 40px;
    height: auto;
  }
  .wp_flow .ico_step05 {
    width: 32px;
    height: auto;
  }
}
.wp_flow .box {
  background-color: #f1f4f6;
  border-radius: 3px;
  margin: 20px 10px 0;
  height: calc(100% - 50px - 15px - 44px - 20px);
  box-sizing: border-box;
  padding: 15px 5px;
}
@media only screen and (max-width: 980px) {
  .wp_flow .box {
    display: none;
  }
}
section.common-cta {
  margin-top: 0;
}
#btn_float {
  display: none;
}
/*# sourceMappingURL=feature.css.map */
@media screen and (max-width: 767px) {
  .show_floater_pagetop #floating_pagetop.show_feature_floater {
    bottom: 92px !important;
  }
  #btn_float {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: rgba(0, 120, 201, 0.8);
    text-align: center;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateY(100%);
  }
  #btn_float.show_feature_floater {
    opacity: 1;
    transform: translateY(0);
  }
  #btn_float:before {
    background-image: url(/rakurakucloud/seisan/common/img/img-minidoc.png);
    background-size: 90%;
    background-repeat: no-repeat;
    width: 80px;
    height: 45px;
    content: "";
    position: absolute;
    left: -0px;
    top: 26px;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }
  #btn_float .lead_float {
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    position: relative;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  #btn_float .lead_float:before,
  #btn_float .lead_float:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #fff;
  }
  #btn_float .lead_float:before {
    transform: rotate(-20deg) translateY(4px);
    margin-right: 10px;
  }
  #btn_float .lead_float:after {
    transform: rotate(20deg) translateY(4px);
    margin-left: 10px;
  }
  #btn_float .btn a {
    height: 40px;
    width: 100%;
    border-radius: 3px;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    background-color: #f8a411;
    text-align: center;
    display: block;
  }
}
/* ============================
 * 
 *    楽楽シリーズページ
 *
 * ============================ */
/*series_lead*/
#series_lead {
  padding: 40px 0 0;
}
#series_lead h2 {
  margin: 0 0 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #0078c9;
  line-height: 1.6;
}
#series_lead .lead {
  font-size: 1rem;
  line-height: 1.8;
}
#series_lead .lead strong {
  color: #ff7f00;
  font-weight: bold;
}
/*series_main*/
#series_main {
  padding: 60px 0;
}
#series_main .series_main_box {
  margin: 0 auto;
  width: 920px;
  border: 3px solid #dee9f0;
}
#series_main .series_main_box h3 {
  padding: 10px 30px 13px;
  background: #dee9f0;
  font-size: 1.5rem;
  color: #0078c9;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
#series_main .series_main_box .inner {
  padding: 40px 20px;
}
#series_main .series_main_box img {
  width: 80%;
  text-align: center;
}
#series_main .series_main_box .partner img {
  width: 100%;
}
#series_main .series_main_box .top {
  margin: 0 0 40px;
}
#series_main .series_main_box ul {
  display: flex;
  justify-content: center;
}
#series_main .series_main_box li {
  position: relative;
  margin: 0 10px 0;
  width: 240px;
}
#series_main .series_main_box li.mark {
  margin: 100px 0 0;
  width: 60px;
  font-size: 3.4rem;
  color: #007ac6;
  text-align: center;
}
#series_main .series_main_box .btn a {
  display: block;
  padding: 20px 20px 40px;
  border: 2px solid #e5e5e5;
  text-align: center;
  box-sizing: border-box;
  transition: 0.2s;
}
#series_main .series_main_box li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  width: 9px;
  height: 9px;
  transform: translateX(-50%) rotate(135deg);
  left: 50%;
}
#series_main .series_main_box li.seisan:after {
  border-top: 3px solid #0078c9;
  border-right: 3px solid #0078c9;
}
#series_main .series_main_box li.partner:after {
  border-top: 3px solid #3ba7df;
  border-right: 3px solid #3ba7df;
}
#series_main .series_main_box li.meisai:after {
  border-top: 3px solid #00a33e;
  border-right: 3px solid #00a33e;
}
#series_main .series_main_box li.roumu:after {
  border-top: 3px solid #31548f;
  border-right: 3px solid #31548f;
}
#series_main .series_main_box li.hanbai:after {
  border-top: 3px solid #c04251;
  border-right: 3px solid #c04251;
}
#series_main .series_main_box li.kintai:after {
  border-top: 3px solid #081059;
  border-right: 3px solid #081059;
}
#series_main .series_main_box .seisan .btn a:hover {
  border: 2px solid #0078c9;
}
#series_main .series_main_box .partner .btn a:hover {
  border: 2px solid #3ba7df;
}
#series_main .series_main_box .meisai .btn a:hover {
  border: 2px solid #00a23e;
}
#series_main .series_main_box .roumu .btn a:hover {
  border: 2px solid #335897;
}
#series_main .series_main_box .hanbai .btn a:hover {
  border: 2px solid #c04251;
}
#series_main .series_main_box .kintai .btn a:hover {
  border: 2px solid #081059;
}
#series_main .series_main_box .sub {
  margin: 0 0 10px;
  font-size: 1rem;
  text-align: center;
  font-feature-settings: "palt";
}
#series_main .series_main_box .sub span {
  font-weight: bold;
}
#series_main .series_main_box .seisan .sub {
  padding: 15px 0 10px;
  color: #0078c9;
}
#series_main .series_main_box .partner .sub {
  color: #3ba7df;
}
#series_main .series_main_box .meisai .sub {
  color: #00a33e;
}
#series_main .series_main_box .roumu .sub {
  color: #31548f;
}
#series_main .series_main_box .hanbai .sub {
  color: #c04251;
}
#series_main .series_main_box .kintai .sub {
  color: #081059;
}

/*series_main*/
.series {
  position: relative;
  max-width: 1200px;
  margin: 40px auto 120px;
  border-radius: 10px;
}
#series_seisan {
  background: #f1f4f6;
}
#series_partner {
  background: #e9f3f4;
}
#series_meisai {
  background: #f2f4e6;
}
#series_roumu {
  background: #e8f0f9;
}
#series_hanbai {
  background: #f9e8ec;
}
#series_kintai {
  background: #ebf0ff;
}
#series_kintai.series {
  margin: 40px auto 80px;
}
.series .content_txt {
  margin: 0 0 20px;
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
.series .image_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.5rem 10px 0.6rem;
  border-radius: 5px;
  max-width: 800px;
  margin: 40px auto 0;
}
.series#series_kintai .image_ttl {
  color: #2b358f;
  background: #d9e0f4;
}
.series .image {
  margin: 50px auto 0;
  max-width: 800px;
}
.series .image img {
  width: 100%;
}
.series h2.series_ttl {
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 10px 20px 13px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}
.series h2.series_ttl:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
}
.series h2.series_ttl:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  z-index: 1;
}
#series_seisan.series h2.series_ttl {
  width: 60%;
  background: #0078c9;
}
#series_seisan.series h2.series_ttl:after {
  border-top: 14px solid #0078c9;
}
#series_partner.series h2.series_ttl {
  width: 60%;
  background: #3ba7df;
}
#series_partner.series h2.series_ttl:after {
  border-top: 14px solid #3ba7df;
}
#series_meisai.series h2.series_ttl {
  width: 85%;
  background: #00a33e;
}
#series_meisai.series h2.series_ttl:after {
  border-top: 14px solid #00a33e;
}
#series_roumu.series h2.series_ttl {
  width: 80%;
  background: #31548f;
}
#series_roumu.series h2.series_ttl:after {
  border-top: 14px solid #31548f;
}
#series_hanbai.series h2.series_ttl {
  width: 90%;
  background: #c04251;
}
#series_hanbai.series h2.series_ttl:after {
  border-top: 14px solid #c04251;
}
#series_kintai.series h2.series_ttl {
  width: 70%;
  background: #081059;
}
#series_kintai.series h2.series_ttl:after {
  border-top: 14px solid #081059;
}
.series .box {
  margin: 0 0 50px;
  padding: 50px 30px;
  background: #fff;
}
.series h3.seisan {
  margin: 0 0 50px;
  color: #0078c9;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.series h3.seisan:before {
  content: "";
  display: inline-block;
  margin: 0 20px 0 0;
  width: 2px;
  height: 24px;
  transform: rotate(-40deg);
  background: #0078c9;
  vertical-align: -0.3rem;
}
.series h3.seisan:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 20px;
  width: 2px;
  height: 24px;
  transform: rotate(40deg);
  background: #0078c9;
  vertical-align: -0.3rem;
}
.series .detail_lead {
  display: flex;
  justify-content: center;
  align-items: center;
}
.series .detail_lead .detail_lead_image {
  margin: 0 0 0 20px;
}
.series .detail_lead .detail_lead_image img {
  width: 200px;
}
.series .detail_lead .detail_lead_txt {
  margin: 0 0 0 60px;
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.8;
}
.series .detail_lead .detail_lead_image_partner {
  margin: 0;
}
.series .detail_lead .detail_lead_image_partner img {
  width: 400px;
}
.series .detail_lead .detail_lead_txt_partner {
  margin: 0 0 0 60px;
  max-width: 400px;
  font-size: 1rem;
  line-height: 1.8;
}
.series .detail_lead .detail_lead_txt strong {
  color: #ff7f00;
}
.series h3.series_box_ttl {
  margin: 0 0 40px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
#series_seisan.series h3.series_box_ttl {
  color: #0078c9;
}
#series_partner.series h3.series_box_ttl {
  color: #3ba7df;
}
#series_meisai.series h3.series_box_ttl {
  color: #00a33e;
}
#series_roumu.series h3.series_box_ttl {
  color: #31548f;
}
#series_hanbai.series h3.series_box_ttl {
  color: #c04251;
}
#series_kintai.series h3.series_box_ttl {
  color: #081059;
}
.series .func {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 30px;
}
.series .func li {
  margin-right: 2%;
  padding: 20px 10px;
  background: #f1f4f6;
  width: 24%;
  min-height: 220px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
}
.series .func li:last-child {
  margin-right: 0;
}
.series .func_txt {
  font-size: 0.9rem;
  line-height: 1.5;
}
.series .func_txt_s {
  font-size: 0.85rem;
  letter-spacing: -0.03em;
}
.series .func_ttl {
  font-size: 1rem;
  font-weight: bold;
}
#series_seisan.series .func_ttl {
  color: #0078c9;
}
#series_partner.series .func_ttl {
  color: #3ba7df;
}
#series_meisai.series .func_ttl {
  color: #00a33e;
}
#series_roumu.series .func_ttl {
  color: #31548f;
}
#series_hanbai.series .func_ttl {
  color: #c04251;
}
#series_kintai.series .func_ttl {
  color: #081059;
}
.series .func_image {
  margin: 5px auto 10px;
  width: 80%;
}
.series .func_image img {
  width: 100%;
}
.series .func_image.func_svg_img img {
  height: 90px;
}
.series .func_image02 {
  margin: 20px auto 10px;
}
.series .more_link {
  font-size: 1rem;
  text-align: right;
}
.series .more_link:after {
  content: "";
  display: inline-block;
  margin: 0 0 0 5px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  vertical-align: 0.01em;
}
.series .more_link a:hover {
  text-decoration: underline;
}
#series_seisan.series .more_link a {
  color: #0078c9;
}
#series_seisan.series .more_link:after {
  border-top: 1px solid #0078c9;
  border-right: 1px solid #0078c9;
}
#series_partner.series .more_link a {
  color: #3ba7df;
}
#series_partner.series .more_link:after {
  border-top: 1px solid #3ba7df;
  border-right: 1px solid #3ba7df;
}
#series_meisai.series .more_link a {
  color: #00a33e;
}
#series_meisai.series .more_link:after {
  border-top: 1px solid #00a33e;
  border-right: 1px solid #00a33e;
}
#series_roumu.series .more_link a {
  color: #31548f;
}
#series_roumu.series .more_link:after {
  border-top: 1px solid #31548f;
  border-right: 1px solid #31548f;
}
#series_hanbai.series .more_link a {
  color: #c04251;
}
#series_hanbai.series .more_link:after {
  border-top: 1px solid #c04251;
  border-right: 1px solid #c04251;
}
#series_kintai.series .more_link a {
  color: #081059;
}
#series_kintai.series .more_link:after {
  border-top: 1px solid #081059;
  border-right: 1px solid #081059;
}
.series .cta_btn_wrap {
  margin: 60px auto 0;
  max-width: 720px;
}
.series .cta_btn_wrap ul {
  display: flex;
  justify-content: space-between;
}
.series .cta_btn_wrap li {
  width: 330px;
}
.series .series_cta_btn {
  padding: 1.1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  line-height: 1.6;
}
.series .partner_wrap_bg {
  background: #d6eae9;
  border-radius: 10px;
}
.series .partner_detail_wrap {
  padding: 40px;
}
.series .partner_detail_wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.series .partner_detail_wrap02 {
  padding: 0 40px 40px 40px;
}
.series .partner_detail_wrap02 li {
  float: left;
}
.series .partner_box {
  width: 48%;
  background: #fff;
}
.series .partner_box02 {
  margin-right: 4%;
}
.series .partner_box03 {
  margin-bottom: 30px;
}
.series .partner_box .partner_box_ttl {
  padding: 0.4rem 2rem 0.6rem;
  background: #3ba7df;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08rem;
}
.series .partner_box .inner {
  padding: 30px 30px 10px;
}
.series .partner_box .company {
  margin: 0 0 30px;
  border-bottom: 2px solid #e5e5e5;
}
.series .partner_box .company:last-child {
  margin: 0;
}
.series .partner_box .company:last-child {
  border-bottom: none;
}
.series .partner_box .company_name {
  margin: 0;
  font-size: 1.05rem;
  color: #3ba7df;
  font-weight: bold;
  text-align: center;
}
.series .partner_box .company .company_detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 15px;
}
.series .partner_box .company .company_logo {
  width: 40%;
}
.series .partner_box .company .company_logo img {
  width: 100%;
}
.series .partner_box .company .txt {
  width: 55%;
  font-size: 0.95rem;
  line-height: 1.6;
}
/*サイドメニュー*/
.sidemenu_pc {
  width: 120px;
  position: fixed;
  display: table;
  right: 20px;
  top: 70%;
  transform: translateY(-50%);
  height: 400px;
  z-index: 9;
}
.sidemenu_pc li a {
  display: block;
  margin-bottom: 8px;
  padding: 10px 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  background: #333;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  border: 1px solid #fff;
  opacity: 0.75;
  position: relative;
  width: 100%;
  transition: 0.2s;
}
.sidemenu_pc li a:hover {
  background: #f3b840;
}
.sidemenu_pc .btn a {
  background: #f8a411;
  border: 2px solid #f8a411;
}
.sidemenu_pc .btn a:hover {
  color: #f8a411;
  background: #fff;
}
.sidemenu_pc .btn a:after {
  display: none;
}
.sidemenu_pc li.seisan a:hover {
  background: #0078c9;
}
.sidemenu_pc li.partner a:hover {
  background: #3ba7df;
}
.sidemenu_pc li.meisai a:hover {
  background: #00a33e;
}
.sidemenu_pc li.roumu a:hover {
  background: #31548f;
}
.sidemenu_pc li.hanbai a:hover {
  background: #c04251;
}
.sidemenu_pc li.kintai a:hover {
  background: #081059;
}

@media screen and (max-width: 767px) {
  #main.feature_main {
    padding-top: 50px !important;
  }
  #series_lead {
    padding: 10px 0 0;
  }
  #series_lead .lead {
    font-size: 0.875rem;
    line-height: 1.6;
    margin: 0 0 25px;
    text-align: left;
  }
  #series_lead h2 {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  #series_main {
    padding: 10px 0 60px;
  }
  #series_main .series_main_box {
    width: 100%;
  }
  #series_main .series_main_box h3 {
    padding: 8px 10px 13px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  #series_main .series_main_box .inner {
    padding: 20px 20px 0;
  }
  #series_main .series_main_box .top {
    margin: 0;
  }
  #series_main .series_main_box ul {
    display: block;
  }
  #series_main .series_main_box li {
    margin: 0 auto 20px;
    width: 100%;
  }
  #series_main .series_main_box .seisan .sub {
    padding: 0;
  }
  #series_main .series_main_box img {
    width: 50%;
  }
  #series_main .series_main_box .partner img {
    width: 60%;
  }
  #series_main .series_main_box .btn a {
    padding: 15px 20px 20px;
  }
  #series_main .series_main_box li.mark {
    margin: 0 auto 20px;
    font-size: 2.4rem;
  }
  #series_main .series_main_box li:after {
    bottom: 15px;
    width: 7px;
    height: 7px;
  }
  .series {
    margin: 40px auto 100px;
    width: 100%;
    border-radius: 0;
  }
  .series .box {
    margin: 0 0 40px;
    padding: 30px 20px;
  }
  .series h2.series_ttl {
    font-size: 1rem;
    line-height: 1.3;
  }
  #series_seisan.series h2.series_ttl,
  #series_partner.series h2.series_ttl,
  #series_meisai.series h2.series_ttl,
  #series_roumu.series h2.series_ttl,
  #series_hanbai.series h2.series_ttl {
    width: 85%;
  }
  .series h3.seisan {
    margin: 0 0 20px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
  .series h3.seisan:before,
  .series h3.seisan:after {
    display: none;
  }
  .series .cta_btn_wrap li {
    width: 40%;
  }
  .series .detail_lead {
    display: block;
    margin: 0;
  }
  .series .detail_lead .detail_lead_image {
    margin: 0 auto 20px;
    width: 60%;
    text-align: center;
  }
  .series .detail_lead .detail_lead_txt {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .series h3.series_box_ttl {
    margin: 0 0 25px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .series .content_txt {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .series .image {
    margin: 30px auto 0;
  }
  .series .func {
    display: block;
    margin: 30px 0;
  }
  .series .func li {
    margin: 0 auto 20px;
    padding: 15px 10px 20px;
    width: 80%;
    height: auto;
  }
  .series .func_image {
    width: 60%;
  }
  .series .func li:last-child {
    margin: auto;
  }
  .series .more_link a {
    font-size: 0.875rem;
  }
  .series .cta_btn_wrap {
    margin: 40px auto 0;
  }
  .series .cta_btn_wrap ul {
    display: block;
  }
  .series .cta_btn_wrap li {
    margin: 0 auto 15px;
    width: 90%;
  }
  .series .cta_btn_wrap li:last-child {
    margin: 0 auto;
  }
  .series .series_cta_btn {
    padding: 0.5rem 2rem !important;
    font-size: 0.9rem;
    height: 45px !important;
  }
  .series .detail_lead .detail_lead_image_partner {
    margin: 0 0 30px;
  }
  .series .detail_lead .detail_lead_image_partner img {
    width: 100%;
  }
  .series .detail_lead .detail_lead_txt_partner {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .series .partner_detail_wrap {
    padding: 0;
  }
  .series .partner_detail_wrap ul {
    display: block;
  }
  .series .partner_box {
    margin: 0 0 30px;
    width: 100%;
  }
  .series .partner_box .inner {
    padding: 20px 20px 10px;
  }
  .series .partner_box .partner_box_ttl {
    font-size: 1rem;
    line-height: 1.5;
  }
  .series .partner_box .company_name {
    font-size: 0.95rem;
  }
  .series .partner_box .company .txt {
    font-size: 0.875rem;
  }
  .series .partner_detail_wrap02 {
    padding: 0;
  }
  .series .partner_detail_wrap02 li:last-child {
    margin: 0;
  }
  .series .partner_wrap_bg {
    background: none;
  }
  #series_kintai.series {
    margin: 40px auto 0;
  }
  #sidemenu {
    display: none;
  }
}
/* ============================
 * 
 *    オンライン相談ページ
 *
 * ============================ */
#onlinedemo .lead {
  font-size: 1rem;
  line-height: 1.8;
  text-align: center;
}
.feature_ttl_h2 {
  padding: 0 0 40px;
  color: #0078c9;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.font_s {
  font-size: 0.85rem;
}
#onlinedemo .topicpath {
  padding: 30px 0 20px;
}
#onlinedemo .onlinedemo_main {
  background: url(/rakurakucloud/seisan/common/img/feature/onlinedemo/bg-main.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
  border-bottom: solid 1px #ebebeb;
}
#onlinedemo .onlinedemo_kv {
  display: flex;
  justify-content: center;
  padding: 0 0 4rem;
}
#onlinedemo .onlinedemo_kv .image {
  width: 410px;
}
#onlinedemo .onlinedemo_kv .image img {
  width: 100%;
}
#onlinedemo .onlinedemo_kv .main_txt_area {
  position: relative;
  padding: 40px 0 0 20px;
  width: 450px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
#onlinedemo .onlinedemo_kv h2.sub_ttl {
  padding: 0 0 20px;
  font-size: 1.4rem;
  color: #333;
}
#onlinedemo .onlinedemo_kv h2.sub_ttl:before {
  content: "";
  display: inline-block;
  padding-left: 5px;
  width: 25px;
  height: 2px;
  background-color: #333;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  vertical-align: 0.3em;
}
#onlinedemo .onlinedemo_kv h2.sub_ttl:after {
  content: "";
  display: inline-block;
  padding-right: 5px;
  width: 25px;
  height: 2px;
  background-color: #333;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  vertical-align: 0.3em;
}
#onlinedemo .onlinedemo_kv h1.main_ttl {
  padding: 0 0 45px;
  font-size: 3.6rem;
  color: #333;
}
#onlinedemo .onlinedemo_kv h1.main_ttl span {
  background: linear-gradient(0deg, transparent 10%, #ffff00 10%, #ffff00 35%, transparent 30%);
}
#onlinedemo .cta_btn {
  margin: 0 auto;
  width: 340px;
}
#onlinedemo .cta_btn2 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#onlinedemo .btn_style_main {
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  padding: 0.8em 1em 0.9em;
  background-color: #f8a411;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #f8a411;
  box-shadow: 0 5px 0 #ad7112;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#onlinedemo .cta_btn2 p {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
  margin: 1em 0;
}
#onlinedemo .cta_btn2 .btn_sub {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.6em;
}
#onlinedemo .cta_btn2 .btn_sub::before,
#onlinedemo .cta_btn2 .btn_sub::after {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  height: 1.3em;
  margin: auto;
  top: 0;
  left: -0.8em;
  bottom: 0;
  background-color: #333;
  transform: rotate(-35deg);
}
#onlinedemo .cta_btn2 .btn_sub::after {
  left: auto;
  right: -0.8em;
  transform: rotate(35deg);
}
#onlinedemo .cta_btn2 .btn_style_main {
  display: block;
  min-width: 17em;
  transition: all ease 0.2s;
}
#onlinedemo .cta_btn2 .cta_btn_white {
  background-color: #fff;
  color: #ea9808;
}
#onlinedemo .btn_style_main:hover {
  background-color: #fff;
  color: #f8a411;
}
#onlinedemo .cta_btn2 .btn_style_main:hover {
  background-color: #fff;
  color: #f8a411;
}
#onlinedemo .cta_btn2 .cta_btn_white:hover {
  background-color: #f8a411;
  color: #fff;
}
#onlinedemo #about {
  padding: 70px 0;
}
#onlinedemo #about .onlinedemo_about_wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 60px;
}
#onlinedemo #about .onlinedemo_about_wrap .txt {
  width: 520px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
}
#onlinedemo #about .onlinedemo_about_wrap .txt strong {
  color: #333;
}
#onlinedemo #about .onlinedemo_about_wrap .image {
  width: 450px;
}
#onlinedemo #about .onlinedemo_about_wrap .image img {
  width: 100%;
}
#onlinedemo #about .onlinedemo_about_box {
  display: flex;
  justify-content: center;
}
#onlinedemo #about .onlinedemo_about_box .box {
  width: 270px;
}
#onlinedemo #about .onlinedemo_about_box .box:first-child {
  margin-right: 30px;
}
#onlinedemo #about .onlinedemo_about_box .ttl {
  position: relative;
  padding: 10px 10px 12px;
  background: #0078c9;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 5px 5px 0 0;
}
#onlinedemo #about .onlinedemo_about_box .ttl:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid;
  border-color: transparent transparent #0078c9 #0078c9;
  transform: rotate(-45deg);
  left: 50%;
  bottom: -7px;
  background: #0078c9;
  margin-left: -5px;
}
#onlinedemo #about .onlinedemo_about_box .icon {
  padding: 25px 20px;
  background: #f1f4f6;
  text-align: center;
  border-radius: 5px;
}
#onlinedemo #about .onlinedemo_about_box .icon img {
  width: 70%;
}
#onlinedemo #recommend .recommend_list ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0 60px;
  max-width: 900px;
}
#onlinedemo #recommend .recommend_box {
  width: 270px;
}
#onlinedemo #recommend .recommend_box .recommend_icon {
  position: relative;
  margin: 0 auto;
  width: 220px;
  height: 220px;
  background: #fff;
  border-radius: 150px;
  box-sizing: border-box;
  box-shadow: 0px 2px 2px 2px #dbdee0;
}
#onlinedemo #recommend .recommend_box .recommend_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#onlinedemo #recommend .recommend_box .recommend_txt {
  margin: 25px 0 0;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
#onlinedemo #flow {
  padding: 70px 0;
  background: #fff;
}
#onlinedemo #flow .flow_list ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 0 0;
}
#onlinedemo #flow .flow_list_box {
  position: relative;
  width: 220px;
}
#onlinedemo #flow .flow_list_box:not(:last-child):after {
  content: "";
  height: 0px;
  width: 0px;
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  right: -32px;
  border-width: 20px 0px 20px 20px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 122, 198);
  border-image: initial;
}
#onlinedemo #flow .flow_list_box .step {
  padding: 6px 15px 8px;
  background: #0078c9;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 5px 5px 0 0;
  letter-spacing: 0.05em;
}
#onlinedemo #flow .flow_list_box .flow_list_inner {
  padding: 20px 15px;
  border: 1px solid #007ac6;
  height: 235px;
}
#onlinedemo #flow .flow_list_box .ttl {
  font-size: 1rem;
  font-weight: bold;
  color: #007ac6;
  text-align: center;
}
#onlinedemo #flow .flow_list_box .image {
  margin: 20px 0;
  text-align: center;
}
#onlinedemo #flow .flow_list_box .image img {
  width: 40%;
}
#onlinedemo #flow .flow-detail-btn {
  margin: 20px 0 0;
}
#onlinedemo #flow .flow-detail-btn .btn_base {
  width: 100%;
}
#onlinedemo #meet .prepare {
  position: relative;
  margin: 85px auto;
  padding: 65px 20px 40px;
  width: 550px;
  border: 2px solid #007ac6;
  background: #fff;
}
#onlinedemo #meet .prepare .prepare_ttl {
  font-size: 1.4rem;
  display: table;
  text-align: center;
  background: #007ac6;
  padding: 12px 20px 17px;
  border-radius: 60px;
  width: 80%;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
#onlinedemo #meet .prepare .prepare_ttl:after {
  top: 98%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #007ac6;
  border-width: 12px;
  margin-left: -12px;
}
#onlinedemo #meet .prepare .prepare_list {
  display: flex;
  justify-content: center;
}
#onlinedemo #meet .prepare .prepare_list li:not(:last-child) {
  margin-right: 30px;
}
#onlinedemo #meet .prepare .prepare_list .txt {
  margin: 0 0 25px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #0078c9;
  text-align: center;
}
#onlinedemo #meet .prepare .prepare_list .image {
  text-align: center;
}
#onlinedemo #meet .prepare .prepare_list .image img {
  width: 50%;
}
#onlinedemo #meet .meet_list {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
  max-width: 960px;
}
#onlinedemo #meet .meet_box {
  position: relative;
  padding: 70px 30px 40px;
  width: 50%;
  background: #fff;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.6;
}
#onlinedemo #meet .meet_box:not(:last-child) {
  border-right: 2px solid #f1f4f6;
}
#onlinedemo #meet .meet_box .meet_ttl {
  margin: 0 0 25px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #0078c9;
}
#onlinedemo #meet .meet_box .meet_txt {
  margin: 0 0 20px;
  font-size: 1rem;
}
#onlinedemo #meet .meet_box_left:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/rakurakucloud/seisan/common/img/feature/onlinedemo/img_meet_ttl01.png);
  background-size: cover;
  width: 70px;
  height: 70px;
}
#onlinedemo #meet .meet_box_right:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/rakurakucloud/seisan/common/img/feature/onlinedemo/img_meet_ttl02.png);
  background-size: cover;
  width: 70px;
  height: 70px;
}
#onlinedemo #meet .meet_image {
  margin: 80px 0 0;
  text-align: center;
}
#onlinedemo #meet .meet_image img {
  width: 70%;
}
#onlinedemo #meet video {
  margin: 25px 0 15px;
  width: 380px;
  height: 213px;
}
#onlinedemo #faq .faq_list {
  margin: 0 auto;
  padding: 20px 0 0;
  max-width: 960px;
  line-height: 1.6;
}
#onlinedemo #faq .faq_list .faq_q {
  position: relative;
  margin: 0 0 20px;
  padding: 20px 20px 20px 70px;
  font-size: 1.1rem;
  font-weight: bold;
  background: url(/rakurakucloud/seisan/common/img/feature/onlinedemo/faq_q.png) no-repeat 25px 17px;
  background-size: 35px 35px;
  background-color: #f1f4f6;
  border-radius: 5px;
}
#onlinedemo #faq .faq_list .faq_q:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0078c9;
  border-right: 2px solid #0078c9;
  transform: translateX(-50%) rotate(135deg);
}
#onlinedemo #faq .faq_list .faq_q.active:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 30px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0078c9;
  border-right: 2px solid #0078c9;
  transform: translateX(-50%) rotate(-45deg);
}
#onlinedemo #faq .faq_list .faq_a {
  display: none;
  margin: 0 0 35px;
  padding: 0 0 0 10px;
  font-size: 1rem;
}
#onlinedemo #form {
  padding: 20px 0 70px;
}
@media only screen and (max-width: 767px) {
  .feature_ttl_h2 {
    padding: 0 0 30px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .font_s {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  #onlinedemo .lead {
    font-size: 0.8rem;
    line-height: 1.8;
    text-align: left;
  }
  #onlinedemo .btn_style_main {
    padding: 0.5em 1em 0.6em;
    font-size: 1rem;
  }
  #onlinedemo .onlinedemo_kv {
    flex-direction: column;
    padding: 0 0 2rem;
  }
  #onlinedemo .onlinedemo_kv .main_txt_area {
    padding: 20px 0 0;
    width: 100%;
  }
  #onlinedemo .onlinedemo_kv .image {
    margin: 10px auto;
    width: 55%;
  }
  #onlinedemo .onlinedemo_kv h2.sub_ttl {
    padding: 0 0 10px;
    font-size: 1rem;
  }
  #onlinedemo .onlinedemo_kv h2.sub_ttl:before {
    width: 20px;
  }
  #onlinedemo .onlinedemo_kv h2.sub_ttl:after {
    width: 20px;
  }
  #onlinedemo .onlinedemo_kv h1.main_ttl {
    padding: 0 0 20px;
    font-size: 2.4rem;
  }
  #onlinedemo .cta_btn {
    padding: 0.5em 1em 0.6em;
    width: 90%;
    font-size: 1rem;
  }
  #onlinedemo #about {
    padding: 50px 0;
  }
  #onlinedemo #about .onlinedemo_about_wrap {
    flex-direction: column;
    padding: 0 0 35px;
  }
  #onlinedemo #about .onlinedemo_about_wrap .txt {
    width: 100%;
    font-size: 0.8rem;
  }
  #onlinedemo #about .onlinedemo_about_wrap .image {
    margin: 30px 0 0;
    width: 100%;
  }
  #onlinedemo #about .onlinedemo_about_box .box:first-child {
    margin-right: 10px;
  }
  #onlinedemo #about .onlinedemo_about_box .icon {
    padding: 20px;
  }
  #onlinedemo #about .onlinedemo_about_box .ttl {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  #onlinedemo #recommend .recommend_list ul {
    padding: 0 0 10px;
    flex-direction: column;
  }
  #onlinedemo #recommend .recommend_box {
    margin: 0 auto 25px;
    width: 100%;
  }
  #onlinedemo #recommend .recommend_box .recommend_icon {
    width: 160px;
    height: 160px;
  }
  #onlinedemo #recommend .recommend_box .recommend_txt {
    margin: 15px 0 0;
    font-size: 0.9rem;
  }
  #onlinedemo #flow {
    padding: 50px 0;
  }
  #onlinedemo #flow .flow_list ul {
    flex-direction: column;
    padding: 10px 0 0;
  }
  #onlinedemo #flow .flow_list_box {
    margin: 0 auto 30px;
    width: 80%;
  }
  #onlinedemo #flow .flow_list_box:last-child {
    margin: 0 auto;
  }
  #onlinedemo #flow .flow_list_box:not(:last-child):after {
    display: none;
  }
  #onlinedemo #flow .flow_list_box .flow_list_inner {
    height: auto;
  }
  #onlinedemo #flow .flow_list_box .image img {
    width: 30%;
  }
  #onlinedemo #flow .flow-detail-btn {
    margin: 15px 0 0;
  }
  #onlinedemo #meet .prepare {
    margin: 65px auto 55px;
    padding: 60px 20px 20px;
    width: 100%;
    box-sizing: border-box;
  }
  #onlinedemo #meet .prepare .prepare_ttl {
    font-size: 1rem;
    width: 90%;
  }
  #onlinedemo #meet .prepare .prepare_list .txt {
    font-size: 0.9rem;
  }
  #onlinedemo #meet .meet_list {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }
  #onlinedemo #meet .meet_list.box_shadow {
    box-shadow: none;
  }
  #onlinedemo #meet .meet_box {
    margin: 0 0 50px;
    padding: 45px 20px 30px;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.8rem;
  }
  #onlinedemo #meet .meet_box:last-child {
    margin: 0 0 30px;
  }
  #onlinedemo #meet .meet_box_left:before,
  #onlinedemo #meet .meet_box_right:before {
    width: 55px;
    height: 55px;
  }
  #onlinedemo #meet .meet_box .meet_ttl {
    margin: 0 0 15px;
    font-size: 1.1rem;
  }
  #onlinedemo #meet .meet_box .meet_txt {
    margin: 0 0 15px;
    font-size: 0.9rem;
  }
  #onlinedemo #meet .meet_image {
    margin: 30px 0 0;
  }
  #onlinedemo #meet video {
    width: 250px;
    height: 140px;
    margin: 20px auto 15px;
  }
  #onlinedemo #meet .meet_box:not(:last-child) {
    border-right: none;
  }
  #onlinedemo #faq .faq_list {
    padding: 10px 0 0;
  }
  #onlinedemo #faq .faq_list .faq_q {
    padding: 15px 20px 15px 55px;
    background: url(/rakurakucloud/seisan/common/img/feature/onlinedemo/faq_q.png) no-repeat 15px 17px;
    background-size: 30px 30px;
    background-color: #f1f4f6;
    margin: 0 0 10px;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  #onlinedemo #faq .faq_list .faq_a {
    display: block;
    margin: 0 0 25px;
    font-size: 0.85rem;
  }
  #onlinedemo #faq .faq_list .faq_q:after {
    display: none;
  }
  #onlinedemo #form {
    padding: 0 0 70px;
  }
}
/*「楽楽精算」の評判や導入の決め手*/
.section_koe {
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .section_koe {
    margin-bottom: 40px;
  }
}
.section_koe .wrapper_pc_1000.wrapper_m_25 {
  margin-bottom: 40px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 551px) {
  .section_koe .wrapper_pc_1000.wrapper_m_25 {
    background-color: #f1f4f6;
    padding: 60px 0;
  }
}
@media screen and (max-width: 550px) {
  .section_koe .wrapper_pc_1000.wrapper_m_25 {
    margin-top: 40px;
    width: 90%;
  }
}
.section_koe .wrapper_pc_1000.wrapper_m_25 .tagline_set .tagline_lead02 img {
  height: 23px;
  margin: 0 5px;
  vertical-align: baseline;
}
.section_koe .commentBox {
  height: 550px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 3% 0;
  border: 1px solid #cad6e0;
}
@media screen and (max-width: 768px) {
  .section_koe .scroll::-webkit-scrollbar {
    width: 13px;
  }
  .section_koe .scroll {
    overflow-x: scroll;
  }
  .section_koe .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .section_koe .scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
  }
}
@media screen and (max-width: 550px) {
  .section_koe .commentBox {
    height: 480px;
  }
}
.section_koe .commentBox .comment {
  margin-bottom: 40px !important;
}
.section_koe .commentBox .comment:last-of-type {
  margin-bottom: 0;
}
.section_koe .commentBox .comment {
  margin-bottom: 50px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 551px) {
  .section_koe .commentBox .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section_koe .commentBox .comment .imgBox {
    width: calc(35% - 10px);
  }
  .section_koe .commentBox .comment .txtBox {
    width: calc(65% - 10px);
    line-height: 1.8;
    margin-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .section_koe .commentBox .comment .txtBox {
    margin-bottom: 20px;
    padding: 20px;
  }
  .section_koe .commentBox .comment .imgBox {
    text-align: right;
  }
  .section_koe .commentBox .comment .imgBox img {
    max-width: 250px;
  }
}
.section_koe .commentBox .comment .txtBox {
  border-radius: 10px;
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 550px) {
  .section_koe .commentBox .comment .txtBox {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 551px) {
  .section_koe .commentBox .comment .txtBox::before {
    position: absolute;
    top: 70px;
    /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    content: "";
    border: 15px solid transparent;
  }
}
@media screen and (min-width: 551px) {
  .section_koe .commentBox .comment .txtBox::before {
    left: 100%;
  }
}
.section_koe .commentBox .comment .txtBox {
  background-color: #ffffff;
}
.section_koe .commentBox .comment .txtBox {
  background-color: #f1f4f6;
}
@media screen and (min-width: 551px) {
  .section_koe .commentBox .comment .txtBox::before {
    border-left: 15px solid #f1f4f6;
  }
}
/* パネル */
.card-list,
.card-list--white {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.card-list li,
.card-list--white li {
  background-color: #f1f4f6;
  padding: 16px 14px;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.card-list--white li {
  background-color: #ffffff;
}
.cord-list__title {
  font-weight: bold;
  font-size: 1.1em;
}
/* ボックス内をスクロールさせるブロック */
.scroll-box {
  height: 550px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #cad6e0;
  padding: 3%;
  box-sizing: border-box;
}
/*----------------------------------------------------------

導入事例スタイル

----------------------------------------------------------*/
.introduction-area h3 {
  padding: 28px;
  background-color: #f1f4f6;
  border-left: solid 7px #0078c9;
  font-size: 142.86%;
  font-weight: 600;
  margin-bottom: 45px;
}
.introduction-area h4 {
  margin: 25px 0;
  padding-bottom: 2px;
  font-size: 128.57%;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 1px dashed #0078c9;
}
.introduction-area p {
  margin-bottom: 16px;
  font-size: 114.29%;
  line-height: 2;
}
.introduction-area p:last-of-type {
  margin-bottom: 45px;
}
/*----------------------------------------------------------

ui_screen スライダー　用CSS

----------------------------------------------------------*/
.ui_screen {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px;
}
.ui_screen .wrapper_pc_1000 {
  margin-bottom: 50px;
}
.ui_screen .swiper-box {
  position: relative;
}
.ui_screen .swiper-container {
  height: 100%;
  max-width: 1000px;
  width: calc(100% - 100px);
  border: 1px solid #0078ca;
  /*overflow: inherit !important;
  position: relative;*/
}
.ui_screen .swiper-container:after,
.ui_screen .swiper-container:before {
  content: "";
  display: inline-block;
  background-color: #0078c9;
  position: absolute;
}
.ui_screen .swiper-container:before {
  width: 20px;
  height: 100%;
  right: 29px;
  top: 19px;
}
.ui_screen .swiper-container:after {
  width: calc(100% - 100px);
  height: 20px;
  left: 71px;
}
.ui_screen .txt_circle {
  position: relative;
}
.ui_screen .txt_circle:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url("../../common/img/feature/txt_circle_seihin.png") no-repeat;
  position: absolute;
  z-index: 100;
  left: -20px;
  top: -35px;
}

.ui_screen .swiper-wrapper {
  /*border: 1px solid #0078CA;*/
  margin: 0 auto;
  left: -10px;
}
.ui_screen .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ui_screen .txt_box,
.ui_screen .img_box {
  width: 100%;
}
.ui_screen .img_box {
  line-height: 0;
  background: url("../../common/img/feature/border_back_seihin.png");
}
.ui_screen .img_box img {
  width: 100%;
}
.ui_screen .txt_box h3 {
  font-size: 25px;
  color: #f8a411;
  padding: 40px 10px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .ui_screen .swiper-button-next {
    right: -10px;
  }
}

.ui_screen .swiper-button-prev {
  /*left: -50px;*/
}
.ui_screen .swiper-pagination.swiper-pagination-bullets {
  bottom: -40px;
}
/*:root {
         --swiper-theme-color: #6a6a6a;
        }*/
.ui_screen .swiper-slide {
  width: 100% !important;
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .ui_screen .swiper-slide {
    width: calc(100% - 2px) !important;
    /*border: 1px solid #0078CA;*/
  }
}
.swiper-button-next,
.swiper-button-prev {
  content: "";
  position: absolute;
  width: 31px !important ;
  height: 50px !important;
  background: url("../../common/img/feature/ui_screen_arrow.svg") no-repeat;
}
.swiper-button-prev {
  transform: scale(-1, 1);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}

.ui_screen .swiper-pagination.swiper-pagination-bullets {
  bottom: -60px !important;
}
@media screen and (max-width: 768px) {
  .ui_screen .txt_circle:before {
    left: 0;
  }
}
@media screen and (max-width: 550px) {
  .ui_screen .txt_circle {
    display: none;
  }
  .ui_screen .txt_box h3 {
    font-size: 4vw;
    padding: 25px 10px;
    line-height: 1.4;
  }
  .ui_screen .swiper-container:before,
  .ui_screen .swiper-container:after {
    content: none;
  }
  .ui_screen .swiper-wrapper {
    left: 0;
  }
  .ui_screen .swiper-pagination.swiper-pagination-bullets {
    bottom: -40px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    background-size: contain;
    width: 20px !important;
    height: 34px !important;
  }
  .ui_screen {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ui_screen .swiper-container {
    width: 80%;
    border-right: 8px solid #0078ca;
    border-bottom: 8px solid #0078ca;
  } /*
  .ui_screen .swiper-button-next{
    right:-40px;
  }
  .ui_screen .swiper-button-prev{
    left: -35px
  }*/
}

/*----------------------------------------------------------

introduction　用CSS

----------------------------------------------------------*/
body.form_introduction {
  margin-top: 0 !important;
}
.contentstitle {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.form_introduction .swiper-button-prev {
  transform: scale(1, 1);
}
.form_introduction .onayami-flow .swiper-container {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .flow_low_timing__image {
    margin: 0 auto;
  }
}
.box_know_wrap {
  text-align: center;
  padding-bottom: 70px;
}
.box_know {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 100px 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box_know {
    padding: 40px 30px 85px;
  }
}
.box_know_bubble {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  background-color: #007bc7;
  border: solid 5px #fff;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px 30px;
}
@media screen and (max-width: 768px) {
  .box_know_bubble {
    line-height: 1.5em;
    border-radius: 50px;
    /*width: 60%;*/
  }
}
.box_know_bubble::after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 16px solid #007bc7;
  border-bottom-width: 0;
}
.box_know_text {
  font-size: 22px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .box_know_text {
    font-size: 18px;
    line-height: 1.5;
  }
}
.onayami .section__heading,
.hotaio .section__heading,
.case .section__heading {
  line-height: 1.3em;
}
.list-check-01__item {
  background-image: url(/rakurakucloud/seisan/common/img/form/icon_check-circle.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  padding-left: 2em;
  line-height: 1.3;
  font-size: 22px;
  text-align: left;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .list-check-01__item {
    font-size: 18px;
  }
}
.list-check-01__item + .list-check-01__item {
  margin-top: 10px;
}
.title2__image {
  height: 95px;
}

/* 導入実績コード化
---------------------------------------------------------- */

.o-c__company-appeal {
  order: 1;
  padding: 5px 0 0 20px;
  width: 365px;
  height: 235px;
  background: url("/rakurakucloud/seisan/assets/image/figure/figure_back_graph.svg") no-repeat right bottom;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .o-c__company-appeal {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 576px) {
  .o-c__company-appeal {
    position: relative;
    height: auto;
    padding: 0;
    width: 90%;
  }
  .o-c__company-appeal::before {
    content: "";
    display: block;
    padding-top: 64.38%; /* アスペクト比 365:235 */
  }
}
.o-c__company-appeal__badge {
  position: relative;
  text-align: center;
  width: 200px;
  padding-top: 40px;
}
@media screen and (max-width: 576px) {
  .o-c__company-appeal__badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 55.56%;
    padding-top: 10%;
  }
}
.o-c__company-appeal__laurel {
  width: 100%;
  font-size: 32px;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .o-c__company-appeal__laurel {
    width: 100%;
  }
  .o-c__company-appeal__laurel img {
    height: auto;
  }
}
.o-c__company-appeal__achievement {
  line-height: 1;
  z-index: 2;
  position: relative;
}
.o-c__company-appeal__label {
  font-size: 18px;
}
.o-c__company-appeal__number {
  font-size: 14px;
  margin-top: 5px;
}
.o-c__company-appeal__number-big {
  font-size: 27px;
  font-weight: bold;
  margin-right: 2px;
}
.o-c__company-appeal__rank {
  margin-top: 3px;
}
.o-c__company-appeal__rank-big {
  font-size: 44px;
  font-weight: bold;
}
.o-c__company-appeal__rank .f__common-text_annotation {
  display: block;
}

@media screen and (max-width: 576px) {
  .o-c__company-appeal__label {
    font-size: calc(18 / 360 * (90vw - 20px));
  }
  .o-c__company-appeal__number {
    font-size: calc(14 / 360 * (90vw - 20px));
  }
  .o-c__company-appeal__number-big {
    font-size: calc(27 / 360 * (90vw - 20px));
    margin-right: 2px;
  }
  .o-c__company-appeal__rank-big {
    font-size: calc(44 / 360 * (90vw - 20px));
  }
}

/* 調整 */
.o-c__company-appeal + .box_txt{
  width: calc(100% - 400px);
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}