@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("wow/animate.css");
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 #c13748;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #c13748;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #c13748;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #c13748;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #c13748;
    top: 0px; } }
@keyframes animationbtn2 {
  0% {
    box-shadow: 0 5px 0 #2d4491;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #2d4491;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #2d4491;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #2d4491;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #2d4491;
    top: 0px; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  color: #121212;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #121212; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #121212;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(68, 101, 216, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #4465d8;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.shiny {
  position: relative;
  overflow: hidden; }
  .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 {
  margin: 0 auto;
  box-shadow: 0 5px 0 #c13748;
  animation: animationbtn 2s infinite;
  background: #ec475b;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .cta_btn.no_animation {
    animation: none !important; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 55px;
    color: #fff;
    text-align: center; }
  .cta_btn.blue {
    box-shadow: 0 5px 0 #2d4491;
    background: #4465d8;
    animation: animationbtn2 2s infinite; }

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

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

.main_ttl {
  background: #10a8ef;
  background: -webkit-linear-gradient(right, #10a8ef 0%, #4465d8 100%);
  background: linear-gradient(to right, #10a8ef 0%, #4465d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10a8ef', endColorstr=' #4465d8', GradientType=1);
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 16px 10px;
  position: relative;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  /*&::before {
      content:"";
      @include center(x);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 8px 0 8px;
      border-color: #3c7ce0 transparent transparent transparent;
      bottom:-10px;
  }*/ }

.tag_wrap {
  -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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start; }
  .tag_wrap + .tag_wrap {
    margin-top: 5px; }
  .tag_wrap .tag {
    margin: -2px 5px 0 0;
    padding: 4px 8px 3px;
    background: #229aef;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    white-space: nowrap; }
    .tag_wrap .tag.body {
      background: #0029b7; }
  .tag_wrap .tag_txt {
    text-align: left; }

.header {
  padding: 5px 0; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .header__pr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
  .header .logo {
    width: 142px;
    margin: 0 auto; }

.pr_txt {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 10; }

.index .fv {
  background-image: url("img/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 300px; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
  .index .fv .fv_image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 38px; }
  .index .fv .fv_txt {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 23px;
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    font-size: 2.3rem; }
.index .section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .index .section01 .inner {
      width: 100%; } }
.index .section01 .top_heading {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #4465d8; }
.index .section01 h2 {
  background: #ecf0fe;
  text-align: center;
  border: 1px solid #4465d8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative; }
  .index .section01 h2::before, .index .section01 h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .index .section01 h2::before {
    bottom: -24px;
    border: 12px solid transparent;
    border-top: 12px solid #ecf0fe;
    z-index: 1; }
  .index .section01 h2::after {
    bottom: -29px;
    border: 16px solid transparent;
    border-top: 16px solid #4465d8;
    z-index: -1; }
  .index .section01 h2 .medium {
    font-size: 30px;
    font-size: 3rem; }
  .index .section01 h2 .large {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 900; }
  .index .section01 h2 .blue {
    color: #4465d8; }
  .index .section01 h2 .pink {
    color: #ec475b; }
.index .section01 .fukidashi_ttl {
  margin: 0 auto 20px;
  padding: 0 !important;
  background: none !important;
  border: none !important; }
  .index .section01 .fukidashi_ttl::before, .index .section01 .fukidashi_ttl::after {
    content: none !important; }
.index .section01 .vertical_table table {
  width: 100%;
  table-layout: fixed; }
  .index .section01 .vertical_table table th, .index .section01 .vertical_table table td {
    padding: 10px 5px;
    border: 1px solid #afafaf;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
  .index .section01 .vertical_table table thead th {
    position: relative;
    padding-top: 60px;
    vertical-align: top; }
    .index .section01 .vertical_table table thead th::before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 10px;
      width: 60px;
      height: 43px;
      background: url("img/crown01.png") no-repeat left top/100% auto; }
    .index .section01 .vertical_table table thead th:nth-child(2)::before {
      background-image: url("img/crown02.png"); }
    .index .section01 .vertical_table table thead th:nth-child(3)::before {
      background-image: url("img/crown03.png"); }
    .index .section01 .vertical_table table thead th:nth-child(4)::before {
      top: 1px;
      background-image: url("img/crown04.png"); }
    .index .section01 .vertical_table table thead th:nth-child(5)::before {
      top: 1px;
      background-image: url("img/crown05.png"); }
    .index .section01 .vertical_table table thead th p {
      margin-top: 5px;
      font-size: 17px;
      font-size: 1.7rem;
      font-weight: 700; }
    .index .section01 .vertical_table table thead th a {
      color: #10adf6; }
  .index .section01 .vertical_table table tbody th {
    padding: 5px;
    background: #4465d8;
    border: none;
    color: #fff; }
  .index .section01 .vertical_table table tbody td .ico {
    width: 40px;
    margin: 0 auto 3px; }
.index .section01 .vertical_table .cta_btn a {
  font-size: 15px;
  font-size: 1.5rem; }
.index .section01 .horizontal_table table {
  width: 100%; }
  .index .section01 .horizontal_table table tbody tr:first-child {
    border: 3px solid #ec475b; }
    .index .section01 .horizontal_table table tbody tr:first-child td {
      background: #fffde1; }
  .index .section01 .horizontal_table table th, .index .section01 .horizontal_table table td {
    width: auto;
    max-width: 150px;
    border: 1px solid #c4c4c4;
    text-align: center; }
  .index .section01 .horizontal_table table th {
    background: #95a5db;
    font-weight: 700;
    color: #fff;
    padding: 3px 0;
    font-size: 15px;
    font-size: 1.5rem;
    position: relative; }
  .index .section01 .horizontal_table table td {
    padding: 8px 10px;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative; }
    .index .section01 .horizontal_table table td:first-child {
      width: 80px !important;
      text-align: center; }
      .index .section01 .horizontal_table table td:first-child img {
        width: 60px; }
  .index .section01 .horizontal_table table .blue {
    display: block;
    font-weight: 700;
    color: #4465d8; }
  .index .section01 .horizontal_table table .min {
    font-size: 11px;
    font-size: 1.1rem;
    display: block; }
  .index .section01 .horizontal_table table .red {
    display: block;
    font-weight: 700;
    color: #ec475b; }
  .index .section01 .horizontal_table table .price td,
  .index .section01 .horizontal_table table .place td {
    font-size: 13px;
    font-size: 1.3rem; }
  .index .section01 .horizontal_table table .price td {
    vertical-align: top;
    padding-left: 0;
    padding-right: 0; }
  .index .section01 .horizontal_table table .image {
    position: relative; }
    .index .section01 .horizontal_table table .image::before {
      content: "";
      position: absolute;
      width: 64px;
      height: 47px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -60px;
      pointer-events: none; }
  .index .section01 .horizontal_table table thead td:nth-child(1) .image::before {
    background-image: url("img/crown01.png"); }
  .index .section01 .horizontal_table table thead td:nth-child(2) .image::before {
    background-image: url("img/crown02.png"); }
  .index .section01 .horizontal_table table thead td:nth-child(3) .image::before {
    background-image: url("img/crown03.png"); }
  .index .section01 .horizontal_table table thead td:nth-child(4) .image::before {
    background-image: url("img/crown04.png"); }
  .index .section01 .horizontal_table table thead td:nth-child(5) .image::before {
    background-image: url("img/crown05.png"); }
.index .section01 .horizontal_table .image {
  padding-top: 5px; }
  .index .section01 .horizontal_table .image a {
    display: block; }
    .index .section01 .horizontal_table .image a:hover img {
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1; }
    .index .section01 .horizontal_table .image a p {
      text-decoration: underline;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 5px; }
    .index .section01 .horizontal_table .image a:hover p {
      text-decoration: none; }
.index .section01 .horizontal_table .ico {
  width: 28px;
  margin: 0 auto 3px; }
.index .section01 .horizontal_table .inline ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .index .section01 .horizontal_table .inline ul li {
    width: calc((100% - 2%) / 3);
    margin-left: 1%; }
    .index .section01 .horizontal_table .inline ul li:first-child {
      margin-left: 0; }
.index .section01 .horizontal_table .cta_btn {
  margin: 5px 0 10px; }
  .index .section01 .horizontal_table .cta_btn a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 45px; }
.index .section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 100px; }
  @media only screen and (max-width: 768px) {
    .index .section02 .inner {
      width: 100%; } }
.index .section02 h2 {
  text-align: center;
  border: 2px solid #4465d8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 15px 0;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.4;
  width: 600px;
  margin: 0 auto;
  position: relative;
  background: #fff; }
  .index .section02 h2::before, .index .section02 h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .index .section02 h2::before {
    bottom: -22px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 1; }
  .index .section02 h2::after {
    bottom: -29px;
    border: 16px solid transparent;
    border-top: 16px solid #4465d8;
    z-index: -1; }
  .index .section02 h2 span {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    color: #4465d8; }
.index .section02 .merit {
  margin-top: 30px;
  display: flex;
  justify-content: space-between; }
  .index .section02 .merit div {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    width: 250px;
    padding: 25px 0 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.3; }
    .index .section02 .merit div p {
      font-size: 18px;
      margin: 0 0 5px; }
      .index .section02 .merit div p span {
        font-size: 1.38em;
        color: #ec475b; }
.index .section02 .table_area {
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden; }
  .index .section02 .table_area .table_inner {
    border: 3px solid #c5defb;
    border-top: none;
    padding: 15px 45px 20px;
    border-radius: 0 0 10px 10px; }
  .index .section02 .table_area h3 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    background: #4465d8;
    color: #fff;
    padding: 14px 0;
    text-align: center; }
  .index .section02 .table_area .heading {
    text-align: center; }
    .index .section02 .table_area .heading span {
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700;
      background: linear-gradient(transparent 60%, #fff676 60%); }
  .index .section02 .table_area table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    position: relative;
    z-index: 10;
    margin-top: 5px; }
    .index .section02 .table_area table tbody {
      position: relative;
      z-index: 10; }
    .index .section02 .table_area table th {
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      text-align: center; }
    .index .section02 .table_area table .th_esthe {
      vertical-align: bottom; }
      .index .section02 .table_area table .th_esthe span {
        background-color: #95a5db;
        width: 255px;
        padding: 8px;
        display: block;
        border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        -webkit-border-radius: 20px 20px 0 0;
        -o-border-radius: 20px 20px 0 0;
        -ms-border-radius: 20px 20px 0 0; }
    .index .section02 .table_area table .th_medical {
      background-color: #ec475b;
      width: 255px;
      padding: 12px;
      border-radius: 20px 20px 0 0;
      -moz-border-radius: 20px 20px 0 0;
      -webkit-border-radius: 20px 20px 0 0;
      -o-border-radius: 20px 20px 0 0;
      -ms-border-radius: 20px 20px 0 0;
      font-size: 23px;
      font-size: 2.3rem; }
    .index .section02 .table_area table .th_side {
      background-color: #4465d8;
      width: 178px;
      padding: 22px; }
    .index .section02 .table_area table td {
      border: 2px solid #c5defb;
      padding: 10px;
      font-size: 15px;
      text-align: center;
      background: #fff; }
      .index .section02 .table_area table td .ico {
        width: 30px;
        margin: 0 auto 3px; }
      .index .section02 .table_area table td.medical_td {
        background: #fffeed; }
    .index .section02 .table_area table::before {
      display: block;
      content: "";
      height: 85%;
      width: 240px;
      position: absolute;
      border: 4px solid #ec475b;
      border-top: none;
      bottom: 7px;
      right: 10px;
      z-index: 12;
      pointer-events: none; }
.index .section03 .inner {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 30px; }
.index .section03 .remarks {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  margin-top: 30px; }
.index .section03 .content {
  width: 462px;
  height: 456px;
  margin: 10px auto 0;
  background-image: url("img/section03_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .index .section03 .content .txt, .index .section03 .content .item {
    position: absolute; }
  .index .section03 .content .txt {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    color: #ec475b;
    top: 12%;
    right: 0;
    pointer-events: none; }
  .index .section03 .content .item {
    overflow: hidden;
    width: 24%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
  .index .section03 .content .item_01 {
    top: 20%;
    right: 15%;
    -webkit-box-shadow: 0 0 7px rgba(236, 71, 91, 0.7), 0 0 7px rgba(236, 71, 91, 0.7), 0 0 7px rgba(236, 71, 91, 0.7);
    -moz-box-shadow: 0 0 7px rgba(236, 71, 91, 0.7), 0 0 7px rgba(236, 71, 91, 0.7), 0 0 7px rgba(236, 71, 91, 0.7);
    box-shadow: 0 0 7px rgba(236, 71, 91, 0.7), 0 0 7px rgba(236, 71, 91, 0.7), 0 0 7px rgba(236, 71, 91, 0.7); }
  .index .section03 .content .item_02 {
    top: 34%;
    right: 24%; }
  .index .section03 .content .item_03 {
    top: 47%;
    left: 18%; }
  .index .section03 .content .item_04 {
    top: 60.5%;
    left: 25%; }
  .index .section03 .content .item_05 {
    top: 74%;
    left: 43%; }
.index .section04 {
  overflow: hidden; }
  .index .section04 .inner {
    padding: 50px;
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .index .section04 .inner {
        width: 100%; } }
  .index .section04 .top_heading {
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    color: #ec475b; }
  .index .section04 .main_ttl {
    width: 600px;
    margin: 10px auto 0;
    line-height: 1.2;
    font-size: 20px;
    font-size: 2rem; }
    .index .section04 .main_ttl span {
      font-size: 26px;
      font-size: 2.6rem;
      color: #fff676; }
  .index .section04 .client_archive {
    margin-top: 40px; }
    .index .section04 .client_archive ul li {
      position: relative;
      margin-top: 120px; }
      .index .section04 .client_archive ul li:first-child {
        margin-top: 0; }
      .index .section04 .client_archive ul li.down::before {
        content: '';
        position: absolute;
        top: 200px;
        left: 0;
        width: 300%;
        height: 80%;
        margin: 0 -80% 0;
        transform: skewY(15deg);
        z-index: 1; }
      .index .section04 .client_archive ul li.up::before {
        content: '';
        position: absolute;
        top: 80px;
        left: 0;
        width: 300%;
        height: 80%;
        margin: 0 -80% 0;
        transform: skewY(-5deg);
        z-index: 1; }
      .index .section04 .client_archive ul li .overview, .index .section04 .client_archive ul li .point, .index .section04 .client_archive ul li .recommend, .index .section04 .client_archive ul li .cta, .index .section04 .client_archive ul li .cta_bnr, .index .section04 .client_archive ul li .remarks {
        position: relative;
        z-index: 2; }
      .index .section04 .client_archive ul li .name {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.4;
        -webkit-box-shadow: 2px 2px 0 #f8ded8;
        -moz-box-shadow: 2px 2px 0 #f8ded8;
        box-shadow: 2px 2px 0 #f8ded8;
        padding-bottom: 10px;
        background: #fff; }
        .index .section04 .client_archive ul li .name a {
          display: block;
          text-decoration: none;
          font-weight: 700;
          position: relative;
          padding-left: 105px; }
          .index .section04 .client_archive ul li .name a::before {
            content: "";
            position: absolute;
            width: 80px;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            left: 0;
            top: 0;
            pointer-events: none; }
          .index .section04 .client_archive ul li .name a span {
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: 700;
            color: #ec475b;
            display: block; }
      .index .section04 .client_archive ul li:nth-child(1) .name a::before {
        background-image: url("img/crown01.png"); }
      .index .section04 .client_archive ul li:nth-child(2) .name a::before {
        background-image: url("img/crown02.png"); }
      .index .section04 .client_archive ul li:nth-child(3) .name a::before {
        background-image: url("img/crown03.png"); }
      .index .section04 .client_archive ul li:nth-child(4) .name a::before {
        background-image: url("img/crown04.png"); }
      .index .section04 .client_archive ul li:nth-child(5) .name a::before {
        background-image: url("img/crown05.png"); }
      .index .section04 .client_archive ul li.pickup .name a::before {
        background-image: url("img/crown_pr.png"); }
      .index .section04 .client_archive ul li.pickup {
        position: relative;
        margin-top: 220px; }
        .index .section04 .client_archive ul li.pickup::before {
          background: #feffe1 !important;
          height: 90%;
          top: 50px; }
        .index .section04 .client_archive ul li.pickup::after {
          content: '';
          position: absolute;
          top: -110px;
          left: 50%;
          transform: translateX(-50%);
          width: 438px;
          height: 89px;
          margin: 0 auto;
          background: url(img/ttl_pickup.png) no-repeat left top/100% auto;
          pointer-events: none; }
        .index .section04 .client_archive ul li.pickup .overview .data table th {
          background: #fec641 !important; }
        .index .section04 .client_archive ul li.pickup .recommend .heading span,
        .index .section04 .client_archive ul li.pickup .point .heading span {
          color: #fec641 !important; }
    .index .section04 .client_archive .overview .image {
      width: 300px; }
    .index .section04 .client_archive .overview .contents {
      -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;
      margin-top: 20px; }
    .index .section04 .client_archive .overview .data {
      width: calc(100% - 300px);
      padding-left: 12px; }
      .index .section04 .client_archive .overview .data .heading {
        text-align: center;
        color: #ec7685;
        font-size: 19px;
        font-size: 1.9rem;
        font-weight: 700; }
      .index .section04 .client_archive .overview .data table {
        width: 100%;
        background: #fff; }
        .index .section04 .client_archive .overview .data table th, .index .section04 .client_archive .overview .data table td {
          padding: 10px;
          border: 1px solid #d8d8d8;
          font-size: 16px;
          font-size: 1.6rem; }
        .index .section04 .client_archive .overview .data table th {
          background: #4465d8;
          color: #fff;
          width: 23%; }
        .index .section04 .client_archive .overview .data table td sup {
          font-size: 10px;
          font-size: 1rem; }
        .index .section04 .client_archive .overview .data table .ico_wrap {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .index .section04 .client_archive .overview .data table .ico_wrap .ico {
            width: 30px; }
          .index .section04 .client_archive .overview .data table .ico_wrap .txt {
            padding-left: 10px; }
        .index .section04 .client_archive .overview .data table .tag_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; }
        .index .section04 .client_archive .overview .data table .blue {
          font-weight: 700;
          color: #4465d8; }
        .index .section04 .client_archive .overview .data table .red {
          font-weight: 700;
          color: #ec475b;
          font-size: 12px;
          font-size: 1.2rem; }
    .index .section04 .client_archive .overview .feature_items {
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: 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;
      margin-top: -3px; }
      .index .section04 .client_archive .overview .feature_items .feature_item {
        margin-right: 1%;
        margin-top: 3px;
        text-align: center;
        font-size: 13px;
        font-size: 1.3rem;
        color: #0b5396;
        font-weight: 500;
        padding: 2px 10px;
        background: #e5f2ff;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }
        .index .section04 .client_archive .overview .feature_items .feature_item:last-child {
          margin-right: 0; }
    .index .section04 .client_archive .recommend {
      margin-top: 15px;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px;
      text-align: center; }
      .index .section04 .client_archive .recommend .heading span {
        display: inline-block;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 700;
        color: #4465d8; }
      .index .section04 .client_archive .recommend .items {
        margin-top: 10px;
        display: inline-block; }
        .index .section04 .client_archive .recommend .items .item {
          position: relative;
          text-align: left;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 500;
          padding-left: 20px; }
          .index .section04 .client_archive .recommend .items .item::before {
            content: "";
            position: absolute;
            width: 14px;
            height: 100%;
            background-image: url("img/ico_check.png");
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            left: 0;
            top: 6px;
            pointer-events: none; }
          .index .section04 .client_archive .recommend .items .item span {
            font-weight: 700;
            color: #ec475b; }
    .index .section04 .client_archive .voice {
      margin-top: 5px;
      background: #fff;
      padding: 20px;
      position: relative;
      z-index: 4;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; }
      .index .section04 .client_archive .voice .heading {
        text-align: center; }
        .index .section04 .client_archive .voice .heading span {
          display: inline-block;
          padding-bottom: 2px;
          font-size: 21px;
          font-size: 2.1rem;
          font-weight: 700;
          color: #ec7685; }
      .index .section04 .client_archive .voice .items {
        margin-top: 15px;
        position: relative;
        padding: 0 80px; }
        .index .section04 .client_archive .voice .items .item {
          position: relative;
          font-size: 16px;
          font-size: 1.6rem;
          padding: 12px 20px 12px 90px;
          border: solid 1px #dedede;
          background-color: #f7f7f7;
          border-radius: 5px;
          margin-bottom: 5px; }
          .index .section04 .client_archive .voice .items .item::before {
            content: "";
            position: absolute;
            width: 50px;
            height: 100%;
            background-image: url("/mendatsumo/assets/img/voice_men.png");
            background-repeat: no-repeat;
            background-position: center top;
            background-size: 100% auto;
            left: 20px;
            top: 8px;
            pointer-events: none; }
        .index .section04 .client_archive .voice .items .txt {
          text-align: justify; }
      .index .section04 .client_archive .voice p {
        text-align: right;
        font-size: 11px;
        font-size: 1.1rem;
        padding-top: 5px; }
    .index .section04 .client_archive .point {
      margin-top: 15px;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      -o-border-radius: 8px;
      -ms-border-radius: 8px; }
      .index .section04 .client_archive .point .heading {
        text-align: center;
        position: relative; }
        .index .section04 .client_archive .point .heading::before {
          content: "＋";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 15px;
          font-weight: 700;
          color: #4465d8;
          font-size: 28px;
          font-size: 2.8rem; }
        .index .section04 .client_archive .point .heading.active::before {
          content: "ー"; }
        .index .section04 .client_archive .point .heading span {
          display: inline-block;
          font-size: 21px;
          font-size: 2.1rem;
          font-weight: 700;
          color: #ec7685; }
      .index .section04 .client_archive .point .acordion_inner {
        padding: 10px 50px; }
      .index .section04 .client_archive .point strong {
        font-weight: 700;
        color: #ec475b; }
      .index .section04 .client_archive .point .marker {
        font-weight: 700;
        background: linear-gradient(transparent 60%, #fff676 60%); }
      .index .section04 .client_archive .point .bold {
        font-weight: 700; }
      .index .section04 .client_archive .point .point_image {
        margin-top: 20px;
        text-align: center; }
    .index .section04 .client_archive .cta_bnr {
      margin-top: 15px; }
    .index .section04 .client_archive .cta {
      margin-top: 20px; }
      .index .section04 .client_archive .cta .cta_txt {
        text-align: center;
        font-weight: 700;
        font-size: 22px;
        font-size: 2.2rem;
        color: #ec475b; }
      .index .section04 .client_archive .cta .cta_btn {
        width: 600px;
        margin: 5px auto 0;
        border-radius: 60px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        -o-border-radius: 60px;
        -ms-border-radius: 60px; }
        .index .section04 .client_archive .cta .cta_btn a {
          position: relative;
          padding: 4px 0; }
          .index .section04 .client_archive .cta .cta_btn a::before {
            content: "";
            position: absolute;
            width: 30px;
            height: 100%;
            background-image: url("img/cta_ico.png");
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 100% auto;
            right: 20px;
            top: 0;
            pointer-events: none; }
    .index .section04 .client_archive .remarks {
      margin-top: 20px; }
    .index .section04 .client_archive ul li.blue::before {
      background: #ecf5ff;
      height: 90%; }
    .index .section04 .client_archive ul li.blue .name {
      -webkit-box-shadow: 3px 3px 0 #dbebfb;
      -moz-box-shadow: 3px 3px 0 #dbebfb;
      box-shadow: 3px 3px 0 #dbebfb; }
    .index .section04 .client_archive ul li.blue .overview .data .heading {
      color: #3193cb; }
    .index .section04 .client_archive ul li.blue .overview .data table th {
      background: #4465d8; }
    .index .section04 .client_archive ul li.blue .recommend .heading span,
    .index .section04 .client_archive ul li.blue .point .heading span {
      color: #4465d8; }
    .index .section04 .client_archive ul li.blue .voice .heading span {
      color: #4465d8; }
    .index .section04 .client_archive ul li.pink::before {
      background: #fbeeeb;
      height: 90%; }
    .index .section04 .client_archive ul li.pink .name {
      -webkit-box-shadow: 3px 3px 0 #f8ded8;
      -moz-box-shadow: 3px 3px 0 #f8ded8;
      box-shadow: 3px 3px 0 #f8ded8; }
    .index .section04 .client_archive ul li.pink .overview .data .heading {
      color: #ec7685; }
    .index .section04 .client_archive ul li.pink .overview .data table th {
      background: #ec7685; }
    .index .section04 .client_archive ul li.pink .recommend .heading span,
    .index .section04 .client_archive ul li.pink .point .heading span {
      color: #ec7685; }
    .index .section04 .client_archive ul li.pink .point .heading::before {
      color: #ec7685; }
    .index .section04 .client_archive ul li.pink .voice .heading span {
      color: #ec7685; }
    .index .section04 .client_archive ul li.green::before {
      background: #e7f6f1;
      height: 90%; }
    .index .section04 .client_archive ul li.green .name {
      -webkit-box-shadow: 3px 3px 0 #d0eee3;
      -moz-box-shadow: 3px 3px 0 #d0eee3;
      box-shadow: 3px 3px 0 #d0eee3; }
    .index .section04 .client_archive ul li.green .overview .data .heading {
      color: #0eac72; }
    .index .section04 .client_archive ul li.green .overview .data table th {
      background: #0eac72; }
    .index .section04 .client_archive ul li.green .recommend .heading span,
    .index .section04 .client_archive ul li.green .point .heading span {
      color: #0eac72; }
    .index .section04 .client_archive ul li.green .point .heading::before {
      color: #0eac72; }
    .index .section04 .client_archive ul li.green .voice .heading span {
      color: #0eac72; }
    .index .section04 .client_archive ul li.orange::before {
      background: #fcf1df;
      height: 90%; }
    .index .section04 .client_archive ul li.orange .name {
      -webkit-box-shadow: 3px 3px 0 #fae4c0;
      -moz-box-shadow: 3px 3px 0 #fae4c0;
      box-shadow: 3px 3px 0 #fae4c0; }
    .index .section04 .client_archive ul li.orange .overview .data .heading {
      color: #e89c25; }
    .index .section04 .client_archive ul li.orange .overview .data table th {
      background: #e89c25; }
    .index .section04 .client_archive ul li.orange .recommend .heading span,
    .index .section04 .client_archive ul li.orange .point .heading span {
      color: #e89c25; }
    .index .section04 .client_archive ul li.orange .point .heading::before {
      color: #e89c25; }
    .index .section04 .client_archive ul li.orange .voice .heading span {
      color: #e89c25; }
    .index .section04 .client_archive ul li.purple::before {
      background: #f1ecf5;
      height: 90%; }
    .index .section04 .client_archive ul li.purple .name {
      -webkit-box-shadow: 3px 3px 0 #e3d9ec;
      -moz-box-shadow: 3px 3px 0 #e3d9ec;
      box-shadow: 3px 3px 0 #e3d9ec; }
    .index .section04 .client_archive ul li.purple .overview .data .heading {
      color: #9373af; }
    .index .section04 .client_archive ul li.purple .overview .data table th {
      background: #9373af; }
    .index .section04 .client_archive ul li.purple .recommend .heading span,
    .index .section04 .client_archive ul li.purple .point .heading span {
      color: #9373af; }
    .index .section04 .client_archive ul li.purple .point .heading::before {
      color: #9373af; }
    .index .section04 .client_archive ul li.purple .voice .heading span {
      color: #9373af; }
    .index .section04 .client_archive ul li:last-child {
      padding-bottom: 80px; }
.index .section05 .inner {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .index .section05 .inner {
      width: 100%; } }
.index .section05 .top_heading {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ec475b; }
.index .section05 .main_ttl {
  width: 600px;
  margin: 10px auto 0;
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 0; }
  .index .section05 .main_ttl span {
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff676; }
.index .section05 table {
  width: 100%;
  margin-top: 30px; }
  .index .section05 table th, .index .section05 table td {
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 5px;
    width: 140px;
    background: #fff; }
  .index .section05 table thead th {
    background: #95a5db;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px; }
  .index .section05 table tbody tr:first-child {
    border: 2px solid #ec475b;
    background: #fffcee; }
    .index .section05 table tbody tr:first-child td {
      background: #fffdea; }
  .index .section05 table tbody td {
    line-height: 1.3; }
    .index .section05 table tbody td .blue {
      display: block;
      font-weight: 700;
      color: #4465d8; }
    .index .section05 table tbody td .red {
      display: block;
      font-weight: 700;
      color: #ec475b; }
    .index .section05 table tbody td .min {
      font-size: 11px;
      font-size: 1.1rem; }
  .index .section05 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
    font-size: 1.4rem; }
  .index .section05 table tbody .ico {
    width: 30px;
    margin: 0 auto 5px; }
.index .section05 .cta_btn a {
  font-size: 15px;
  font-size: 1.5rem; }
.index .section06 {
  width: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .index .section06 {
      width: 100%; } }
  .index .section06 .inner {
    padding: 30px 50px;
    background: #fffde1; }
  .index .section06 .heading {
    text-align: center;
    font-weight: 700;
    color: #ec475b;
    font-size: 24px;
    font-size: 2.4rem; }
  .index .section06 .name {
    text-align: center; }
    .index .section06 .name a {
      font-weight: 700;
      font-size: 28px;
      font-size: 2.8rem;
      text-decoration: none; }
  .index .section06 .image {
    width: 300px;
    margin: 10px auto 0; }
  .index .section06 .txt {
    background: #fff;
    margin-top: 15px;
    padding: 30px 20px; }
    .index .section06 .txt .red {
      font-weight: 700;
      color: #ec475b; }
    .index .section06 .txt .marker {
      font-weight: 700;
      background: linear-gradient(transparent 60%, #fff676 60%); }
  .index .section06 .cta {
    margin-top: 20px; }
    .index .section06 .cta .cta_txt {
      text-align: center;
      font-weight: 700;
      font-size: 22px;
      font-size: 2.2rem;
      color: #ec475b; }
    .index .section06 .cta .cta_btn {
      width: 600px;
      margin: 5px auto 0;
      border-radius: 60px;
      -moz-border-radius: 60px;
      -webkit-border-radius: 60px;
      -o-border-radius: 60px;
      -ms-border-radius: 60px; }
      .index .section06 .cta .cta_btn a {
        position: relative;
        padding: 4px 0; }
        .index .section06 .cta .cta_btn a::before {
          content: "";
          position: absolute;
          width: 30px;
          height: 100%;
          background-image: url("img/cta_ico.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          right: 20px;
          top: 0;
          pointer-events: none; }
  .index .section06 .remarks {
    margin-top: 80px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    text-align: center; }

.fixed_cta {
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("img/footer_fixed_cta.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  .fixed_cta .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    height: 100px; }
    .fixed_cta .wrap .image {
      width: 120px; }
    .fixed_cta .wrap .txt {
      width: 396px;
      margin: 0 20px; }
    .fixed_cta .wrap .cta_btn {
      width: 310px;
      margin: 0;
      animation: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .fixed_cta .wrap .cta_btn a {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 70px;
        padding-right: 15px; }
        .fixed_cta .wrap .cta_btn a::before {
          content: "";
          position: absolute;
          width: 30px;
          height: 100%;
          background-image: url("img/cta_ico.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          right: 15px;
          top: 0;
          pointer-events: none; }

.footer {
  background: #ddd; }
  .footer .f_nav ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    padding: 10px 0; }
    .footer .f_nav ul li:nth-child(2) {
      margin-left: 150px; }
    .footer .f_nav ul a {
      color: #555;
      font-size: 15px;
      font-size: 1.5rem;
      text-decoration: none; }

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

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  .exitProtection a {
    outline: none; }
  .exitProtection .wrap {
    position: relative;
    overflow: auto !important;
    padding-top: 40px;
    height: 510px;
    background-image: url("img/exit_bg_eminal.png");
    background-repeat: no-repeat;
    background-position-y: bottom; }
    .exitProtection .wrap .exitProtection_banner {
      width: 250px;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 185px; }
    .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 {
      width: 370px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 20px;
      position: absolute; }

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

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