@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&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 #c8580d;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c8580d;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c8580d;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c8580d;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c8580d;
    top: 0px; } }
.cta_btn {
  position: relative;
  max-width: 650px;
  margin: 0 auto 5px;
  box-shadow: 0 5px 0 #c8580d;
  background: #f76e12;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      opacity: .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: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding: 17px 5px; }
  .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: #fff;
  font-size: 1.6em;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

/*.header,
.wrapper,
.footer {
	min-width: 1000px;
}*/
a {
  color: #333333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333333;
    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 {
    opacity: .75; } }
.red {
  color: #f72d12; }

.yellow {
  color: #fff54d; }

.marker {
  background: linear-gradient(transparent 60%, #fff54d 60%); }

.large {
  font-size: 120%; }

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

.renewal .page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(35, 103, 204, 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; }
  .renewal .page_top:hover {
    background: #709bdb;
    color: #fff; }
  .renewal .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .renewal .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .renewal .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }
.renewal .fv {
  background: url("img/fv_bg_pc.png") no-repeat center top/cover; }
  @media only screen and (max-width: 768px) {
    .renewal .fv {
      background: none; } }
  .renewal .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 300px; }
    @media only screen and (max-width: 768px) {
      .renewal .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .renewal .fv .inner {
        width: 100%;
        height: auto; } }
  .renewal .fv .fv_txt {
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    padding: 2px 35px 4px;
    background: #2367cc;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    color: #fff;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .renewal .fv .fv_txt {
        top: 10px;
        padding: 2px 25px 4px;
        font-size: 15px;
        font-size: 1.5rem; } }
    .renewal .fv .fv_txt strong {
      color: #fff54d;
      font-size: 130%;
      vertical-align: -1px; }
  .renewal .fv .fv_img {
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .renewal .fv .fv_img {
        position: static;
        transform: none; } }
.renewal .wrapper {
  max-width: 100%; }
.renewal .remarks {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 10px; }
.renewal .main_ttl {
  padding: 17px 0 18px;
  background: #2367cc;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20.8px;
  font-size: 2.08rem;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .renewal .main_ttl {
      padding: 10px 0;
      font-size: 17.5px;
      font-size: 1.75rem; } }
  .renewal .main_ttl strong {
    font-size: 120%;
    color: #fff54d; }
.renewal .section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 40px; }
  @media only screen and (max-width: 768px) {
    .renewal .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section01 .inner {
      padding: 15px 10px 35px; } }
.renewal .section01 .wrap .client_table {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .renewal .section01 .wrap .client_table {
      overflow-x: scroll;
      margin-right: -10px;
      padding-right: 10px; } }
  .renewal .section01 .wrap .client_table::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 5);
    height: 100%;
    border: 2px solid #f72d12;
    pointer-events: none; }
    @media only screen and (max-width: 768px) {
      .renewal .section01 .wrap .client_table::before {
        width: 33vw; } }
  .renewal .section01 .wrap .client_table table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #c4c4c4; }
    @media only screen and (max-width: 768px) {
      .renewal .section01 .wrap .client_table table {
        width: 165vw; } }
    .renewal .section01 .wrap .client_table table th, .renewal .section01 .wrap .client_table table td {
      padding: 10px;
      border: 1px solid #c4c4c4;
      font-size: 15px;
      font-size: 1.5rem;
      text-align: center;
      vertical-align: middle; }
      .renewal .section01 .wrap .client_table table th.pc, .renewal .section01 .wrap .client_table table td.pc {
        display: table-cell; }
        @media only screen and (max-width: 768px) {
          .renewal .section01 .wrap .client_table table th.pc, .renewal .section01 .wrap .client_table table td.pc {
            display: none; } }
      .renewal .section01 .wrap .client_table table th.sp, .renewal .section01 .wrap .client_table table td.sp {
        display: none !important; }
        @media only screen and (max-width: 768px) {
          .renewal .section01 .wrap .client_table table th.sp, .renewal .section01 .wrap .client_table table td.sp {
            display: table-cell !important; } }
      .renewal .section01 .wrap .client_table table th.sticky, .renewal .section01 .wrap .client_table table td.sticky {
        position: sticky;
        left: 0; }
    .renewal .section01 .wrap .client_table table thead th:first-child,
    .renewal .section01 .wrap .client_table table tbody td:first-child {
      background: #fffde3; }
    .renewal .section01 .wrap .client_table table thead th {
      position: relative;
      padding-top: 57px;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .renewal .section01 .wrap .client_table table thead th {
          padding-top: 31px; } }
      .renewal .section01 .wrap .client_table table thead th::before {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        top: 10px;
        z-index: 1;
        width: 60px;
        height: 42px;
        background: url("img/ico_crown1.png") no-repeat left top/100% auto; }
        @media only screen and (max-width: 768px) {
          .renewal .section01 .wrap .client_table table thead th::before {
            top: 5px;
            width: 30px;
            height: 21px; } }
      .renewal .section01 .wrap .client_table table thead th:nth-child(2)::before {
        background-image: url("img/ico_crown2.png"); }
      .renewal .section01 .wrap .client_table table thead th:nth-child(3)::before {
        background-image: url("img/ico_crown3.png"); }
      .renewal .section01 .wrap .client_table table thead th:nth-child(4)::before {
        background-image: url("img/ico_crown4.png"); }
      .renewal .section01 .wrap .client_table table thead th:nth-child(5)::before {
        background-image: url("img/ico_crown5.png"); }
      .renewal .section01 .wrap .client_table table thead th a {
        text-decoration: none; }
      .renewal .section01 .wrap .client_table table thead th p {
        font-weight: 500; }
    .renewal .section01 .wrap .client_table table tbody th {
      background: #f2f7ff;
      color: #2367cc;
      font-weight: 700; }
    .renewal .section01 .wrap .client_table table tbody td {
      font-size: 14px;
      font-size: 1.4rem; }
      .renewal .section01 .wrap .client_table table tbody td .ico {
        width: 38px;
        margin: 0 auto 3px; }
        @media only screen and (max-width: 768px) {
          .renewal .section01 .wrap .client_table table tbody td .ico {
            width: 30px; } }
  .renewal .section01 .wrap .client_table .cta_btn {
    width: 90%;
    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) {
      .renewal .section01 .wrap .client_table .cta_btn {
        width: 95%; } }
    .renewal .section01 .wrap .client_table .cta_btn a {
      font-size: 14px;
      font-size: 1.4rem; }
.renewal .section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 25px 45px; }
  @media only screen and (max-width: 768px) {
    .renewal .section02 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section02 .inner {
      padding: 20px 10px 40px; } }
.renewal .section02 .img {
  text-align: center; }
.renewal .section02 .lead {
  margin: 20px 0 30px;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .renewal .section02 .lead {
      margin: 10px 0 20px; } }
  .renewal .section02 .lead h3 {
    margin-bottom: 15px;
    color: #516b91;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .renewal .section02 .lead h3 {
        padding: 0 20px;
        font-size: 21.875px;
        font-size: 2.1875rem; } }
    .renewal .section02 .lead h3 span {
      padding-bottom: 3px;
      border-bottom: dotted 3px #516b91; }
  .renewal .section02 .lead strong {
    font-size: 130%;
    color: #f72d12; }
.renewal .section02 .items .item {
  overflow: hidden;
  border: 1px solid #2367cc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .renewal .section02 .items .item + .item {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .renewal .section02 .items .item + .item {
        margin-top: 10px; } }
  .renewal .section02 .items .item .ttl {
    padding: 13px 0;
    background: #f2f7ff;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .renewal .section02 .items .item .ttl {
        font-size: 18.75px;
        font-size: 1.875rem; } }
    .renewal .section02 .items .item .ttl span {
      position: relative;
      display: inline-block;
      padding-left: 60px; }
      @media only screen and (max-width: 768px) {
        .renewal .section02 .items .item .ttl span {
          padding-left: 35px; } }
      .renewal .section02 .items .item .ttl span::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        content: '';
        width: 50px;
        height: 46px;
        background: url("img/ico_finger.png") no-repeat left top/100% auto; }
        @media only screen and (max-width: 768px) {
          .renewal .section02 .items .item .ttl span::before {
            width: 25px;
            height: 23px; } }
    .renewal .section02 .items .item .ttl strong {
      font-size: 130%;
      color: #2367cc; }
  .renewal .section02 .items .item .content {
    padding: 20px 20px 30px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .renewal .section02 .items .item .content {
        padding: 10px 10px 20px; } }
    .renewal .section02 .items .item .content p {
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.7; }
      @media only screen and (max-width: 768px) {
        .renewal .section02 .items .item .content p.txt_l {
          margin-top: 5px;
          text-align: left; } }
      .renewal .section02 .items .item .content p strong {
        font-size: 130%;
        letter-spacing: -.08rem; }
        @media only screen and (max-width: 768px) {
          .renewal .section02 .items .item .content p strong {
            font-size: 125%;
            letter-spacing: -.08rem; } }
    .renewal .section02 .items .item .content .img {
      margin-top: 20px; }
      @media only screen and (max-width: 768px) {
        .renewal .section02 .items .item .content .img {
          margin-top: 10px; } }
.renewal .section03 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0 50px; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .inner {
      padding: 15px 10px 40px; } }
.renewal .section03 .client_archive > ul > li + li {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .client_archive > ul > li + li {
      margin-top: 25px; } }
.renewal .section03 .client_archive .client_card {
  border: 2px solid #dddddd;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .renewal .section03 .client_archive .client_card .client_name {
    position: relative;
    padding: 10px 10px 12px 130px;
    border-bottom: 1px solid #dddddd;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .client_card .client_name {
        padding: 5px 5px 5px 65px;
        font-size: 21.875px;
        font-size: 2.1875rem; } }
    .renewal .section03 .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      top: -5px;
      left: 25px;
      width: 84px;
      height: 76px;
      background: url("img/ico_rank1.png") no-repeat left top/100% auto; }
      @media only screen and (max-width: 768px) {
        .renewal .section03 .client_archive .client_card .client_name::before {
          left: 10px;
          width: 42px;
          height: 38px; } }
  .renewal .section03 .client_archive .client_card .client_inner {
    padding: 20px 25px 25px; }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .client_card .client_inner {
        padding: 10px 10px 15px; } }
.renewal .section03 .client_archive > ul > li:nth-child(1) .client_card {
  border: 2px solid #fff54d;
  background: #fffde4; }
  .renewal .section03 .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-color: #fff54d; }
.renewal .section03 .client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/ico_rank2.png"); }
.renewal .section03 .client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/ico_rank3.png"); }
.renewal .section03 .client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/ico_rank4.png"); }
.renewal .section03 .client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/ico_rank5.png"); }
.renewal .section03 .client_archive .heading {
  margin-bottom: 10px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #f72d12;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .client_archive .heading {
      margin-bottom: 5px;
      text-align: center;
      font-size: 18.75px;
      font-size: 1.875rem; } }
.renewal .section03 .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; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .client_archive .overview {
      display: block; } }
  .renewal .section03 .client_archive .overview .image {
    width: 300px;
    margin-right: 15px; }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .overview .image {
        width: 65%;
        margin: 0 auto 10px; } }
  .renewal .section03 .client_archive .overview .txt {
    width: calc(100% - 315px); }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .overview .txt {
        width: 100%; } }
    .renewal .section03 .client_archive .overview .txt .items {
      width: 100%;
      display: table;
      background: #fff; }
      @media only screen and (max-width: 768px) {
        .renewal .section03 .client_archive .overview .txt .items {
          display: block; } }
      .renewal .section03 .client_archive .overview .txt .items .item {
        display: table-row;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .renewal .section03 .client_archive .overview .txt .items .item {
            -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; } }
        .renewal .section03 .client_archive .overview .txt .items .item .item_h {
          display: table-cell;
          width: 110px;
          padding: 12px 5px;
          background: #f2f7ff;
          border: .5px solid #e7e7e7;
          font-weight: 500;
          color: #2367cc;
          vertical-align: middle; }
          @media only screen and (max-width: 768px) {
            .renewal .section03 .client_archive .overview .txt .items .item .item_h {
              display: block; } }
        .renewal .section03 .client_archive .overview .txt .items .item .item_b {
          display: table-cell;
          width: calc(100% - 110px);
          padding: 12px 5px;
          border: .5px solid #e7e7e7;
          vertical-align: middle; }
          @media only screen and (max-width: 768px) {
            .renewal .section03 .client_archive .overview .txt .items .item .item_b {
              display: block; } }
          .renewal .section03 .client_archive .overview .txt .items .item .item_b br.archive {
            display: none; }
          .renewal .section03 .client_archive .overview .txt .items .item .item_b .ico_wrap {
            -webkit-display: flex;
            -moz-display: flex;
            -ms-display: flex;
            -o-display: flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center; }
            .renewal .section03 .client_archive .overview .txt .items .item .item_b .ico_wrap .ico {
              width: 20px;
              margin-right: 5px; }
            .renewal .section03 .client_archive .overview .txt .items .item .item_b .ico_wrap p {
              width: calc(100% - 25px); }
    .renewal .section03 .client_archive .overview .txt table {
      table-layout: fixed;
      width: 100%;
      background: #fff; }
      .renewal .section03 .client_archive .overview .txt table th, .renewal .section03 .client_archive .overview .txt table td {
        padding: 10px 5px;
        border: 1px solid #e7e7e7;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem; }
      .renewal .section03 .client_archive .overview .txt table th {
        width: 17%;
        background: #f2f7ff;
        font-weight: 500;
        color: #2367cc; }
      .renewal .section03 .client_archive .overview .txt table td br.archive {
        display: none; }
      .renewal .section03 .client_archive .overview .txt table td .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .renewal .section03 .client_archive .overview .txt table td .ico_wrap .ico {
          width: 20px;
          margin-right: 5px; }
        .renewal .section03 .client_archive .overview .txt table td .ico_wrap p {
          width: calc(100% - 25px); }
.renewal .section03 .client_archive .point {
  overflow: hidden;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #2367cc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .renewal .section03 .client_archive .point .ttl {
    padding: 7px 5px;
    background: #2367cc;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .point .ttl {
        font-size: 16.25px;
        font-size: 1.625rem; } }
  .renewal .section03 .client_archive .point .content {
    padding: 15px 25px 20px;
    -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) {
      .renewal .section03 .client_archive .point .content {
        padding: 10px 10px 15px; } }
    .renewal .section03 .client_archive .point .content .ico {
      width: 110px;
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        .renewal .section03 .client_archive .point .content .ico {
          display: none; } }
    .renewal .section03 .client_archive .point .content ul {
      width: calc(100% - 130px); }
      @media only screen and (max-width: 768px) {
        .renewal .section03 .client_archive .point .content ul {
          width: 100%; } }
      .renewal .section03 .client_archive .point .content ul li {
        position: relative;
        padding-left: 18px;
        font-size: 18px;
        font-size: 1.8rem; }
        @media only screen and (max-width: 768px) {
          .renewal .section03 .client_archive .point .content ul li {
            font-size: 16.875px;
            font-size: 1.6875rem; } }
        .renewal .section03 .client_archive .point .content ul li + li {
          margin-top: 3px; }
        .renewal .section03 .client_archive .point .content ul li::before {
          content: '';
          position: absolute;
          top: 7px;
          left: 0;
          width: 13px;
          height: 15px;
          background: url("img/ico_check.png") no-repeat left top/100% auto; }
          @media only screen and (max-width: 768px) {
            .renewal .section03 .client_archive .point .content ul li::before {
              top: 4px; } }
        .renewal .section03 .client_archive .point .content ul li strong {
          color: #f72d12; }
.renewal .section03 .client_archive .img_box {
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .client_archive .img_box {
      margin-top: 10px; } }
  .renewal .section03 .client_archive .img_box .img {
    text-align: center; }
    .renewal .section03 .client_archive .img_box .img + .img {
      margin-top: 10px; }
.renewal .section03 .client_archive .cta {
  margin-top: 15px; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .client_archive .cta {
      margin-top: 10px; } }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .client_archive .cta .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) {
    .renewal .section03 .client_archive .cta .cta_btn a {
      font-size: 17.5px;
      font-size: 1.75rem; } }
.renewal .section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 30px; }
  @media only screen and (max-width: 768px) {
    .renewal .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section04 .inner {
      padding: 15px 10px 40px; } }
@media only screen and (max-width: 768px) {
  .renewal .section04 .client_table {
    overflow-x: scroll;
    margin-right: -10px;
    padding-right: 10px; } }
.renewal .section04 .client_table table tbody tr:first-child td {
  background: #fffde4; }
.renewal .section04 .client_table table {
  width: 100%;
  border: 1px solid #e8e8e8; }
  @media only screen and (max-width: 768px) {
    .renewal .section04 .client_table table {
      width: 650px; } }
  .renewal .section04 .client_table table th, .renewal .section04 .client_table table td {
    padding: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .renewal .section04 .client_table table thead tr th:first-child,
    .renewal .section04 .client_table table tbody tr td:first-child {
      z-index: 1;
      position: sticky;
      top: 0;
      left: 0;
      width: 150px; }
      .renewal .section04 .client_table table thead tr th:first-child::after,
      .renewal .section04 .client_table table tbody tr td:first-child::after {
        z-index: -1;
        content: '';
        position: absolute;
        top: -1px;
        right: -1px;
        width: 1px;
        height: 100%;
        border-right: 1px solid #e8e8e8; } }
  .renewal .section04 .client_table table thead th {
    padding: 10px 5px;
    background: #f2f7ff;
    color: #2367cc;
    font-weight: 700; }
  .renewal .section04 .client_table table tbody td.img a {
    color: #1c65f8;
    text-decoration: underline; }
  .renewal .section04 .client_table table tbody td.img p {
    font-weight: 500; }
  .renewal .section04 .client_table table tbody td .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .renewal .section04 .client_table table tbody td strong {
    color: #f72d12; }
  .renewal .section04 .client_table table tbody td .cta_btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .renewal .section04 .client_table table tbody td .cta_btn a {
      padding: 15px 3px;
      font-size: 14px;
      font-size: 1.4rem; }
  .renewal .section04 .client_table table tbody td br.archive {
    display: none; }
.renewal .content_area {
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .renewal .content_area .three_step .wrap {
      padding: 10px 54px 15px 10px; } }
  .renewal .content_area .three_step .wrap .form_contents::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: -40px;
    left: 95px;
    width: 29px;
    height: 29px;
    z-index: 100;
    background: url(/images/ico_ok.png) 0 0 no-repeat;
    background-size: 29px auto; }
    @media only screen and (max-width: 768px) {
      .renewal .content_area .three_step .wrap .form_contents::after {
        top: 50%;
        left: auto;
        right: -44px;
        margin-top: -15px;
        width: 29px;
        height: 29px; } }
.renewal .fixed_cta {
  position: fixed;
  display: none;
  z-index: 20;
  background: rgba(232, 198, 222, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .renewal .fixed_cta .inner {
    position: relative;
    height: 90px;
    background: none; }
  .renewal .fixed_cta .img {
    position: absolute;
    bottom: 0;
    left: 125px; }
  .renewal .fixed_cta .cta {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    right: 128px; }
    .renewal .fixed_cta .cta .cta_btn a {
      padding: 10px 0;
      font-size: 15px;
      font-size: 1.5rem; }
.renewal .exitProtection_overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none; }
.renewal .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) {
    .renewal .exitProtection {
      width: 95% !important; } }
  .renewal .exitProtection a {
    outline: none; }
    .renewal .exitProtection a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .renewal .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .renewal .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .renewal .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .renewal .exitProtection .wrap .box {
      position: absolute;
      top: 40px;
      left: 0; }
      .renewal .exitProtection .wrap .box .img {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 160px;
        width: 60%; }
    .renewal .exitProtection .wrap .cta {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 18px;
      width: 370px;
      margin: auto; }
      .renewal .exitProtection .wrap .cta .cta_btn {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        .renewal .exitProtection .wrap .cta .cta_btn span {
          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: 15px 5px; }
    .renewal .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; }
.renewal .ui-dialog-titlebar {
  display: none; }
.renewal .ui-dialog {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 90% !important; }
