@charset "UTF-8";
.f-l__footer {
  border-top: 1px solid #FFF;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer {
    padding: 20px 0;
  }
}
.f-l__footer-head {
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head {
    padding: 0 0 20px;
  }
}
.f-l__footer-head_title {
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
}
.f-l__footer-head_title a {
  display: block;
  width: 152px;
  height: 48px;
}
.f-l__footer-head_title a img {
  width: 100%;
  height: auto;
}
.f-l__footer-head_title .rcloud-logo {
  font-size: 18px;
  line-height: 18px;
  text-indent: 10px;
  font-weight: 700;
}
.f-l__footer-head_title p {
  height: 48px;
  display: grid;
  align-items: flex-end;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head_title {
    padding: 0 0 15px;
  }
  .f-l__footer-head_title a {
    width: 115px;
    height: 35px;
  }
  .f-l__footer-head_title p {
    height: 35px;
    font-size: 12px;
  }
  .f-l__footer-head_title .rcloud-logo {
    font-size: 14px;
    line-height: 14px;
  }
}
.f-l__footer-link {
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link {
    display: block;
    padding: 0 0 20px;
    overflow: hidden;
  }
}
.f-l__footer-link_list {
  margin-right: 15px;
}
.f-l__footer-link_list:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list:nth-child(3), .f-l__footer-link_list:nth-child(4) {
    width: 50%;
    float: left;
  }
}
.f-l__footer-link_list a {
  display: block;
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 14px;
  color: #323232;
  text-decoration: none;
}
.f-l__footer-link_list a:hover {
  color: #007bc7;
}
.f-l__footer-link_list a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 5px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.f-l__footer-link_list_inner {
  width: 430px;
  display: flex;
}
.f-l__footer-link_list_sub {
  padding: 0 0 0 15px;
}
.f-l__footer-link_list_sub li {
  padding: 0 0 7px;
}
.f-l__footer-link_list_sub li a {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.f-l__footer-link_list_sub li a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
}
.f-l__footer-link_list_sub._width_170 {
  width: 170px;
}
.f-l__footer-link_list_sub._width_260 {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list {
    margin-right: 0;
  }
  .f-l__footer-link_list a {
    padding: 0 0 7px 12px;
    font-size: 12px;
  }
  .f-l__footer-link_list a:before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
  .f-l__footer-link_list_inner {
    width: 100%;
  }
  .f-l__footer-link_list_sub {
    padding: 0 0 10px 15px;
  }
  .f-l__footer-link_list_sub li {
    padding: 0 0 7px;
  }
  .f-l__footer-link_list_sub li a {
    font-size: 10px;
    padding: 0 0 0 10px;
  }
  .f-l__footer-link_list_sub li a:before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .f-l__footer-link_list_sub._width_170 {
    width: 45%;
  }
  .f-l__footer-link_list_sub._width_260 {
    width: 55%;
  }
}
.f-l__footer-cta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.f-l__footer-cta .o-c__btn-link._orange {
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-cta .o-c__btn-link._orange {
    min-width: 50px;
    margin: 0px 5px;
    padding: 15px 30px 12px 20px;
  }
}

.f-l__company {
  padding: 55px 0 0;
}
.f-l__company .f-l__common-inner {
  display: flex;
  flex-wrap: wrap;
}
.f-l__company img {
  width: 100%;
  height: auto;
}
.f-l__company-company-logo {
  display: block;
  width: 72px;
}
.f-l__company-textbox {
  width: 530px;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 30px;
}
.f-l__company-textbox p {
  padding: 0 0 15px;
}
.f-l__company-textbox p span.annotation {
  font-size: 10px;
  font-weight: bold;
}
.f-l__company-markbox {
  width: 390px;
  display: flex;
  flex-wrap: wrap;
}
.f-l__company-markbox_pmark {
  width: 71px;
  padding: 0 0 10px 0;
}
.f-l__company-markbox_isms {
  width: 125px;
  padding: 0 0 10px 15px;
}
.f-l__company-markbox_jiima {
  width: 95px;
  padding: 0 0 0 15px;
}
.f-l__company-markbox_jiima_denshi {
  width: 95px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .f-l__company-markbox {
    width: 100%;
    justify-content: center;
  }
  .f-l__company-markbox_pmark {
    width: 70px;
  }
  .f-l__company-markbox_isms {
    width: 110px;
  }
  .f-l__company-markbox_jiima {
    width: 75px;
  }
  .f-l__company-markbox_jiima_denshi {
    width: 75px;
  }
}
.f-l__company-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}
@media screen and (max-width: 768px) {
  .f-l__company {
    padding: 20px 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    font-size: 10px;
    padding: 0 0 0 20px;
  }
  .f-l__company-textbox p {
    padding: 0 0 10px;
  }
  .f-l__company-pmark {
    width: 60px;
    padding: 10px 0 0;
  }
  .f-l__company-isms {
    width: 125px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-jiima {
    width: 80px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-copyright {
    padding: 30px 0 45px;
  }
}

.o-m__cta-fv {
  width: 940px;
  margin: 0px auto;
  position: relative;
  top: -42px;
  z-index: 500;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .o-m__cta-fv {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-fv {
    width: 100%;
    display: block;
    top: -110px;
    height: 0;
  }
}
.o-m__cta-common {
  color: #FFF;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.o-m__cta-common_component {
  display: block;
  position: absolute;
  z-index: 0;
  width: 406px;
  height: 390px;
}
.o-m__cta-common_component._before {
  bottom: -190px;
  left: -90px;
  transform: rotate(180deg);
}
.o-m__cta-common_component._after {
  top: -190px;
  right: -90px;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_component._before {
    bottom: -190px;
    left: -140px;
  }
  .o-m__cta-common_component._after {
    top: -210px;
    right: -140px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_component._before {
    z-index: 10;
    bottom: -120px;
    left: -80px;
    width: 260px;
    height: 260px;
  }
  .o-m__cta-common_component._after {
    z-index: 10;
    top: -120px;
    right: -80px;
    width: 260px;
    height: 260px;
  }
}
.o-m__cta-common_component svg {
  width: 100%;
  height: auto;
  fill: #0095f4;
}
.o-m__cta-common_inner {
  width: 1200px;
  min-height: 400px;
  margin: 0px auto;
  padding: 60px 0 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_inner {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}
.o-m__cta-common_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding: 0 0 15px;
  position: relative;
  z-index: 10;
}
.o-m__cta-common_title_single {
  display: block;
}
@media screen and (max-width: 768px) {
  .o-m__cta-common_title .sp-only {
    display: block;
  }
}
.o-m__cta-common_title_lead {
  font-size: 18px;
  padding: 15px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_title {
    font-size: 28px;
  }
}
.o-m__cta-common_note {
  font-size: 10px;
  text-align: center;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_note {
    z-index: 100;
    top: 15px;
  }
}
.o-m__cta-common_talent_left {
  width: 350px;
  height: 345px;
  position: absolute;
  z-index: 200;
  left: -15px;
  bottom: 0px;
}
.o-m__cta-common_talent_left img {
  width: 100%;
  height: auto;
}
.o-m__cta-common_talent_left.document {
  width: 290px;
  left: 35px;
  bottom: -70px;
}
.o-m__cta-common_talent_right {
  width: 370px;
  height: 321px;
  position: absolute;
  z-index: 200;
  right: -25px;
  bottom: 0px;
}
.o-m__cta-common_talent_right img {
  width: 100%;
  height: auto;
}
.o-m__cta-common_talent_right.document {
  width: 330px;
  right: -35px;
  bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
}
.o-m__cta-common_button {
  width: 400px;
  margin: 0px auto;
  z-index: 500;
  display: block;
  justify-content: space-around;
  padding: 15px 0 0;
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_button {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-common_inner {
    padding: 35px 0;
  }
  .o-m__cta-common_title {
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 100;
  }
  .o-m__cta-common_title_lead {
    font-size: 16px;
  }
  .o-m__cta-common_talent_left {
    display: none;
  }
  .o-m__cta-common_talent_right {
    display: none;
  }
  .o-m__cta-common_button {
    width: 85%;
    margin: 0px auto;
    display: block;
    position: relative;
    z-index: 100;
  }
}
.o-m__cta-floating {
  background-color: rgba(0, 125, 204, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating.is-show {
  transform: translateY(0);
}
.o-m__cta-floating_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating_link_item {
  width: 48%;
}
.o-m__cta-floating_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating_link {
    width: 100%;
  }
  .o-m__cta-floating_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating {
    padding: 15px;
    top: 0;
    bottom: auto;
    transform: translateY(-101%);
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating {
    padding: 10px;
  }
}
.o-m__cta-floating-bottom {
  background-color: rgba(0, 125, 204, 0.8);
  width: 100%;
  padding: 15px 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  transform: translateY(101%);
}
.o-m__cta-floating-bottom.is-show {
  transform: translateY(0);
}
.o-m__cta-floating-bottom_link {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.o-m__cta-floating-bottom_link_item {
  width: 48%;
}
.o-m__cta-floating-bottom_link_item .o-c__cta-link_orange_capture,
.o-m__cta-floating-bottom_link_item .o-c__cta-link_border_capture {
  left: 20px;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom_link {
    width: 100%;
  }
  .o-m__cta-floating-bottom_link_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .o-m__cta-floating-bottom {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .o-m__cta-floating-bottom {
    padding: 10px;
  }
}

@media screen and (max-width: 576px) {
  .o-m__rseries .o-c__heading-lead {
    text-align: left;
  }
}
.o-m__rseries-content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list {
    display: block;
  }
  .o-m__rseries-content_list._other_series {
    display: flex;
    justify-content: space-between;
  }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item {
    width: 48%;
  }
}
.o-m__rseries-content_list_item {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 30px 0 25px;
  border-radius: 10px;
  text-align: center;
  transition: all ease 0.3s;
}
.o-m__rseries-content_list_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item a .o-c__btn-link {
    padding: 10px 35px 7px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 15px;
  }
}
.o-m__rseries-content_list_item_logo {
  display: block;
  margin: 0 auto;
  width: 175px;
  padding-bottom: 22px;
}
.o-m__rseries-content_list_item_logo.w-large {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    width: 145px;
    height: auto;
    padding-bottom: 20px;
  }
  .o-m__rseries-content_list_item_logo img {
    width: 100%;
    height: auto;
  }
}
.o-m__rseries-content_list_item_name {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #464646;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-m__rseries-content_list_item_ttl {
  display: block;
  color: #323232;
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.o-m__rseries-content_list_item ._sub_title {
  font-size: 14px;
  padding-bottom: 10px;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover {
  background-color: #fff;
  color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover:after {
  border-top: 2px solid #267d00;
  border-right: 2px solid #267d00;
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover {
  background-color: #fff;
  color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover:after {
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover {
  background-color: #fff;
  color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover {
  background-color: #fff;
  color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover:after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
.o-m__rseries-content_list_item ._partner {
  background-color: #464646;
  border-color: #464646;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #fff;
  color: #464646;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover {
  background-color: #fff;
  color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover:after {
  border-top: 2px solid #a43fd1;
  border-right: 2px solid #a43fd1;
}
.o-m__rseries-content_list_item ._seikyu {
  background-color: #0ba578;
  border-color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover {
  background-color: #fff;
  color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.o-m__rseries-content_list_item ._saikenkanri {
  background-color: #00ad0e;
  border-color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover {
  background-color: #fff;
  color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover:after {
  border-top: 2px solid #00ad0e;
  border-right: 2px solid #00ad0e;
}
.o-m__rseries-content_list_item ._jinjiroumu {
  background-color: #107de8;
  border-color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover {
  background-color: #fff;
  color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover:after {
  border-top: 2px solid #107de8;
  border-right: 2px solid #107de8;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 5);
}
.o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
    width: 145px;
  }
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo.w-large {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.p__function-definition.f-l__common-section._padd_bottom_0 {
  padding: 70px 0 0px;
}
@media screen and (max-width: 576px) {
  .p__function-definition.f-l__common-section._padd_bottom_0 {
    padding: 50px 0 0;
  }
}
.p__function-definition_content {
  padding: 0;
}
.p__function-definition_content._box_list {
  padding: 30px 0 70px;
}
.p__function-definition_content._box_list .p__function-introduction_content_box {
  margin-bottom: 0px;
}
@media screen and (max-width: 576px) {
  .p__function-definition_content._box_list {
    padding: 30px 0 0px;
  }
  .p__function-definition_content._box_list .p__function-introduction_content_box {
    margin-bottom: 50px;
  }
}
.p__function-definition_content_box {
  background-color: #edf7ff;
  border-radius: 10px;
  padding: 0 35px 35px 35px;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .p__function-definition_content_box {
    width: 100%;
    padding: 0 15px 25px;
    margin-bottom: 50px;
  }
}
.p__function-definition_content:last-child .p__function-definition_content_box {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .p__function-definition_content:last-child .p__function-definition_content_box {
    margin-bottom: 0;
  }
}
.p__function-definition_content_title {
  height: 80px;
  display: block;
  position: relative;
  z-index: 50;
  padding: 27px 0 0 130px;
  text-align: left;
  z-index: 1;
}
.p__function-definition_content_title_annotation {
  font-size: 12px;
}
.p__function-definition_content_title_icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #edf7ff;
  text-align: center;
  display: grid;
  place-items: center;
}
.p__function-definition_content_title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #007bc7;
}
.p__function-definition_content_title._2line {
  padding: 17px 0 0 120px;
}
.p__function-definition_content_title._2line h3 {
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p__function-definition_content_title_icon {
    position: absolute;
    width: 100px;
    height: 100px;
  }
  .p__function-definition_content_title_icon img {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 576px) {
  .p__function-definition_content_title {
    height: auto;
    padding: 70px 0 10px 0;
  }
  .p__function-definition_content_title_icon {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .p__function-definition_content_title h3 {
    font-size: 20px;
    position: relative;
    z-index: 60;
    text-align: center;
  }
  .p__function-definition_content_title._2line {
    padding: 80px 0 10px 0;
  }
}
.p__function-definition_content_text {
  font-size: 17px;
  line-height: 1.5;
  text-align: left;
  position: relative;
  border-radius: 10px;
  z-index: 2;
}
@media screen and (max-width: 576px) {
  .p__function-definition_content_text {
    padding: 15px;
  }
}
.p__function-definition_content_text .o-c__btn-text {
  display: block;
  margin-top: 20px;
}
.p__function-definition_content_note {
  font-size: 10px;
  padding: 15px 0 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .p__function-definition_content_note {
    padding: 0 0 15px;
  }
}
.p__function-definition_content_link {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .p__function-definition_content_link {
    text-align: center;
    padding: 0 0 15px;
  }
}
.p__function-definition_content_link_btn {
  padding: 12px 40px 10px 20px;
  font-size: 14px;
}
.p__function-definition_figure {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p__function-definition_figure {
    margin-bottom: 50px;
  }
}
.p__function-definition_image {
  height: auto;
}
.p__function-definition.f__common-bgcolor_blue .p__function-definition_content_box,
.p__function-definition.f__common-bgcolor_blue .p__function-definition_content_title_icon {
  background-color: #fff;
}
.p__function-definition .p__function-definition_content_title {
  width: 100%;
}
.p__function-definition .p__function-definition_content_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p__function-definition .p__function-definition_content_box {
    display: block;
  }
}
.p__function-definition .p-f__common-linklist_link {
  padding-top: 0;
}
.p__function-useful {
  border-top: solid 1px #fff;
}
.p__function-useful .section_simple {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p__function-useful .section_simple__text-box {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p__function-useful .section_simple .list_col__item {
  justify-content: center;
}
.p__function-useful .section_simple .button_text-link_m._js_open:after {
  transform: rotate(-135deg);
}
.p__function-useful .list_col .button_text-link_m:after {
  width: 7px;
  height: 7px;
  right: -15px;
}
.p__function-useful .list_col .button_text-link_m:hover:after {
  right: -15px;
}
.p__function-useful .icon_document_arrow {
  max-width: 35px;
}
.p__function-useful .icon_setting {
  max-width: 42px;
}
.p__function-useful .icon_english_support {
  max-width: 38px;
}
.p__function-useful .icon_chatbot {
  max-width: 40px;
}
.p__function-useful .icon_mail_send {
  max-width: 45px;
}
.p__function-useful .icon_document_barcode {
  max-width: 25px;
}
.p__function-useful .icon_check-circle_large {
  max-width: 35px;
}
.p__function-useful .icon_key {
  max-width: 40px;
}
@media screen and (min-width: 769px) {
  .p__function-useful .function_index_other_content {
    justify-content: center;
  }
  .p__function-useful .function_index_other_content._flex_center {
    justify-content: flex-start;
  }
}
.p__function-useful .function_index_other_content .more_box_container.list_col__item {
  align-items: flex-start;
}
.p__function-useful .function_index_other_content .more_box_container .card_icon-img__head {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p__function-useful .function_index_other_content .more_box_container .card_icon-img__head {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p__function-useful .function_index_other_content .more_box_container .card_icon-img__head {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p__function-useful .function_index_other_content .more_box_container .card_icon-img {
    min-height: 320px;
  }
}
.p__function-useful .function_index_other_content .more_box_container .card_icon-img__img-box {
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .p__function-useful .function_index_other_content .more_box_container .card_icon-img__img-box {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p__function-useful .function_index_other_content .more_box_container .card_icon-img__img {
  margin-bottom: 0;
}
.p__function-useful .function_index_other_content .more_box_container .card-mini--blue2 {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p__function-useful .function_index_other_content .more_box_container .card-mini--blue2 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p__function-useful .function_index_other_content .more_box_container .card-mini__point--blue2 {
    width: 150px;
  }
}
.p__function-useful .function_index_other_content .more_box_container .card-mini__body {
  text-align: center;
}

.old_content div, .old_content a, .old_content img, .old_content ul, .old_content li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.old_content ul {
  list-style: none;
}
.old_content img {
  vertical-align: bottom;
  width: 100%;
}
.old_content a {
  text-decoration: none;
  word-break: break-all;
}
.old_content * {
  box-sizing: border-box;
}
.old_content *:before, .old_content *:after {
  box-sizing: border-box;
}
.old_content a {
  transition: 200ms ease all;
  color: #007bc7;
  text-decoration: none;
}
.old_content a:hover {
  opacity: 0.6;
  color: #ff852b;
}
.old_content .bottom--20 {
  margin-bottom: 20px;
}
.old_content .bg-color-white {
  background: #fff;
}
.old_content .button_text-link_m._blue {
  font-size: 18px;
  font-weight: bold;
  color: #007bc7;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .old_content .button_text-link_m._blue {
    font-size: 15px;
  }
}
.old_content .button_text-link_m._blue:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
.old_content .button_text-link_m._blue:hover {
  color: #ff852b;
  opacity: 1;
}
.old_content .button_text-link_m._blue:hover:after {
  border-top: 2px solid #ff852b;
  border-right: 2px solid #ff852b;
  right: -24px;
}
.old_content .button_text-link_m._blue._arrow-bottom:before {
  content: "";
  background-color: #007bc7;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: absolute;
  top: 11px;
  right: -26px;
  transform: translateY(-50%);
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .old_content .button_text-link_m._blue._arrow-bottom:before {
    top: 9px;
    right: -22px;
  }
}
.old_content .button_text-link_m._blue._arrow-bottom:after {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  top: 7px;
  right: -20px;
  margin: 0;
  transition: all ease 0.3s;
}
@media screen and (max-width: 768px) {
  .old_content .button_text-link_m._blue._arrow-bottom:after {
    top: 5px;
    right: -16px;
  }
}
.old_content .button_text-link_m._blue._arrow-bottom:hover:before {
  background: #ff852b;
  top: 16px;
}
.old_content .button_text-link_m._blue._arrow-bottom:hover:after {
  top: 12px;
}
.old_content .button_text-link_m._blue._arrow-bottom._js_open::after {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: 9px;
}
@media screen and (max-width: 768px) {
  .old_content .button_text-link_m._blue._arrow-bottom._js_open::after {
    top: 7px;
  }
}
.old_content .button_text-link_m._blue._arrow-bottom._js_open:hover::after {
  top: 14px;
}
.old_content .more_box_container {
  position: relative;
  cursor: pointer;
  transition: all ease 0.3s;
}
.old_content .more_box_container:hover {
  opacity: 1;
  filter: drop-shadow(0px 0px 5px rgba(70, 70, 70, 0.2));
}
.old_content .more_box_container:hover .more_box__button:after {
  bottom: 6px;
}
.old_content .more_box {
  text-align: center;
}
.old_content .more_box__button {
  position: relative;
  padding-bottom: 20px;
  font-size: 14px;
  color: #007bc7;
  font-weight: bold;
}
.old_content .more_box__button:before {
  content: "もっと見る";
}
.old_content .more_box__button:after {
  content: "";
  position: absolute;
  left: 49%;
  bottom: 10px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
.old_content .more_box_container._js_open .more_box__button::before {
  content: "閉じる";
}
.old_content .more_box_container._js_open .more_box__button::after {
  bottom: 0;
  border-right: none;
  border-bottom: none;
  border-top: 2px solid #007bc7;
  border-left: 2px solid #007bc7;
}
.old_content .more_box_container:hover .more_box__button::after {
  bottom: 5px;
}
.old_content .more_box__content {
  display: none;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
.old_content .more_box__txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.old_content .card-mini--blue2 {
  position: relative;
  padding: 30px 25px;
  color: #007bc7;
  background: #edf7ff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}
.old_content .card-mini__point--blue2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  padding: 6px 15px;
  color: #007bc7;
  background: #fff;
  border: solid 4px #edf7ff;
  font-size: 15px;
  border-radius: 200px;
  width: -moz-max-content;
  width: max-content;
}
.old_content .card-mini-strong {
  font-weight: bold;
  font-size: 17px;
}
.old_content .card-mini-margin--top {
  margin-top: 40px;
}
.old_content .card_icon-img {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
}
.old_content .card_icon-img__head {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #323232;
  line-height: 1.3;
}
.old_content .card_icon-img__img-box {
  text-align: center;
}
.old_content .card-simple_1col_icon-circle__icon-circle_img {
  position: relative;
  max-width: 65px;
}
.old_content .card-simple_1col_icon-circle__icon-circle_img.icon_sp-receipt--white {
  max-width: 60px;
  left: 2px;
}
.old_content .list_col {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  justify-content: center;
}
.old_content .section_simple {
  position: relative;
  display: block;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .old_content .pc-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .old_content .bottom--20 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .old_content .more_box__content {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .old_content .card_icon-img {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .old_content .card_icon-img__head {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .old_content .list_col__item {
    display: flex;
  }
  .old_content .list_col__item._pc_4 {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .old_content .list_col__item._pc_4:nth-of-type(4n) {
    margin-right: 0;
  }
  .old_content .list_col__item._pc_3 {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .old_content .list_col__item._pc_3:nth-of-type(3n) {
    margin-right: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .old_content .list_col__item._sp_2 {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .old_content .list_col__item._sp_2:nth-of-type(2n) {
    margin-right: 0;
  }
  .old_content .list_col__item._sp_1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .old_content .list_col__item._sp_1:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .old_content .list_col {
    justify-content: flex-start;
  }
}