@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: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

.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 0.5em;
    border-bottom: 4px solid #d00404; }

.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; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner::before {
      content: "PR";
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 11px;
      padding: 2px 7px;
      border: solid 1px #333;
      color: #333;
      border-radius: 3px;
      background-color: #fff;
      display: block; }
  .header .logo {
    width: 100px;
    margin: 0 auto; }

.page_business {
  padding-bottom: 50px; }
  .page_business .remarks {
    margin-top: 10px;
    font-size: 10px;
    font-size: 1rem; }
  .page_business sup {
    font-size: 11px;
    font-size: 1.1rem; }
  .page_business .fv {
    position: relative; }
    .page_business .fv .fv_txt {
      position: absolute;
      left: 2vw;
      top: 2.5vw;
      font-size: 3.8vw;
      font-weight: 700;
      color: #034a8c;
      text-align: center;
      line-height: 1.2;
      z-index: 5; }
    .page_business .fv .day {
      position: absolute;
      font-weight: 700;
      z-index: 10;
      left: 5px;
      top: 60px;
      width: 55px;
      height: 55px;
      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: 12px;
      color: #fff;
      padding-top: 16px;
      line-height: 1; }
      .page_business .fv .day span {
        font-size: 10px; }
  .page_business .section01 h2 {
    background: #034a8c;
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    padding: 12px 0; }
    .page_business .section01 h2 strong {
      font-weight: 700;
      color: #fff000;
      font-size: 4.8vw; }
  .page_business .section01 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 20px 20px; }
    @media only screen and (max-width: 768px) {
      .page_business .section01 .inner {
        width: 100%; } }
  .page_business .section01 .client_anchor 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 .section01 .client_anchor ul li {
      width: calc((100% - 4%) / 3);
      margin-left: 2%;
      margin-top: 10px; }
      .page_business .section01 .client_anchor ul li:nth-child(3n+1) {
        margin-left: 0; }
      .page_business .section01 .client_anchor ul li:nth-child(1), .page_business .section01 .client_anchor ul li:nth-child(2), .page_business .section01 .client_anchor ul li:nth-child(3) {
        margin-top: 0; }
      .page_business .section01 .client_anchor ul li a {
        display: block;
        text-decoration: none;
        text-align: center;
        position: relative;
        padding-top: 30px; }
        .page_business .section01 .client_anchor ul li a::before {
          content: "";
          position: absolute;
          width: 30px;
          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 .section01 .client_anchor ul li:nth-child(1) a::before {
        background-image: url("../../assets_rank/img/crown_n1.png"); }
      .page_business .section01 .client_anchor ul li:nth-child(2) a::before {
        background-image: url("../../assets_rank/img/crown_n2.png"); }
      .page_business .section01 .client_anchor ul li:nth-child(3) a::before {
        background-image: url("../../assets_rank/img/crown_n3.png"); }
      .page_business .section01 .client_anchor ul li:nth-child(4) a::before {
        background-image: url("../../assets_rank/img/crown_n4.png"); }
      .page_business .section01 .client_anchor ul li:nth-child(5) a::before {
        background-image: url("../../assets_rank/img/crown_n5.png"); }
  .page_business .section01 .client_anchor .txt {
    background: #034a8c;
    color: #fff;
    margin-top: 5px;
    padding: 3px 1px;
    font-size: 11px;
    font-size: 1.1rem; }
  .page_business .section01 .top_txt {
    margin-top: 10px;
    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: 20px; }
    .page_business .section01 .top_txt::before {
      content: "";
      position: absolute;
      width: 80px;
      height: 100%;
      background-image: url("img/business/section01_image.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      right: 5px;
      bottom: 0;
      pointer-events: none; }
    .page_business .section01 .top_txt strong {
      color: #f30000;
      font-size: 4vw; }
  .page_business .section02 .inner {
    padding: 0 15px 30px;
    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: 4vw;
      font-weight: 900;
      color: #f30000;
      line-height: 1.3; }
      .page_business .section02 h2 span strong {
        font-weight: 900;
        font-size: 5.5vw;
        display: block; }
      .page_business .section02 h2 span::before, .page_business .section02 h2 span::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        top: 0;
        pointer-events: none; }
      .page_business .section02 h2 span::before {
        background-image: url("../../assets_rank/img/section02_ttl_before.png");
        left: -40px; }
      .page_business .section02 h2 span::after {
        background-image: url("../../assets_rank/img/section02_ttl_after.png");
        right: -40px; }
    .page_business .section02 h2.marutaka {
      position: relative;
      padding-left: 60px;
      height: 75px; }
      .page_business .section02 h2.marutaka ::before {
        height: 90px;
        background-image: url(../../assets_rank/img/image_marutaka01.png);
        left: -70%;
        width: 65%;
        top: 0px;
        background-position-y: -6px; }
  .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: calc(100% / 3);
      height: 100%;
      z-index: -1; }
    .page_business .client_table::after {
      width: calc(100% / 3);
      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: calc(100% / 3);
        text-align: center; }
      .page_business .client_table table th {
        background: #183f8f;
        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: 13px;
        font-size: 1.3rem;
        line-height: 1.4; }
      .page_business .client_table table .annual_fee span {
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700; }
    .page_business .client_table .image {
      position: relative;
      padding-top: 26px; }
      .page_business .client_table .image::before {
        content: "";
        position: absolute;
        width: 24px;
        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 p {
          color: #10adf6;
          text-decoration: underline;
          font-size: 11px;
          font-size: 1.1rem;
          font-weight: 700; }
    .page_business .client_table .ico {
      width: 20px;
      margin: 0 auto 3px; }
    .page_business .client_table thead td:nth-child(1) .image::before {
      background-image: url("../../assets_rank/img/crown_n1.png"); }
    .page_business .client_table thead td:nth-child(2) .image::before {
      background-image: url("../../assets_rank/img/crown_n2.png"); }
    .page_business .client_table thead td:nth-child(3) .image::before {
      background-image: url("../../assets_rank/img/crown_n3.png"); }
    .page_business .client_table thead td:nth-child(4) .image::before {
      background-image: url("../../assets_rank/img/crown_n4.png"); }
    .page_business .client_table thead td:nth-child(5) .image::before {
      background-image: url("../../assets_rank/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.single {
        -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% - 1%) / 2);
        margin-left: 1%; }
        .page_business .client_table .inline ul li:first-child {
          margin-left: 0; }
    .page_business .client_table .cta_btn a {
      font-size: 3vw; }
  .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; }
      .page_business .client_archive .client_wrap .client_name {
        background: #68a272;
        padding: 5px 5px 5px 60px;
        position: relative; }
        .page_business .client_archive .client_wrap .client_name::before {
          content: "";
          position: absolute;
          width: 42px;
          height: 74px;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 10px;
          top: -5px;
          pointer-events: none;
          z-index: 10; }
        .page_business .client_archive .client_wrap .client_name a {
          color: #fff;
          text-decoration: none;
          font-size: 4.5vw;
          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 110px 15px 15px;
        background-color: #fff;
        position: relative; }
        .page_business .client_archive .popular_wrap .client_name::after {
          content: "";
          position: absolute;
          width: 100px;
          height: 100%;
          background-image: url("img/ico_recommend2.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          right: -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 .popular_wrap .detail_item {
        padding: 8px; }
    .page_business .client_archive .client_inner {
      padding: 20px 10px 15px; }
    .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 .headline {
      font-weight: 700;
      color: #f30000;
      font-size: 4vw;
      text-align: center; }
    .page_business .client_archive .overview {
      margin-top: 10px; }
      .page_business .client_archive .overview .image {
        width: 150px;
        margin: 0 auto; }
      .page_business .client_archive .overview .point {
        text-align: center;
        margin-top: 3px; }
        .page_business .client_archive .overview .point span {
          display: inline-block;
          position: relative;
          padding-left: 105px;
          font-weight: 700; }
          .page_business .client_archive .overview .point span::before {
            content: "";
            position: absolute;
            width: 90px;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            left: 0;
            top: 0;
            pointer-events: none; }
          .page_business .client_archive .overview .point span strong {
            font-size: 23px;
            font-size: 2.3rem;
            font-weight: 700;
            color: #f30000; }
        .page_business .client_archive .overview .point.point_48 span::before {
          background-image: url("../../assets_rank/img/point_48.png"); }
        .page_business .client_archive .overview .point.point_45 span::before {
          background-image: url("../../assets_rank/img/point_45.png"); }
        .page_business .client_archive .overview .point.point_43 span::before {
          background-image: url("../../assets_rank/img/point_42.png"); }
        .page_business .client_archive .overview .point.point_42 span::before {
          background-image: url("../../assets_rank/img/point_42.png"); }
        .page_business .client_archive .overview .point.point_41 span::before {
          background-image: url("../../assets_rank/img/point_41.png"); }
        .page_business .client_archive .overview .point.point_40 span::before {
          background-image: url("../../assets_rank/img/point_40.png"); }
      .page_business .client_archive .overview .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 .feature_items .feature_item {
          width: calc((100% - 4%) / 3);
          margin-left: 2%;
          margin-top: 5px;
          background: #d7dad3;
          color: #969894;
          text-align: center;
          padding: 3px 5px;
          font-weight: 500;
          font-size: 3vw;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px; }
          .page_business .client_archive .overview .feature_items .feature_item:nth-child(1), .page_business .client_archive .overview .feature_items .feature_item:nth-child(2), .page_business .client_archive .overview .feature_items .feature_item:nth-child(3) {
            margin-top: 0; }
          .page_business .client_archive .overview .feature_items .feature_item:nth-child(3n+1) {
            margin-left: 0; }
          .page_business .client_archive .overview .feature_items .feature_item.active {
            background: #183f8f;
            color: #fff; }
      .page_business .client_archive .overview .detail_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: 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: 2px 2px 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: 2.6vw;
            font-weight: 700;
            color: #034a8c;
            padding-left: 15px; }
            .page_business .client_archive .overview .detail_items .heading span::before {
              content: "";
              position: absolute;
              width: 12px;
              height: 12px;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 100% auto;
              left: 0;
              top: 2px;
              pointer-events: none; }
          .page_business .client_archive .overview .detail_items .heading.annual_fee span::before {
            background-image: url("../../assets_rank/img/business/ico_annual_fee.png"); }
          .page_business .client_archive .overview .detail_items .heading.point_rate span::before {
            background-image: url("../../assets_rank/img/business/ico_point_rate.png"); }
          .page_business .client_archive .overview .detail_items .heading.speed span::before {
            background-image: url("../../assets_rank/img/business/ico_speed.png"); }
          .page_business .client_archive .overview .detail_items .heading.electronic_money span::before {
            background-image: url("../../assets_rank/img/business/ico_electronic_money.png"); }
          .page_business .client_archive .overview .detail_items .heading.brand span::before {
            background-image: url("../../assets_rank/img/business/ico_brand.png"); }
          .page_business .client_archive .overview .detail_items .heading.mile span::before {
            background-image: url("../../assets_rank/img/business/ico_mile.png"); }
        .page_business .client_archive .overview .detail_items .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: 8px 5px;
          text-align: center;
          position: relative; }
          .page_business .client_archive .overview .detail_items .content .txt {
            line-height: 1.3;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 3vw;
            width: 100%; }
            .page_business .client_archive .overview .detail_items .content .txt span {
              font-weight: 700; }
            .page_business .client_archive .overview .detail_items .content .txt .annual_fee {
              font-size: 11px;
              font-size: 1.1rem; }
              .page_business .client_archive .overview .detail_items .content .txt .annual_fee span {
                font-weight: 700;
                font-size: 3.5vw; }
            .page_business .client_archive .overview .detail_items .content .txt .annual_fee_later {
              font-size: 10px;
              font-size: 1rem; }
          .page_business .client_archive .overview .detail_items .content .ico {
            filter: alpha(opacity=12);
            -moz-opacity: 0.12;
            opacity: 0.12; }
        .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: 49%;
            margin-left: 2%; }
            .page_business .client_archive .overview .detail_items ul li:nth-child(odd) {
              margin-left: 0; }
        .page_business .client_archive .overview .detail_items.detail_02 {
          margin-top: 5px; }
          .page_business .client_archive .overview .detail_items.detail_02 .detail_item {
            width: 49.2%; }
          .page_business .client_archive .overview .detail_items.detail_02 .content {
            padding-top: 3px;
            padding-bottom: 3px; }
    .page_business .client_archive .recommend {
      margin: 0 auto;
      margin-top: 27px;
      background: #fff;
      border: 1px solid #183f8f;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 22px 15px 12px;
      position: relative; }
      .page_business .client_archive .recommend .heading {
        position: absolute;
        text-align: center;
        width: 100%;
        top: -15px;
        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: 170px;
          background: #183f8f;
          text-align: center;
          color: #fff;
          font-weight: 700;
          padding: 4px;
          font-size: 15px;
          font-size: 1.5rem; }
      .page_business .client_archive .recommend ul li {
        margin-top: 5px;
        font-size: 18px;
        font-size: 1.8rem;
        position: relative;
        line-height: 1.3;
        padding-left: 14px;
        font-weight: 500; }
        .page_business .client_archive .recommend ul li strong {
          font-weight: 700;
          color: #f30000; }
        .page_business .client_archive .recommend ul li::before {
          content: "";
          position: absolute;
          width: 10px;
          height: 100%;
          background-image: url("../../assets_rank/img/ico_check.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 5px;
          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 {
        margin: 3px auto 0; }
        .page_business .client_archive .cta .cta_btn a {
          border-radius: 15px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          -o-border-radius: 15px;
          -ms-border-radius: 15px;
          font-size: 3.8vw;
          border-bottom-width: 5px;
          position: relative;
          line-height: 1.4; }
          .page_business .client_archive .cta .cta_btn a::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 100%;
            background-image: url("img/ico_cta_btn.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 15px;
            top: 0;
            pointer-events: none; }
  .page_business .client_pickup {
    margin: 30px auto 0; }
    .page_business .client_pickup .ttl {
      text-align: center; }
    .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: 10px; }
      .page_business .client_pickup .client_wrap::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 100%;
        background-image: url("img/ico_recommend.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        right: -2px;
        top: -2px;
        pointer-events: none;
        z-index: 1; }
      .page_business .client_pickup .client_wrap .client_name {
        border-bottom: 1px solid #c4c4c4;
        padding: 15px 110px 15px 15px;
        position: relative; }
        .page_business .client_pickup .client_wrap .client_name a {
          text-decoration: none;
          font-size: 4.5vw;
          font-weight: 700; }
    .page_business .client_pickup .client_inner {
      padding: 15px; }
    .page_business .client_pickup .headline {
      font-weight: 700;
      color: #f30000;
      font-size: 4vw;
      text-align: center; }
    .page_business .client_pickup .overview {
      margin-top: 15px; }
      .page_business .client_pickup .overview .image {
        width: 150px;
        margin: 0 auto; }
      .page_business .client_pickup .overview .brand {
        width: 80%;
        margin: 10px auto 0;
        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;
        -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;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        padding: 5px; }
        .page_business .client_pickup .overview .brand .heading {
          width: 50%;
          text-align: center; }
          .page_business .client_pickup .overview .brand .heading span {
            display: inline-block;
            position: relative;
            font-size: 3vw;
            font-weight: 700;
            color: #034a8c;
            padding-left: 22px; }
            .page_business .client_pickup .overview .brand .heading span::before {
              content: "";
              position: absolute;
              width: 18px;
              height: 18px;
              background-image: url("../../assets_rank/img/business/ico_brand.png");
              background-repeat: no-repeat;
              background-position: center center;
              background-size: 100% auto;
              left: 0;
              top: 1px;
              pointer-events: none; }
      .page_business .client_pickup .overview .content {
        width: 50%;
        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 .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 .content ul li {
            width: calc(100% / 3); }
        .page_business .client_pickup .overview .content p {
          margin-top: 5px;
          line-height: 1.3; }
      .page_business .client_pickup .overview .right {
        margin-top: 15px; }
        .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: 0 auto;
          margin-top: 27px;
          background: #fff;
          border: 1px solid #183f8f;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          padding: 22px 15px 12px;
          position: relative; }
          .page_business .client_pickup .overview .right .recommend .heading {
            position: absolute;
            text-align: center;
            width: 100%;
            top: -15px;
            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: 170px;
              background: #183f8f;
              text-align: center;
              color: #fff;
              font-weight: 700;
              padding: 4px;
              font-size: 15px;
              font-size: 1.5rem; }
          .page_business .client_pickup .overview .right .recommend ul li {
            margin-top: 5px;
            font-size: 18px;
            font-size: 1.8rem;
            position: relative;
            line-height: 1.3;
            padding-left: 14px;
            font-weight: 500; }
            .page_business .client_pickup .overview .right .recommend ul li strong {
              font-weight: 700;
              color: #f30000; }
            .page_business .client_pickup .overview .right .recommend ul li::before {
              content: "";
              position: absolute;
              width: 10px;
              height: 100%;
              background-image: url("../../assets_rank/img/ico_check.png");
              background-repeat: no-repeat;
              background-position: center top;
              background-size: 100% auto;
              left: 0;
              top: 5px;
              pointer-events: none; }
    .page_business .client_pickup .cta {
      margin-top: 7px;
      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 {
        margin: 3px auto 0; }
        .page_business .client_pickup .cta .cta_btn a {
          border-radius: 15px;
          -moz-border-radius: 15px;
          -webkit-border-radius: 15px;
          -o-border-radius: 15px;
          -ms-border-radius: 15px;
          font-size: 4.2vw;
          border-bottom-width: 5px;
          position: relative; }
          .page_business .client_pickup .cta .cta_btn a::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 100%;
            background-image: url("img/ico_cta_btn.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 15px;
            top: 0;
            pointer-events: none; }
    .page_business .client_pickup .ctmarutaka {
      position: relative; }
      .page_business .client_pickup .ctmarutaka::before {
        content: "";
        position: absolute;
        width: 77px;
        height: 90%;
        background-image: url(../../assets_rank/img/image_marutaka02.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        right: -5%;
        bottom: -14px;
        pointer-events: none;
        z-index: 11;
        line-height: 0; }
  .page_business .section03 h2 {
    background: #034a8c;
    text-align: center;
    font-weight: 700;
    font-size: 4vw;
    padding: 13px 0;
    color: #fff;
    line-height: 1.4; }
    .page_business .section03 h2 span {
      display: block;
      font-size: 5vw;
      color: #fff000; }
  .page_business .section03 .scroll_txt {
    font-size: 11px;
    background: #e4e4e4;
    padding: 2px 10px;
    text-align: right;
    margin-right: -10px; }
  .page_business .section03 .inner {
    padding: 10px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_business .section03 .inner {
        width: 100%; } }

.client_archive2 {
  margin-right: -10px;
  overflow: scroll; }
  .client_archive2 table {
    width: 710px;
    border: 1px solid #e9e9e9;
    background: #fff; }
    .client_archive2 table th, .client_archive2 table td {
      border: 1px solid #e9e9e9;
      text-align: center; }
    .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 {
      font-size: 13px;
      font-size: 1.3rem;
      width: 100px;
      padding: 8px; }
      .client_archive2 table td.image {
        width: 110px; }
        .client_archive2 table td.image img {
          width: 100px; }
        .client_archive2 table td.image a {
          display: block;
          color: #10adf6; }
          .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: calc(100% / 3); }
      .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: 11px;
          font-size: 1.1rem; }
          .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: 10px;
          font-size: 1rem; }
        .client_archive2 table td .txt span {
          font-weight: 700; }
    .client_archive2 table .sticky {
      background: #fff;
      position: sticky;
      top: 0;
      left: 0;
      z-index: 100;
      left: 0; }
      .client_archive2 table .sticky::after {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 1px;
        height: 100%;
        border-right: 1px solid #e9e9e9;
        z-index: 1; }
      .client_archive2 table .sticky::before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        width: 1px;
        height: 100%;
        border-left: 1px solid #e9e9e9;
        z-index: 1; }
    .client_archive2 table thead .sticky {
      background: #183f8f; }
    .client_archive2 table tbody tr:first-child .sticky {
      background: #fefaec; }

.page_resultpage {
  background: #f4f4f4;
  padding: 10px 10px 30px; }
  .page_resultpage + .footer {
    margin-top: 20px; }
  .page_resultpage .container {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .page_resultpage .container {
        width: 100%; } }
  .page_resultpage .result_wrap {
    margin-top: 20px; }
  .page_resultpage .client_archive2 {
    margin-top: 0; }
    .page_resultpage .client_archive2 table tr:first-child {
      background: #fff; }
    .page_resultpage .client_archive2 tbody tr:first-child .sticky {
      background: #fff; }
  .page_resultpage .result_head .result_ttl {
    background-image: url("img/resultpage/search_ttl.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 900;
    padding-left: 40px;
    color: #000;
    border-bottom: 1px solid #ddd; }
  .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;
      padding: 5px;
      font-size: 12px;
      font-size: 1.2rem; }
    .page_resultpage .result_head table th {
      text-align: center;
      background: #034a8c;
      color: #fff;
      width: 30%; }
    .page_resultpage .result_head table td {
      padding-left: 10px;
      padding-right: 10px; }
  .page_resultpage .scroll_txt {
    font-size: 11px;
    background: #e4e4e4;
    padding: 2px 10px;
    text-align: right;
    margin-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 .search_form .items .item .search_heading {
    border-bottom: 1px solid #e9e9e9;
    background: #f4fafe;
    color: #034a8c;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative; }
    .search_section .search_form .items .item .search_heading::before {
      content: "";
      position: absolute;
      width: 23px;
      height: 100%;
      background-image: url("img/business/search_ttl_ico.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      top: 50%;
      margin-top: -20px;
      right: 10px;
      pointer-events: none;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .search_section .search_form .items .item .search_heading.active::before {
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .search_section .search_form .items .item .search_content {
    background: #fcfcfc;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9; }
  .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: #eaf8ed;
      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 {
    margin: 15px auto 0;
    padding: 0 20px; }
    .search_section .search_form .search_btn button {
      display: block;
      width: 100%;
      background: #f9a61a;
      color: #fff;
      font-size: 5vw;
      font-weight: 700;
      line-height: 55px;
      border-radius: 55px;
      -moz-border-radius: 55px;
      -webkit-border-radius: 55px;
      -o-border-radius: 55px;
      -ms-border-radius: 55px;
      border: none;
      outline: none; }
  .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;
      width: 49%;
      margin-left: 2%;
      margin-top: 6px; }
      .search_section .checkbox li:nth-child(1), .search_section .checkbox li:nth-child(2) {
        margin-top: 0; }
      .search_section .checkbox li:nth-child(odd) {
        margin-left: 0; }
    .search_section .checkbox .parts {
      position: relative;
      line-height: 1;
      display: block;
      padding: 15px 10px;
      padding-left: 35px;
      cursor: pointer;
      background: #fff;
      border: 1px solid #dbdbdb; }
      .search_section .checkbox .parts::before {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        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::before {
    background: #f9a61a; }

.footer .copyright {
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  color: #acabab;
  padding-bottom: 20px; }

.page_etc .fv .fv_txt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.5vw;
  font-weight: 700;
  color: #034a8c;
  text-align: center;
  line-height: 1.2;
  z-index: 5;
  padding: 3px 10px;
  background: #fef6be;
  background: -webkit-linear-gradient(right, #fef6be 0%, #f2e37a 100%);
  background: linear-gradient(to right, #fef6be 0%, #f2e37a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef6be', endColorstr=' #f2e37a', GradientType=1);
  display: inline-block; }
.page_etc .section02 h2 span strong {
  font-size: 5vw; }

.page_gold .fv .fv_txt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.5vw;
  font-weight: 700;
  color: #563f00;
  text-align: center;
  line-height: 1.2;
  z-index: 5;
  padding: 3px 10px;
  background: #fff9d6;
  background: -webkit-linear-gradient(right, #fff9d6 0%, #f2e37a 100%);
  background: linear-gradient(to right, #fff9d6 0%, #f2e37a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d6', endColorstr=' #f2e37a', GradientType=1);
  display: inline-block; }
.page_gold .section01 h2 {
  background: #563f00; }
.page_gold .section01 .client_anchor .txt {
  background: #563f00; }
.page_gold .section01 .top_txt {
  background: #fffdf2;
  border: 1px solid #d7bf1f; }
  .page_gold .section01 .top_txt::before {
    width: 25.91%;
    background-image: url("img/gold/section01_image.png");
    right: 10px; }
  .page_gold .section01 .top_txt strong {
    font-size: 4.5vw; }
.page_gold .client_table table th {
  background: #9c7712; }
.page_gold .client_table table td strong {
  font-size: 18px;
  font-size: 1.8rem; }
.page_gold .section02 h2 span strong {
  font-size: 4.2vw; }
.page_gold .client_table .inline ul {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .page_gold .client_table .inline ul li:nth-child(odd) {
    margin-left: 0; }
.page_gold .client_archive {
  margin-top: 20px; }
  .page_gold .client_archive .client_wrap {
    border-color: #747474;
    overflow: auto;
    overflow: inherit; }
  .page_gold .client_archive .client_wrap .client_name {
    background: #747474;
    padding: 5px 5px 5px 60px; }
    .page_gold .client_archive .client_wrap .client_name::before {
      width: 50px;
      height: 50px;
      left: 6px;
      top: -5px; }
  .page_gold .client_archive .client_inner {
    padding-top: 13px; }
  .page_gold .client_archive .headline {
    line-height: 1.4; }
  .page_gold .client_archive > ul > li:nth-child(1) .client_name::before {
    background-image: url("../../assets_rank/img/gold/client_rank_01.png"); }
  .page_gold .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("../../assets_rank/img/gold/client_rank_02.png"); }
  .page_gold .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("../../assets_rank/img/gold/client_rank_03.png"); }
  .page_gold .client_archive > ul > li:nth-child(4) .client_name::before {
    background-image: url("../../assets_rank/img/gold/client_rank_04.png"); }
  .page_gold .client_archive > ul > li:nth-child(5) .client_name::before {
    background-image: url("../../assets_rank/img/gold/client_rank_05.png"); }
  .page_gold .client_archive .overview .feature_items .feature_item {
    background: #ebebeb;
    color: #b4b4b4;
    font-size: 15px;
    font-size: 1.5rem; }
  .page_gold .client_archive .overview .feature_items .feature_item.active {
    background: #cca91e; }
  .page_gold .client_archive .overview .detail_items .heading span {
    color: #563f00; }
  .page_gold .client_archive .overview .detail_items .heading.annual_fee span::before {
    background-image: url("../../assets_rank/img/gold/ico_annual_fee.png"); }
  .page_gold .client_archive .overview .detail_items .heading.point_rate span::before {
    background-image: url("../../assets_rank/img/gold/ico_point_rate.png"); }
  .page_gold .client_archive .overview .detail_items .heading.speed span::before {
    background-image: url("../../assets_rank/img/gold/ico_speed.png"); }
  .page_gold .client_archive .overview .detail_items .heading.electronic_money span::before {
    background-image: url("../../assets_rank/img/gold/ico_electronic_money.png"); }
  .page_gold .client_archive .overview .detail_items .heading.brand span::before {
    background-image: url("../../assets_rank/img/gold/ico_brand.png"); }
  .page_gold .client_archive .overview .detail_items .heading.mile span::before {
    background-image: url("../../assets_rank/img/gold/ico_mile.png"); }
  .page_gold .client_archive .overview .detail_items ul li {
    width: 49%;
    margin: 0; }
  .page_gold .client_archive .overview .detail_items .detail_item .content strong {
    font-size: 19px;
    font-size: 1.9rem; }
  .page_gold .client_archive .overview .detail_items.detail_02 .detail_item {
    width: 32.5%; }
  .page_gold .client_archive .overview .detail_items .min {
    font-size: 11px;
    font-size: 1.1rem; }
  .page_gold .client_archive .recommend {
    border: 2px solid #9c7712; }
    .page_gold .client_archive .recommend .heading span {
      background: #9c7712; }
    .page_gold .client_archive .recommend ul li strong {
      font-weight: 700; }
.page_gold .section03 h2 {
  background: #563f00; }
.page_gold .client_archive2 table {
  width: 950px; }
  .page_gold .client_archive2 table thead th {
    background: #9c7712; }
  .page_gold .client_archive2 table td {
    width: 140px; }
    .page_gold .client_archive2 table td .txt strong {
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem; }

.ft_menu .p_mark p {
  display: inline-block;
  font-size: 10px; }

.ft_menu .p_mark {
  width: 100%;
  margin: 0px auto;
  padding: 20px; }

.ft_menu .prtxt {
  width: 75%;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 10px; }

.ft_menu .p_mark .pra_txt {
  width: 65%;
  font-weight: 300; }

.ft_menu .ft_nav {
  width: 100%;
  border: none;
  background-color: #228b00;
  padding: 0;
  margin: 0 auto;
  text-align: center; }

.ft_menu .ft_nav li {
  display: table-cell;
  width: 50% !important;
  float: left;
  background-color: #228b00;
  padding: 15px 0;
  border-right: solid 0.5px #fff;
  border-bottom: solid 0.5px #fff;
  border-top: solid 0 #fff; }

.ft_menu .ft_nav li a {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 120%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  cursor: pointer; }

.ft_menu .ft_nav ul {
  overflow: hidden; }

.ft_menu .ft_nav li.contact {
  width: 50%; }

.ft_menu .ft_nav li.pri_pol {
  width: 50%; }

.copyright .kannri {
  word-break: keep-all; }

.copyright {
  height: auto;
  font-size: 10px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background: linear-gradient(to right, #00CB23 0%, #149A2B 50%, #188F2D 100%); }
