@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fcfcfc;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(3, 74, 140, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #034a8c;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.cta_btn {
  text-align: center;
  position: relative; }
  .cta_btn a {
    display: block;
    background: #f30000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 1em;
    border-bottom: 4px solid #d00404; }
    .cta_btn a:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }

.shiny {
  display: block;
  position: relative;
  overflow: hidden; }
  .shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn 5s ease-in-out infinite;
    z-index: 10;
    pointer-events: none; }

@-webkit-keyframes shiny-btn {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
.header {
  border-top: 2px solid #034a8c; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 8px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner::before {
      content: "PR";
      position: absolute;
      top: 14px;
      right: 0px;
      font-size: 15px;
      padding: 2px 10px 3px;
      border: solid 1px #333;
      color: #333;
      border-radius: 3px;
      background-color: #fff;
      display: block; }
  .header .header_txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #034a8c;
    font-size: 13px;
    font-size: 1.3rem;
    left: 170px; }

.page_business {
  padding-bottom: 50px; }
  .page_business .remarks {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem; }
  .page_business sup {
    font-size: 11px;
    font-size: 1.1rem; }
  .page_business .fv {
    background-image: url("img/business/fv_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .page_business .fv .inner {
      position: relative;
      width: 1000px;
      margin: 0 auto;
      height: 310px; }
      @media only screen and (max-width: 768px) {
        .page_business .fv .inner {
          width: 100%; } }
    .page_business .fv .fv_image {
      position: absolute;
      left: 50px;
      bottom: -15px;
      z-index: 1; }
    .page_business .fv .day {
      position: absolute;
      font-weight: 700;
      z-index: 10;
      left: 65px;
      top: 10px;
      width: 95px;
      height: 95px;
      border-radius: 135px;
      -moz-border-radius: 135px;
      -webkit-border-radius: 135px;
      -o-border-radius: 135px;
      -ms-border-radius: 135px;
      background: #fc9400;
      text-align: center;
      font-size: 23px;
      color: #fff;
      padding-top: 30px;
      line-height: .9; }
      .page_business .fv .day span {
        font-size: 17px; }
  .page_business .section01 {
    position: relative;
    z-index: 5; }
    .page_business .section01 h2 {
      background: #034a8c;
      text-align: center;
      font-size: 23px;
      font-size: 2.3rem;
      color: #fff;
      font-weight: 500;
      line-height: 1.3;
      padding: 18px 0; }
      .page_business .section01 h2 strong {
        font-weight: 700;
        color: #fff000;
        font-size: 26px;
        font-size: 2.6rem; }
    .page_business .section01 .inner {
      width: 1000px;
      margin: 0 auto;
      padding: 40px 0; }
      @media only screen and (max-width: 768px) {
        .page_business .section01 .inner {
          width: 100%; } }
    .page_business .section01 .top_txt {
      width: 900px;
      margin: 0 auto;
      background: #f4fafe;
      border: 1px solid #0e2553;
      position: relative;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 30px;
      font-size: 17px;
      font-size: 1.7rem; }
      .page_business .section01 .top_txt::before {
        content: "";
        position: absolute;
        width: 103px;
        height: 100%;
        background-image: url("img/business/section01_image.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        right: 30px;
        top: 26px;
        pointer-events: none; }
      .page_business .section01 .top_txt .lead {
        padding-right: 120px; }
      .page_business .section01 .top_txt strong {
        color: #f30000;
        font-size: 20px;
        font-size: 2rem; }
  .page_business .section02 .inner {
    padding: 0 0 40px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_business .section02 .inner {
        width: 100%; } }
  .page_business .section02 h2 {
    text-align: center; }
    .page_business .section02 h2 span {
      display: inline-block;
      position: relative;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 900;
      color: #f30000;
      line-height: 1.4; }
      .page_business .section02 h2 span strong {
        display: block;
        font-size: 30px;
        font-size: 3rem;
        font-weight: 900; }
      .page_business .section02 h2 span::before, .page_business .section02 h2 span::after {
        content: "";
        position: absolute;
        width: 57px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        top: 0;
        pointer-events: none; }
      .page_business .section02 h2 span::before {
        background-image: url("img/section02_ttl_before.png");
        left: -70px; }
      .page_business .section02 h2 span::after {
        background-image: url("img/section02_ttl_after.png");
        right: -70px; }
  .page_business .client_table {
    margin-top: 25px;
    position: relative; }
    .page_business .client_table::before, .page_business .client_table::after {
      content: "";
      position: absolute;
      top: 0;
      left: 1px;
      pointer-events: none; }
    .page_business .client_table::before {
      background: #fefaec;
      width: 25%;
      height: 100%;
      z-index: -1; }
    .page_business .client_table::after {
      width: 25%;
      height: 100%;
      border: 3px solid #f30000;
      z-index: 1; }
    .page_business .client_table table {
      width: 100%;
      border: 1px solid #c4c4c4; }
      .page_business .client_table table th, .page_business .client_table table td {
        width: 20%;
        text-align: center; }
      .page_business .client_table table th {
        background: #034a8c;
        font-weight: 700;
        color: #fff;
        padding: 3px 0;
        font-size: 17px;
        font-size: 1.7rem;
        position: relative;
        z-index: 3; }
      .page_business .client_table table td {
        padding: 8px 10px;
        border-left: 1px solid #c4c4c4;
        border-right: 1px solid #c4c4c4;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4; }
      .page_business .client_table table .annual_fee span {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }
    .page_business .client_table .image {
      position: relative;
      padding-top: 48px; }
      .page_business .client_table .image::before {
        content: "";
        position: absolute;
        width: 48px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        pointer-events: none; }
      .page_business .client_table .image a {
        display: block; }
        .page_business .client_table .image a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
        .page_business .client_table .image a p {
          color: #034a8c;
          text-decoration: underline;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 700; }
        .page_business .client_table .image a:hover p {
          text-decoration: none; }
    .page_business .client_table .ico {
      width: 28px;
      margin: 0 auto 3px; }
    .page_business .client_table thead td:nth-child(1) .image::before {
      background-image: url("img/crown_n1.png"); }
    .page_business .client_table thead td:nth-child(2) .image::before {
      background-image: url("img/crown_n2.png"); }
    .page_business .client_table thead td:nth-child(3) .image::before {
      background-image: url("img/crown_n3.png"); }
    .page_business .client_table thead td:nth-child(4) .image::before {
      background-image: url("img/crown_n4.png"); }
    .page_business .client_table thead td:nth-child(5) .image::before {
      background-image: url("img/crown_n5.png"); }
    .page_business .client_table .inline ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .page_business .client_table .inline ul li {
        width: calc((100% - 2%) / 3);
        margin-left: 1%; }
        .page_business .client_table .inline ul li:first-child {
          margin-left: 0; }
    .page_business .client_table .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem; }
  .page_business .client_archive {
    margin-top: 20px; }
    .page_business .client_archive .client_wrap {
      border: 1px solid #68a272;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      overflow: hidden;
      background: #fff; }
      .page_business .client_archive .client_wrap .client_name {
        background: #68a272;
        padding: 7px 10px 7px 100px;
        position: relative; }
        .page_business .client_archive .client_wrap .client_name::before {
          content: "";
          position: absolute;
          width: 56px;
          height: 74px;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 25px;
          top: -1px;
          pointer-events: none;
          z-index: 10; }
        .page_business .client_archive .client_wrap .client_name a {
          color: #fff;
          text-decoration: none;
          font-size: 30px;
          font-size: 3rem;
          font-weight: 700; }
    .page_business .client_archive .popular_wrap {
      border: 1px solid #007AB7; }
      .page_business .client_archive .popular_wrap .client_name {
        border-bottom: 1px solid #c4c4c4;
        padding: 15px 10px 15px 110px;
        background-color: #fff;
        position: relative; }
        .page_business .client_archive .popular_wrap .client_name::before {
          content: "";
          position: absolute;
          width: 148px;
          height: 100%;
          background-image: url("img/ico_recommend2.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: -2px;
          top: -2px;
          pointer-events: none;
          z-index: 1; }
        .page_business .client_archive .popular_wrap .client_name a {
          color: #333333; }
      .page_business .client_archive .popular_wrap .recommend {
        border: 2px solid #007AB7; }
      .page_business .client_archive .popular_wrap .heading .osusume {
        background: #007AB7; }
    .page_business .client_archive .client_inner {
      padding: 20px 25px; }
    .page_business .client_archive > ul > li {
      margin-top: 25px; }
      .page_business .client_archive > ul > li:first-child {
        margin-top: 0; }
      .page_business .client_archive > ul > li:nth-child(1) .client_wrap {
        border-color: #eabf14;
        background: #fefaec; }
      .page_business .client_archive > ul > li:nth-child(1) .client_name {
        background: #eabf14; }
        .page_business .client_archive > ul > li:nth-child(1) .client_name::before {
          background-image: url("img/client_rank_01.png"); }
      .page_business .client_archive > ul > li:nth-child(2) .client_wrap {
        border-color: #a3a3a5; }
      .page_business .client_archive > ul > li:nth-child(2) .client_name {
        background: #a3a3a5; }
        .page_business .client_archive > ul > li:nth-child(2) .client_name::before {
          background-image: url("img/client_rank_02.png"); }
      .page_business .client_archive > ul > li:nth-child(3) .client_wrap {
        border-color: #ba9161; }
      .page_business .client_archive > ul > li:nth-child(3) .client_name {
        background: #ba9161; }
        .page_business .client_archive > ul > li:nth-child(3) .client_name::before {
          background-image: url("img/client_rank_03.png"); }
      .page_business .client_archive > ul > li:nth-child(4) .client_name::before {
        background-image: url("img/client_rank_04.png"); }
      .page_business .client_archive > ul > li:nth-child(5) .client_name::before {
        background-image: url("img/client_rank_05.png"); }
    .page_business .client_archive .overview {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start; }
      .page_business .client_archive .overview .left {
        width: 295px; }
        .page_business .client_archive .overview .left .point {
          text-align: center;
          margin-top: 8px; }
          .page_business .client_archive .overview .left .point span {
            display: inline-block;
            position: relative;
            padding-left: 143px;
            line-height: 24px;
            font-weight: 700; }
            .page_business .client_archive .overview .left .point span::before {
              content: "";
              position: absolute;
              width: 133px;
              height: 100%;
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100% auto;
              left: 0;
              top: 0;
              pointer-events: none; }
            .page_business .client_archive .overview .left .point span strong {
              font-size: 23px;
              font-size: 2.3rem;
              font-weight: 700;
              color: #f30000; }
          .page_business .client_archive .overview .left .point.point_48 span::before {
            background-image: url("img/point_48.png"); }
          .page_business .client_archive .overview .left .point.point_45 span::before {
            background-image: url("img/point_45.png"); }
          .page_business .client_archive .overview .left .point.point_43 span::before {
            background-image: url("img/point_42.png"); }
          .page_business .client_archive .overview .left .point.point_42 span::before {
            background-image: url("img/point_42.png"); }
          .page_business .client_archive .overview .left .point.point_41 span::before {
            background-image: url("img/point_41.png"); }
          .page_business .client_archive .overview .left .point.point_40 span::before {
            background-image: url("img/point_40.png"); }
        .page_business .client_archive .overview .left .feature_items {
          margin-top: 5px;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start; }
          .page_business .client_archive .overview .left .feature_items .feature_item {
            width: calc((100% - 2%) / 2);
            margin-left: 2%;
            margin-top: 5px;
            background: #d7dad3;
            color: #969894;
            text-align: center;
            padding: 5px;
            font-weight: 500;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -o-border-radius: 3px;
            -ms-border-radius: 3px; }
            .page_business .client_archive .overview .left .feature_items .feature_item:nth-child(1), .page_business .client_archive .overview .left .feature_items .feature_item:nth-child(2) {
              margin-top: 0; }
            .page_business .client_archive .overview .left .feature_items .feature_item:nth-child(odd) {
              margin-left: 0; }
            .page_business .client_archive .overview .left .feature_items .feature_item.active {
              background: #1a316a;
              color: #fff; }
      .page_business .client_archive .overview .right {
        width: calc(100% - 295px);
        padding-left: 15px; }
        .page_business .client_archive .overview .right .headline {
          font-weight: 700;
          color: #f30000;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.5;
          margin-bottom: 20px; }
      .page_business .client_archive .overview .detail_items {
        margin-top: 10px;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; }
        .page_business .client_archive .overview .detail_items .detail_item {
          width: 32.5%;
          background: #f5f5f5;
          border: 1px solid #eee;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          padding: 7px 5px 5px; }
        .page_business .client_archive .overview .detail_items .heading {
          text-align: center; }
          .page_business .client_archive .overview .detail_items .heading span {
            display: inline-block;
            position: relative;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
            color: #034a8c;
            padding-left: 37px; }
            .page_business .client_archive .overview .detail_items .heading span::before {
              content: "";
              position: absolute;
              width: 28px;
              height: 28px;
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100% auto;
              left: 0;
              top: 0;
              pointer-events: none; }
          .page_business .client_archive .overview .detail_items .heading.annual_fee span::before {
            background-image: url("img/business/ico_annual_fee.png"); }
          .page_business .client_archive .overview .detail_items .heading.point_rate span::before {
            background-image: url("img/business/ico_point_rate.png"); }
          .page_business .client_archive .overview .detail_items .heading.speed span::before {
            background-image: url("img/business/ico_speed.png"); }
          .page_business .client_archive .overview .detail_items .heading.electronic_money span::before {
            background-image: url("img/business/ico_electronic_money.png"); }
          .page_business .client_archive .overview .detail_items .heading.brand span::before {
            background-image: url("img/business/ico_brand.png"); }
          .page_business .client_archive .overview .detail_items .heading.mile span::before {
            background-image: url("img/business/ico_mile.png"); }
        .page_business .client_archive .overview .detail_items .content {
          margin-top: 7px;
          background: #fff;
          border: 1px solid #eee;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px;
          padding: 8px 5px;
          text-align: center; }
          .page_business .client_archive .overview .detail_items .content p {
            margin-top: 5px;
            line-height: 1.3; }
          .page_business .client_archive .overview .detail_items .content .txt {
            margin-top: 5px;
            line-height: 1.3; }
            .page_business .client_archive .overview .detail_items .content .txt span {
              font-size: 18px;
              font-size: 1.8rem;
              font-weight: 700; }
            .page_business .client_archive .overview .detail_items .content .txt small {
              font-size: 12px;
              font-size: 1.2rem;
              font-weight: normal; }
            .page_business .client_archive .overview .detail_items .content .txt.annual_fee {
              font-size: 14px;
              font-size: 1.4rem; }
            .page_business .client_archive .overview .detail_items .content .txt.annual_fee_later {
              font-size: 12px;
              font-size: 1.2rem; }
              .page_business .client_archive .overview .detail_items .content .txt.annual_fee_later br {
                display: none; }
        .page_business .client_archive .overview .detail_items ul {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center; }
          .page_business .client_archive .overview .detail_items ul li {
            width: calc((100% - 4%) / 3);
            margin-left: 2%; }
            .page_business .client_archive .overview .detail_items ul li:first-child {
              margin-left: 0; }
        .page_business .client_archive .overview .detail_items.detail_02 {
          margin-top: 10px; }
          .page_business .client_archive .overview .detail_items.detail_02 .detail_item {
            width: 49.2%; }
    .page_business .client_archive .recommend {
      margin: 0 auto;
      margin-top: 27px;
      width: 800px;
      background: #fff;
      border: 2px solid #034a8c;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 25px 30px 17px;
      position: relative; }
      .page_business .client_archive .recommend .heading {
        position: absolute;
        text-align: center;
        width: 100%;
        top: -21px;
        left: 0; }
        .page_business .client_archive .recommend .heading span {
          border-radius: 60px;
          -moz-border-radius: 60px;
          -webkit-border-radius: 60px;
          -o-border-radius: 60px;
          -ms-border-radius: 60px;
          display: inline-block;
          width: 255px;
          background: #034a8c;
          text-align: center;
          color: #fff;
          font-weight: 700;
          padding: 4px;
          font-size: 19px;
          font-size: 1.9rem; }
      .page_business .client_archive .recommend ul li {
        margin-top: 2px;
        font-size: 18px;
        font-size: 1.8rem;
        position: relative;
        padding-left: 27px;
        font-weight: 500; }
        .page_business .client_archive .recommend ul li strong {
          font-weight: 500;
          color: #f30000; }
        .page_business .client_archive .recommend ul li::before {
          content: "";
          position: absolute;
          width: 19px;
          height: 100%;
          background-image: url("img/ico_check.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          left: 0;
          top: 0;
          pointer-events: none; }
    .page_business .client_archive .cta {
      margin-top: 7px;
      text-align: center; }
      .page_business .client_archive .cta .txt {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        color: #f30000; }
      .page_business .client_archive .cta .cta_btn {
        width: 700px;
        margin: 3px auto 0; }
        .page_business .client_archive .cta .cta_btn a {
          font-size: 23px;
          font-size: 2.3rem;
          padding-top: 0.8em;
          padding-bottom: 0.8em;
          border-bottom-width: 5px;
          position: relative; }
          .page_business .client_archive .cta .cta_btn a::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 100%;
            background-image: url("img/ico_cta_btn.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 30px;
            top: 0;
            pointer-events: none; }
  .page_business .client_pickup {
    width: 950px;
    margin: 50px auto 0; }
    .page_business .client_pickup .ttl {
      text-align: center; }
      .page_business .client_pickup .ttl span {
        width: 632px;
        margin: 0 auto;
        height: 65px;
        font-size: 28px;
        font-size: 2.8rem;
        color: #fff;
        font-weight: 700;
        padding-top: 5px;
        display: block;
        background-image: url("img/ttl_pickup.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto; }
    .page_business .client_pickup .client_wrap {
      background: #f4fafe;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border: 2px solid #034a8c;
      position: relative;
      margin-top: 20px;
      overflow: hidden; }
      .page_business .client_pickup .client_wrap::before {
        content: "";
        position: absolute;
        width: 148px;
        height: 100%;
        background-image: url("img/ico_recommend.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: -2px;
        top: -2px;
        pointer-events: none;
        z-index: 1; }
      .page_business .client_pickup .client_wrap .client_name {
        border-bottom: 1px solid #c4c4c4;
        padding: 15px 10px 15px 110px;
        position: relative; }
        .page_business .client_pickup .client_wrap .client_name a {
          text-decoration: none;
          font-size: 30px;
          font-size: 3rem;
          font-weight: 700; }
    .page_business .client_pickup .client_inner {
      padding: 20px 25px; }
    .page_business .client_pickup .overview {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .page_business .client_pickup .overview .left {
        width: 255px; }
        .page_business .client_pickup .overview .left .image {
          padding: 0 25px; }
        .page_business .client_pickup .overview .left .brand {
          margin-top: 15px;
          background: #f5f5f5;
          border: 1px solid #eee;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          padding: 5px; }
          .page_business .client_pickup .overview .left .brand .heading {
            text-align: center; }
            .page_business .client_pickup .overview .left .brand .heading span {
              display: inline-block;
              position: relative;
              font-size: 18px;
              font-size: 1.8rem;
              font-weight: 700;
              color: #034a8c;
              padding-left: 37px; }
              .page_business .client_pickup .overview .left .brand .heading span::before {
                content: "";
                position: absolute;
                width: 28px;
                height: 28px;
                background-image: url("img/business/ico_brand.png");
                background-repeat: no-repeat;
                background-position: center top;
                background-size: 100% auto;
                left: 0;
                top: 0;
                pointer-events: none; }
        .page_business .client_pickup .overview .left .content {
          margin-top: 4px;
          background: #fff;
          border: 1px solid #eee;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px;
          padding: 5px;
          text-align: center; }
          .page_business .client_pickup .overview .left .content p {
            margin-top: 5px;
            line-height: 1.3; }
          .page_business .client_pickup .overview .left .content ul {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -o-justify-content: center;
            justify-content: center; }
            .page_business .client_pickup .overview .left .content ul li {
              width: calc((100% - 4%) / 3);
              margin-left: 2%; }
              .page_business .client_pickup .overview .left .content ul li:nth-child(1) {
                margin-left: 0; }
      .page_business .client_pickup .overview .right {
        width: calc(100% - 255px);
        padding-left: 20px; }
        .page_business .client_pickup .overview .right .headline {
          font-weight: 700;
          color: #f30000;
          font-size: 24px;
          font-size: 2.4rem;
          line-height: 1.5; }
        .page_business .client_pickup .overview .right .recommend {
          margin-top: 37px;
          background: #fff;
          border: 2px solid #034a8c;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          padding: 25px 20px 17px;
          position: relative; }
          .page_business .client_pickup .overview .right .recommend .heading {
            position: absolute;
            text-align: center;
            width: 100%;
            top: -21px;
            left: 0; }
            .page_business .client_pickup .overview .right .recommend .heading span {
              border-radius: 60px;
              -moz-border-radius: 60px;
              -webkit-border-radius: 60px;
              -o-border-radius: 60px;
              -ms-border-radius: 60px;
              display: inline-block;
              width: 255px;
              background: #034a8c;
              text-align: center;
              color: #fff;
              font-weight: 700;
              padding: 4px;
              font-size: 19px;
              font-size: 1.9rem; }
          .page_business .client_pickup .overview .right .recommend ul li {
            margin-top: 2px;
            font-size: 18px;
            font-size: 1.8rem;
            position: relative;
            padding-left: 27px;
            font-weight: 500; }
            .page_business .client_pickup .overview .right .recommend ul li strong {
              font-weight: 500;
              color: #f30000; }
            .page_business .client_pickup .overview .right .recommend ul li::before {
              content: "";
              position: absolute;
              width: 19px;
              height: 100%;
              background-image: url("img/ico_check.png");
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 100% auto;
              left: 0;
              top: 0;
              pointer-events: none; }
    .page_business .client_pickup .cta {
      margin-top: 10px;
      text-align: center; }
      .page_business .client_pickup .cta .txt {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        color: #034a8c; }
      .page_business .client_pickup .cta .cta_btn {
        width: 700px;
        margin: 3px auto 0; }
        .page_business .client_pickup .cta .cta_btn a {
          font-size: 23px;
          font-size: 2.3rem;
          padding-top: 0.8em;
          padding-bottom: 0.8em;
          border-bottom-width: 5px;
          position: relative; }
          .page_business .client_pickup .cta .cta_btn a::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 100%;
            background-image: url("img/ico_cta_btn.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 30px;
            top: 0;
            pointer-events: none; }
  .page_business .section03 .ttl {
    background: #188f2d;
    text-align: center;
    width: 100%;
    overflow: hidden; }
  .page_business .section03 h2 {
    background: #034a8c;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff000;
    padding: 30px 0; }
  .page_business .section03 .inner {
    padding: 30px 0 30px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_business .section03 .inner {
        width: 100%; } }

.client_archive2 table {
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff; }
  .client_archive2 table th, .client_archive2 table td {
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 1.4; }
  .client_archive2 table thead th {
    background: #183f8f;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px; }
  .client_archive2 table tr:first-child {
    background: #fefaec; }
  .client_archive2 table td {
    padding: 8px; }
    .client_archive2 table td.image {
      width: 150px; }
      .client_archive2 table td.image img {
        width: 110px; }
      .client_archive2 table td.image a {
        display: block;
        color: #10adf6; }
        .client_archive2 table td.image a:hover img {
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1; }
        .client_archive2 table td.image a p {
          margin-top: 3px;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 500; }
    .client_archive2 table td ul {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .client_archive2 table td ul li {
        width: 50px; }
    .client_archive2 table td.electronic_money {
      width: 170px; }
    .client_archive2 table td.btn {
      width: 130px; }
      .client_archive2 table td.btn a {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 0;
        padding-right: 0; }
    .client_archive2 table td .txt {
      line-height: 1.4; }
      .client_archive2 table td .txt.red {
        font-weight: 700;
        color: #f30000; }
      .client_archive2 table td .txt .red {
        font-weight: 700;
        color: #f30000; }
      .client_archive2 table td .txt .annual_fee {
        font-size: 12px;
        font-size: 1.2rem; }
        .client_archive2 table td .txt .annual_fee span {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700; }
      .client_archive2 table td .txt .annual_fee_later {
        font-size: 12px;
        font-size: 1.2rem; }
      .client_archive2 table td .txt span {
        font-size: 1.2rem; }

.page_resultpage {
  background: #f4f4f4;
  padding: 40px 0; }
  .page_resultpage + .footer {
    margin-top: 40px; }
  .page_resultpage .container {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .container {
        width: 100%; } }
  .page_resultpage .client_archive2 {
    margin-top: 40px; }
    .page_resultpage .client_archive2 table tr:first-child {
      background: #fff; }
  .page_resultpage .result_head .result_ttl {
    background-image: url("img/resultpage/search_ttl.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 61px;
    padding-top: 7px;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 900;
    padding-left: 220px;
    color: #000; }
  .page_resultpage .result_head table {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border: 1px solid #e9e9e9; }
    .page_resultpage .result_head table th, .page_resultpage .result_head table td {
      border: 1px solid #e9e9e9;
      width: calc(100% / 6);
      padding: 5px;
      font-size: 12px;
      font-size: 1.2rem; }
    .page_resultpage .result_head table th {
      text-align: center;
      background: #034a8c;
      color: #fff; }
    .page_resultpage .result_head table td {
      padding-left: 10px;
      padding-right: 10px; }

.search_section {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .search_section {
      width: 100%; } }
  .search_section h2 {
    background: #034a8c;
    text-align: center;
    padding: 10px 0; }
  .search_section .search_form table {
    width: 100%;
    border: 1px solid #e9e9e9;
    background: #fff; }
    .search_section .search_form table th, .search_section .search_form table td {
      padding: 15px 10px;
      border: 1px solid #e9e9e9; }
    .search_section .search_form table th {
      background: #f4fafe;
      font-size: 15px;
      font-size: 1.5rem;
      color: #034a8c;
      font-weight: 700;
      width: 140px; }
    .search_section .search_form table td {
      padding-top: 5px;
      padding-left: 25px;
      padding-right: 25px; }
  .search_section .search_form .search_btn {
    width: 400px;
    margin: 25px auto 0; }
    .search_section .search_form .search_btn button {
      display: block;
      width: 100%;
      background: #f9a61a;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 65px;
      border-radius: 65px;
      -moz-border-radius: 65px;
      -webkit-border-radius: 65px;
      -o-border-radius: 65px;
      -ms-border-radius: 65px;
      border: none;
      outline: none; }
      .search_section .search_form .search_btn button:hover {
        background: #f39b06; }
  .search_section .checkbox input,
  .search_section .radio input {
    display: none; }
  .search_section .checkbox {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start; }
    .search_section .checkbox input {
      display: none; }
    .search_section .checkbox li {
      margin-top: 10px;
      margin-right: 20px;
      width: 170px; }
    .search_section .checkbox .parts {
      position: relative;
      line-height: 1;
      display: block;
      padding-left: 25px;
      cursor: pointer; }
      .search_section .checkbox .parts::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        border: 1px solid #dbdbdb;
        background: #f6f6f6;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 1px; }
  .search_section .checkbox .parts::before {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px; }
  .search_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    width: 7px;
    height: 14px;
    margin-top: -8px;
    transform: rotate(40deg);
    border-bottom: 3px solid #f9a61a;
    border-right: 3px solid #f9a61a; }

footer {
  /*.ft_menu .ft_nav li {
    display: inline-block;
    width: 160px;
  }*/ }
  footer .ft_menu {
    height: 235px;
    font-weight: 300; }
  footer .ft_menu .p_mark {
    width: 700px;
    margin: 0px auto;
    padding: 20px;
    position: relative; }
  footer .prtxt {
    font-size: 12px;
    color: #1d1d1d;
    text-align: center;
    padding-bottom: 10px; }
  footer .ft_menu .p_mark p {
    display: inline-block; }
  footer .ft_menu .p_mark .pra_txt {
    width: 500px; }
  footer .ft_menu .ft_nav {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  footer .ft_menu .ft_nav li.pri_pol {
    width: 160px; }
  footer .ft_menu .ft_nav li.contact {
    width: 120px; }
  footer .ft_menu .ft_nav ul {
    display: flex;
    justify-content: space-around; }
  footer .ft_menu .ft_nav li {
    display: inline-block;
    width: auto !important; }
  @media only screen and (max-width: 768px) {
    footer .ft_menu .ft_nav ul {
      display: table-cell;
      justify-content: none;
      border-collapse: collapse; }
    footer .ft_menu .ft_nav li {
      display: table-cell;
      width: 50% !important; } }
  footer .ft_menu .ft_nav a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #444;
    cursor: pointer; }
  footer .copyright {
    font-weight: 300;
    text-align: center;
    height: 35px;
    padding: 5px 0;
    color: #fff;
    background: linear-gradient(to right, #00CB23 0%, #149A2B 50%, #188F2D 100%); }

.page_etc .fv {
  background-image: url("img/etc/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .page_etc .fv .inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .page_etc .fv .inner {
        width: 100%; } }
  .page_etc .fv .fv_image {
    position: absolute;
    left: 50px;
    bottom: 10px;
    z-index: 1; }
  .page_etc .fv .fv_txt {
    position: absolute;
    left: 66px;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    color: #034a8c;
    top: 38px;
    text-align: center;
    line-height: 1.2;
    z-index: 5; }
.page_etc .section02 h2 {
  text-align: center; }
  .page_etc .section02 h2 span {
    display: inline-block;
    position: relative;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    color: #333;
    line-height: 1.4; }
    .page_etc .section02 h2 span strong {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 900;
      color: #f30000; }
    .page_etc .section02 h2 span::before, .page_etc .section02 h2 span::after {
      content: "";
      position: absolute;
      width: 57px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      top: 0;
      pointer-events: none; }
    .page_etc .section02 h2 span::before {
      background-image: url("img/section02_ttl_before.png");
      left: -75px; }
    .page_etc .section02 h2 span::after {
      background-image: url("img/section02_ttl_after.png");
      right: -75px; }
.page_etc .client_pickup .client_inner {
  padding: 20px; }
.page_etc .client_pickup .overview .left {
  width: 300px;
  padding: 0; }
  .page_etc .client_pickup .overview .left .image {
    padding: 0; }
.page_etc .client_pickup .overview .right {
  width: calc(100% - 300px);
  padding-left: 20px; }
  .page_etc .client_pickup .overview .right .headline {
    font-weight: 700;
    color: #f30000;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5; }
.page_etc .client_pickup .cta .txt {
  color: #034a8c; }
