@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; } }
  @media only screen and (max-width: 768px) {
    .cta_btn {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .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; }

.header .inner {
  margin: 0 auto;
  height: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
.header .hdr_pmark {
  max-width: 60px;
  margin-right: 10px;
  display: inline-block; }
  .header .hdr_pmark img {
    max-height: 100%; }

.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: no-repeat center top/cover url("img/fv_bg.jpg"); }
  @media only screen and (max-width: 768px) {
    .renewal .fv {
      background: none; } }
  .renewal .fv .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .renewal .fv .inner {
        width: 100%; } }
    @media only screen and (min-width: 769px) {
      .renewal .fv .inner {
        max-height: 300px;
        height: 30vw; } }
    @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;
    max-width: 100%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .renewal .fv .fv_img {
        position: static;
        transform: none; }
        .renewal .fv .fv_img img {
          width: 100%; } }
.renewal .wrapper {
  max-width: 100%; }
.renewal .remarks {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 10px; }
.renewal .main_ttl {
  padding: 10px 0;
  background: #2367cc;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .renewal .main_ttl {
      padding: 10px 0 8px;
      font-size: 17.5px;
      font-size: 1.75rem; } }
  .renewal .main_ttl strong {
    font-size: 130%;
    color: #fff54d; }
    @media only screen and (max-width: 768px) {
      .renewal .main_ttl strong {
        line-height: 1.3; } }
.renewal .section01 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px 10px 40px; }
  @media only screen and (max-width: 768px) {
    .renewal .section01 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section01 .inner {
      padding: 10px 10px 35px; } }
.renewal .section01 .main_ttl {
  letter-spacing: 0.08em; }
.renewal .section01 .wrap .client_table {
  position: relative; }
  .renewal .section01 .wrap .client_table::before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 3);
    height: 100%;
    border: 2px solid #f72d12;
    pointer-events: none; }
  .renewal .section01 .wrap .client_table table {
    table-layout: fixed;
    width: 100%;
    border: 1px solid #c4c4c4; }
    .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; }
    @media only screen and (max-width: 768px) {
      .renewal .section01 .wrap .client_table table th {
        font-size: 14px;
        font-size: 1.4rem; } }
    .renewal .section01 .wrap .client_table table thead th:first-child,
    .renewal .section01 .wrap .client_table table tbody td:first-child {
      background: #fffde4; }
    .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: 33px;
          padding-bottom: 5px; } }
      .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: 8px;
            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;
      padding: 5px 0; }
      @media only screen and (max-width: 768px) {
        .renewal .section01 .wrap .client_table table tbody th {
          padding: 2px 0; } }
    .renewal .section01 .wrap .client_table table tbody td {
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .renewal .section01 .wrap .client_table table tbody td {
          padding: 10px 5px; } }
      .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: 100%; } }
    .renewal .section01 .wrap .client_table .cta_btn a {
      font-size: 14px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .renewal .section01 .wrap .client_table .cta_btn a {
          padding: 12px 0; } }
.renewal .attention {
  width: 700px;
  margin: 0px auto 40px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .renewal .attention {
      width: 95%;
      margin: 0px auto 20px; } }
.renewal .section02 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 25px 70px; }
  @media only screen and (max-width: 768px) {
    .renewal .section02 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section02 .inner {
      padding: 12px 10px 35px; } }
.renewal .section02 .img {
  text-align: center; }
.renewal .section02 .worry {
  margin: 0 0 30px;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .renewal .section02 .worry {
      margin: 0 0 16px; } }
  .renewal .section02 .worry h3 {
    margin-bottom: 15px;
    color: #516b91;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700; }
    @media only screen and (max-width: 768px) {
      .renewal .section02 .worry h3 {
        font-size: 24px;
        font-size: 2.4rem; } }
    .renewal .section02 .worry h3 span {
      padding-bottom: 3px;
      border-bottom: dotted 3px #516b91; }
  .renewal .section02 .worry .wrap {
    margin: 25px auto;
    -webkit-gap: 20px;
    -moz-gap: 20px;
    -ms-gap: 20px;
    -o-gap: 20px;
    gap: 20px;
    max-width: 535px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .renewal .section02 .worry .wrap {
        margin: 0;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end;
        -webkit-gap: 10px;
        -moz-gap: 10px;
        -ms-gap: 10px;
        -o-gap: 10px;
        gap: 10px; } }
    .renewal .section02 .worry .wrap .img {
      width: 20%; }
      @media only screen and (max-width: 768px) {
        .renewal .section02 .worry .wrap .img {
          width: 17%;
          margin-bottom: 7px; } }
    .renewal .section02 .worry .wrap ul {
      flex: 1;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .renewal .section02 .worry .wrap ul {
          font-size: 16px;
          font-size: 1.6rem; } }
      .renewal .section02 .worry .wrap ul li {
        position: relative;
        margin: 5px 0 10px;
        padding-left: 25px;
        text-align: left;
        font-weight: 500;
        letter-spacing: 0.09em;
        font-feature-settings: "palt"; }
        @media only screen and (max-width: 768px) {
          .renewal .section02 .worry .wrap ul li {
            margin: 0 0 5px;
            padding-left: 20px;
            letter-spacing: 0.06em; } }
        .renewal .section02 .worry .wrap ul li::before {
          content: "";
          position: absolute;
          top: 5px;
          left: 0;
          width: 22px;
          height: 22px;
          background: no-repeat top/contain url("../assets/img/ico_check.png"); }
          @media only screen and (max-width: 768px) {
            .renewal .section02 .worry .wrap ul li::before {
              width: 14px;
              height: 14px; } }
.renewal .section02 .ttl {
  text-align: center; }
  .renewal .section02 .ttl span {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem; }
    .renewal .section02 .ttl span strong {
      color: #2367cc;
      font-size: 130%; }
      @media only screen and (max-width: 768px) {
        .renewal .section02 .ttl span strong {
          font-size: 120%;
          line-height: 1.2; } }
.renewal .section02 .idcard {
  margin-bottom: 25px;
  border: solid 1px #2367cc;
  overflow: hidden;
  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) {
    .renewal .section02 .idcard {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
  .renewal .section02 .idcard .ttl {
    padding: 10px;
    text-align: center;
    background: #f2f7ff; }
    .renewal .section02 .idcard .ttl span {
      font-feature-settings: "palt";
      letter-spacing: 0.1em; }
      .renewal .section02 .idcard .ttl span::before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 126%;
        content: '';
        width: 50px;
        height: 46px;
        background: no-repeat left top/100% auto url("img/ico_finger.png"); }
        @media only screen and (max-width: 768px) {
          .renewal .section02 .idcard .ttl span::before {
            width: 25px;
            height: 23px;
            right: 120%;
            top: 12px; } }
  .renewal .section02 .idcard .wrap {
    padding: 25px 30px 30px; }
    @media only screen and (max-width: 768px) {
      .renewal .section02 .idcard .wrap {
        padding: 20px 10px 16px; } }
.renewal .section02 .reason {
  position: relative;
  padding: 10px 10px 30px; }
  @media only screen and (max-width: 768px) {
    .renewal .section02 .reason {
      padding: 5px 0 30px;
      margin-left: -10px;
      margin-right: -10px; } }
  .renewal .section02 .reason .item {
    padding: 15px 20px 35px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 15.36px 0.64px rgba(20, 20, 20, 0.16);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    font-size: min(1.7vw, 1.7rem); }
    @media only screen and (max-width: 768px) {
      .renewal .section02 .reason .item {
        padding: 7px 1% 15px;
        font-size: 15px;
        font-size: 1.5rem;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px; }
        .renewal .section02 .reason .item .img {
          padding: 0 8px; } }
    .renewal .section02 .reason .item .head {
      margin-bottom: 10px;
      font-weight: 600;
      color: #2367cc;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .renewal .section02 .reason .item .head {
          margin: 0 0 5px;
          font-size: 17px;
          font-size: 1.7rem; } }
    .renewal .section02 .reason .item .txt {
      margin-top: 10px; }
      @media only screen and (max-width: 768px) {
        .renewal .section02 .reason .item .txt {
          margin: 7px 0 5px;
          font-size: 15px;
          font-size: 1.5rem; } }
  .renewal .section02 .reason .swiper-container {
    padding: 20px 10px; }
.renewal .swiper-button-prev {
  left: 25px;
  width: 32px;
  top: 98%; }
  .renewal .swiper-button-prev::after {
    content: '';
    width: 32px;
    height: 32px;
    background: no-repeat center/contain url("img/ico_prev.png"); }
  @media only screen and (max-width: 768px) {
    .renewal .swiper-button-prev {
      left: 23%;
      top: 96%; }
      .renewal .swiper-button-prev::after {
        width: 24px;
        height: 24px; } }
.renewal .swiper-button-next {
  right: 25px;
  width: 32px;
  top: 98%; }
  .renewal .swiper-button-next::after {
    content: '';
    width: 32px;
    height: 32px;
    background: no-repeat center/contain url("img/ico_next.png"); }
  @media only screen and (max-width: 768px) {
    .renewal .swiper-button-next {
      right: 23%;
      top: 96%; }
      .renewal .swiper-button-next::after {
        width: 24px;
        height: 24px; } }
.renewal .swiper-pagination {
  margin-top: 5px;
  left: 0;
  right: 0;
  z-index: 0;
  text-align: center; }
.renewal .swiper-pagination-bullet {
  margin: 0 10px; }
  @media only screen and (max-width: 768px) {
    .renewal .swiper-pagination-bullet {
      margin: 10px 5px 0; } }
.renewal .section03 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 25px 10px 35px; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .inner {
      padding: 20px 10px 25px; }
      .renewal .section03 .inner .main_ttl {
        padding: 6px 0;
        font-size: 18px;
        font-size: 1.8rem; }
        .renewal .section03 .inner .main_ttl strong {
          font-size: 115%; } }
.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 60px;
        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: 5px 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: 31.7%;
    max-width: 300px;
    margin-right: 15px; }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .overview .image {
        width: 60%;
        margin: 0 auto 10px; } }
  .renewal .section03 .client_archive .overview .txt {
    flex: 1; }
    @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; }
      .renewal .section03 .client_archive .overview .txt .items .item {
        display: grid;
        grid-template-columns: 16% 1fr 16% 1fr;
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (min-width: 769px) {
          .renewal .section03 .client_archive .overview .txt .items .item {
            font-size: min(1.4vw, 1.4rem); }
            .renewal .section03 .client_archive .overview .txt .items .item.column {
              grid-template-columns: 16% 1fr; } }
        @media only screen and (max-width: 768px) {
          .renewal .section03 .client_archive .overview .txt .items .item {
            grid-template-columns: 35% 1fr; } }
        .renewal .section03 .client_archive .overview .txt .items .item .item_h {
          display: grid;
          align-items: center;
          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 {
              padding: 5px; } }
        .renewal .section03 .client_archive .overview .txt .items .item .item_b {
          display: grid;
          align-items: center;
          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 {
              flex: 1; }
    .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, .renewal .section03 .client_archive .osusume {
  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, .renewal .section03 .client_archive .osusume .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, .renewal .section03 .client_archive .osusume .ttl {
        padding: 4px;
        font-size: 16.25px;
        font-size: 1.625rem; } }
  .renewal .section03 .client_archive .point .content, .renewal .section03 .client_archive .osusume .content {
    padding: 10px 25px 20px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -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) {
      .renewal .section03 .client_archive .point .content, .renewal .section03 .client_archive .osusume .content {
        padding: 9px 6px 15px;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start; } }
    .renewal .section03 .client_archive .point .content .ico, .renewal .section03 .client_archive .osusume .content .ico {
      margin-right: 15px; }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .point .content ul, .renewal .section03 .client_archive .osusume .content ul {
        width: 100%; } }
    .renewal .section03 .client_archive .point .content ul li, .renewal .section03 .client_archive .osusume .content ul li {
      position: relative; }
      @media only screen and (max-width: 768px) {
        .renewal .section03 .client_archive .point .content ul li, .renewal .section03 .client_archive .osusume .content ul li {
          font-size: 16.875px;
          font-size: 1.6875rem;
          line-height: 1.3; } }
      .renewal .section03 .client_archive .point .content ul li + li, .renewal .section03 .client_archive .osusume .content ul li + li {
        margin-top: 3px; }
.renewal .section03 .client_archive .point .content .ico {
  width: 110px; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .client_archive .point .content .ico {
      display: none; } }
.renewal .section03 .client_archive .point ul li {
  padding-left: 18px;
  font-size: 18px;
  font-size: 1.8rem; }
  .renewal .section03 .client_archive .point ul li::before {
    content: '✓';
    position: absolute;
    top: 2px;
    left: 0;
    color: #07ace6;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .point ul li::before {
        top: 4px; } }
.renewal .section03 .client_archive .osusume .content .ico {
  width: 100px; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .client_archive .osusume .content .ico {
      margin-right: 5px;
      width: 25%; } }
.renewal .section03 .client_archive .osusume ul li {
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .renewal .section03 .client_archive .osusume ul li {
      margin: 8px 0;
      padding-left: 20px; } }
  .renewal .section03 .client_archive .osusume ul li::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 28px;
    height: 24px;
    background: url("img/ico_check2.png") no-repeat left top/100% auto; }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .osusume ul li::before {
        top: 4px;
        width: 16px;
        height: 16px; } }
  .renewal .section03 .client_archive .osusume ul li strong {
    font-size: 18px;
    font-size: 1.8rem; }
.renewal .section03 .client_archive .campaign {
  position: relative;
  margin-top: 55px;
  padding: 15px 20px 25px;
  border: solid 1px #07ace6;
  background: #fff;
  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 .campaign {
      margin-top: 9.4vw;
      padding: 15px 10px 25px;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px; } }
  .renewal .section03 .client_archive .campaign .ttl {
    margin-top: -50px;
    margin-bottom: 15px;
    padding: 5px 0 18px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: no-repeat center/contain url("img/ttl_ribbon.png"); }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .campaign .ttl {
        margin-top: -45px;
        margin-bottom: 0;
        padding: 12px 0 18px;
        font-size: 16px;
        font-size: 1.6rem; } }
  .renewal .section03 .client_archive .campaign .img {
    margin: auto;
    max-width: 350px;
    text-align: center; }
.renewal .section03 .client_archive .flow {
  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 .flow .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 .flow .ttl {
        padding: 4px;
        font-size: 16.25px;
        font-size: 1.625rem; } }
  .renewal .section03 .client_archive .flow .content {
    position: relative;
    padding: 20px 25px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .renewal .section03 .client_archive .flow .content {
        padding: 15px 6px; } }
  .renewal .section03 .client_archive .flow .swiper-container {
    max-width: 600px;
    margin: 0 auto;
    overflow-x: hidden; }
  .renewal .section03 .client_archive .flow .control {
    position: relative;
    display: inline-block;
    margin: 15px 10px; }
    .renewal .section03 .client_archive .flow .control .swiper-pagination {
      position: static; }
    .renewal .section03 .client_archive .flow .control .swiper-button-prev {
      top: 50%;
      transform: translateY(5px);
      right: 100%;
      left: unset; }
    .renewal .section03 .client_archive .flow .control .swiper-button-next {
      top: 50%;
      transform: translateY(5px);
      left: 100%;
      right: unset; }
.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; } }
  .renewal .section03 .client_archive .cta .cta_btn a {
    font-size: 21px;
    font-size: 2.1rem; }
    @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 {
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 10px 50px; }
  @media only screen and (max-width: 768px) {
    .renewal .section04 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section04 .inner {
      padding: 30px 10px 40px; } }
.renewal .section04 .main_ttl {
  padding: 25px 0;
  letter-spacing: 0.03em;
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (max-width: 768px) {
    .renewal .section04 .main_ttl {
      padding: 18px 0;
      font-size: 21.5px;
      font-size: 2.15rem; } }
.renewal .section04 .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-gap: 3.5%;
  -moz-gap: 3.5%;
  -ms-gap: 3.5%;
  -o-gap: 3.5%;
  gap: 3.5%; }
  @media only screen and (max-width: 768px) {
    .renewal .section04 .wrap {
      grid-template-columns: 1fr;
      -webkit-gap: 25px;
      -moz-gap: 25px;
      -ms-gap: 25px;
      -o-gap: 25px;
      gap: 25px; } }
  .renewal .section04 .wrap .item {
    position: relative;
    padding: 14px 6% 35px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 15px 0.6px rgba(20, 20, 20, 0.16);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    font-size: 18px;
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .renewal .section04 .wrap .item {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        -ms-column-gap: 10px;
        -o-column-gap: 10px;
        column-gap: 10px;
        padding: 25px 6% 15px; } }
    .renewal .section04 .wrap .item .label {
      display: inline-flex;
      padding: 2px 20px;
      color: #fff;
      font-weight: 600;
      background: #2367cc;
      font-size: 17px;
      font-size: 1.7rem;
      border-radius: 100vmax;
      -moz-border-radius: 100vmax;
      -webkit-border-radius: 100vmax;
      -o-border-radius: 100vmax;
      -ms-border-radius: 100vmax; }
      @media only screen and (max-width: 768px) {
        .renewal .section04 .wrap .item .label {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -10px; } }
    .renewal .section04 .wrap .item .img {
      margin: 15px 0 10px; }
      @media only screen and (max-width: 768px) {
        .renewal .section04 .wrap .item .img {
          margin: 0;
          width: 36%; } }
    .renewal .section04 .wrap .item .txt {
      font-size: min(1.7vw, 1.7rem); }
      @media only screen and (max-width: 768px) {
        .renewal .section04 .wrap .item .txt {
          flex: 1;
          text-align: left;
          font-size: 17px;
          font-size: 1.7rem; } }
      .renewal .section04 .wrap .item .txt p {
        font-weight: 600;
        color: #2367cc;
        font-size: 19px;
        font-size: 1.9rem; }
        @media only screen and (min-width: 769px) {
          .renewal .section04 .wrap .item .txt p {
            margin-bottom: 5px;
            font-size: min(1.9vw, 1.9rem); } }
    .renewal .section04 .wrap .item:not(:last-child)::after {
      content: "";
      width: 27px;
      height: 46px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -23px;
      background: no-repeat center/contain url("img/ico_arrow.png"); }
      @media only screen and (max-width: 768px) {
        .renewal .section04 .wrap .item:not(:last-child)::after {
          left: 50%;
          transform: translateX(-50%) rotate(90deg);
          top: calc(100% - 22px);
          width: 14px; } }
.renewal .section05 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 10px 35px; }
  @media only screen and (max-width: 768px) {
    .renewal .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section05 .inner {
      padding: 20px 10px; } }
.renewal .section05 .main_ttl {
  padding: 25px 0;
  letter-spacing: 0.03em;
  font-size: 26px;
  font-size: 2.6rem; }
  @media only screen and (max-width: 768px) {
    .renewal .section05 .main_ttl {
      padding: 18px 0;
      font-size: 21.5px;
      font-size: 2.15rem; } }
.renewal .section05 .faq .item {
  position: relative;
  margin: 0 auto 15px;
  max-width: 900px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 15.36px 0.64px rgba(20, 20, 20, 0.16);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  @media only screen and (max-width: 768px) {
    .renewal .section05 .faq .item {
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; } }
  .renewal .section05 .faq .item summary {
    position: relative;
    padding: 23px 75px;
    font-weight: 700;
    color: #2367cc;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .renewal .section05 .faq .item summary {
        padding: 15px 35px;
        font-size: 17px;
        font-size: 1.7rem; } }
    .renewal .section05 .faq .item summary::marker {
      content: none; }
    .renewal .section05 .faq .item summary::before {
      content: "Q";
      position: absolute;
      left: 30px;
      top: 50%;
      transform: translateY(-50%) translateY(-0.15em);
      color: #2367cc;
      font-size: 32px;
      font-size: 3.2rem; }
      @media only screen and (max-width: 768px) {
        .renewal .section05 .faq .item summary::before {
          left: 12px; } }
    .renewal .section05 .faq .item summary::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 33px;
      width: 30px;
      height: 25px;
      transform: translateY(-50%) rotate(90deg);
      background: no-repeat center/contain url("img/ico_arrow.png");
      transition: transform .3s; }
      @media only screen and (max-width: 768px) {
        .renewal .section05 .faq .item summary::after {
          right: 10px;
          width: 20px;
          height: 20px; } }
  .renewal .section05 .faq .item[open] summary::after {
    transform: translateY(-50%) rotate(-90deg); }
  .renewal .section05 .faq .item .wrap {
    margin-top: -15px;
    padding: 0 75px 25px;
    line-height: 1.6;
    font-size: 15px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .renewal .section05 .faq .item .wrap {
        margin-top: -10px;
        padding: 0 35px 25px;
        line-height: 1.75;
        font-size: 16px;
        font-size: 1.6rem; } }
.renewal .section06 .inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 30px 10px 60px; }
  @media only screen and (max-width: 768px) {
    .renewal .section06 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .renewal .section06 .inner {
      padding: 15px 10px 40px; } }
.renewal .section06 .recommend {
  padding: 25px 60px;
  border: solid 5px #b1e6f8;
  background: #f6fdff;
  display: grid;
  -webkit-gap: 5px 20px;
  -moz-gap: 5px 20px;
  -ms-gap: 5px 20px;
  -o-gap: 5px 20px;
  gap: 5px 20px;
  grid-template-rows: auto 1fr;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; }
  .renewal .section06 .recommend .name {
    margin-top: 18px;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
    grid-column: 2 / 3;
    grid-row: 1 / 2; }
    @media only screen and (max-width: 768px) {
      .renewal .section06 .recommend .name {
        font-size: 22px;
        font-size: 2.2rem; } }
  .renewal .section06 .recommend .image {
    max-width: 300px;
    grid-column: 1 / 2;
    grid-row: 1 / 3; }
    @media only screen and (max-width: 768px) {
      .renewal .section06 .recommend .image {
        grid-row: 2 / 3;
        width: 62%;
        justify-self: center; } }
  .renewal .section06 .recommend .txt {
    grid-column: 2 / 3;
    grid-row: 2 / 3; }
    @media only screen and (max-width: 768px) {
      .renewal .section06 .recommend .txt {
        grid-row: 3 / 4; } }
    .renewal .section06 .recommend .txt .red {
      font-weight: 700;
      font-size: min(2.3vw, 2.3rem); }
      @media only screen and (max-width: 768px) {
        .renewal .section06 .recommend .txt .red {
          font-size: 18px;
          font-size: 1.8rem; } }
  .renewal .section06 .recommend .cta {
    max-width: 500px;
    margin: 20px auto 0 0; }
    @media only screen and (max-width: 768px) {
      .renewal .section06 .recommend .cta {
        margin: 10px auto 0; } }
    .renewal .section06 .recommend .cta .cta_btn a {
      font-size: min(2.2vw, 2.2rem); }
      @media only screen and (max-width: 768px) {
        .renewal .section06 .recommend .cta .cta_btn a {
          font-size: 18px;
          font-size: 1.8rem; } }
  @media only screen and (max-width: 768px) {
    .renewal .section06 .recommend {
      padding: 15px;
      text-align: center;
      border-width: 2px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px; }
      .renewal .section06 .recommend .name, .renewal .section06 .recommend .image, .renewal .section06 .recommend .txt {
        margin: 0;
        grid-column: auto; } }
.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(7, 172, 230, 0.9);
  left: 0;
  bottom: 0;
  width: 100%; }
  .renewal .fixed_cta .inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    height: 90px;
    background: none;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -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;
    -webkit-gap: 5px;
    -moz-gap: 5px;
    -ms-gap: 5px;
    -o-gap: 5px;
    gap: 5px; }
    @media only screen and (max-width: 768px) {
      .renewal .fixed_cta .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .renewal .fixed_cta .inner {
        padding: 4px 10px;
        height: 65px;
        -webkit-gap: 8px;
        -moz-gap: 8px;
        -ms-gap: 8px;
        -o-gap: 8px;
        gap: 8px; } }
  .renewal .fixed_cta .img {
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .renewal .fixed_cta .img {
        max-width: 36%; } }
    .renewal .fixed_cta .img picture {
      height: 100%;
      -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 .fixed_cta .img picture img {
        max-height: 100%; }
  .renewal .fixed_cta .txt {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .renewal .fixed_cta .txt {
        flex: 1; } }
    .renewal .fixed_cta .txt p {
      margin: -7px 0 3px;
      color: #fff;
      font-size: min(2.4vw, 1.9rem); }
    .renewal .fixed_cta .txt .label {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-gap: 3px;
      -moz-gap: 3px;
      -ms-gap: 3px;
      -o-gap: 3px;
      gap: 3px;
      font-size: min(1.8vw, 1.6rem); }
      @media only screen and (max-width: 768px) {
        .renewal .fixed_cta .txt .label {
          flex-direction: column;
          font-size: 13px;
          font-size: 1.3rem; } }
      .renewal .fixed_cta .txt .label span {
        padding: 2px 10px 4px;
        color: #2367cc;
        font-weight: 700;
        border: solid 2px;
        background: #fff;
        font-feature-settings: "palt";
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 768px) {
          .renewal .fixed_cta .txt .label span {
            padding: 0;
            border-width: 1px; } }
  .renewal .fixed_cta .btn {
    width: 33%; }
    @media only screen and (max-width: 768px) {
      .renewal .fixed_cta .btn {
        width: 31%; } }
    .renewal .fixed_cta .btn .cta_btn a {
      padding: 20px 0;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .renewal .fixed_cta .btn .cta_btn a {
          line-height: 1.3;
          padding: 8px 0; } }
.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; }

.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 a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        margin: 0 auto;
        height: 100%; }
        .exitProtection .wrap::before {
          content: "";
          display: block;
          padding-top: calc(470 / 400 * 100%); } }
    .exitProtection .wrap .image {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .image .client_image {
        display: block;
        position: absolute;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 105px;
        width: 60%; }
        @media only screen and (max-width: 768px) {
          .exitProtection .wrap .image .client_image {
            bottom: 22%; } }
    .exitProtection .wrap .modal_close {
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      position: absolute;
      top: 0px;
      right: 0;
      text-align: center;
      cursor: pointer;
      text-decoration: none;
      z-index: 100; }
    .exitProtection .wrap .btn {
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 14px; }
      @media only screen and (max-width: 768px) {
        .exitProtection .wrap .btn {
          bottom: 5px; } }
      .exitProtection .wrap .btn .cta_btn {
        display: block;
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff;
        font-weight: 700;
        overflow: hidden;
        text-align: center;
        padding: 5px 0; }
        .exitProtection .wrap .btn .cta_btn strong {
          font-size: .9em;
          color: #fff000; }

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

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

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 1000; }
  .modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .modal-container.active {
    opacity: 1;
    visibility: visible; }

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle; }

.modal-close {
  background: #8d8d8d;
  color: #fff !important;
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  right: 0;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  z-index: 100; }

.modal-content {
  width: 42vh;
  max-width: 400px;
  max-height: 85vh; }
  .modal-content .inner {
    position: relative; }
  .modal-content .btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px; }
