@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #ba5918;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #ba5918;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #ba5918;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #ba5918;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #ba5918;
    top: 0px; } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4; }

a {
  color: #333; }

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

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

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 105px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(2, 69, 145, 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: #024591;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  background: #fff;
  border-top: 4px solid #f4b3c8; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    .header .inner .logo {
      width: 180px;
      margin: 0 auto; }
    .header .inner .pr_header {
      position: absolute;
      right: 0;
      top: 17px; }

.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 #ba5918;
  animation: animationbtn 2s infinite;
  background: #e9650d;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
  .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; }

.red {
  color: #f41b2d; }

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

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

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

.index .main_ttl {
  background: #024591;
  font-size: 23px;
  font-size: 2.3rem;
  padding: 0.7em 0; }
  .index .main_ttl h2 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    line-height: 1.4; }
    .index .main_ttl h2 strong {
      font-weight: 700;
      font-size: 26px;
      font-size: 2.6rem;
      color: #fff000; }
.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;
    height: 310px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
  .index .fv .fv_txt {
    color: #fff;
    position: absolute;
    left: 290px;
    top: 32px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    background: #024591;
    padding: 5px 30px;
    border-radius: 22px; }
  .index .fv .fv_image {
    position: absolute;
    left: 135px;
    bottom: 10px; }
.index .fv2 {
  background-image: url("img/fv_bg2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index .fv2 .inner {
    width: 1000px;
    margin: 0 auto;
    height: 310px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .index .fv2 .inner {
        width: 100%; } }
  .index .fv2 .fv_txt {
    color: #333333;
    position: absolute;
    left: 130px;
    top: 32px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500; }
  .index .fv2 .fv_image {
    position: absolute;
    left: 75px;
    bottom: 30px; }
.index .client_table {
  margin-top: 70px;
  position: relative; }
  .index .client_table::before, .index .client_table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    pointer-events: none; }
  .index .client_table::before {
    background: #fffde1;
    width: 20%;
    height: 100%;
    z-index: 1; }
  .index .client_table::after {
    width: 20%;
    height: 100%;
    border: 3px solid #e05434;
    z-index: 5; }
  .index .client_table table {
    width: 100%;
    border: 1px solid #c4c4c4; }
    .index .client_table table th, .index .client_table table td {
      width: 20%;
      text-align: center; }
    .index .client_table table th {
      background: #3e70a8;
      font-weight: 700;
      color: #fff;
      padding: 3px 0;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      z-index: 3; }
    .index .client_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;
      z-index: 5; }
      .index .client_table table td small {
        font-size: 70%; }
      .index .client_table table td strong {
        color: #f41b2d; }
    .index .client_table table .place td {
      font-size: 13px;
      font-size: 1.3rem; }
  .index .client_table .image {
    position: relative;
    padding-top: 5px; }
    .index .client_table .image::before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -62px;
      width: 50px;
      height: 50px;
      background: url("../../sp/hokei/assets/img/crown_n1.png") no-repeat left top/100% auto; }
    .index .client_table .image a {
      display: block; }
      .index .client_table .image a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }
      .index .client_table .image a p {
        text-decoration: underline;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        color: #10adf6; }
      .index .client_table .image a:hover p {
        text-decoration: none; }
  .index .client_table thead td:nth-child(2) .image::before {
    background-image: url("../../sp/hokei/assets/img/crown_n2.png"); }
  .index .client_table thead td:nth-child(3) .image::before {
    background-image: url("../../sp/hokei/assets/img/crown_n3.png"); }
  .index .client_table thead td:nth-child(4) .image::before {
    background-image: url("../../sp/hokei/assets/img/crown_n4.png"); }
  .index .client_table thead td:nth-child(5) .image::before {
    background-image: url("../../sp/hokei/assets/img/crown_n5.png"); }
  .index .client_table .ico {
    width: 28px;
    margin: 0 auto 3px; }
  .index .client_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 .client_table .inline ul li {
      width: calc((100% - 2%) / 3);
      margin-left: 1%; }
      .index .client_table .inline ul li:first-child {
        margin-left: 0; }
  .index .client_table .cta_btn {
    margin: 5px 0 10px; }
    .index .client_table .cta_btn a {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 45px; }
.index .section01 .main_ttl {
  padding: 1em 0; }
.index .section01 .inner {
  padding: 30px 50px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .index .section01 .inner {
      width: 100%; } }
.index .section01 .headline {
  text-align: center; }
  .index .section01 .headline span {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    position: relative; }
    .index .section01 .headline span::before, .index .section01 .headline span::after {
      content: "";
      position: absolute;
      width: 57px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% auto;
      top: 5px;
      pointer-events: none; }
    .index .section01 .headline span::before {
      background-image: url("img/section01_headline_before.png");
      left: -74px; }
    .index .section01 .headline span::after {
      background-image: url("img/section01_headline_after.png");
      right: -74px; }
    .index .section01 .headline span strong {
      font-size: 32px;
      font-size: 3.2rem;
      color: #e9650d;
      font-weight: 900; }
.index .section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 100px 80px; }
  @media only screen and (max-width: 768px) {
    .index .section02 .inner {
      width: 100%; } }
  .index .section02 .inner .section {
    margin-top: 50px; }
    .index .section02 .inner .section:first-child {
      margin-top: 0; }
.index .section02 .risk .heading {
  font-weight: 900;
  text-align: center;
  font-size: 27px;
  font-size: 2.7rem;
  color: #e9650d; }
.index .section02 .risk .items {
  margin-top: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .index .section02 .risk .items .item {
    width: 250px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 0 15px;
    text-align: center; }
    .index .section02 .risk .items .item .ttl {
      font-weight: 700;
      color: #024591;
      margin: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
.index .section02 .risk .txt {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8; }
  .index .section02 .risk .txt span {
    font-weight: 700;
    background: linear-gradient(transparent 60%, #fff774 60%); }
.index .section02 .example .heading {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  color: #024591; }
.index .section02 .example .disnon {
  display: none; }
.index .section02 .example #tab {
  -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: 30px; }
  .index .section02 .example #tab li {
    width: 200px;
    margin-left: 2px;
    background: #ececec;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    color: #3e70a8;
    padding: 10px 0;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    cursor: pointer; }
    .index .section02 .example #tab li:first-child {
      margin-left: 0; }
    .index .section02 .example #tab li.select {
      background: #3e70a8;
      color: #fff; }
.index .section02 .example .content_wrap {
  border: 2px solid #3e70a8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 25px; }
  .index .section02 .example .content_wrap .lead {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem; }
  .index .section02 .example .content_wrap .items {
    width: 630px;
    margin: 20px auto 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .index .section02 .example .content_wrap .items .item {
      width: 300px; }
  .index .section02 .example .content_wrap .ttl {
    background: #e5f0fc;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    color: #024591;
    padding: 3px 0; }
  .index .section02 .example .content_wrap p {
    margin-top: 10px; }
.index .section02 .type .heading {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  color: #024591;
  margin-bottom: 20px; }
  .index .section02 .type .heading span {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    color: #000;
    font-weight: 500; }
.index .section02 .type .types {
  border: solid 1px #3e70a8;
  margin-bottom: 10px; }
.index .section02 .type .trigger {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  padding: 18px 0 18px 18px;
  color: #3e70a8;
  position: relative;
  font-weight: 700; }
  .index .section02 .type .trigger::before {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    line-height: 1;
    font-size: 30px;
    font-size: 3rem;
    color: #3e70a8;
    font-weight: 700;
    margin-top: -2px; }
  .index .section02 .type .trigger.active::before {
    content: "ー";
    font-weight: 400; }
.index .section02 .type .acordion_inner {
  display: none;
  padding-bottom: 0; }
.index .section02 .type .items {
  width: 798px;
  margin: 0 auto;
  background-color: #f8fcff; }
  .index .section02 .type .items .item {
    margin-top: 15px; }
    .index .section02 .type .items .item:first-child {
      margin-top: 0; }
.index .section02 .type .items {
  margin-top: -1px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .index .section02 .type .items .item {
    /*width:800px;
    background-color: #fff;*/
    padding: 15px;
    text-align: center;
    margin: 0 auto; }
    .index .section02 .type .items .item .explanation {
      display: inline-flex;
      align-items: center; }
      .index .section02 .type .items .item .explanation .img {
        width: 140px; }
      .index .section02 .type .items .item .explanation .txt {
        width: 450px;
        text-align: left;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 500;
        margin-left: 15px;
        line-height: 1.6; }
        .index .section02 .type .items .item .explanation .txt span {
          font-weight: 700;
          background: linear-gradient(transparent 60%, #ff6 60%); }
    .index .section02 .type .items .item .demerit {
      width: 700px;
      margin: 15px auto;
      border: 1px solid #c4c4c4; }
      .index .section02 .type .items .item .demerit .midashi {
        background-color: #e5f0fc;
        color: #3e70a8;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px 0;
        font-weight: 700; }
      .index .section02 .type .items .item .demerit p {
        text-align: left;
        padding: 15px 60px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.7;
        background-color: #fff; }
        .index .section02 .type .items .item .demerit p span {
          font-weight: 700; }
    .index .section02 .type .items .item .surgery {
      width: 700px;
      margin: 15px auto;
      border: 1px solid #c4c4c4; }
      .index .section02 .type .items .item .surgery .midashi {
        background-color: #e5f0fc;
        color: #3e70a8;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px 0;
        font-weight: 700; }
      .index .section02 .type .items .item .surgery p {
        text-align: center;
        padding: 15px 60px;
        font-size: 18px;
        font-size: 1.8rem;
        color: #f41b2d;
        font-weight: 700;
        background-color: #fff; }
  .index .section02 .type .items .lead {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #077da8;
    font-weight: 900;
    border-bottom: 1px solid #3e70a8;
    padding-bottom: 5px;
    margin-bottom: 15px; }
    .index .section02 .type .items .lead span {
      font-size: 22px;
      font-size: 2.2rem; }
  .index .section02 .type .items .txt {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700; }
.index .section02 .point .heading {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  color: #024591; }
  .index .section02 .point .heading span {
    display: block;
    font-size: 17px;
    font-size: 1.7rem;
    color: #000;
    font-weight: 500; }
.index .section02 .point .items {
  margin-top: 20px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .index .section02 .point .items .item {
    width: 250px;
    background: #eef8fc;
    border: 1px solid #cbe2ec;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px; }
  .index .section02 .point .items .lead {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #077da8;
    font-weight: 900;
    border-bottom: 1px solid #cbe2ec;
    padding-bottom: 5px;
    margin-bottom: 15px; }
    .index .section02 .point .items .lead span {
      font-size: 22px;
      font-size: 2.2rem; }
  .index .section02 .point .items .txt {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700; }
.index .section02 .flow .heading {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  color: #024591; }
.index .section02 .flow .step {
  margin-top: 20px; }
  .index .section02 .flow .step 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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    .index .section02 .flow .step ul li {
      width: 185px;
      text-align: center; }
  .index .section02 .flow .step .txt1 span {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid #333;
    padding-bottom: 3px; }
  .index .section02 .flow .step .txt2 {
    margin-top: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4; }
  .index .section02 .flow .step .image {
    margin-top: 10px; }
.index .section03 .inner {
  padding: 30px 0 50px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .index .section03 .inner {
      width: 100%; } }
.index .section03 .client_pickup {
  width: 900px;
  margin: 0 auto;
  margin-top: 50px; }
  .index .section03 .client_pickup .ttl {
    background: #318ADD;
    color: #fff;
    font-size: 24px;
    width: 600px;
    margin: 0 auto 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    display: block;
    position: relative; }
  .index .section03 .client_pickup .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;
    border: 10px solid #eceae0;
    position: relative;
    padding: 54px 30px 30px; }
    .index .section03 .client_pickup .wrap .image {
      width: 300px; }
    .index .section03 .client_pickup .wrap .txt {
      width: calc(100% - 300px);
      padding-left: 25px; }
      .index .section03 .client_pickup .wrap .txt .name a {
        color: #31302c;
        font-size: 28px;
        font-size: 2.8rem;
        font-weight: 700;
        text-decoration: none; }
        .index .section03 .client_pickup .wrap .txt .name a:hover {
          text-decoration: underline; }
      .index .section03 .client_pickup .wrap .txt .heading {
        font-size: 25px;
        font-size: 2.5rem;
        color: #f41b2d;
        font-weight: 700; }
        .index .section03 .client_pickup .wrap .txt .heading sup {
          font-size: 14px;
          font-size: 1.4rem; }
      .index .section03 .client_pickup .wrap .txt .note {
        margin-top: 10px; }
        .index .section03 .client_pickup .wrap .txt .note span {
          color: #f41b2d;
          font-weight: 700; }
      .index .section03 .client_pickup .wrap .txt .cta_btn {
        width: 450px;
        margin: 15px 0 0; }
.index .client_archive .rank1_heading {
  position: relative;
  max-width: 690px;
  margin: 0 auto 10px;
  padding: 10px 10px 14px;
  background: #fff882;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700; }
  .index .client_archive .rank1_heading::after {
    z-index: 1;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 16px solid #fff882;
    border-bottom: 0; }
  .index .client_archive .rank1_heading strong {
    font-size: 27px;
    font-size: 2.7rem; }
.index .client_archive > ul > li {
  margin-top: 40px; }
  .index .client_archive > ul > li:first-child {
    margin-top: 0; }
.index .client_archive .client_card {
  border: 2px solid #c0c0c0; }
  .index .client_archive .client_card .client_name {
    position: relative;
    padding: 15px 10px 15px 125px;
    border-bottom: 1px solid #c0c0c0; }
    .index .client_archive .client_card .client_name::before {
      content: '';
      position: absolute;
      width: 72px;
      height: 77px;
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 25px;
      top: -2px;
      pointer-events: none; }
    .index .client_archive .client_card .client_name a {
      color: #31302c;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      text-decoration: none; }
      .index .client_archive .client_card .client_name a:hover {
        text-decoration: underline; }
  .index .client_archive .client_card .client_inner {
    padding: 25px; }
.index .client_archive > ul > li:nth-child(1) .client_card {
  border-color: #eae6b5;
  background: #fffde1; }
  .index .client_archive > ul > li:nth-child(1) .client_card .client_name {
    border-bottom-color: #eae6b5; }
    .index .client_archive > ul > li:nth-child(1) .client_card .client_name::before {
      background-image: url("img/client_ico_01.png"); }
.index .client_archive > ul > li:nth-child(2) .client_name::before {
  background-image: url("img/client_ico_02.png"); }
.index .client_archive > ul > li:nth-child(3) .client_name::before {
  background-image: url("img/client_ico_03.png"); }
.index .client_archive > ul > li:nth-child(4) .client_name::before {
  background-image: url("img/client_ico_04.png"); }
.index .client_archive > ul > li:nth-child(5) .client_name::before {
  background-image: url("img/client_ico_05.png"); }
.index .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; }
  .index .client_archive .overview .image {
    width: 300px; }
  .index .client_archive .overview .txt {
    width: calc(100% - 300px);
    padding-left: 20px; }
    .index .client_archive .overview .txt .heading {
      font-size: 23px;
      font-size: 2.3rem;
      color: #f41b2d;
      font-weight: 700; }
      .index .client_archive .overview .txt .heading sup {
        font-size: 14px;
        font-size: 1.4rem; }
    .index .client_archive .overview .txt table {
      width: 100%;
      margin-top: 15px;
      border: 1px solid #e4e4e4;
      background: #fff;
      font-size: 14px;
      font-size: 1.4rem; }
      .index .client_archive .overview .txt table th, .index .client_archive .overview .txt table td {
        vertical-align: middle;
        padding: 10px 5px;
        border-left: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4; }
      .index .client_archive .overview .txt table th {
        font-weight: 500;
        color: #fff;
        background: #3e70a8;
        width: 20%;
        padding-right: 0; }
      .index .client_archive .overview .txt table td {
        width: 30%; }
        .index .client_archive .overview .txt table td small {
          font-size: 70%; }
        .index .client_archive .overview .txt table td strong {
          color: #f41b2d; }
      .index .client_archive .overview .txt table .ico_wrap {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .index .client_archive .overview .txt table .ico_wrap .ico {
          width: 24px;
          margin-right: 5px; }
        .index .client_archive .overview .txt table .ico_wrap .txt {
          width: calc(100% - 29px);
          padding-left: 0; }
.index .client_archive .point {
  margin-top: 17px;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #3e70a8; }
  .index .client_archive .point.min {
    padding-top: 30px; }
  .index .client_archive .point .ttl {
    background: #3e70a8;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 6px 0;
    font-size: 21px;
    font-size: 2.1rem; }
  .index .client_archive .point .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;
    padding: 15px 30px; }
    .index .client_archive .point .wrap .image {
      width: 114px; }
    .index .client_archive .point .wrap .txt {
      width: calc(100% - 114px);
      padding-left: 30px; }
      .index .client_archive .point .wrap .txt ul li {
        font-size: 17px;
        font-size: 1.7rem;
        margin-top: 3px;
        position: relative;
        padding-left: 28px; }
        .index .client_archive .point .wrap .txt ul li:first-child {
          margin-top: 0; }
        .index .client_archive .point .wrap .txt ul li::before {
          content: "";
          position: absolute;
          width: 18px;
          height: 100%;
          background-image: url("img/client_archive_point_ico2.png");
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 6px;
          pointer-events: none; }
        .index .client_archive .point .wrap .txt ul li span {
          color: #ff0000;
          font-weight: 700; }
        .index .client_archive .point .wrap .txt ul li sup {
          font-size: 11px;
          font-size: 1.1rem; }
.index .client_archive .achievement {
  margin-top: 10px;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border: 1px solid #c4c4c4;
  padding: 20px; }
  .index .client_archive .achievement .ttl {
    color: #3e70a8;
    text-align: center; }
    .index .client_archive .achievement .ttl span {
      font-size: 21px;
      font-size: 2.1rem;
      display: inline-block;
      padding-bottom: 3px;
      border-bottom: 1px solid #3e70a8;
      font-weight: 700; }
  .index .client_archive .achievement .image {
    text-align: center;
    margin-top: 20px; }
.index .client_archive .stores {
  width: 100%;
  margin: 10px auto 0;
  text-align: center; }
  .index .client_archive .stores table {
    width: 100%;
    border-collapse: collapse;
    border-right: solid #c8cbce 1px;
    border-left: solid #c8cbce 1px; }
    .index .client_archive .stores table th {
      width: 20%;
      padding: 10px;
      text-align: center;
      white-space: nowrap;
      background-color: #f1f1f1;
      color: #333;
      border-bottom: solid #c8cbce 1px; }
      .index .client_archive .stores table th.ttl {
        background-color: #5b6978;
        color: #fff; }
    .index .client_archive .stores table td {
      padding: 10px;
      background-color: #fff;
      border-bottom: solid #c8cbce 1px; }
.index .client_archive .address {
  width: 900px;
  margin: 15px auto 0;
  background: #f4f9fe;
  border: 1px solid #3e70a8; }
  .index .client_archive .address .trigger {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 18px 0;
    color: #3e70a8;
    position: relative; }
    .index .client_archive .address .trigger::before {
      content: "＋";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      line-height: 1;
      font-size: 30px;
      font-size: 3rem;
      color: #3e70a8;
      font-weight: 700;
      margin-top: -2px; }
    .index .client_archive .address .trigger.active::before {
      content: "ー";
      font-weight: 400; }
  .index .client_archive .address .acordion_inner {
    display: none;
    padding-bottom: 30px; }
  .index .client_archive .address .items {
    width: 620px;
    margin: 0 auto; }
    .index .client_archive .address .items .item {
      margin-top: 15px; }
      .index .client_archive .address .items .item:first-child {
        margin-top: 0; }
  .index .client_archive .address table {
    border: 1px solid #e9e9e9;
    width: 100%;
    background: #fff; }
    .index .client_archive .address table th {
      width: 130px;
      background: #3e70a8;
      color: #fff;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      padding: 20px; }
    .index .client_archive .address table td {
      padding: 10px;
      font-size: 15px;
      font-size: 1.5rem; }
  .index .client_archive .address .map {
    margin-top: 5px; }
    .index .client_archive .address .map iframe {
      width: 100%;
      height: 220px; }
.index .client_archive .cta {
  margin-top: 20px; }
  .index .client_archive .cta .txt {
    text-align: center;
    font-weight: 700;
    color: #ff0000;
    font-size: 23px;
    font-size: 2.3rem; }
  .index .client_archive .cta .cta_btn {
    width: 700px;
    margin-top: 5px; }
    .index .client_archive .cta .cta_btn a {
      line-height: 65px; }
.index .client_archive .remarks {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #31302c; }
.index .section04 .inner {
  padding: 30px 0;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .index .section04 .inner {
      width: 100%; } }
.index .section04 table tbody tr:first-child {
  position: relative;
  background: #fffdea; }
.index .section04 table {
  width: 100%;
  border: 1px solid #e4e4e4; }
  .index .section04 table th, .index .section04 table td {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 8px 5px; }
  .index .section04 table thead th {
    background: #3e70a8;
    color: #fff;
    line-height: 1.2; }
  .index .section04 table tbody tr:first-child {
    position: relative;
    border: 2px solid #e9170d; }
  .index .section04 table tbody td p {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 13px;
    font-size: 1.3rem; }
    .index .section04 table tbody td p small {
      font-size: 70%; }
    .index .section04 table tbody td p strong {
      color: #f41b2d; }
  .index .section04 table tbody a p {
    color: #10adf6;
    font-weight: 500;
    text-decoration: underline; }
.index .section04 .cta_btn {
  width: 95%;
  margin: 0 auto; }
.index .section04 .cta_btn a {
  line-height: 1.3;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem; }
.index .section05 {
  margin-top: 30px; }
  .index .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .index .section05 .inner {
        width: 100%; } }
  .index .section05 .content {
    width: 970px;
    -webkit-box-shadow: 0 0 10px #e4e4e4;
    -moz-box-shadow: 0 0 10px #e4e4e4;
    box-shadow: 0 0 10px #e4e4e4;
    margin: 0 auto;
    padding-top: 90px; }
  .index .section05 .ttl {
    width: 100%;
    background: #077da8;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 0;
    color: #fff; }
    .index .section05 .ttl strong {
      font-weight: 700;
      color: #fff000; }
    .index .section05 .ttl::before, .index .section05 .ttl::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      bottom: -15px; }
    .index .section05 .ttl::before {
      border-width: 0 15px 15px 0;
      border-color: transparent #246f8b transparent transparent;
      left: 0; }
    .index .section05 .ttl::after {
      border-width: 15px 15px 0 0;
      border-color: #246f8b transparent transparent transparent;
      right: 0; }
  .index .section05 .recommend {
    background: #fffde1;
    padding: 30px 0; }
    .index .section05 .recommend .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; }
      .index .section05 .recommend .wrap .image {
        width: 210px; }
      .index .section05 .recommend .wrap .txt {
        padding-left: 30px;
        text-align: center; }
        .index .section05 .recommend .wrap .txt .heading {
          font-size: 20px;
          font-size: 2rem;
          font-weight: 700;
          color: #ff0000; }
    .index .section05 .recommend .cta_btn {
      margin-top: 10px;
      width: 450px; }
  .index .section05 .container {
    width: 800px;
    margin: 0 auto;
    padding: 40px 0 60px; }
  .index .section05 .point .txt {
    margin-top: 25px; }
    .index .section05 .point .txt strong {
      color: #e9170d; }
  .index .section05 .matome {
    margin-top: 50px; }
    .index .section05 .matome .heading {
      text-align: center; }
      .index .section05 .matome .heading span {
        display: inline-block;
        padding-bottom: 5px;
        color: #077da8;
        font-weight: 700;
        border-bottom: 1px solid #077da8;
        font-size: 23px;
        font-size: 2.3rem; }
    .index .section05 .matome ul {
      margin-top: 30px;
      -webkit-display: flex;
      -moz-display: flex;
      -ms-display: flex;
      -o-display: flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between; }
      .index .section05 .matome ul li {
        width: 185px;
        border: 1px solid #3e70a8;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        padding: 20px 5px 20px;
        text-align: center; }
        .index .section05 .matome ul li .lead {
          line-height: 1.4;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 700;
          color: #0394b8; }
          .index .section05 .matome ul li .lead span {
            display: block;
            height: 1.4em; }
        .index .section05 .matome ul li .image {
          margin-top: 20px; }
.index .section06 {
  margin-top: 30px; }
  .index .section06 .main_ttl {
    background: #161616;
    text-align: center; }
    .index .section06 .main_ttl h2 {
      position: relative;
      display: inline-block;
      padding: 0 75px;
      font-weight: 700;
      line-height: 1.3;
      color: #fff;
      font-size: 26px;
      font-size: 2.6rem; }
      .index .section06 .main_ttl h2::before, .index .section06 .main_ttl h2::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 46px;
        height: 44px;
        background: url("img/ico_caution.png") no-repeat left top/100% auto; }
      .index .section06 .main_ttl h2::after {
        right: 0;
        left: auto; }
  .index .section06 .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 25px 0; }
    @media only screen and (max-width: 768px) {
      .index .section06 .inner {
        width: 100%; } }
  .index .section06 .lead {
    text-align: center;
    line-height: 1.5;
    border: #067DA8 2px solid;
    padding-bottom: 20px;
    border-radius: 5px; }
    .index .section06 .lead .large {
      font-size: 20px;
      font-size: 2rem; }
    .index .section06 .lead p {
      padding: 10px 20px 0; }
  .index .section06 .caution_section .tabs {
    -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; }
    .index .section06 .caution_section .tabs li {
      width: 350px;
      margin: 0 5px; }
      .index .section06 .caution_section .tabs li.active a {
        background: #024591;
        color: #fff; }
      .index .section06 .caution_section .tabs li a {
        display: block;
        text-align: center;
        text-decoration: none;
        border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        background: #ececec;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 50px;
        font-weight: 700;
        color: #024591;
        transition: 0; }
        .index .section06 .caution_section .tabs li a:hover {
          background: #024591;
          color: #fff; }
  .index .section06 .caution_section .tab_content {
    display: none;
    padding: 20px 85px;
    border: #3e70a8 2px solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px; }
    .index .section06 .caution_section .tab_content.active {
      display: block; }
    .index .section06 .caution_section .tab_content .ttl {
      width: 400px;
      margin: 0 auto 15px;
      padding: 5px;
      background: #e5f0fc;
      border-radius: 17.5px;
      -moz-border-radius: 17.5px;
      -webkit-border-radius: 17.5px;
      -o-border-radius: 17.5px;
      -ms-border-radius: 17.5px;
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      color: #024591; }
    .index .section06 .caution_section .tab_content .consultation {
      text-align: center; }
    .index .section06 .caution_section .tab_content .case_slider {
      padding: 10px 10px 40px; }
      .index .section06 .caution_section .tab_content .case_slider .case_inner .swiper-slide {
        box-sizing: border-box;
        padding: 20px 40px 30px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        box-shadow: 0 0 5px 0 #ccc; }
        .index .section06 .caution_section .tab_content .case_slider .case_inner .swiper-slide .content table {
          width: 100%; }
          .index .section06 .caution_section .tab_content .case_slider .case_inner .swiper-slide .content table th, .index .section06 .caution_section .tab_content .case_slider .case_inner .swiper-slide .content table td {
            padding: 10px;
            border: 1px solid #bababa;
            vertical-align: middle; }
          .index .section06 .caution_section .tab_content .case_slider .case_inner .swiper-slide .content table th {
            width: 190px;
            background: #3e70a8;
            font-weight: 700;
            text-align: center;
            color: #fff; }
      .index .section06 .caution_section .tab_content .case_slider .swiper-pagination {
        bottom: 0; }
        .index .section06 .caution_section .tab_content .case_slider .swiper-pagination .swiper-pagination-bullet {
          width: 15px;
          height: 15px;
          margin: 0 15px;
          background: #fff;
          border: #024591 2px solid; }
          .index .section06 .caution_section .tab_content .case_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #3e70a8; }
  .index .section06 .important {
    padding: 30px 0; }
    .index .section06 .important h3 {
      text-align: center;
      font-weight: 700;
      color: #fff;
      font-size: 22px;
      font-size: 2.2rem;
      background: #067DA8;
      padding: 8px; }
    .index .section06 .important .heading {
      -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;
      margin-bottom: 20px; }
      .index .section06 .important .heading .txt {
        margin-left: 20px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        text-align: center; }
        .index .section06 .important .heading .txt strong {
          font-size: 130%; }
.index .ft_btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: rgba(2, 69, 145, 0.9); }
  .index .ft_btn .btn_area {
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 680px;
    position: relative; }
  .index .ft_btn .btn_area .txt_img {
    position: absolute;
    left: 15px;
    bottom: 0; }
  .index .ft_btn .btn_area .official_btn {
    width: 200px; }
    .index .ft_btn .btn_area .official_btn a {
      background: #e9650d;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      padding: 10px 0;
      line-height: 1.3;
      color: #fff;
      display: block;
      text-decoration: none;
      font-weight: 700;
      text-align: center; }

.footer {
  margin-top: 30px; }
  .footer .ft_menu .p_mark {
    max-width: 700px;
    margin: 0px auto;
    padding: 20px; }
  .footer .ft_menu .p_mark p {
    display: inline-block; }
  .footer .ft_menu .p_mark .pra_txt {
    max-width: 500px; }
  .footer .ft_menu .ft_nav {
    max-width: 700px;
    margin: 0 auto 20px;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .footer .ft_menu .ft_nav li.pri_pol {
    width: 160px; }
  .footer .ft_menu .ft_nav li.contact {
    width: 120px; }
  .footer .ft_menu .ft_nav ul {
    display: flex;
    justify-content: space-around; }
  .footer .ft_menu .ft_nav li {
    display: inline-block;
    width: auto !important; }
    .footer .ft_menu .ft_nav li a {
      text-decoration: none; }
  .footer .copyright {
    text-align: center;
    height: 35px;
    padding: 5px 0;
    color: #fff;
    background: linear-gradient(to right, #1C9BA5 0%, #00A0E9 100%); }

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

.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_protection_bg.png");
    background-repeat: no-repeat;
    background-position-y: bottom; }
    .exitProtection .wrap.demo {
      background-image: url("img/exit_protection_bg_abc.png"); }
    .exitProtection .wrap .exitProtection_banner {
      position: absolute;
      width: 240px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 108px; }
    .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;
      bottom: 20px;
      left: 0;
      right: 0;
      position: absolute;
      margin: 0 auto; }
    .exitProtection .wrap .cta_btn {
      width: 100%; }
      .exitProtection .wrap .cta_btn a {
        font-size: 16px;
        font-size: 1.6rem; }

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

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

.pr {
  text-align: center;
  margin-top: 10px; }

.trigger {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  color: #03afb9;
  padding: 15px 0; }
  .trigger::before {
    content: "＋";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    color: #5f5f5f; }
  .trigger.active::before {
    content: "－"; }

.voice {
  position: relative;
  z-index: 10;
  background: #fff;
  margin: 20px 0;
  border-radius: 8px; }
  .voice .trigger {
    text-align: center;
    padding: 20px 0;
    border-radius: 8px;
    font-size: 18px;
    color: #4e89c0; }
    .voice .trigger::before {
      right: 20px; }
  .voice .acordion_inner {
    display: none;
    padding: 20px 151px;
    border-radius: 8px; }
    .voice .acordion_inner .swiper {
      background: #eaf7fe; }
    .voice .acordion_inner .swiper-button-next, .voice .acordion_inner .swiper-rtl .swiper-button-prev {
      right: 10px;
      left: auto; }
    .voice .acordion_inner .swiper-button-prev, .voice .acordion_inner .swiper-rtl .swiper-button-next {
      left: 10px;
      right: auto; }
    .voice .acordion_inner .swiper-slide {
      width: 57%; }
    .voice .acordion_inner ul {
      padding: 20px 10% 20px 20%;
      border-radius: 8px;
      margin: 0 0 5px; }
      .voice .acordion_inner ul li {
        box-shadow: 1px 1px 4px #ccc;
        border-radius: 8px;
        padding: 20px;
        padding-bottom: 20px !important;
        margin: 0 0 20px;
        font-size: 14px;
        text-align: justify;
        position: relative;
        background: #fff;
        /*&::after {
        	display: block;
        	content: "";
        	position: absolute;
        	background: url("img/man_ico.png") no-repeat;
        	background-size: cover;
        	width: 65px;
        	height: 65px;
        	border-radius: 50%;
        	box-shadow: 1px 1px 4px #ccc;
        	top: 0;
        	left: -100px;
        	z-index: 10;
        }*/ }
    .voice .acordion_inner .quote {
      text-align: right;
      font-size: 11px; }
