@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700;900&display=swap");
@font-face {
  font-family: 'LINE Seed JP_OTF Bold';
  src: url("/bank/assets/font/LINESeedJP_OTF_Bd.woff"); }
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 #d6570a;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #d6570a;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #d6570a;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #d6570a;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #d6570a;
    top: 0px; } }
.cta_btn {
  position: relative;
  max-width: 700px;
  margin: 0 auto 5px;
  box-shadow: 0 5px 0 #d6570a;
  background: linear-gradient(90deg, #ff9806 0%, #f6640c 70%);
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 37.5px;
  -moz-border-radius: 37.5px;
  -webkit-border-radius: 37.5px;
  -o-border-radius: 37.5px;
  -ms-border-radius: 37.5px; }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    line-height: 1.2;
    color: #fff !important;
    font-weight: 700;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center; }
    .cta_btn a::after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      transform: translateY(-50%) rotate(45deg);
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
    .cta_btn a small {
      font-size: 80%; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

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

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

a {
  color: #1c1c1c; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #1c1c1c;
    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; } }
.lineseed {
  font-family: 'LINE Seed JP_OTF Bold'; }

.oswald {
  font-family: "Oswald", sans-serif; }

.red {
  color: #ec0606; }

.yellow {
  color: #ffea36; }

.white {
  color: #fff; }

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

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

.cta_btn + .remarks {
  margin-top: 25px; }

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

.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(156, 7, 1, 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: #9c0701;
    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; } }

.wrapper {
  min-width: 1100px; }

.header {
  background: #fff; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .pr {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #4c4c4c;
    padding: 2px 10px 1px;
    border: 1px solid #4c4c4c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px; }

.main_ttl {
  padding: 12px 10px;
  background: #9c0701;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3; }
  .main_ttl .yellow {
    color: #ffea36; }
  .main_ttl small {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500; }
  .main_ttl.main_ttl_2 {
    position: relative;
    padding: 33px 10px 25px; }
    .main_ttl.main_ttl_2 .sub {
      z-index: 1;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -20px;
      width: 350px;
      padding: 5px;
      background: #fff;
      border: #9c0701 2px solid;
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      text-align: center;
      color: #9c0701; }

.common_txt {
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8; }

.box {
  max-width: 900px;
  margin: 0 auto 20px; }
  .box .wrap {
    overflow: hidden;
    border: #ec0606 2px solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #fff; }
    .box .wrap .top {
      padding: 12px 0 15px;
      background: #ec0606;
      font-size: 23px;
      font-size: 2.3rem;
      font-weight: 700;
      text-align: center;
      line-height: 1;
      color: #ffea36; }
      .box .wrap .top small {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        color: #fff; }
    .box .wrap .bottom {
      padding: 15px 10px 25px;
      background: #fbfaf3;
      text-align: center; }
      .box .wrap .bottom p {
        margin-bottom: 20px;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700; }

.fv {
  background: url("img/fv_bg.jpg") no-repeat center center/cover; }
  .fv.cre {
    background: url("img/fv_bg_cre.jpg") no-repeat center center/cover; }
  .fv .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 300px; }
    @media only screen and (max-width: 768px) {
      .fv .inner {
        width: 100%; } }
    .fv .inner .fv_img {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 50px; }

.section01 > .remarks {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 10px; }
  @media only screen and (max-width: 768px) {
    .section01 > .remarks {
      width: 100%; } }
.section01 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    .section01 .inner {
      width: 100%; } }
  .section01 .inner > .ttl {
    margin-bottom: 50px;
    text-align: center; }
.section01 .campaign {
  position: relative;
  margin-bottom: 20px;
  padding: 40px 55px;
  background: #fffbdc; }
  .section01 .campaign .ttl {
    z-index: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
    width: 500px;
    padding: 8px;
    background: #620b0b;
    border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    -webkit-border-radius: 22.5px;
    -o-border-radius: 22.5px;
    -ms-border-radius: 22.5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #fff; }
  .section01 .campaign .content .overview {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    margin-bottom: 20px; }
    .section01 .campaign .content .overview > .img {
      width: 300px;
      margin-right: 25px; }
      .section01 .campaign .content .overview > .img .cta_btn {
        margin-top: 10px; }
        .section01 .campaign .content .overview > .img .cta_btn a {
          font-size: 20px;
          font-size: 2rem; }
    .section01 .campaign .content .overview .txt {
      width: calc(100% - 325px); }
      .section01 .campaign .content .overview .txt .catch {
        margin-bottom: 10px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        line-height: 1;
        text-align: center; }
        .section01 .campaign .content .overview .txt .catch strong {
          font-size: 130%; }
          .section01 .campaign .content .overview .txt .catch strong b {
            font-size: 170%; }
      .section01 .campaign .content .overview .txt ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex; }
        .section01 .campaign .content .overview .txt ul li {
          width: 48%; }
          .section01 .campaign .content .overview .txt ul li:nth-child(2) {
            margin-left: 2%; }
          .section01 .campaign .content .overview .txt ul li .wrap {
            overflow: hidden;
            border: #ec0606 2px solid;
            border-radius: 10px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            -o-border-radius: 10px;
            -ms-border-radius: 10px;
            background: #fff; }
            .section01 .campaign .content .overview .txt ul li .wrap .top {
              -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;
              height: 50px;
              background: #ec0606;
              font-size: 18px;
              font-size: 1.8rem;
              font-weight: 700;
              text-align: center;
              line-height: 1;
              color: #ffea36; }
              .section01 .campaign .content .overview .txt ul li .wrap .top small {
                font-size: 14px;
                font-size: 1.4rem;
                font-weight: 400;
                color: #fff; }
            .section01 .campaign .content .overview .txt ul li .wrap .bottom {
              padding: 15px 10px 20px;
              text-align: center; }
              .section01 .campaign .content .overview .txt ul li .wrap .bottom p {
                font-size: 18px;
                font-size: 1.8rem;
                font-weight: 700; }
              .section01 .campaign .content .overview .txt ul li .wrap .bottom .img {
                margin: 10px auto 20px; }
              .section01 .campaign .content .overview .txt ul li .wrap .bottom .money .line {
                width: 180px;
                margin: 0 auto;
                padding: 3px;
                background: #333;
                border-radius: 12.5px;
                -moz-border-radius: 12.5px;
                -webkit-border-radius: 12.5px;
                -o-border-radius: 12.5px;
                -ms-border-radius: 12.5px;
                font-size: 14px;
                font-size: 1.4rem;
                font-weight: 700;
                color: #fff; }
              .section01 .campaign .content .overview .txt ul li .wrap .bottom .money .cash {
                font-size: 24px;
                font-size: 2.4rem;
                font-weight: 700;
                color: #ec0606; }
                .section01 .campaign .content .overview .txt ul li .wrap .bottom .money .cash span {
                  display: inline-block;
                  padding: 5px;
                  background: #ec0606;
                  font-size: 14px;
                  font-size: 1.4rem;
                  color: #fff;
                  vertical-align: 10px; }
                .section01 .campaign .content .overview .txt ul li .wrap .bottom .money .cash strong {
                  font-size: 180%; }
  .section01 .campaign .content .reward {
    text-align: center; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }

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

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .note {
  max-width: 900px;
  margin: 0 auto 25px;
  padding: 20px 30px;
  background: #f3f3f3;
  border: #d4d4d4 1px solid;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  .section04 .note .ttl {
    width: 205px;
    margin: 0 auto 10px;
    padding: 5px;
    background: #fff;
    border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -webkit-border-radius: 17.5px;
    -o-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: #ec0606; }
  .section04 .note p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8; }

.section05 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  @media only screen and (max-width: 768px) {
    .section05 .inner {
      width: 100%; } }
  .section05 .inner .box .wrap .bottom .terms {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    max-width: 490px;
    margin: 0 auto 40px; }
    .section05 .inner .box .wrap .bottom .terms li {
      position: relative;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem; }
      .section05 .inner .box .wrap .bottom .terms li::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        width: 145px;
        height: 145px;
        background: #fde0e0;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%; }
      .section05 .inner .box .wrap .bottom .terms li .ttl {
        position: relative;
        width: 130px;
        margin: 0 auto;
        padding: 2px 0;
        background: #fff;
        border: #9c0701 1px solid;
        text-align: center;
        color: #9c0701; }
      .section05 .inner .box .wrap .bottom .terms li .content {
        -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;
        position: relative;
        height: calc(100% - 20px); }

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

.section07 .main_ttl {
  padding: 20px 10px 22px; }
.section07 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 60px; }
  @media only screen and (max-width: 768px) {
    .section07 .inner {
      width: 100%; } }
  .section07 .inner .money_box .money {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 650px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #333;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px; }
    .section07 .inner .money_box .money + .money {
      margin-top: 10px; }
    .section07 .inner .money_box .money p {
      margin-bottom: 0; }
    .section07 .inner .money_box .money .cash {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      color: #ec0606; }
      .section07 .inner .money_box .money .cash .tags {
        display: inline-block;
        width: 60px;
        vertical-align: 9px; }
        .section07 .inner .money_box .money .cash .tags.tags_2 {
          vertical-align: -3px; }
        .section07 .inner .money_box .money .cash .tags span {
          display: block;
          width: 100%;
          padding: 8px 5px;
          background: #ec0606;
          font-size: 14px;
          font-size: 1.4rem;
          color: #fff;
          line-height: 1.2; }
          .section07 .inner .money_box .money .cash .tags span + span {
            margin-top: 3px; }
          .section07 .inner .money_box .money .cash .tags span.gray {
            background: #333; }
      .section07 .inner .money_box .money .cash strong {
        font-size: 180%; }
    .section07 .inner .money_box .money .left {
      width: 50%;
      padding: 20px;
      text-align: left; }
    .section07 .inner .money_box .money .right {
      width: 50%;
      padding: 20px;
      border-left: dotted 3px #a6a6a6; }
      .section07 .inner .money_box .money .right .remarks {
        margin-top: 0;
        font-size: 11px;
        font-size: 1.1rem;
        font-weight: 400; }
  .section07 .inner .money_box.flex {
    -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; }
    .section07 .inner .money_box.flex .money {
      display: block;
      width: 300px;
      margin: 0 40px;
      padding: 10px 0; }
      .section07 .inner .money_box.flex .money:nth-child(2) {
        position: relative; }
        .section07 .inner .money_box.flex .money:nth-child(2)::before {
          content: '';
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -66px;
          width: 50px;
          height: 50px;
          background: url("img/ico_plus.png") no-repeat left top/100% auto; }

.footer .ft_menu .p_mark {
  width: 700px;
  margin: 0px auto;
  padding: 20px; }
  .footer .ft_menu .p_mark p {
    display: inline-block; }
  .footer .ft_menu .p_mark .pra_txt {
    width: 500px; }
.footer .ft_menu .ft_nav {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .footer .ft_menu .ft_nav li {
    display: inline-block;
    margin: 0 15px; }
    .footer .ft_menu .ft_nav li a {
      text-decoration: none; }
.footer .copyright {
  margin-top: 20px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #2367cc; }
  @media only screen and (max-width: 768px) {
    .footer .copyright {
      margin-top: 0;
      font-size: 2vw; } }

.ft_btn {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(156, 7, 1, 0.9); }
  .ft_btn .inner {
    -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;
    position: relative;
    margin: 0 auto;
    padding: 10px; }
    .ft_btn .inner .txt {
      position: relative;
      margin: 0 20px 0 15px;
      padding: 10px 25px;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      text-align: center; }
      .ft_btn .inner .txt::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 15px solid #fff;
        border-right: 0; }
    .ft_btn .inner .cta_btn {
      min-width: 260px;
      margin: 0 0 5px 5px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; }
      .ft_btn .inner .cta_btn a {
        padding: 15px 0;
        font-size: 20px;
        font-size: 2rem; }
        .ft_btn .inner .cta_btn a::after {
          content: none; }

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

.exitProtection {
  width: 400px !important;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 15%;
  border: none;
  z-index: 1000; }
  @media only screen and (max-width: 768px) {
    .exitProtection {
      width: 95% !important; } }
  .exitProtection a {
    outline: none; }
    .exitProtection a:hover img {
      opacity: 1; }
  .exitProtection .wrap {
    position: relative;
    height: 510px;
    padding-top: 40px; }
    @media only screen and (max-width: 768px) {
      .exitProtection .wrap {
        width: 80vw;
        height: 100%;
        margin: 0 auto; } }
    .exitProtection .wrap::before {
      content: '';
      display: block;
      padding-top: calc(470 / 400 * 100%); }
    .exitProtection .wrap .box {
      position: absolute;
      top: 40px;
      left: 0; }
      .exitProtection .wrap .box .img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 150px;
        display: block;
        width: 60%; }
    .exitProtection .wrap .cta_btn {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 35px;
      display: block;
      width: 90%;
      margin: auto;
      padding: 10px 0;
      border-radius: 32.5px;
      -moz-border-radius: 32.5px;
      -webkit-border-radius: 32.5px;
      -o-border-radius: 32.5px;
      -ms-border-radius: 32.5px;
      text-decoration: none;
      line-height: 1.2;
      color: #fff;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      text-align: center; }
      .exitProtection .wrap .cta_btn::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        transform: translateY(-50%) rotate(45deg);
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }
      .exitProtection .wrap .cta_btn small {
        font-size: 80%; }
    .exitProtection .wrap .modal_close {
      z-index: 100;
      position: absolute;
      top: 0;
      right: 10px;
      display: block;
      cursor: pointer;
      background: #8d8d8d;
      color: #fff !important;
      width: 40px;
      line-height: 40px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      text-decoration: none; }

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

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

.company {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0; }
  @media only screen and (max-width: 768px) {
    .company {
      width: 100%; } }
  .company .company_table {
    width: 100%;
    border: 1px solid #ddd;
    background-color: #fff; }
    .company .company_table th, .company .company_table td {
      padding: 20px;
      border-bottom: 1px solid #ddd;
      font-size: 15px; }
    .company .company_table th {
      background: #f5f5f5;
      width: 300px;
      border-right: 1px solid #ddd; }
  .company .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
  .company .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
