@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; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #d76b23;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d76b23;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d76b23;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d76b23;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d76b23;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #d76b23;
  -moz-box-shadow: 0 5px 0 #d76b23;
  box-shadow: 0 5px 0 #d76b23;
  background: #fb934e;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 30px 10px;
    position: relative; }
    .cta_btn a::after {
      content: '';
      width: 10px;
      height: 10px;
      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: 14px;
      margin-top: -5px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
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.5; }

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(0, 72, 48, 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: #004830;
    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; } }

.header {
  border-top: 3px solid #004830; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    .header .pr span {
      display: inline-block;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      padding: 2px 20px;
      border: 1px solid #111; }

.fv {
  background-image: url("img/fv_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 300px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
  .fv .fv_image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    width: 866px; }
  .fv .fv_txt {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 10; }
    .fv .fv_txt span {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 900;
      background: #000;
      padding: 3px 10px 5px;
      color: #fff; }

sup {
  font-size: 11px;
  font-size: 1.1rem; }

.remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem; }

.section01 h2 {
  background: #f0e4bf;
  text-align: center;
  padding: 12px 0 18px;
  color: #004830;
  font-weight: 900;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.2; }
  .section01 h2 span {
    font-size: 23px;
    font-size: 2.3rem; }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
.section01 .client_table {
  position: relative;
  border: 3px solid #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  overflow: hidden; }
  .section01 .client_table::before, .section01 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section01 .client_table::before {
    background: #fffde1;
    width: 20%;
    height: 100%;
    z-index: -1; }
  .section01 .client_table table {
    width: 100%; }
    .section01 .client_table table th, .section01 .client_table table td {
      width: 20%;
      text-align: center; }
    .section01 .client_table table th {
      background: #e4f8ff;
      font-weight: 700;
      padding: 3px 0;
      font-size: 17px;
      font-size: 1.7rem;
      position: relative;
      z-index: 3;
      border: 1px solid #000; }
    .section01 .client_table table td {
      padding: 10px;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
    .section01 .client_table table thead td {
      position: relative;
      padding-top: 43px; }
      .section01 .client_table table thead td::before {
        content: "";
        position: absolute;
        width: 44px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 4px;
        pointer-events: none;
        z-index: 10; }
      .section01 .client_table table thead td:nth-child(1)::before {
        background-image: url("img/crown_n1.png"); }
      .section01 .client_table table thead td:nth-child(2)::before {
        background-image: url("img/crown_n2.png"); }
      .section01 .client_table table thead td:nth-child(3)::before {
        background-image: url("img/crown_n3.png"); }
      .section01 .client_table table thead td:nth-child(4)::before {
        background-image: url("img/crown_n4.png"); }
      .section01 .client_table table thead td:nth-child(5)::before {
        background-image: url("img/crown_n5.png"); }
    .section01 .client_table table 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;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center; }
      .section01 .client_table table ul li {
        width: calc((100% - 4%) / 3);
        margin-left: 2%; }
        .section01 .client_table table ul li:first-child {
          margin-left: 0; }
  .section01 .client_table .image {
    padding: 5px;
    position: relative; }
    .section01 .client_table .image a {
      display: block; }
      .section01 .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .section01 .client_table .image a p {
        text-decoration: underline;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        color: #04a8e5; }
      .section01 .client_table .image a:hover p {
        text-decoration: none; }
  .section01 .client_table .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section01 .client_table .cta_btn {
    margin: 5px 0 10px; }
    .section01 .client_table .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      padding: 15px; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }

.client_archive > ul > li {
  margin-top: 40px; }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 3px solid #000;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 100px;
    border-bottom: 1px solid #000; }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 79px;
      height: 110px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 10px;
      top: -12px;
      pointer-events: none; }
    .client_archive .client_card .client_name a {
      color: #31302c;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 25px 60px; }
.client_archive > ul > li:nth-child(1) .client_card {
  background: #fdf9de; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
    background-image: url("img/rank1.png"); }
.client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/rank2.png"); }
.client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/rank3.png"); }
.client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/rank4.png"); }
.client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/rank5.png"); }
.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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .client_archive .overview .image {
    width: 300px;
    text-align: center; }
    .client_archive .overview .image .star {
      margin-top: 10px; }
  .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .client_archive .overview .txt .heading {
      font-size: 23px;
      font-size: 2.3rem;
      color: #d70101;
      font-weight: 700; }
    .client_archive .overview .txt .cta_top {
      margin-top: 30px;
      position: relative; }
      .client_archive .overview .txt .cta_top .cta_txt {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
        z-index: 10;
        width: 95%;
        text-align: center;
        pointer-events: none; }
        .client_archive .overview .txt .cta_top .cta_txt span {
          display: inline-block;
          background: #fff;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 500;
          color: #000;
          position: relative;
          padding: 2px 20px;
          border-radius: 100px;
          -moz-border-radius: 100px;
          -webkit-border-radius: 100px;
          -o-border-radius: 100px;
          -ms-border-radius: 100px;
          border: 2px solid #000; }
          .client_archive .overview .txt .cta_top .cta_txt span::before {
            content: "";
            position: absolute;
            bottom: -20px;
            left: 50%;
            margin-left: -15px;
            border: 10px solid transparent;
            border-top: 10px solid #FFF;
            z-index: 2; }
          .client_archive .overview .txt .cta_top .cta_txt span::after {
            content: "";
            position: absolute;
            bottom: -26px;
            left: 50%;
            margin-left: -17px;
            border: 12px solid transparent;
            border-top: 12px solid #000;
            z-index: 1; }
.client_archive .recommend, .client_archive .feature, .client_archive .spec {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border: 2px solid #000;
  overflow: hidden;
  margin-top: 10px;
  background: #fff; }
  .client_archive .recommend .heading, .client_archive .feature .heading, .client_archive .spec .heading {
    text-align: center;
    border-bottom: 2px solid #000; }
    .client_archive .recommend .heading span, .client_archive .feature .heading span, .client_archive .spec .heading span {
      display: inline-block;
      width: 340px;
      position: relative;
      padding: 14px 0;
      font-weight: 700;
      font-size: 19px;
      font-size: 1.9rem; }
      .client_archive .recommend .heading span::before, .client_archive .feature .heading span::before, .client_archive .spec .heading span::before {
        content: "";
        position: absolute;
        width: 51px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 0;
        top: 0;
        pointer-events: none;
        z-index: 10; }
.client_archive .recommend .content, .client_archive .feature .content {
  padding: 20px 40px; }
  .client_archive .recommend .content ul li, .client_archive .feature .content ul li {
    position: relative;
    margin-top: 10px;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 500;
    padding-left: 40px; }
    .client_archive .recommend .content ul li:first-child, .client_archive .feature .content ul li:first-child {
      margin-top: 0; }
    .client_archive .recommend .content ul li::before, .client_archive .feature .content ul li::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 0;
      pointer-events: none;
      z-index: 10; }
    .client_archive .recommend .content ul li span, .client_archive .feature .content ul li span {
      font-weight: 700;
      color: #d70101; }
.client_archive .recommend .heading {
  background: #fff18e; }
  .client_archive .recommend .heading span::before {
    background-image: url("img/ico_recommend.png"); }
.client_archive .recommend ul li::before {
  background-image: url("img/ico_check1.png"); }
.client_archive .feature .heading {
  background: #e4fbe3; }
  .client_archive .feature .heading span::before {
    background-image: url("img/ico_feature.png"); }
.client_archive .feature ul li::before {
  background-image: url("img/ico_check2.png"); }
.client_archive .spec .heading {
  background: #e3f8ff; }
  .client_archive .spec .heading span::before {
    background-image: url("img/ico_spec.png"); }
.client_archive .spec .content {
  padding: 15px 62px 30px; }
.client_archive .spec .items {
  -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; }
  .client_archive .spec .items .item {
    width: 130px;
    border: 1px solid #004830;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    overflow: hidden; }
    .client_archive .spec .items .item .ttl {
      text-align: center;
      font-weight: 700;
      padding: 3px 0;
      background: #e3f8ff;
      border-bottom: 1px solid #004830; }
.client_archive .spec .spec_content {
  padding: 20px;
  text-align: center;
  position: relative; }
  .client_archive .spec .spec_content .ico {
    opacity: 0.15; }
  .client_archive .spec .spec_content .hover_txt {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .client_archive .spec .spec_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; }
    .client_archive .spec .spec_content ul li {
      width: calc((100% - 2%) / 2);
      margin-left: 2%;
      margin-top: 4px; }
      .client_archive .spec .spec_content ul li:nth-child(odd) {
        margin-left: 0; }
      .client_archive .spec .spec_content ul li:nth-child(1), .client_archive .spec .spec_content ul li:nth-child(2) {
        margin-top: 0; }
.client_archive .spec .spec_childs {
  margin-top: 15px;
  -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_archive .spec .spec_childs .spec_child {
    width: 110px;
    margin-left: 5px;
    background: #d4d4d4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: center;
    padding: 2px 0;
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem; }
    .client_archive .spec .spec_childs .spec_child:first-child {
      margin-left: 0; }
    .client_archive .spec .spec_childs .spec_child.active {
      background: #54b2d2; }
.client_archive .cta {
  margin-top: 15px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #d70101;
    font-size: 19px;
    font-size: 1.9rem; }
  .client_archive .cta .cta_btn {
    width: 650px;
    margin: 8px auto 0; }
    .client_archive .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
      .client_archive .cta .cta_btn a::after {
        right: 30px;
        width: 14px;
        height: 14px;
        margin-top: -7px; }
.client_archive .client_recommend {
  padding-top: 150px;
  position: relative; }
  .client_archive .client_recommend::before {
    content: "";
    position: absolute;
    width: 705px;
    height: 100%;
    background-image: url("img/ttl_recommend.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    pointer-events: none;
    z-index: 10; }
  .client_archive .client_recommend .client_card {
    position: relative; }
    .client_archive .client_recommend .client_card::before {
      content: "";
      position: absolute;
      width: 151px;
      height: 100%;
      background-image: url("img/ico_recommend2.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      right: -3px;
      top: -3px;
      pointer-events: none;
      z-index: 10; }
    .client_archive .client_recommend .client_card .client_name::before {
      display: none; }

.section03 h2 {
  background: #f0e4bf;
  text-align: center;
  padding: 12px 0 18px;
  color: #004830;
  font-weight: 900;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.2; }
  .section03 h2 span {
    font-size: 23px;
    font-size: 2.3rem; }
.section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .section03 .inner {
      width: 100%; } }
.section03 table tbody tr:first-child {
  position: relative;
  background: #fdf9de; }
.section03 table {
  width: 100%;
  border: 1px solid #dcdcdc;
  background: #fff; }
  .section03 table th, .section03 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 8px 5px; }
  .section03 table thead th {
    background: #84b425;
    color: #fff;
    line-height: 1.2;
    padding-top: 12px;
    padding-bottom: 12px; }
  .section03 table td {
    border: 1px solid #000; }
  .section03 table tbody .image {
    display: block;
    padding: 0 5px; }
  .section03 table tbody .ico {
    width: 28px;
    margin: 0 auto 5px; }
  .section03 table tbody a {
    color: #0bb1ff; }
  .section03 table tbody a p {
    color: #0bb1ff;
    text-decoration: underline; }
  .section03 table 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; }
    .section03 table ul.money li {
      width: calc((100% - 4%) / 3);
      margin-left: 2%; }
      .section03 table ul.money li:first-child {
        margin-left: 0; }
    .section03 table ul.brand li {
      width: calc((100% - 2%) / 2);
      margin-left: 2%; }
      .section03 table ul.brand li:nth-child(odd) {
        margin-left: 0; }
.section03 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section03 .cta_btn a {
  line-height: 1.3;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }
  .section03 .cta_btn a::after {
    display: none; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 60px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .top_txt {
  width: 760px;
  margin: auto;
  background: #e6f7c5;
  padding: 25px 0;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  line-height: 1.8; }
  .section04 .top_txt .txt1 {
    font-size: 120%;
    font-weight: 700;
    color: #d70101;
    background: linear-gradient(transparent 40%, #fff363 40%); }
  .section04 .top_txt .txt2 {
    color: #d70101;
    font-weight: 700; }
.section04 .ttl {
  text-align: center;
  margin-top: 35px; }
  .section04 .ttl .image {
    display: block;
    width: 290px;
    margin: 0 auto 5px; }
  .section04 .ttl .txt {
    display: inline-block;
    font-weight: 900;
    color: #004830;
    font-size: 32px;
    font-size: 3.2rem;
    position: relative;
    border-bottom: 3px solid #004830;
    padding: 0 20px 8px; }
    .section04 .ttl .txt::before, .section04 .ttl .txt::after {
      content: "";
      position: absolute;
      left: 50%; }
    .section04 .ttl .txt::before {
      bottom: -24px;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #FFF;
      z-index: 2; }
    .section04 .ttl .txt::after {
      bottom: -30px;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #004830;
      z-index: 1; }
.section04 .items {
  margin-top: 60px;
  -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; }
  .section04 .items .item {
    width: 480px;
    border: 2px solid #000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden; }
    .section04 .items .item .heading {
      background: #fbc8df;
      border-bottom: 2px solid #000;
      padding: 16px 0 16px 40px; }
      .section04 .items .item .heading span {
        display: inline-block;
        position: relative;
        padding-left: 70px;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 700; }
        .section04 .items .item .heading span::before {
          content: "";
          position: absolute;
          width: 55px;
          height: 55px;
          background-image: url("img/section04_ico_01.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: -13px;
          pointer-events: none;
          z-index: 10; }
    .section04 .items .item .nayami {
      background: #fdecf4;
      padding: 18px 15px 10px; }
      .section04 .items .item .nayami .nayami_inner {
        background: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        position: relative;
        border: 1px solid #d486a9;
        padding: 20px 15px 15px; }
      .section04 .items .item .nayami .nayami_heading {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        width: 140px;
        z-index: 1;
        color: #fff;
        font-weight: 500;
        background: #d486a9;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        text-align: center; }
      .section04 .items .item .nayami ul li {
        position: relative;
        min-height: 25px;
        margin-top: 5px;
        padding-left: 32px;
        font-weight: 500; }
        .section04 .items .item .nayami ul li span {
          color: #d70101;
          font-weight: 700; }
        .section04 .items .item .nayami ul li:first-child {
          margin-top: 0; }
        .section04 .items .item .nayami ul li::before {
          content: "";
          position: absolute;
          width: 25px;
          height: 25px;
          background-image: url("img/section04_ico_03.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 0;
          pointer-events: none;
          z-index: 10; }
    .section04 .items .item .item_inner {
      padding: 15px 20px 20px; }
      .section04 .items .item .item_inner .lead {
        text-align: center;
        font-weight: 700;
        font-size: 17px;
        font-size: 1.7rem;
        color: #d70101; }
      .section04 .items .item .item_inner .link {
        display: block;
        text-decoration: none; }
      .section04 .items .item .item_inner .name {
        text-align: center;
        margin-top: 5px;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 700; }
      .section04 .items .item .item_inner .image {
        display: block;
        width: 194px;
        margin: 10px auto 0; }
    .section04 .items .item .cta_btn {
      margin-top: 15px; }
      .section04 .items .item .cta_btn a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 15px 25px 15px 15px; }
    .section04 .items .item:nth-child(2) .heading {
      background: #c7d5f6; }
      .section04 .items .item:nth-child(2) .heading span::before {
        background-image: url("img/section04_ico_02.png"); }
    .section04 .items .item:nth-child(2) .nayami {
      background: #ebeefc; }
      .section04 .items .item:nth-child(2) .nayami .nayami_inner {
        border-color: #7983be; }
      .section04 .items .item:nth-child(2) .nayami .nayami_heading {
        background: #7983be; }
      .section04 .items .item:nth-child(2) .nayami ul li::before {
        background-image: url("img/section04_ico_04.png"); }
    .section04 .items .item:nth-child(2) .item_inner {
      padding-top: 20px; }
      .section04 .items .item:nth-child(2) .item_inner .lead {
        font-size: 12px;
        font-size: 1.2rem; }
      .section04 .items .item:nth-child(2) .item_inner .name {
        font-size: 18px;
        font-size: 1.8rem; }
      .section04 .items .item:nth-child(2) .item_inner .min {
        font-size: 14px;
        font-size: 1.4rem; }
    .section04 .items .item .cards {
      -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;
      background-image: url("img/section04_ico_05.png");
      background-repeat: no-repeat;
      background-position: center center; }
      .section04 .items .item .cards .card {
        width: 194px; }
        .section04 .items .item .cards .card:nth-child(2) {
          padding-top: 34px; }
        .section04 .items .item .cards .card .cta_btn a {
          font-size: 12px;
          font-size: 1.2rem; }

.search_section {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .search_section {
      width: 100%; } }
  .search_section h2 {
    background: #254b96;
    text-align: center;
    padding: 20px 0; }
  .search_section .search_form table {
    width: 100%;
    border: 1px solid #000;
    background: #fff; }
    .search_section .search_form table th, .search_section .search_form table td {
      padding: 15px 10px;
      border: 1px solid #000; }
    .search_section .search_form table th {
      background: #dbf1f8;
      font-size: 15px;
      font-size: 1.5rem;
      color: #254b96;
      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: #254b96;
      color: #fff;
      font-size: 23px;
      font-size: 2.3rem;
      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: 2px solid #000;
      outline: none; }
      .search_section .search_form .search_btn button:hover {
        background: #002f1f; }
  .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 #000;
        background: #fff;
        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 #d70101;
    border-right: 3px solid #d70101; }

.fixed_cta {
  position: fixed;
  width: 100%;
  z-index: 50;
  left: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 127, 87, 0.9); }
  .fixed_cta .inner {
    padding: 10px 0;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  .fixed_cta .wrap {
    -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; }
    .fixed_cta .wrap .image {
      width: 157px; }
    .fixed_cta .wrap .txt {
      width: 450px;
      margin-left: 20px; }
      .fixed_cta .wrap .txt .heading {
        text-align: center;
        color: #fbec33;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem; }
      .fixed_cta .wrap .txt .cta_btn {
        margin-top: 5px; }
        .fixed_cta .wrap .txt .cta_btn a {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 10px 0; }

.footer {
  background: #daf1f7; }
  .footer .f_nav {
    padding: 30px 0; }
    .footer .f_nav 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; }
      .footer .f_nav ul li {
        margin-left: 15px;
        padding-left: 30px;
        position: relative; }
        .footer .f_nav ul li::before {
          content: "｜";
          position: absolute;
          top: 0;
          left: 0; }
        .footer .f_nav ul li:first-child {
          margin-left: 0;
          padding-left: 0; }
          .footer .f_nav ul li:first-child::before {
            display: none; }
        .footer .f_nav ul li a {
          text-decoration: none; }
  .footer .copyright {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    background: #254b96;
    color: #fff;
    padding: 10px 0; }

.exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    @media only screen and (min-width: 769px) {
      .exitProtection a:hover img {
        opacity: 1; } }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 520px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 22vw;
        width: 60%; }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 25px;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 20px; } }
      .exitProtection .wrap .btn .cta_btn {
        width: 100%; }

.ui-dialog-titlebar {
  display: none; }

.ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }

.client_archive2 table {
  width: 100%;
  border: 1px solid #000;
  background: #fff; }
  .client_archive2 table th, .client_archive2 table td {
    border: 1px solid #000;
    text-align: center; }
  .client_archive2 table thead th {
    background: #e3ebfb;
    color: #000;
    color: #004830;
    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: #f00; }
.client_archive2 .cta_btn a {
  padding: 15px 0; }
.client_archive2 .cta_btn a::after {
  display: none; }

.page_resultpage {
  background: #f4f4f4;
  padding: 40px 0; }
  .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/search_ttl.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 61px;
    padding-top: 10px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 900;
    padding-left: 215px;
    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: #004830;
      color: #fff; }
    .page_resultpage .result_head table td {
      padding-left: 10px;
      padding-right: 10px; }

@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #a10202;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #a10202;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #a10202;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #a10202;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #a10202;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #a10202;
  -moz-box-shadow: 0 5px 0 #a10202;
  box-shadow: 0 5px 0 #a10202;
  background: #f30000;
  border: 0px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
.section05 .client_card {
  border: 3px solid #000;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section05 .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 100px;
    border-bottom: 1px solid #000; }
    .section05 .client_card .client_name a {
      color: #31302c;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
      .section05 .client_card .client_name a:hover {
        text-decoration: underline; }
  .section05 .client_card .client_inner {
    padding: 25px 85px; }
.section05 .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; }
  .section05 .overview .image {
    width: 300px;
    text-align: center; }
    .section05 .overview .image .star {
      margin-top: 10px; }
  .section05 .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .section05 .overview .txt .heading {
      font-size: 23px;
      font-size: 2.3rem;
      color: #d70101;
      font-weight: 700; }
    .section05 .overview .txt .feature .content {
      padding: 20px 0px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6;
      font-weight: 500;
      text-align: justify; }
      .section05 .overview .txt .feature .content span {
        font-weight: 700;
        color: #d70101; }
.section05 .cta {
  margin-top: 15px; }
  .section05 .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #d70101;
    font-size: 19px;
    font-size: 1.9rem; }
  .section05 .cta .cta_btn {
    width: 650px;
    margin: 8px auto 0; }
    .section05 .cta .cta_btn a {
      font-size: 20px;
      font-size: 2rem; }
      .section05 .cta .cta_btn a::after {
        right: 30px;
        width: 14px;
        height: 14px;
        margin-top: -7px; }
.section05 .client_recommend {
  padding-top: 150px;
  position: relative; }
  .section05 .client_recommend::before {
    content: "";
    position: absolute;
    width: 705px;
    height: 100%;
    background-image: url("img/ttl_recommend2.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    pointer-events: none;
    z-index: 10; }

.simulation {
  margin: 20px auto;
  line-height: 1.2; }
  .simulation .heading {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    background-color: #eabf14;
    border-radius: 10px 10px 0 0;
    width: 740px;
    text-align: center;
    margin: 0 auto;
    padding: 10px; }
