@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 #018e01;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #018e01;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #018e01;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #018e01;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #018e01;
    top: 0px; } }
@media only screen and (max-width: 768px) {
  @keyframes animationbtn {
    0% {
      box-shadow: 0 4px 0 #018e01;
      top: 0px; }
    10% {
      box-shadow: 0 0 0 #018e01;
      top: 6px; }
    20% {
      box-shadow: 0 4px 0 #018e01;
      top: 0px; }
    30% {
      box-shadow: 0 0 0 #018e01;
      top: 6px; }
    40% {
      box-shadow: 0 4px 0 #018e01;
      top: 0px; } } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #018e01;
  -moz-box-shadow: 0 5px 0 #018e01;
  box-shadow: 0 5px 0 #018e01;
  background: #00b900;
  -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 (max-width: 768px) {
    .cta_btn {
      -webkit-box-shadow: 0 4px 0 #018e01;
      -moz-box-shadow: 0 4px 0 #018e01;
      box-shadow: 0 4px 0 #018e01; } }
  @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: 20px; }
    .cta_btn a span {
      padding-left: 47px;
      position: relative;
      display: inline-block; }
      .cta_btn a span::before {
        background: no-repeat center/contain url("img/ico_line.png");
        content: "";
        position: absolute;
        right: calc(100% + 18px);
        top: 0;
        bottom: 0;
        left: 3px;
        width: 20%; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background-color: #f4f4f4;
  background-image: url("img/body_bg.jpg");
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 1920px auto;
  font-size: 1.6em;
  color: #1f1f1f;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }
  @media only screen and (max-width: 768px) {
    body {
      background: #fff; } }

a {
  color: #0994ff; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #0994ff;
    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(1, 62, 136, 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: #013e88;
    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 #1c9ba5;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 8px; }
        .header .inner .logo {
          width: 225px; } }

.main_ttl {
  background: #013e88;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  padding: 16px 0;
  line-height: 1.3;
  letter-spacing: 0.075em; }
  @media only screen and (max-width: 768px) {
    .main_ttl {
      font-size: 4.5vw;
      padding: 10px 0; } }
  .main_ttl .yellow {
    display: block;
    color: #ffef41; }
  .main_ttl.single {
    padding: 30px 0; }
    @media only screen and (max-width: 768px) {
      .main_ttl.single {
        padding: 15px 0; } }

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

sup {
  font-size: 10px;
  font-size: 1rem; }

.fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover auto; }
  @media only screen and (max-width: 768px) {
    .fv {
      background: none; } }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 310px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        height: auto; } }
  @media only screen and (min-width: 769px) {
    .fv .fv_image {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 35px; } }

.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 50px 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      padding: 15px 10px 30px; } }
.section01 .detail_only {
  display: none; }
.section01 h2 {
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em; }
  .section01 h2 span {
    display: inline-block;
    position: relative;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .section01 h2 span {
        font-size: 4.3vw; } }
    .section01 h2 span::before, .section01 h2 span::after {
      content: "";
      position: absolute;
      width: 57px;
      height: 67px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      bottom: 0;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section01 h2 span::before, .section01 h2 span::after {
          width: 29px;
          height: 34px; } }
    .section01 h2 span::before {
      background-image: url("img/section01_ttl_before.png");
      left: -80px; }
      @media only screen and (max-width: 768px) {
        .section01 h2 span::before {
          left: -40px; } }
    .section01 h2 span::after {
      background-image: url("img/section01_ttl_after.png");
      right: -80px; }
      @media only screen and (max-width: 768px) {
        .section01 h2 span::after {
          right: -40px; } }
  .section01 h2 strong {
    display: block;
    font-weight: 900;
    color: #e00404;
    font-size: 33px;
    font-size: 3.3rem; }
    @media only screen and (max-width: 768px) {
      .section01 h2 strong {
        font-size: 5.5vw; } }
.section01 .section01_ttl {
  background: #013e88;
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 20px 0;
  text-align: center; }
.section01 .recommend_client {
  margin-top: 15px;
  border: 1px solid #b7b7b7; }
  .section01 .recommend_client ul li {
    padding: 12px 25px;
    padding-left: 115px;
    position: relative;
    border-bottom: 1px solid #b7b7b7; }
    @media only screen and (max-width: 768px) {
      .section01 .recommend_client ul li {
        padding: 10px 10px 15px; } }
    .section01 .recommend_client ul li:nth-child(1) {
      background: #fff9db; }
      .section01 .recommend_client ul li:nth-child(1)::after {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        z-index: 1;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        border: 2px solid #e00404;
        pointer-events: none; }
    .section01 .recommend_client ul li:last-child {
      border-bottom: none; }
    .section01 .recommend_client ul li::before {
      content: "";
      position: absolute;
      width: 75px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: -2px;
      pointer-events: none;
      z-index: 10; }
      @media only screen and (max-width: 768px) {
        .section01 .recommend_client ul li::before {
          display: none; } }
    .section01 .recommend_client ul li:nth-child(1)::before {
      background-image: url("img/ico_rank01.png"); }
    .section01 .recommend_client ul li:nth-child(2)::before {
      background-image: url("img/ico_rank02.png"); }
    .section01 .recommend_client ul li:nth-child(3)::before {
      background-image: url("img/ico_rank03.png"); }
    .section01 .recommend_client ul li:last-child {
      background: none; }
  .section01 .recommend_client .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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .section01 .recommend_client .wrap {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start; } }
    .section01 .recommend_client .wrap .image {
      width: 120px; }
      @media only screen and (max-width: 768px) {
        .section01 .recommend_client .wrap .image {
          width: 90px;
          position: relative;
          padding-top: 45px; }
          .section01 .recommend_client .wrap .image::before {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 38px;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            top: 0;
            pointer-events: none;
            z-index: 10; } }
    .section01 .recommend_client .wrap .btn {
      width: 270px; }
      @media only screen and (max-width: 768px) {
        .section01 .recommend_client .wrap .btn {
          width: 100%;
          margin-top: 4px; } }
      .section01 .recommend_client .wrap .btn .cta_btn {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        @media only screen and (max-width: 768px) {
          .section01 .recommend_client .wrap .btn .cta_btn {
            border-radius: 100px;
            -moz-border-radius: 100px;
            -webkit-border-radius: 100px;
            -o-border-radius: 100px;
            -ms-border-radius: 100px; } }
        .section01 .recommend_client .wrap .btn .cta_btn a {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 25px 0; }
          .section01 .recommend_client .wrap .btn .cta_btn a span {
            padding-left: 45px;
            position: relative;
            display: inline-block; }
            .section01 .recommend_client .wrap .btn .cta_btn a span::before {
              background: no-repeat center/contain url("img/ico_line.png");
              content: "";
              position: absolute;
              right: calc(100% + 18px);
              top: 0;
              bottom: 0;
              left: 3px;
              width: 20%; }
          @media only screen and (max-width: 768px) {
            .section01 .recommend_client .wrap .btn .cta_btn a {
              padding: 10px 0; } }
    .section01 .recommend_client .wrap .txt {
      flex: 1;
      padding: 0 20px; }
      @media only screen and (max-width: 768px) {
        .section01 .recommend_client .wrap .txt {
          padding: 0;
          padding-left: 10px; } }
      .section01 .recommend_client .wrap .txt .name {
        font-size: 17px;
        font-size: 1.7rem; }
        .section01 .recommend_client .wrap .txt .name a {
          display: inline-block;
          position: relative;
          font-weight: 700;
          padding-right: 24px; }
          @media only screen and (max-width: 768px) {
            .section01 .recommend_client .wrap .txt .name a {
              font-weight: 700;
              padding-right: 19px; } }
          .section01 .recommend_client .wrap .txt .name a::before {
            content: "";
            position: absolute;
            width: 18px;
            height: 18px;
            background-image: url("img/ico_blank.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 0;
            top: 4px;
            pointer-events: none;
            z-index: 10; }
            @media only screen and (max-width: 768px) {
              .section01 .recommend_client .wrap .txt .name a::before {
                width: 13px;
                height: 13px; } }
      .section01 .recommend_client .wrap .txt .lead {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-top: 5px; }
        .section01 .recommend_client .wrap .txt .lead span {
          color: #e00404; }
        @media only screen and (max-width: 768px) {
          .section01 .recommend_client .wrap .txt .lead {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 500;
            margin-top: 3px; } }
  @media only screen and (max-width: 768px) {
    .section01 .recommend_client ul li:nth-child(1) .image::before {
      background-image: url("img/ico_rank01.png"); }
    .section01 .recommend_client ul li:nth-child(2) .image::before {
      background-image: url("img/ico_rank02.png");
      background-position: center 18px; }
    .section01 .recommend_client ul li:nth-child(3) .image::before {
      background-image: url("img/ico_rank03.png");
      background-position: center 18px; } }
.section01 .client_archive {
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .section01 .client_archive {
      margin-top: 0; } }
  .section01 .client_archive .heading {
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .section01 .client_archive .heading {
        font-size: 5vw; } }
  .section01 .client_archive .detail_only {
    display: block; }
.section01 .point {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .section01 .point {
      margin-top: 30px; } }
  .section01 .point .heading {
    text-align: center;
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 768px) {
      .section01 .point .heading {
        font-size: 4.3vw; } }
    .section01 .point .heading span {
      display: block;
      color: #013e88;
      font-size: 30px;
      font-size: 3rem;
      font-weight: 900; }
      @media only screen and (max-width: 768px) {
        .section01 .point .heading span {
          font-size: 5.5vw; } }
      .section01 .point .heading span strong {
        font-size: 130%;
        font-weight: 900;
        line-height: 1.2; }
  .section01 .point .items {
    margin-top: 40px;
    -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; }
    @media only screen and (max-width: 768px) {
      .section01 .point .items {
        margin-top: 25px;
        display: block; } }
    .section01 .point .items .item {
      width: 290px;
      background: #edf7fd;
      border: 1px solid #013e88;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      position: relative;
      padding: 25px 20px 25px; }
      @media only screen and (max-width: 768px) {
        .section01 .point .items .item {
          width: 100%;
          padding: 22px 15px 20px 120px;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          position: relative; }
          .section01 .point .items .item + .item {
            margin-top: 20px; }
          .section01 .point .items .item::after {
            content: "";
            position: absolute;
            width: 86px;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            left: 20px;
            top: 26px;
            pointer-events: none;
            z-index: 10; }
          .section01 .point .items .item:nth-child(1)::after {
            background-image: url("img/section01_ico_01_sp.png"); }
          .section01 .point .items .item:nth-child(2)::after {
            background-image: url("img/section01_ico_02_sp.png"); }
          .section01 .point .items .item:nth-child(3)::after {
            background-image: url("img/section01_ico_03_sp.png"); } }
      .section01 .point .items .item::before {
        content: "";
        position: absolute;
        width: 120px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -15px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section01 .point .items .item::before {
            width: 100px;
            top: -12px; } }
      .section01 .point .items .item:nth-child(1)::before {
        background-image: url("img/section01_point_01.png"); }
      .section01 .point .items .item:nth-child(2)::before {
        background-image: url("img/section01_point_02.png"); }
      .section01 .point .items .item:nth-child(3)::before {
        background-image: url("img/section01_point_03.png"); }
      .section01 .point .items .item .ttl {
        text-align: center;
        font-weight: 700;
        color: #013e88;
        font-size: 20px;
        font-size: 2rem; }
        @media only screen and (max-width: 768px) {
          .section01 .point .items .item .ttl {
            text-align: left; } }
      .section01 .point .items .item .ico {
        text-align: center;
        margin-top: 8px; }
        @media only screen and (max-width: 768px) {
          .section01 .point .items .item .ico {
            display: none; } }
      .section01 .point .items .item p {
        margin-top: 15px;
        font-size: 15px;
        font-size: 1.5rem; }
        @media only screen and (max-width: 768px) {
          .section01 .point .items .item p {
            font-size: 18px;
            font-size: 1.8rem;
            margin-top: 7px; } }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 200px 40px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      padding: 15px 10px 20px; } }
.section02 .client_table {
  position: relative;
  margin-top: 90px; }
  @media only screen and (max-width: 768px) {
    .section02 .client_table {
      margin-top: 60px; } }
  .section02 .client_table::before, .section02 .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .section02 .client_table::before {
    background: #fff9db;
    width: calc(100% / 3);
    height: 100%;
    z-index: 1; }
  .section02 .client_table::after {
    width: calc(100% / 3);
    height: 100%;
    border: 3px solid #e00404;
    z-index: 5; }
    @media only screen and (max-width: 768px) {
      .section02 .client_table::after {
        border-width: 2px; } }
  .section02 .client_table table {
    width: 100%;
    border: 1px solid #d0d0d0;
    background: #fff; }
    .section02 .client_table table th, .section02 .client_table table td {
      width: calc(100% / 3);
      text-align: center; }
    .section02 .client_table table th {
      background: #013e88;
      font-weight: 700;
      color: #fff;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      z-index: 3; }
    .section02 .client_table table td {
      padding: 10px;
      border-left: 1px solid #d0d0d0;
      border-right: 1px solid #d0d0d0;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4;
      position: relative;
      z-index: 5; }
    .section02 .client_table table thead td {
      position: relative;
      vertical-align: top; }
      .section02 .client_table table thead td::before {
        content: "";
        position: absolute;
        width: 95px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -100px;
        pointer-events: none;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .section02 .client_table table thead td::before {
            width: 62px;
            top: -67px; } }
      .section02 .client_table table thead td:nth-child(1)::before {
        background-image: url("img/ico_rank01.png"); }
      .section02 .client_table table thead td:nth-child(2)::before {
        background-image: url("img/ico_rank02.png");
        top: -76px; }
        @media only screen and (max-width: 768px) {
          .section02 .client_table table thead td:nth-child(2)::before {
            top: -52px; } }
      .section02 .client_table table thead td:nth-child(3)::before {
        background-image: url("img/ico_rank03.png");
        top: -76px; }
        @media only screen and (max-width: 768px) {
          .section02 .client_table table thead td:nth-child(3)::before {
            top: -52px; } }
  .section02 .client_table .image a {
    display: block; }
    .section02 .client_table .image a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
    .section02 .client_table .image a p {
      text-decoration: underline;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      margin-top: 4px; }
    .section02 .client_table .image a:hover p {
      text-decoration: none; }
  .section02 .client_table .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .section02 .client_table .cta_btn {
    margin: 5px 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    @media only screen and (max-width: 768px) {
      .section02 .client_table .cta_btn {
        margin: 0 auto 4px; } }
    .section02 .client_table .cta_btn a {
      font-size: 17px;
      font-size: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .section02 .client_table .cta_btn a {
          font-size: 3vw;
          padding: 10px 0; } }

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

.client_archive > ul > li {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .client_archive > ul > li {
      margin-top: 25px; } }
  .client_archive > ul > li:first-child {
    margin-top: 0; }
.client_archive .client_card {
  border: 2px solid #e7e7e7;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 25px;
    border-bottom: 1px solid #e7e7e7; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_name {
        padding: 8px 10px 8px 15px; } }
    .client_archive .client_card .client_name::before {
      content: "";
      position: absolute;
      width: 123px;
      height: 119px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 25px;
      top: -20px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name::before {
          width: 72px;
          height: 70px;
          left: 0;
          top: -12px; } }
    .client_archive .client_card .client_name a {
      color: #31302c;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .client_card .client_name a {
          font-size: 4.5vw; } }
      .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .client_archive .client_card .client_inner {
    padding: 15px 25px 35px; }
    @media only screen and (max-width: 768px) {
      .client_archive .client_card .client_inner {
        padding: 10px 10px 25px; } }
.client_archive > ul > li:nth-child(1) .client_card {
  border-color: #ecd97b;
  background: #fff9db; }
  .client_archive > ul > li:nth-child(1) .client_card .client_name {
    padding-left: 160px;
    border-bottom-color: #ecd97b; }
    @media only screen and (max-width: 768px) {
      .client_archive > ul > li:nth-child(1) .client_card .client_name {
        padding-left: 85px; } }
    .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      top: -25px;
      background-image: url("img/ico_rank01.png"); }
      @media only screen and (max-width: 768px) {
        .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
          top: -18px; } }
.client_archive > ul > li:nth-child(2) .client_name {
  padding-left: 160px; }
  @media only screen and (max-width: 768px) {
    .client_archive > ul > li:nth-child(2) .client_name {
      padding-left: 85px; } }
  .client_archive > ul > li:nth-child(2) .client_name::before {
    background-image: url("img/ico_rank02.png"); }
.client_archive > ul > li:nth-child(3) .client_name {
  padding-left: 160px; }
  @media only screen and (max-width: 768px) {
    .client_archive > ul > li:nth-child(3) .client_name {
      padding-left: 85px; } }
  .client_archive > ul > li:nth-child(3) .client_name::before {
    background-image: url("img/ico_rank03.png"); }
.client_archive.recommend > ul > li:nth-child(1) .client_card {
  border-color: #013e88;
  background: #fff; }
  .client_archive.recommend > ul > li:nth-child(1) .client_card .client_name {
    padding-left: 25px;
    border-bottom-color: #013e88; }
    .client_archive.recommend > ul > li:nth-child(1) .client_card .client_name::before {
      display: none; }
.client_archive .top_heading {
  font-size: 23px;
  font-size: 2.3rem;
  color: #e00404;
  font-weight: 700;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .client_archive .top_heading {
      font-size: 4vw; } }
.client_archive .overview {
  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; }
  @media only screen and (max-width: 768px) {
    .client_archive .overview {
      margin-top: 6px;
      display: block; } }
  .client_archive .overview .image {
    width: 300px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .image {
        width: 195px;
        margin: auto; } }
  .client_archive .overview .txt {
    flex: 1;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .client_archive .overview .txt {
        padding: 10px 0 0; }
        .client_archive .overview .txt .cta {
          margin-top: 0; } }
    .client_archive .overview .txt table {
      width: 100%;
      border: 1px solid #dadada;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .client_archive .overview .txt table {
          margin-top: 15px; } }
      .client_archive .overview .txt table th, .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 8px 10px;
        border-left: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        line-height: 1.3; }
      .client_archive .overview .txt table th {
        font-weight: 500;
        color: #013e88;
        background: #dcebfc;
        width: 25%;
        padding-right: 0;
        font-weight: 700; }
      .client_archive .overview .txt table .ico_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: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .client_archive .overview .txt table .ico_wrap .ico {
          width: 24px; }
        .client_archive .overview .txt table .ico_wrap .text {
          padding-left: 8px; }
.client_archive .point {
  margin-top: 12px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  border: 1px solid #013e88; }
  @media only screen and (max-width: 768px) {
    .client_archive .point {
      margin-top: 8px; } }
  .client_archive .point .ttl {
    background: #013e88;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 6px 0;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .client_archive .point .ttl {
        font-size: 17px;
        font-size: 1.7rem;
        padding: 4px 0; } }
  .client_archive .point .wrap {
    padding: 15px 30px;
    -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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .client_archive .point .wrap {
        padding: 12px 10px;
        display: block; } }
    .client_archive .point .wrap .ico {
      width: 110px; }
      @media only screen and (max-width: 768px) {
        .client_archive .point .wrap .ico {
          display: none; } }
    .client_archive .point .wrap ul {
      flex: 1;
      padding-left: 30px; }
      @media only screen and (max-width: 768px) {
        .client_archive .point .wrap ul {
          padding: 0; } }
  .client_archive .point ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 3px;
    position: relative;
    font-weight: 500;
    padding-left: 28px; }
    @media only screen and (max-width: 768px) {
      .client_archive .point ul li {
        padding-left: 20px; } }
    .client_archive .point ul li:first-child {
      margin-top: 0; }
    .client_archive .point ul li::before {
      content: "";
      position: absolute;
      width: 17px;
      height: 100%;
      background-image: url("img/client_point_ico.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 5px;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .client_archive .point ul li::before {
          width: 12px; } }
    .client_archive .point ul li span {
      color: #e00404;
      font-weight: 700; }
.client_archive .review {
  border: 1px solid #dadada;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 15px;
  overflow: hidden; }
  .client_archive .review .ttl {
    text-align: center;
    background: #dcebfc;
    font-size: 18px;
    font-size: 1.8rem;
    color: #013e88;
    position: relative;
    padding: 6px 0;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .ttl {
        font-size: 17px;
        font-size: 1.7rem;
        padding: 4px 0; } }
  .client_archive .review .review_inner {
    background: #fff;
    border-top: 1px solid #dadada;
    padding: 15px 0 60px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .review_inner {
        padding: 10px 10px 65px; } }
    .client_archive .review .review_inner .quote {
      position: absolute;
      font-size: 11px;
      font-size: 1.1rem;
      left: 25px;
      bottom: 20px; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .review_inner .quote {
          left: 10px;
          bottom: 10px; } }
  .client_archive .review .review_slides {
    width: 560px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
    box-shadow: 0 0 9px rgba(51, 51, 51, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    @media only screen and (max-width: 768px) {
      .client_archive .review .review_slides {
        width: 100%;
        -webkit-box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
        -moz-box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
        box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .client_archive .review .review_slides .review_slide {
      padding: 25px;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .client_archive .review .review_slides .review_slide {
          padding: 15px; } }
    .client_archive .review .review_slides .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; }
      .client_archive .review .review_slides .wrap .ico {
        width: 82px; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .review_slides .wrap .ico {
            width: 45px; } }
      .client_archive .review .review_slides .wrap .txt {
        flex: 1;
        padding-left: 15px;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .client_archive .review .review_slides .wrap .txt {
            padding-left: 10px;
            font-size: 16px;
            font-size: 1.6rem; } }
        .client_archive .review .review_slides .wrap .txt .heading {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          border-bottom: 1px dashed #1f1f1f;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 768px) {
            .client_archive .review .review_slides .wrap .txt .heading {
              padding-bottom: 6px;
              margin-bottom: 6px; } }
        .client_archive .review .review_slides .wrap .txt p {
          line-height: 1.7; }
    .client_archive .review .review_slides .slick-dots {
      bottom: -38px; }
      .client_archive .review .review_slides .slick-dots li button::before {
        content: "";
        width: 12px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        height: 12px;
        background: #fff;
        border: 1px solid #dadada;
        opacity: 1; }
      .client_archive .review .review_slides .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #013e88; }
  .client_archive .review .review_slides {
    opacity: 0;
    transition: opacity .3s linear; }
    .client_archive .review .review_slides.slick-initialized {
      opacity: 1; }
  .client_archive .review .slick-slide {
    height: auto !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d; }
.client_archive .cta {
  margin: 10px auto 0;
  max-width: 700px; }
  .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #e00404;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 8px; }
    @media only screen and (max-width: 768px) {
      .client_archive .cta .txt {
        font-size: 4vw;
        margin-bottom: 4px; } }
  .client_archive .cta .cta_btn a span {
    padding-left: 65px; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 50px 40px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      padding: 15px 10px 20px; } }
.section04 .txt1 {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.075em; }
  @media only screen and (max-width: 768px) {
    .section04 .txt1 {
      font-size: 4vw; } }
  .section04 .txt1 span {
    color: #013e88;
    border-bottom: 1px solid #013e88;
    font-size: 130%; }
.section04 .items_01 {
  margin-top: 25px;
  -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; }
  .section04 .items_01 .item {
    width: 220px;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 220px auto;
    margin-left: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    padding-top: 25px;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .section04 .items_01 .item {
        width: calc((100% - 4%) / 3);
        height: auto;
        margin-left: 2%;
        padding-top: calc(38 / 100 * 100%);
        background-size: 100% auto;
        position: relative; }
        .section04 .items_01 .item span {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          text-align: center;
          font-size: 3.2vw; } }
    .section04 .items_01 .item:nth-child(1) {
      margin-left: 0;
      background-image: url("img/section04_bg_01.png"); }
    .section04 .items_01 .item:nth-child(2) {
      background-image: url("img/section04_bg_02.png"); }
    .section04 .items_01 .item:nth-child(3) {
      background-image: url("img/section04_bg_03.png"); }
      @media only screen and (max-width: 768px) {
        .section04 .items_01 .item:nth-child(3) span {
          padding-top: 5px; } }
.section04 .txt2 {
  margin-top: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.075em; }
  @media only screen and (max-width: 768px) {
    .section04 .txt2 {
      font-size: 4vw;
      margin-top: 25px; } }
  .section04 .txt2 .red {
    color: #e00404;
    font-size: 130%;
    font-weight: 900; }
  .section04 .txt2 .marker {
    background: linear-gradient(transparent 40%, #ffef41 40%); }
.section04 .txt3 {
  font-weight: 700;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 20px;
  letter-spacing: 0.075em;
  line-height: 1.3; }
  @media only screen and (max-width: 768px) {
    .section04 .txt3 {
      margin-top: 15px;
      font-size: 5.5vw; } }
  .section04 .txt3 span {
    color: #013e88;
    font-size: 130%;
    font-weight: 900; }
.section04 .items_02 {
  -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;
  margin-top: 25px; }
  @media only screen and (max-width: 768px) {
    .section04 .items_02 {
      margin-top: 20px;
      display: block; } }
  .section04 .items_02 .item {
    background: #edf7fd;
    width: 280px;
    border: 1px solid #013e88;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    text-align: center;
    padding: 20px 0 25px; }
    @media only screen and (max-width: 768px) {
      .section04 .items_02 .item {
        width: 100%;
        padding: 10px 20px;
        text-align: left;
        -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;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .section04 .items_02 .item + .item {
          margin-top: 10px; } }
  .section04 .items_02 .heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.025em; }
    @media only screen and (max-width: 768px) {
      .section04 .items_02 .heading {
        width: 55%;
        font-size: 3.8vw;
        line-height: 1.4; } }
    .section04 .items_02 .heading span {
      display: block;
      font-weight: 900;
      color: #013e88;
      font-size: 140%; }
  .section04 .items_02 .image {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .section04 .items_02 .image {
        margin: 0;
        width: 42%; } }
.section04 .point {
  margin-top: 25px;
  background: #fff9db;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 30px 40px;
  -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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .section04 .point {
      margin-top: 10px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      padding: 20px 15px 20px 25px; } }
  .section04 .point .ico {
    width: 44px; }
    @media only screen and (max-width: 768px) {
      .section04 .point .ico {
        width: 33px; } }
  .section04 .point .txt {
    flex: 1;
    padding-left: 25px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .section04 .point .txt {
        padding-left: 20px; } }
    .section04 .point .txt span {
      color: #e00404;
      font-weight: 700;
      font-size: 120%; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      padding: 15px 0 30px 10px; } }
@media only screen and (max-width: 768px) {
  .section05 .wrap {
    width: 100%;
    overflow: scroll; } }
.section05 table tbody tr:first-child {
  position: relative;
  background: #fff9db; }
.section05 table {
  width: 100%;
  border: 1px solid #e9e9e9;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .section05 table {
      width: 1000px; } }
  .section05 table th, .section05 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 5px;
    background: #fff; }
  .section05 table thead th {
    background: #dcebfc;
    color: #013e88;
    line-height: 1.2;
    padding-top: 12px;
    padding-bottom: 12px; }
  @media only screen and (max-width: 768px) {
    .section05 table thead tr th:nth-child(1) {
      width: 100px !important; }
    .section05 table thead tr th:nth-child(4),
    .section05 table thead tr th:nth-child(5) {
      width: 120px !important; }
    .section05 table thead tr th:first-child,
    .section05 table tbody tr td:first-child {
      position: sticky;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100px; }
      .section05 table thead tr th:first-child::after,
      .section05 table tbody tr td:first-child::after {
        content: "";
        position: absolute;
        top: -1px;
        right: -1px;
        width: 1px;
        height: 100%;
        border-right: 1px solid #e9e9e9;
        z-index: -1; } }
  .section05 table tbody tr:first-child {
    position: relative;
    border: 2px solid #e00404; }
    .section05 table tbody tr:first-child td {
      background: #fff9db; }
  .section05 table tbody .image {
    display: block;
    padding: 0 5px; }
  .section05 table tbody .ico {
    width: 28px;
    margin: 0 auto 5px; }
  .section05 table tbody td p {
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem; }
  .section05 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
.section05 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.section05 .cta_btn a {
  line-height: 1.3;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.section06 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 40px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      padding: 15px 10px 30px; } }

.section07 .inner {
  padding: 25px 50px 20px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      padding: 20px 10px 20px; } }
.section07 .items .item {
  background: #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-box-shadow: 0 2px 9px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 2px 9px rgba(51, 51, 51, 0.2);
  box-shadow: 0 2px 9px rgba(51, 51, 51, 0.2); }
  @media only screen and (max-width: 768px) {
    .section07 .items .item {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      -webkit-box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
      -moz-box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2);
      box-shadow: 0 1px 5px rgba(51, 51, 51, 0.2); } }
  .section07 .items .item + .item {
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      .section07 .items .item + .item {
        margin-top: 7px; } }
.section07 .question, .section07 .answer {
  position: relative;
  padding-left: 90px; }
  @media only screen and (max-width: 768px) {
    .section07 .question, .section07 .answer {
      padding-left: 50px; } }
  .section07 .question::before, .section07 .answer::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 25px;
    top: 22px;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .section07 .question::before, .section07 .answer::before {
        width: 27px;
        height: 100%;
        left: 10px;
        top: 0;
        background-position: center center; } }
.section07 .question {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .section07 .question {
      font-size: 17px;
      font-size: 1.7rem;
      padding-top: 17px;
      padding-bottom: 17px;
      padding-right: 40px; } }
  .section07 .question::before {
    background-image: url("img/ico_question.png"); }
  .section07 .question::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background-image: url("img/ico_trigger.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .section07 .question::after {
        width: 15px;
        right: 10px; } }
  .section07 .question.active::after {
    background-image: url("img/ico_trigger_active.png"); }
.section07 .answer {
  padding: 0 60px 30px 90px; }
  @media only screen and (max-width: 768px) {
    .section07 .answer {
      padding-left: 50px;
      padding-right: 15px;
      font-size: 17px;
      font-size: 1.7rem; } }
  .section07 .answer::before {
    top: 0;
    background-image: url("img/ico_answer.png"); }
    @media only screen and (max-width: 768px) {
      .section07 .answer::before {
        background-position: center top; } }

.search_section {
  width: 810px;
  margin: 40px auto 0;
  border: 2px solid #047dd2;
  position: relative;
  padding: 90px 30px 30px; }
  @media only screen and (max-width: 768px) {
    .search_section {
      width: calc(100% - 40px);
      margin-top: 20px;
      padding: 55px 15px 25px; } }
  .search_section select {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%; }
  .search_section [type=submit] {
    display: block;
    border: 1px solid #00b900;
    background: #00b900;
    color: #fff;
    width: 400px;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    margin: 25px auto 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    @media only screen and (min-width: 769px) {
      .search_section [type=submit]:hover {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75; } }
    @media only screen and (max-width: 768px) {
      .search_section [type=submit] {
        width: 100%;
        padding: 10px 10px;
        margin-top: 20px; } }
    .search_section [type=submit]::before {
      content: "";
      position: absolute;
      width: 26px;
      height: 100%;
      background-image: url(img/search_section_ico.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      left: 130px;
      top: 0;
      pointer-events: none; }
      @media only screen and (max-width: 768px) {
        .search_section [type=submit]::before {
          left: 90px; } }
  .search_section .selector {
    position: relative; }
    .search_section .selector::after {
      content: "";
      width: 8px;
      height: 8px;
      border: 0px;
      border-top: solid 2px #047dd2;
      border-right: solid 2px #047dd2;
      -ms-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      position: absolute;
      top: 50%;
      margin-top: -6px;
      right: 20px;
      z-index: 10;
      pointer-events: none; }
    .search_section .selector select {
      outline: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      padding: 1em;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 5px;
      display: block;
      z-index: 1;
      cursor: pointer; }
  .search_section .search_section_ttl {
    position: absolute;
    width: 854px;
    height: 64px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    font-size: 2.5rem;
    padding-left: 32px;
    padding-top: 4px;
    top: 20px;
    left: -24px;
    z-index: 1;
    background-image: url("img/search_section_ttl.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media only screen and (max-width: 768px) {
      .search_section .search_section_ttl {
        background: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% + 24px);
        top: 5px;
        height: auto;
        padding-left: 0; }
        .search_section .search_section_ttl span {
          display: none; } }
  .search_section .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; }
    @media only screen and (max-width: 768px) {
      .search_section .items {
        display: block; } }
    .search_section .items .item {
      width: 31%; }
      @media only screen and (max-width: 768px) {
        .search_section .items .item {
          width: 100%; }
          .search_section .items .item + .item {
            margin-top: 10px; } }
    .search_section .items .ttl {
      color: #047dd2;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 10px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .search_section .items .ttl {
          margin-bottom: 6px; } }

.footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0 20px; }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .footer .inner {
      padding: 50px 10px 20px; } }
.footer .privacy_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: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }
  .footer .privacy_wrap .image {
    width: 70px; }
    @media only screen and (max-width: 768px) {
      .footer .privacy_wrap .image {
        width: 50px; } }
  .footer .privacy_wrap .txt {
    width: 540px;
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem; }
    @media only screen and (max-width: 768px) {
      .footer .privacy_wrap .txt {
        flex: 1;
        padding-left: 10px; } }
.footer .f_nav {
  margin-top: 30px; }
  .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: 40px; }
      .footer .f_nav ul li:first-child {
        margin-left: 0; }
      .footer .f_nav ul li a {
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none;
        color: #111; }
.footer .copyright {
  background: #1d9ba4;
  background: -webkit-linear-gradient(right, #1d9ba4 0%, #039fe8 100%);
  background: linear-gradient(to right, #1d9ba4 0%, #039fe8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d9ba4', endColorstr=' #039fe8', GradientType=1);
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem; }

.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; }
  .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: 520px; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(450 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 140px;
        width: 60%; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .image .client_image {
            top: 31.12%; } }
      .exitProtection .wrap .image .btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 92.5%;
        top: 370px; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .image .btn {
            top: 77.09%; }
            .exitProtection .wrap .image .btn .cta_btn a {
              font-size: 4vw;
              padding: 15px 0; } }
    .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 .btns {
      position: absolute;
      width: 95%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 135px;
      -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; }
      .exitProtection .wrap .btns .btn {
        width: calc((100% - 4%) / 2);
        margin-left: 4%; }
        .exitProtection .wrap .btns .btn:first-child {
          margin-left: 0; }
      .exitProtection .wrap .btns .cta_btn {
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .exitProtection .wrap .btns .cta_btn a {
          font-size: 15px;
          font-size: 1.5rem;
          padding-left: 0;
          padding-right: 0; }

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

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

.fixed_cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(1, 62, 136, 0.9);
  z-index: 50; }
  @media only screen and (max-width: 768px) {
    .fixed_cta {
      background: none; } }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 100px;
    -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; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        display: block;
        height: auto; } }
  .fixed_cta .btn {
    width: 240px; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .btn {
        width: 33.06%;
        right: 2.67%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
  .fixed_cta .cta_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .fixed_cta .cta_btn a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 12px 0; }
      .fixed_cta .cta_btn a span {
        padding-left: 45px;
        position: relative;
        display: inline-block; }
        .fixed_cta .cta_btn a span::before {
          background: no-repeat center/contain url("img/ico_line.png");
          content: "";
          position: absolute;
          right: calc(100% + 18px);
          top: 0;
          bottom: 0;
          left: 3px;
          width: 20%; }
      @media only screen and (max-width: 768px) {
        .fixed_cta .cta_btn a {
          font-size: 3vw;
          padding: 5px 0;
          line-height: 1.2; }
          .fixed_cta .cta_btn a span {
            padding-left: 0; }
            .fixed_cta .cta_btn a span::before {
              display: none; } }

.page_result {
  padding-top: 30px; }
  @media only screen and (max-width: 768px) {
    .page_result {
      padding-top: 20px; } }
  .page_result .result_header .inner {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_result .result_header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .page_result .result_header .inner {
        padding: 0 10px; } }
  .page_result .result_header .ttl {
    background: url("img/result_ttl.png") no-repeat center top;
    background-size: 100%;
    line-height: 55px;
    min-height: 55px;
    padding-top: 4px;
    padding-left: 190px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .page_result .result_header .ttl {
        background-size: auto 35px;
        background-position: left center;
        line-height: 35px;
        min-height: 35px;
        padding-top: 2px;
        padding-left: 115px;
        font-size: 5vw; } }
  .page_result .result_header table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .page_result .result_header table {
        border: none;
        margin-top: 10px; } }
    .page_result .result_header table th, .page_result .result_header table td {
      padding: 10px;
      font-size: 14px;
      font-size: 1.4rem;
      width: calc(100% / 6);
      border: 1px solid #ddd; }
      @media only screen and (max-width: 768px) {
        .page_result .result_header table th, .page_result .result_header table td {
          font-size: 13px;
          font-size: 1.3rem;
          width: auto; } }
    .page_result .result_header table th {
      background: #013e88;
      color: #fff;
      font-weight: 700;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .page_result .result_header table th {
          width: 40% !important; } }
    @media only screen and (max-width: 768px) {
      .page_result .result_header table td {
        width: 60% !important; } }
  .page_result .result_body {
    margin-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .page_result .result_body {
        margin-top: 30px;
        padding: 0 10px;
        padding-bottom: 20px; } }
    .page_result .result_body .inner {
      width: 1000px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        .page_result .result_body .inner {
          width: 100%; } }
    @media only screen and (min-width: 769px) {
      .page_result .result_body table {
        width: 100%;
        border: 1px solid #e9e9e9;
        background: #fff; }
        .page_result .result_body table th, .page_result .result_body table td {
          text-align: center;
          font-size: 14px;
          font-size: 1.4rem;
          border-left: 1px solid #e9e9e9;
          border-bottom: 1px solid #e9e9e9;
          padding: 8px 5px;
          background: #fff; }
        .page_result .result_body table thead th {
          background: #dcebfc;
          color: #013e88;
          line-height: 1.2;
          padding-top: 12px;
          padding-bottom: 12px; }
        .page_result .result_body table tbody .image {
          display: block;
          padding: 0 5px; }
        .page_result .result_body table tbody .ico {
          width: 28px;
          margin: 0 auto 5px; }
        .page_result .result_body table tbody td p {
          line-height: 1.4;
          font-size: 13px;
          font-size: 1.3rem; }
        .page_result .result_body table tbody a p {
          color: #10adf6;
          font-weight: 500;
          text-decoration: underline; }
      .page_result .result_body .cta_btn {
        width: 95%;
        margin: 0 auto; }
      .page_result .result_body .cta_btn a {
        line-height: 1.3;
        padding: 20px 0;
        font-size: 14px;
        font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) {
      .page_result .result_body .client_archive .client_card .client_name {
        padding: 8px 10px 8px 15px !important; }
        .page_result .result_body .client_archive .client_card .client_name::before {
          display: none !important; }
      .page_result .result_body .client_archive > ul > li:nth-child(1) .client_card {
        border-color: #e7e7e7;
        background: #fff; }
        .page_result .result_body .client_archive > ul > li:nth-child(1) .client_card .client_name {
          padding-left: 15px;
          border-bottom-color: #e7e7e7; }
      .page_result .result_body .client_archive > ul > li:nth-child(2) .client_name {
        padding-left: 15px; }
      .page_result .result_body .client_archive > ul > li:nth-child(3) .client_name {
        padding-left: 15px; } }
