@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section,
main {
  display: block; }

html {
  font-size: 62.5%; }

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

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto; }

a {
  -webkit-transition: 0.3s ease-in-out;
  text-decoration: none;
  transition: 0.3s ease-in-out; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }

@font-face {
  font-family: "FontAwesome5FreeSolid";
  src: url("/assets/font/FontAwesome5FreeSolid.otf"); }

@font-face {
  font-family: "D-DINCondensed";
  src: url("/assets/font/D-DINCondensed.otf"); }

@font-face {
  font-family: "HiraginoSansW3";
  src: url("/assets/font/HiraginoSansW3.otf"); }

@font-face {
  font-family: "HiraginoSansW6";
  src: url("/assets/font/HiraginoSansW6.otf"); }

@font-face {
  font-family: "HiraginoSansW7";
  src: url("/assets/font/HiraginoSansW7.otf"); }

@font-face {
  font-family: "HiraKaku";
  src: url("/assets/font/HiraKakuStdW8.otf"); }

.page_h1 {
  display: none; }

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  background-color: #ebebeb; }
  footer .footer_text {
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000000;
    font-weight: 500;
    text-align: center; }
    footer .footer_text span {
      font-weight: bold; }
  footer .footer_line {
    height: 20px;
    background: #282828; }

.page-sp_index footer {
  margin-bottom: 94px; }
  .page-sp_index footer .footer_text {
    padding: 21px 10px 13px;
    font-size: 1.3rem;
    line-height: 18px; }

.page-sp_index .page_top {
  position: fixed;
  bottom: 115px;
  right: 10px;
  z-index: 1000;
  width: 65px; }

.page-sp_index .footer_line {
  height: 30px;
  background: #282828; }

.c-fnav {
  background-image: -webkit-linear-gradient(90deg, #d4d4d4 0, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #e8e7e7 0, #e8e7e7 100%);
  background-image: -ms-linear-gradient(90deg, #e8e7e7 0, #e8e7e7 100%);
  position: fixed;
  width: 100%;
  bottom: 0;
  max-width: 750px;
  z-index: 10; }

.c-fnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-fnav li {
  width: 50%;
  position: relative;
  background-image: -webkit-linear-gradient(90deg, #d4d4d4 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #d4d4d4 0, #fff 100%);
  margin: 2px; }

.c-fnav a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  height: 110px; }

.c-fnav__text {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic Pro";
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-shadow: 2px 2px #ffff; }
  @media screen and (max-width: 360px) {
    .c-fnav__text {
      font-size: 1.3rem; } }
  .c-fnav__text.text_down {
    letter-spacing: -0.05em; }

.c-fnav__icon {
  display: block;
  width: 100%; }

.c-fnav__phone .c-fnav__icon {
  position: relative;
  top: 12px; }
  .c-fnav__phone .c-fnav__icon img {
    width: 37px; }

.c-fnav__phone .c-fnav__text {
  position: relative;
  top: 23px; }

.c-fnav__trial .c-fnav__icon {
  position: relative;
  top: 11px; }
  .c-fnav__trial .c-fnav__icon img {
    height: 41px;
    width: 40px; }

.c-fnav__trial .c-fnav__text {
  position: relative;
  top: 20px; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@media (min-width: 750px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 750px) {
  .pc-only {
    display: none; }
  img {
    max-width: 100%;
    height: auto; } }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
.l-wrapper, .l-container, .l-content {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.l-wrapper {
  min-width: 1200px; }

.l-container {
  max-width: 1200px; }

.l-content {
  max-width: 1000px; }

.page-sp_index .l-wrapper {
  width: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden; }

main {
   }

.modal-open {
  overflow: hidden; }
  .modal-open.modal-close {
    overflow: auto; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn001 {
    width: 650px;
    display: inline-block; }
  .c-btn001__img {
    display: block; }
  .c-btn001__imghover {
    display: none; }
  .c-btn001:hover {
    opacity: 1; }
    .c-btn001:hover .c-btn001__img {
      display: none; }
    .c-btn001:hover .c-btn001__imghover {
      display: block; }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title001 {
  display: inline-block;
  position: relative;
  font-size: 4.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #3c3c3c;
  font-weight: bold;
  line-height: 1.504;
  text-align: center; }

.c-title002 {
  background-image: -webkit-linear-gradient(0deg, #7f1515 0%, #c80303 50%, #7f1515 100%);
  background-image: -ms-linear-gradient(0deg, #7f1515 0%, #c80303 50%, #7f1515 100%);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(22, 32, 129, 0.004);
          box-shadow: 0px 4px 0px 0px rgba(22, 32, 129, 0.004);
  border-bottom: 4px solid #7f1515;
  text-align: center;
  padding: 30px 0 19px; }
  .c-title002 img {
    position: relative; }

  .sp-c-title002 {
  background-image: -webkit-linear-gradient(0deg, #af1d1d 0%, #ff0000 50%, #af1d1d 100%);
  background-image: -ms-linear-gradient(0deg, #af1d1d 0%, #ff0000 50%, #af1d1d 100%);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(22, 32, 129, 0.004);
          box-shadow: 0px 4px 0px 0px rgba(22, 32, 129, 0.004);
  border-bottom: 4px solid #7f1515;
  text-align: center;
  padding: 30px 0 19px; }
  .sp-c-title002 img {
    width: 90%;
    position: relative; }

.c-title003 {
  position: relative;
  font-size: 3rem;
  color: #3c3c3c;
  background-color: #f6e5e5;
  font-weight: bold;
  line-height: 1.329;
  letter-spacing: 0;
  text-align: left;
  padding: 13px 40px 8px;
  margin-bottom: 40px; }
  .c-title003:before {
    content: '';
    background: #f32828;
    width: 24px;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 5; }
  .c-title003--red {
    background-color: #ffe6e6; }
    .c-title003--red:before {
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-bg001-red.png") no-repeat left; }

.c-title004 {
  text-align: center; }

.c-title005 {
  text-align: center; }
  .c-title005 img {
    position: relative; }

.c-title006 {
  text-align: center;
  font-size: 2.8rem;
  color: #ffffff;
  font-weight: bold;
  background: #151e7f;
  padding: 21px 0 16px;
  position: relative; }
  .c-title006--green {
    background: #151e7f; }
  .c-title006::after {
    content: "";
    background-image: -webkit-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%);
    background-image: -ms-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%);
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 15px; }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text--left {
  text-align: left; }

.c-text--center {
  text-align: center; }

.c-text--right {
  text-align: right; }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-boximg001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -50px;
  margin-bottom: -30px; }
  .c-boximg001__items {
    position: relative;
    width: calc((100% / 2) - 100px);
    margin: 0 50px;
    margin-bottom: 30px; }
    .c-boximg001__items:nth-child(odd):after {
      content: "";
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/arrow-right.png") no-repeat center;
      width: 61px;
      height: 122px;
      position: absolute;
      right: -80px;
      top: -4px;
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%);
      z-index: 5; }
    .c-boximg001__items:last-child:after {
      visibility: hidden; }

.c-boximg002 img {
  position: relative; }

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list001__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #010101;
  line-height: 1.6;
  letter-spacing: -1px; }

.c-list003 {
  max-width: 745px;
  margin: 0 auto; }
  .c-list003__items {
    background-color: #f8f8f8;
    border: 3px solid #dcdcdc;
    border-right: none;
    border-bottom: none;
    padding: 24px 20px; }
    .c-list003__items:not(:last-child) {
      margin-bottom: 30px; }
  .c-list003__faq li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-list003__faq li .fa {
      font-size: 4rem;
      margin-right: 14px;
      margin-left: 6px; }
    .c-list003__faq li:not(:last-child) {
      border-bottom: 2px solid #dcdcdc;
      padding-bottom: 17px;
      margin-bottom: 20px; }
  .c-list003__question .fa {
    color: #0f2b92; }
  .c-list003__answer .fa {
    color: #d30414; }
  .c-list003__txt {
    font-size: 2.2rem;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 1.726;
    letter-spacing: 0; }

.c-list004 {
  max-width: 925px;
  margin: 0 auto; }
  .c-list004__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-list004__items:not(:last-child) {
      margin-bottom: 52px; }
  .c-list004__img {
    width: 98px; }
    .c-list004__img img {
      width: 100%; }
  .c-list004__txt {
    padding-left: 25px;
    width: calc(100% - 98px); }
  .c-list004__name {
    font-size: 2.8rem;
    color: #0f2b92;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 0;
    border-bottom: 2px dashed #c9c9c9; }
  .c-list004__desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.2rem;
    margin-top: 17px; }
  .c-list004__label {
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-label.png") no-repeat center;
    background-size: contain;
    width: 140px;
    height: 34px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    font-weight: 500; }
  .c-list004__excerpt {
    width: calc(100% - 34px);
    color: #3c3c3c;
    font-weight: bold;
    letter-spacing: -0.5px; }
    .c-list004__excerpt .fa {
      margin-right: 5px;
      color: #0f2b92; }

.c-list005 {
  background-image: -webkit-linear-gradient(90deg, #f1f8fe 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #c8c8c8 0%, whitesmoke 100%);
  border: 3px solid #cad1d8;
  border-right: none;
  border-bottom: none;
  padding: 27px 28px 0px 29px;
  margin-bottom: 40px; }
  .c-list005__items {
    padding-bottom: 30px; }
  .c-list005__title {
    font-size: 2.2rem;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 1.636;
    border-bottom: 2px solid #cad1d8;
    padding-bottom: 16px;
    margin-bottom: 30px; }

.c-listsub001__items {
  font-size: 22px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1.818;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-listsub001__items .fa {
    margin-right: 10px;
    color: #d30414; }

.c-list006 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px; }
  .c-list006__items {
    width: calc((100% / 3) - 20px);
    margin: 0 10px;
    text-align: center;
    background-color: #ffffff;
    border: 3px solid currentColor; }
    .c-list006__items--orange {
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/bg-orange.jpg") no-repeat top;
      border-color: #531e01; }
    .c-list006__items--gray {
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/bg-gray.jpg") no-repeat top; }
    .c-list006__items--yellow {
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/bg-yellow.jpg") no-repeat top; }
  .c-list006__top {
    padding: 12px 7px 0 8px; }
    .c-list006__top--img {
      min-height: 35px; }
    .c-list006__top--title {
      font-size: 3.2rem;
      color: #000000;
      font-weight: bold;
      line-height: 1.359;
      text-shadow: 1.5px 0 0 #fff, -1.5px 0 0 #fff, 0 1.5px 0 #fff, 0 -1.5px 0 #fff, 1px 1px #fff, -1.5px -1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff;
      margin-top: 7px;
      padding-bottom: 4px;
      border-bottom: 1px solid #fff;
      letter-spacing: -2.5px; }
  .c-list006__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 183px;
    position: relative;
    padding-top: 16px;
    padding: 16px 10px 8px; }
    .c-list006__main--desc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 2rem;
      font-weight: bold;
      color: #000000;
      line-height: 1;
      letter-spacing: 0;
      min-height: 100px; }
    .c-list006__main--icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 18px; }
      .c-list006__main--icons img {
        position: relative; }
        .c-list006__main--icons img + img {
          margin-left: 30px; }
  .c-list006__bottom {
    background-color: #ffffff;
    line-height: 1;
    padding-top: 18px;
    padding-bottom: 12px;
    min-height: 157px; }
    .c-list006__bottom--vat {
      font-size: 2.4rem;
      color: #151e7f;
      font-weight: bold;
      margin-bottom: 6px;
      letter-spacing: -2px;
      padding-left: 11px; }
      .c-list006__bottom--vat .u-fz16 {
        letter-spacing: 0;
        position: relative;
        top: -4px;
        left: -4px; }
    .c-list006__bottom--price {
      font-size: 5rem;
      color: #151e7f;
      font-weight: bold;
      margin-bottom: 14px;
      letter-spacing: 2px; }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-mainvisual.u-bgshadow:after {
  max-width: 100%; }

.c-dots {
  display: block; }
  .c-dots--1 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--2 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--3 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--4 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--5 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--6 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--7 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--8 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--9 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--10 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--11 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots--12 {
    display: inline-block;
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-dots.png") no-repeat center;
    width: 9px;
    height: 9px; }
  .c-dots span + span {
    margin-left: 30px; }

.c-box001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin: 0 auto; }
  .c-box001--container {
    max-width: 1020px; }
  .c-box001--fullwidth {
    max-width: 100%; }
  .c-box001__items {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 10px 20px; }
  .c-box001--col2 .c-box001__items {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .c-box001--col3 .c-box001__items {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%; }
  .c-box001--col4 .c-box001__items {
    max-width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
  .c-box001__inner {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #b3bbbf;
            box-shadow: 0px 0px 10px 0px #b3bbbf; }
  .c-box001__img {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 152px; }
    .c-box001__img img {
      position: relative; }
  .c-box001__txt {
    text-align: center;
    padding: 6px 15px 12px;
    min-height: 177px; }
  .c-box001__title {
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 700;
    color: #151e7f;
    margin-bottom: 11px;
    font-family: "HiraKaku",YuGothic,"游ゴシック",Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif; }
  .c-box001__desc {
    font-size: 1.5rem;
    text-align: left;
    color: #010101;
    line-height: 1.6;
    letter-spacing: -1px; }
  .c-box001__links {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    color: #d30716;
    line-height: 1.333;
    letter-spacing: -1px;
    margin-top: 10px;
    padding-left: 25px;
    text-decoration: none;
    position: relative; }
    .c-box001__links:before {
      content: '';
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-arrow001.png") no-repeat left;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 4px;
      z-index: 5; }

.c-box002 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 1020px;
  margin: 0 auto; }
  .c-box002__items {
    width: calc((100% / 2) - 20px);
    position: relative;
    margin: 0 10px 21px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #f8d1ae;
            box-shadow: 0px 0px 10px 0px #f8d1ae;
    padding: 20px 20px 6px; }
  .c-box002__img {
    width: 80px; }
    .c-box002__img img {
      position: relative; }
  .c-box002__namecompany {
    font-size: 1.2rem;
    color: #1e1e1e;
    font-weight: bold;
    line-height: 1.333;
    text-align: center;
    margin-top: 10px; }
  .c-box002__txt {
    width: calc(100% - 80px);
    padding-left: 12px;
    vertical-align: top;
    margin-top: -8px; }
  .c-box002__title {
    font-size: 1.6rem;
    color: #e12045;
    font-weight: bold;
    line-height: 2.25; }
  .c-box002__desc {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 26px;
    letter-spacing: -0.5px; }

.c-arti {
  background-color: #ffffff;
  padding-top: 160px; }
  .c-arti002 {
    padding-top: 165px; }
    .c-arti002 .c-title003 {
      letter-spacing: -1.8px; }

.c-block001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 60px;
  position: relative;
  z-index: 0; }
  .c-block001__left, .c-block001__right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1; }
  .c-block001__left {
    left: -8px;
    top: 51%; }
  .c-block001__right {
    right: -68px;
    top: 78%; }
  .c-block001__center {
    text-align: center;
    width: 682px;
    margin-top: -4px; }
  .c-block001__desc {
    position: relative;
    font-size: 2.2rem;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 1.727;
    letter-spacing: 0; }
    .c-block001__desc:not(:last-child) {
      padding-bottom: 95px;
      margin-bottom: 25px; }
      .c-block001__desc:not(:last-child):after {
        content: '';
        background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/arrow-down.png") no-repeat center;
        width: 94px;
        height: 66px;
        position: absolute;
        left: 42.5%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        z-index: 5; }

.c-block002 {
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  z-index: 0; }
  .c-block002__desc {
    font-size: 2.2rem;
    font-weight: bold;
    color: #3c3c3c;
    line-height: 1.818;
    text-align: center; }

.c-block003 {
  position: relative;
  z-index: 0;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px; }
  .c-block003__desc {
    font-size: 3.4rem;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 39px; }
  .c-block003__pram1 {
    line-height: 1.765; }
  .c-block003__pram2 {
    line-height: 1.471; }

.c-block004 {
  position: relative; }
  .c-block004__content {
    position: absolute;
    bottom: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5;
    width: 75%;
    text-align: center; }
  .c-block004__text {
    font-size: 3.3rem;
    font-weight: bold;
    color: #000000;
    text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff; }
    .c-block004__text:not(:last-child) {
      margin-bottom: 24px; }
    .c-block004__text01 {
      line-height: 26px;
      letter-spacing: -2px; }
      .c-block004__text01 .u-fz42 {
        position: relative;
        top: 3px; }
    .c-block004__text02 {
      line-height: 48px;
      letter-spacing: -4px; }
    .c-block004__text .u-blue {
      color: #0328a2; }
    .c-block004__text .u-red {
      color: #fd1414; }
    .c-block004__text .u-right {
      display: block;
      padding-right: 75px;
      letter-spacing: -1px;
      position: relative;
      top: 11px; }

.c-block005 {
  background: url("https://www.fudousantec.com/tsuikyaku/assets/img/top/pc/bg-1.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 26px 37px 36px;
  z-index: 0; }
  .c-block005__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-block005__desc {
    font-size: 30.15px;
    color: #1e1e1e;
    font-weight: bold;
    line-height: 1.352;
    text-align: center;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 104px;
    margin-bottom: 30px; }
    .c-block005__desc:before {
      content: "";
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/arrow-down-2.png") no-repeat center;
      width: 156px;
      height: 70px;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 5; }
    .c-block005__desc .u-red {
      color: #d30716;
      font-size: 40.2px; }

.c-block006 {
  background: url("https://www.fudousantec.com/tsuikyaku/assets/img/top/pc/bg-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 87px 0 94px; }
  .c-block006 span {
    margin-bottom: 15px !important; }
  .c-block006__text {
    font-size: 1.9rem;
    font-weight: 500;
    color: #0b0306;
    line-height: 3.3rem;
    text-align: center;
    display: block;
    width: 957px;
    margin: 0 auto;
    text-shadow: white 2px 0px 2px, white -2px 0px 5px, white 0px -2px 2px, white -2px 0px 5px, white 2px 2px 2px, white -2px 2px 5px, white 2px -2px 2px, white -2px -2px 5px, white 1px 2px 2px, white -1px 2px 5px, white 1px -2px 2px, white -1px -2px 5px,white 2px 1px 2px, white -2px 1px 5px,white 2px -1px 2px, white -2px -1px 5px; }
    .c-block006__text:nth-child(3), .c-block006__text:nth-child(4) {
      margin: 34px auto; }
  .c-block006 hr {
    margin: 0;
    position: relative;
    height: 1px;
    border: none;
    top: -2px; }
    .c-block006 hr::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(214, 214, 214, 0)), color-stop(50%, #d6d6d6), to(rgba(214, 214, 214, 0)));
      background: -webkit-linear-gradient(left, rgba(214, 214, 214, 0), #d6d6d6 50%, rgba(214, 214, 214, 0));
      background: linear-gradient(left, rgba(214, 214, 214, 0), #d6d6d6 50%, rgba(214, 214, 214, 0)); }

.c-point001 {
  padding-top: 80px;
  padding-bottom: 80px; }
  .c-point001__content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center; }
  .c-point001__desc {
    font-size: 2.6rem;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 1.769;
    margin-top: 28px;
    margin-bottom: 39px;
    letter-spacing: 0; }
  .c-point001__name {
    font-size: 3rem;
    text-align: left;
    background-color: #201e8e;
    color: white;
    line-height: 1.727;
    padding: 11px 5px 10px 20px;
    margin-top: 51px;
    letter-spacing: -1.8px; }
    .c-point001__name .fa {
      margin-right: 12px; }

.c-fig001 img {
  position: relative; }

.c-fig001__main {
  margin-top: 27px;
  margin-bottom: 5px; }

.c-fig001__bottom {
  background-color: #ffffff;
  border: 2px solid #e8edef;
  padding: 44px 80px 84px; }

.c-fig001__caption {
  font-size: 2.4rem;
  color: #3c3c3c;
  font-weight: bold;
  line-height: 2.083;
  letter-spacing: -1px; }

.c-info001 {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 40px 34px 25px 40px;
  position: relative;
  text-align: center; }
  .c-info001:before {
    content: "";
    background-color: #cfdadf;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 4px;
    left: 5px;
    z-index: -1; }
  .c-info001__tel {
    display: block;
    position: relative;
    left: -6px; }
  .c-info001__time {
    font-size: 1.6rem;
    font-weight: 500;
    color: #1e1e1e;
    line-height: 1.125;
    margin-top: 18px; }

.faqBlock {
  text-align: left;
  border: 2px solid #c6e2ff; }
  .faqBlock .faqBlock__item {
    margin-bottom: 9px;
    cursor: pointer; }
    .faqBlock .faqBlock__item .faqBlock__ttl {
      line-height: 1;
      color: #464646;
      background-color: #c6e2ff;
      padding: 15px 14px;
      font-size: 2rem;
      position: relative;
      font-weight: bold; }
      .faqBlock .faqBlock__item .faqBlock__ttl:before {
        content: "";
        position: absolute;
        right: 25px;
        top: 15px;
        background: url("../../../tsuikyaku/assets/img/common/ic-double-arrow.png");
        width: 13px;
        height: 17px; }
      .faqBlock .faqBlock__item .faqBlock__ttl.on {
        border-radius: 5px 5px 0 0; }
        .faqBlock .faqBlock__item .faqBlock__ttl.on:after {
          margin-top: -6px;
          -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
                  transform: rotate(135deg); }
      .faqBlock .faqBlock__item .faqBlock__ttl.is-active::after {
        -webkit-transform: rotate(-225deg);
            -ms-transform: rotate(-225deg);
                transform: rotate(-225deg);
        margin: -5px 0 0; }
    .faqBlock .faqBlock__item .faqBlock__content {
      padding: 20px 12.5px 15px;
      position: relative;
      border-bottom: 2px solid #c6e2ff;
      display: none; }
      .faqBlock .faqBlock__item .faqBlock__content ul li:not(:last-child) {
        margin-bottom: 5px; }
    .faqBlock .faqBlock__item .faqBlock__question {
      position: relative;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.5;
      color: #151e7f;
      margin-bottom: 5px;
      background-color: #f3f3f3;
      padding: 1.0rem; }
      .faqBlock .faqBlock__item .faqBlock__question:after {
        content: "\f107";
        font-family: "FontAwesome";
        font-weight: 900;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 15px;
        z-index: 5; }
    .faqBlock .faqBlock__item .faqBlock__answer {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 2.6rem;
      color: #1e1e1e;
      padding: 7.5px 12.5px;
      background-color: #fff;
      display: none; }
      .faqBlock .faqBlock__item .faqBlock__answer span {
        color: #dd0a33;
        font-weight: bold; }
      .faqBlock .faqBlock__item .faqBlock__answer.show {
        display: block; }

.section08 {
  text-align: center; }

  .section08 table{
    margin: 35px 0px;
    font-size: 2rem;
    border: solid 2px #dee2e6;
    border-collapse:  collapse;
    width: 100%;
  }
  .section08 table th{
    padding: 15px;
    border: solid 2px #dee2e6;
    background-color: #d6d8db;
    width: 30%;
  }
  .section08 table td{
    text-align: left;
    padding: 15px;
    border: solid 2px #dee2e6;
    background-color: #fff;
    width: 70%;
  }
  .section08 iframe{
    margin: 35px 0px 10px 0px;
  }

  .section08 .top08_btn {
    margin: 30px 0 150px;
    display: block;
    text-align: center; }

.top-sp {
  position: relative; }
  .top-sp__popup {
    position: relative; }
  .top-sp .modal {
    position: fixed;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow-y: auto; }
  .top-sp .modal.is-visible {
    visibility: visible; }
  .top-sp .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
    transition: visibility 0s linear 0.3s, opacity 0.3s; }
  .top-sp .modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .top-sp .modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
    margin: 20px 0; }
    @media screen and (max-width: 575px) {
      .top-sp .modal-wrapper {
        max-width: calc(100% - 20px);
        margin: 10px 0;
        top: 0; } }
  .top-sp .modal-transition {
    -webkit-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    opacity: 0; }
  .top-sp .modal.is-visible .modal-transition {
    -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    opacity: 1; }
  .top-sp .modal-header {
    padding: 10px; }
  .top-sp .modal-header {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #e8e8e8;
    text-align: right; }
    .top-sp .modal-header .close {
      background: none;
      border: none;
      font-size: 2rem;
      line-height: 1;
      font-weight: bold;
      padding: 0;
      width: 20px;
      cursor: pointer; }
  .top-sp .modal-close {
    padding: 0; }
  .top-sp .modal-close:hover {
    color: #777;
    cursor: pointer; }
  .top-sp .modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .top-sp .modal-content {
    padding: 20px 10px;
    text-align: center; }
    .top-sp .modal-content img {
      width: 100%; }
  .top-sp .modal-content > *:first-child {
    margin-top: 0; }
  .top-sp .modal-content > *:last-child {
    margin-bottom: 0; }
  .top-sp #popup {
    cursor: pointer; }
  .top-sp .text-center {
    text-align: center; }
  .top-sp .cl0f2b92 {
    color: #0f2b92; }
  .top-sp .cld30414 {
    color: #d30414; }
  .top-sp .cl3c3c3c {
    color: #3c3c3c; }
  .top-sp .cl0328a2 {
    color: #0328a2; }
  .top-sp .clfd1414 {
    color: #fd1414; }
  .top-sp .cl1e1e1e {
    color: #1e1e1e; }
  .top-sp .cld30716 {
    color: #d30716; }
  .top-sp .cldd0a33 {
    color: #dd0a33; }
  .top-sp .c-text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 23px;
    color: #010101; }
    .top-sp .c-text.lh20 {
      line-height: 20px; }
    .top-sp .c-text.lh30 {
      line-height: 30px; }
    .top-sp .c-text.lh18 {
      line-height: 18px; }
    .top-sp .c-text.lh12 {
      line-height: 12px; }
    .top-sp .c-text.lh315 {
      line-height: 31.5px; }
    .top-sp .c-text.lh25 {
      line-height: 25px; }
    .top-sp .c-text.lh285 {
      line-height: 28.5px; }
    .top-sp .c-text.lh35 {
      line-height: 35px; }
    .top-sp .c-text.lh275 {
      line-height: 27.5px; }
    .top-sp .c-text.fwbold {
      font-weight: bold; }
    .top-sp .c-text.fs17 {
      font-size: 1.7rem; }
    .top-sp .c-text.fs18 {
      font-size: 1.8rem; }
    .top-sp .c-text.fs19 {
      font-size: 1.8rem; }
    .top-sp .c-text.fs20 {
      font-size: 2rem; }
    .top-sp .c-text.fs225 {
      font-size: 2.25rem; }
      @media screen and (max-width: 420px) {
        .top-sp .c-text.fs225 {
          font-size: 1.8rem;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .top-sp .c-text.fs24 {
      font-size: 2.4rem; }
    .top-sp .c-text.cl0f2b92 {
      color: #0f2b92; }
    .top-sp .c-text.cld30414 {
      color: #d30414; }
    .top-sp .c-text.cl3c3c3c {
      color: #3c3c3c; }
    .top-sp .c-text.clffffff {
      color: #ffffff; }
    .top-sp .c-text.cl1e1e1e {
      color: #1e1e1e; }
    .top-sp .c-text.cld30716 {
      color: #d30716; }
    .top-sp .c-text.clfd1414 {
      color: #fd1414; }
    .top-sp .c-text .bd {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefb03), to(#fefb03));
      background-image: -webkit-linear-gradient(#fefb03 0%, #fefb03 100%);
      background-image: linear-gradient(#fefb03 0%, #fefb03 100%);
      background-repeat: no-repeat;
      background-size: 100% 10px;
      background-position: 0 100%; }
      @media all and (-ms-high-contrast: none) {
        .top-sp .c-text .bd {
          background-image: -webkit-gradient(linear, left top, left bottom, from(#fefb03), to(#fefb03));
          background-image: -webkit-linear-gradient(#fefb03 0%, #fefb03 100%);
          background-image: linear-gradient(#fefb03 0%, #fefb03 100%);
          background-repeat: no-repeat;
          background-size: 100% 10px;
          background-position: 0 70%; } }
      .top-sp .c-text .bd-bs8 {
        background-size: 100% 8px; }
      .top-sp .c-text .bd-bs12 {
        background-size: 100% 12px; }
  .top-sp .c-title01 {
    padding: 9px 10px 4px 28px;
    position: relative;
    background: #f6e5e5; }
    .top-sp .c-title01::before {
      content: "";
      background: #f32828;
      background-size: cover;
      width: 17px;
      height: 100%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      z-index: 5; }
  .top-sp .c-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 24px 10px 10px;
    margin: 0 -6px;
    background: #f1f3f3;
    position: relative; }
    .top-sp .c-list::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -13px;
      width: 100%;
      height: 15px;
      background-image: -webkit-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%);
      background-image: -ms-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%); }
    .top-sp .c-list li {
      width: calc((100% - 24px) / 2);
      background: #ffffff;
      padding: 20px 10px 12px;
      -webkit-box-shadow: 0px 0px 10px 0px #b3bbbf;
              box-shadow: 0px 0px 10px 0px #b3bbbf;
      margin: 0 6px 12px; }
      .top-sp .c-list li:first-child .c-list__img img {
        width: 123.5px; }
      .top-sp .c-list li:first-child .c-list__title {
        margin: 13px 0 11px; }
      .top-sp .c-list li:nth-child(2) {
        padding: 20px 10px 6px; }
        .top-sp .c-list li:nth-child(2) .c-list__img img {
          width: 127.5px; }
        .top-sp .c-list li:nth-child(2) .c-list__title {
          margin: 19px 0 12px; }
      .top-sp .c-list li:nth-child(3) {
        padding: 20px 10px 12px; }
        .top-sp .c-list li:nth-child(3) .c-list__img img {
          width: 128px; }
        .top-sp .c-list li:nth-child(3) .c-list__title {
          margin: 18px 0 10px; }
        .top-sp .c-list li:nth-child(3) .c-list__text {
          letter-spacing: -0.01em; }
      .top-sp .c-list li:nth-child(4) {
        padding: 10px 10px 12px; }
        .top-sp .c-list li:nth-child(4) .c-list__img img {
          width: 96px;
          position: relative;
          left: 4px; }
        .top-sp .c-list li:nth-child(4) .c-list__title {
          margin: 10px 0 11px; }
      .top-sp .c-list li .c-list__text.indent {
        text-indent: -1.6rem;
        padding-left: 1.6rem; }
    .top-sp .c-list__title {
      text-align: center;
      font-size: 2rem;
      line-height: 1.15;
      font-weight: 700;
      color: #151e7f;
      font-family: "HiraKaku",YuGothic,"游ゴシック",Meiryo,"メイリオ","ＭＳ Ｐゴシック",sans-serif; }
  .top-sp .c-list01 li:not(:last-child) {
    margin-bottom: 41px; }
  .top-sp .c-list01__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .top-sp .c-list01__title img {
      width: 68px; }
    .top-sp .c-list01__title .c-text {
      margin: 0 0 0 12px;
      position: relative;
      display: block;
      width: 100%;
      top: -3px; }
    .top-sp .c-list01__title::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: calc(100% - 80px);
      border-bottom: 2px dashed #dcdcdc; }
  .top-sp .c-list01__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0; }
    .top-sp .c-list01__content img {
      width: 100px;
      height: 24.5px; }
  .top-sp .c-list01__text {
    padding-left: 47px;
    position: relative; }
    .top-sp .c-list01__text::before {
      content: "・・・";
      position: absolute;
      top: 0;
      left: 4px;
      font-size: 1.7rem;
      font-weight: bold;
      line-height: 27.5px;
      color: #3c3c3c;
      letter-spacing: -0.35em; }
  .top-sp .c-list02 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: 1px solid #fb6501;
    padding: 10px 10px 9px; }
    .top-sp .c-list02 li:not(:last-child) {
      margin-bottom: 10px; }
    .top-sp .c-list02 li:nth-child(2) {
      padding: 11px 10px 10px; }
      .top-sp .c-list02 li:nth-child(2) .c-list02__text {
        margin-top: -2px; }
    .top-sp .c-list02 li:nth-child(3) {
      padding: 11px 10px 5px; }
      .top-sp .c-list02 li:nth-child(3) .c-list02__text {
        margin-top: -4px; }
    .top-sp .c-list02 li:nth-child(4) {
      padding: 11px 10px 12px; }
      .top-sp .c-list02 li:nth-child(4) .c-list02__title {
        margin-bottom: 16px; }
      .top-sp .c-list02 li:nth-child(4) .c-list02__text {
        margin-top: -4px; }
  .top-sp .c-list02__img {
    width: 55px; }
    .top-sp .c-list02__img img {
      margin: 0 0 10px; }
  .top-sp .c-list02__name {
    font-size: 0.9rem;
    font-weight: bold;
    color: #000000;
    line-height: 1.33;
    text-align: center; }
  .top-sp .c-list02__content {
    width: calc(100% - 55px);
    padding-left: 8px; }
  .top-sp .c-list02__title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #dd0a33; }
  .top-sp .c-list02__text {
    font-size: 1.6rem;
    line-height: 1.4375;
    font-weight: 500;
    color: #000000;
    letter-spacing: -0.055em;
    margin-top: -2px; }
  .top-sp .c-list03 li:not(:last-child) {
    margin-bottom: 60px; }
  .top-sp .c-list03 li.c-list03__copper {
    border: 1.5px solid #531e01; }
    .top-sp .c-list03 li.c-list03__copper .c-list03__title--img img {
      width: 32px; }
  .top-sp .c-list03 li.c-list03__silver {
    border: 1.5px solid #57585b; }
    .top-sp .c-list03 li.c-list03__silver .c-list03__info {
      padding: 12px 15px 0; }
    .top-sp .c-list03 li.c-list03__silver .c-list03__title {
      padding-bottom: 12px; }
      .top-sp .c-list03 li.c-list03__silver .c-list03__title--img {
        margin-bottom: 14px; }
        .top-sp .c-list03 li.c-list03__silver .c-list03__title--img img {
          width: 32px; }
    .top-sp .c-list03 li.c-list03__silver .c-list03__text01 {
      margin-bottom: 11px; }
    .top-sp .c-list03 li.c-list03__silver .c-list03__img01-1 {
      position: relative;
      top: -1px;
      left: -8px; }
    .top-sp .c-list03 li.c-list03__silver .c-list03__img01-2 {
      position: relative;
      top: -4px;
      left: 9px; }
    .top-sp .c-list03 li.c-list03__silver .c-list03__price {
      padding: 12px 15px 5px; }
  .top-sp .c-list03 li.c-list03__gold {
    border: 1.5px solid #563901; }
    .top-sp .c-list03 li.c-list03__gold .c-list03__info {
      padding: 10px 15px 4px; }
    .top-sp .c-list03 li.c-list03__gold .c-list03__title--img {
      margin-bottom: 13px; }
      .top-sp .c-list03 li.c-list03__gold .c-list03__title--img img {
        width: 27px; }
    .top-sp .c-list03 li.c-list03__gold .c-list03__text01 {
      margin-bottom: 11px; }
    .top-sp .c-list03 li.c-list03__gold .c-list03__img01-1 {
      position: relative;
      top: -1px;
      left: 0; }
    .top-sp .c-list03 li.c-list03__gold .c-list03__img01-2 {
      position: relative;
      top: -4px;
      left: 19px; }
    .top-sp .c-list03 li.c-list03__gold .c-list03__img01-3 {
      position: relative;
      top: -3px;
      left: 28px; }
    .top-sp .c-list03 li.c-list03__gold .c-list03__price {
      padding: 12px 15px 5px; }
  .top-sp .c-list03__info {
    position: relative;
    text-align: center;
    padding: 10px 15px; }
    .top-sp .c-list03__info--img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .top-sp .c-list03__info--img img {
        width: 100%;
        height: 100%; }
  .top-sp .c-list03__price {
    text-align: center;
    padding: 12px 15px 10px; }
  .top-sp .c-list03__title {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 11px;
    margin-bottom: 13px; }
    .top-sp .c-list03__title--img {
      margin-bottom: 10px; }
    .top-sp .c-list03__title--text {
      font-size: 3rem;
      font-weight: bold;
      line-height: 22px;
      color: #000000;
      text-shadow: 1.5px 0 0 #fff, -1.5px 0 0 #fff, 0 1.5px 0 #fff, 0 -1.5px 0 #fff, 1px 1px #fff, -1.5px -1.5px 0 #fff, 1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff; }
  .top-sp .c-list03__text01 {
    font-size: 1.9rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px; }
  .top-sp .c-list03__img01-1 {
    width: 24.5px; }
  .top-sp .c-list03__img01-2 {
    width: 35px; }
  .top-sp .c-list03__img01-3 {
    width: 36px; }
  .top-sp .c-list03__text02 {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
    color: #151e7f;
    margin-bottom: 4px; }
    .top-sp .c-list03__text02--tag {
      font-size: 1.3rem;
      font-weight: 400; }
  .top-sp .c-list03__number {
    font-size: 4.2rem;
    letter-spacing: 0.03em;
    font-weight: bold;
    line-height: 1;
    color: #151e7f;
    margin-bottom: 6px; }
  .top-sp .c-list03__btn img {
    width: 200px; }
  .top-sp .c-block01__item {
    background-image: -webkit-linear-gradient(90deg, #f9fcff 0%, white 100%);
    background-image: -ms-linear-gradient(90deg, #c8c8c8 0%, whitesmoke 100%);
    border-top: 1.5px solid #dcdcdc;
    border-left: 1.5px solid #dcdcdc;
    padding: 9px 7px 18px; }
    .top-sp .c-block01__item:not(:last-child) {
      margin-bottom: 30px; }
    .top-sp .c-block01__item:last-child {
      padding: 9px 7px 30px; }
  .top-sp .c-block01__title {
    padding-left: 30px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1.5px solid #dcdcdc;
    margin-bottom: 10px; }
    .top-sp .c-block01__title::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/top/sp/ic-question.png");
      background-size: 22px;
      width: 22px;
      height: 22px; }
  .top-sp .c-block01__text {
    padding-left: 33px;
    position: relative; }
    .top-sp .c-block01__text::before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/top/sp/ic-answer.png");
      background-size: 22px;
      width: 22px;
      height: 22px; }
  .top-sp .c-btn {
    text-align: center;
    padding: 60px 0 0; }
    .top-sp .c-btn a {
      display: block; }
    .top-sp .c-btn img {
      width: 355px; }
  .top-sp__slider {
    margin-bottom: 50px;
    position: relative; }
    .top-sp__slider::after {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 8px;
      background-image: -webkit-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%);
      background-image: -ms-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%); }
  .top-sp .topsp-01 {
    padding: 35px 10px 28px;
    position: relative; }
    .top-sp .topsp-01 .c-text {
      position: relative;
      letter-spacing: -0.02em; }
    .top-sp .topsp-01__dots {
      position: absolute;
      left: 50%;
      top: -11px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 1.9rem;
      color: #d30414;
      line-height: 1;
      letter-spacing: -0.06em;
      font-weight: bold;
      text-indent: 90px; }
  .top-sp .topsp-03 {
    padding: 78px 10px 81px; }
    .top-sp .topsp-03__title {
      margin-bottom: 34px; }
    .top-sp .topsp-03__arrow {
      margin: 22px 0 11px; }
      .top-sp .topsp-03__arrow img {
        width: 125.5px; }
    .top-sp .topsp-03__img01 {
      margin: 25px 0 5px; }
      .top-sp .topsp-03__img01 img {
        width: 355px;
        position: relative;
        left: 10px; }
  .top-sp .topsp-04 {
    padding: 50px 10px 0; }
    .top-sp .topsp-04__title {
      letter-spacing: -0.08em;
      padding: 5px 10px 5px 28px;
      margin-bottom: 38px; }
  .top-sp .topsp-05 {
    padding: 63px 0 80px; }
    .top-sp .topsp-05__title {
      margin-bottom: 28px; }
      .top-sp .topsp-05__title img {
        width: 151px;
        position: relative;
        left: -2px; }
    .top-sp .topsp-05__content {
      padding: 0 10px;
      margin-bottom: 40px; }
    .top-sp .topsp-05__text01 {
      margin-bottom: 33px;
      letter-spacing: -0.02em; }
    .top-sp .topsp-05__img01 img {
      width: 330px; }
    .top-sp .topsp-05__text02 {
      letter-spacing: -0.02em;
      background: #201e8e;;
      padding: 10px 0; }
      .top-sp .topsp-05__text02 img {
        width: 19px;
        position: relative;
        top: 3px;
        left: 3px; }
    .top-sp .topsp-05__btn {
      margin-bottom: 50px; }
    .top-sp .topsp-05__img02 img {
      width: 350px; }
    .top-sp .topsp-05__text03 {
      margin: 15px 0 25px;
      letter-spacing: 0.02em; }
    .top-sp .topsp-05__img03 img {
      width: 355px; }
  .top-sp .topsp-06 {
    padding: 0 10px; }
    .top-sp .topsp-06__title {
      padding: 20px 10px 20px 28px;
      margin-bottom: 40px;
      background: #ffe6e6;
      position: relative; }
      .top-sp .topsp-06__title::before {
        background-image: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-bg001-red-sp.png"); }
    .top-sp .topsp-06 .c-list01 li {
      margin-bottom: 35px; }
      .top-sp .topsp-06 .c-list01 li:last-child {
        margin-bottom: 57px; }
      .top-sp .topsp-06 .c-list01 li:nth-child(2) .c-list01__title .c-text, .top-sp .topsp-06 .c-list01 li:nth-child(3) .c-list01__title .c-text {
        position: relative;
        top: 3px; }
    .top-sp .topsp-06 .c-list01__title img {
      width: 65px;
      height: 65px; }
    .top-sp .topsp-06 .c-list01__title .c-text {
      top: -1px; }
    .top-sp .topsp-06 .c-list01__title::after {
      bottom: -4px; }
    .top-sp .topsp-06 .c-list01__content {
      padding: 20px 0; }
    .top-sp .topsp-06 .c-list01__text {
      letter-spacing: -0.06em;
      padding-left: 0; }
      .top-sp .topsp-06 .c-list01__text .fa {
        color: #0f2b92;
        margin: 0 6px 0 1px; }
      .top-sp .topsp-06 .c-list01__text::before {
        display: none; }
  .top-sp .topsp-07 {
    padding: 0 10px;
    position: relative; }
    .top-sp .topsp-07__header {
      padding: 68px 10px 78px;
      margin: 0 -10px;
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/top/sp/bg-2.jpg") no-repeat center;
      background-size: cover;
      position: relative; }
      .top-sp .topsp-07__header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        border-top: 30px solid #ffffff; }
    .top-sp .topsp-07__title {
      margin-bottom: 24px; }
      .top-sp .topsp-07__title img {
        width: 315px; }
    .top-sp .topsp-07 .c-block01__item {
      padding: 16px 10px 10px !important; }
    .top-sp .topsp-07 .c-block01__title {
      padding-left: 0;
      padding-bottom: 9px;
      border-bottom: 1px solid #dcdcdc;
      text-indent: -11px; }
      .top-sp .topsp-07 .c-block01__title::before {
        display: none; }
    .top-sp .topsp-07 .c-block01__text {
      padding-left: 0;
      letter-spacing: -0.12em; }
      .top-sp .topsp-07 .c-block01__text::before {
        display: none; }
      .top-sp .topsp-07 .c-block01__text i {
        color: #d30414;
        margin-right: 10px; }
    .top-sp .topsp-07__text01 {
      margin: 19px 0 21px; }
    .top-sp .topsp-07--block {
      padding: 0 10px 25px;
      margin: 0 -10px; }
      .top-sp .topsp-07--block__content {
        background: #ffffff;
        border-radius: 5px;
        padding: 25px 10px 27px; }
      .top-sp .topsp-07--block__title {
        margin-bottom: 27px; }
        .top-sp .topsp-07--block__title01 .bd {
          letter-spacing: -0.13em; }
          @media screen and (max-width: 420px) {
            .top-sp .topsp-07--block__title01 .bd {
              letter-spacing: 0rem; } }
        .top-sp .topsp-07--block__title02 {
          margin: 2px 0 4px;
          letter-spacing: -0.02em; }
        .top-sp .topsp-07--block__title03 {
          background: #d30414;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          line-height: 33px !important;
          width: 225px;
          margin: 0 auto;
          padding: 0 10px; }
      .top-sp .topsp-07--block__img img {
        width: 323px; }
    .top-sp .topsp-07__img01 {
      background: #eef5ff;
      margin: 0 -10px; }
      .top-sp .topsp-07__img01 img {
        width: 375px; }
    .top-sp .topsp-07__btn {
      margin: 0 -10px; }
  .top-sp .topsp-08 {
    padding: 81px 10px;
    background: #ffffff; }
    .top-sp .topsp-08 img {
      width: 355px; }
  .top-sp .topsp-09__title {
    position: relative;
    z-index: 1; }
  .top-sp .topsp-09 .c-list {
    padding: 23px 10px 14px; }
    .top-sp .topsp-09 .c-list li:nth-child(2) .c-list__title {
      margin: 19px 0 13px; }
    .top-sp .topsp-09 .c-list li:nth-child(4) {
      padding: 19px 10px 12px; }
      .top-sp .topsp-09 .c-list li:nth-child(4) .c-list__title {
        margin: 11px 0 11px; }
    .top-sp .topsp-09 .c-list li:nth-child(5) {
      padding: 15px 10px 17px; }
      .top-sp .topsp-09 .c-list li:nth-child(5) .c-list__img img {
        width: 96px;
        position: relative;
        left: 3px; }
      .top-sp .topsp-09 .c-list li:nth-child(5) .c-list__title {
        margin: 13px 0 11px; }
      .top-sp .topsp-09 .c-list li:nth-child(5) .c-list__text {
        letter-spacing: -0.1em; }
    .top-sp .topsp-09 .c-list li:nth-child(6) {
      padding: 19px 10px 12px; }
      .top-sp .topsp-09 .c-list li:nth-child(6) .c-list__img img {
        width: 93px; }
      .top-sp .topsp-09 .c-list li:nth-child(6) .c-list__title {
        margin: 10px 0 14px; }
      .top-sp .topsp-09 .c-list li:nth-child(6) .c-list__text {
        letter-spacing: -0.1em; }
      .top-sp .topsp-09 .c-list li:nth-child(6) .c-list__tag {
        margin-top: 8px;
        letter-spacing: -0.06em; }
        .top-sp .topsp-09 .c-list li:nth-child(6) .c-list__tag i {
          margin: 0 4px 0 0; }
  .top-sp .topsp-10 {
    padding: 78px 10px 80px; }
    .top-sp .topsp-10__title {
      background: #151e7f;
      padding: 5px 0 2px;
      margin-bottom: 10px;
      position: relative;
      border-radius: 3.5px; }
    .top-sp .topsp-10__text01 {
      margin-bottom: 9px; }
    .top-sp .topsp-10__img01 {
      margin: 80px 0; }
    .top-sp .topsp-10--block {
      position: relative;
      margin: 80px 0; }
      .top-sp .topsp-10--block__content {
        position: absolute;
        left: 50%;
        bottom: 8%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 750px) {
          .top-sp .topsp-10--block__content {
            bottom: 3%; } }
      .top-sp .topsp-10--block__size {
        font-size: 3.8rem; }
        @media screen and (max-width: 750px) {
          .top-sp .topsp-10--block__size {
            font-size: 5vw; } }
      .top-sp .topsp-10--block__text01, .top-sp .topsp-10--block__text02, .top-sp .topsp-10--block__text03 {
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff; }
      .top-sp .topsp-10--block__text01, .top-sp .topsp-10--block__text03 {
        font-size: 2.7rem;
        font-weight: bold;
        color: #000000; }
        @media screen and (max-width: 750px) {
          .top-sp .topsp-10--block__text01, .top-sp .topsp-10--block__text03 {
            font-size: 3.7vw; } }
      .top-sp .topsp-10--block__text01 {
        line-height: 1; }
      .top-sp .topsp-10--block__text02 {
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center;
        position: relative;
        left: 20.5%;
        margin-bottom: 7px; }
        @media screen and (max-width: 750px) {
          .top-sp .topsp-10--block__text02 {
            font-size: 2.5vw;
            margin-bottom: 5px;
            left: 25.5%;
            top: 2px; } }
    .top-sp .topsp-10__contact {
      border: 1px solid #cbcbcb;
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/top/sp/bg01.png") no-repeat center;
      background-size: cover;
      padding: 14px 10px 19px; }
      .top-sp .topsp-10__contact--title {
        letter-spacing: -0.03em; }
      .top-sp .topsp-10__contact--img {
        margin: 10px 0 18px; }
        .top-sp .topsp-10__contact--img img {
          width: 162px; }
      .top-sp .topsp-10__contact--phone {
        border: 1px solid #cccccc;
        background: #ffffff;
        padding: 27px 10px 19px;
        width: 318px;
        margin: 0 auto;
        -webkit-box-shadow: 4.596px 3.857px 0px 0px #cfdadf;
                box-shadow: 4.596px 3.857px 0px 0px #cfdadf; }
        .top-sp .topsp-10__contact--phone img {
          width: 278px;
          margin-bottom: 10px; }
      .top-sp .topsp-10__contact--text {
        font-size: 1.1rem;
        color: #1e1e1e; }
    .top-sp .topsp-10__block01 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -10px; }
      .top-sp .topsp-10__block01--content {
        background: url("https://www.fudousantec.com/tsuikyaku/assets/img/top/sp/img19.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        padding: 56px 10px 148px;
        position: relative;
        width: 100%; }
      .top-sp .topsp-10__block01--first {
        margin-bottom: 37px !important;
        display: block;
        text-align: center; }
      .top-sp .topsp-10__block01--text {
        font-size: 1.6rem;
        font-weight: 500;
        color: #000000;
        line-height: 1.38;
        display: block;
        width: 375px;
        padding-left: 5px;
        margin: 0 auto;
        letter-spacing: -0.02em; }
        .top-sp .topsp-10__block01--text:nth-child(3), .top-sp .topsp-10__block01--text:nth-child(4) {
          margin: 21px auto 21px; }
      .top-sp .topsp-10__block01 hr {
        margin: 0 auto;
        position: relative;
        height: 1px;
        border: none;
        top: -2px;
        width: calc(100% - 20px); }
        .top-sp .topsp-10__block01 hr::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: -webkit-gradient(linear, left top, right top, from(rgba(214, 214, 214, 0)), color-stop(50%, #d6d6d6), to(rgba(214, 214, 214, 0)));
          background: -webkit-linear-gradient(left, rgba(214, 214, 214, 0), #d6d6d6 50%, rgba(214, 214, 214, 0));
          background: linear-gradient(left, rgba(214, 214, 214, 0), #d6d6d6 50%, rgba(214, 214, 214, 0)); }
  .top-sp .topsp-11__title {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding: 12px 0 8px;
    text-align: center;
    background: #151e7f;
    margin-bottom: 33px; }
  .top-sp .topsp-11__content {
    padding: 0 10px 60px; }
  .top-sp .topsp-11 .faqBlock {
    border: 2px solid #cfd2ec;
    margin: 0 auto; }
    .top-sp .topsp-11 .faqBlock .faqBlock__item {
      margin-bottom: 6px; }
      .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__ttl {
        line-height: 1;
        color: #464646;
        background-color: #cfd2ec;
        padding: 14px 10px 10px;
        font-size: 1.7rem;
        position: relative;
        font-weight: bold;
        cursor: pointer; }
        .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__ttl:before {
          content: "";
          position: absolute;
          right: 16px;
          top: 15px;
          background: url("https://www.fudousantec.com/tsuikyaku/assets/img/top/sp/arrow03.png");
          background-repeat: no-repeat;
          background-size: 10px;
          width: 10px;
          height: 15px; }
        .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__ttl.on {
          border-radius: 5px 5px 0 0; }
          .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__ttl.on:after {
            margin-top: -6px;
            -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                    transform: rotate(135deg); }
        .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__ttl.is-active::after {
          -webkit-transform: rotate(-225deg);
              -ms-transform: rotate(-225deg);
                  transform: rotate(-225deg);
          margin: -5px 0 0; }
      .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__content {
        padding: 10px 10px 25px;
        position: relative;
        display: none;
        border-bottom: 2px solid #cfd2ec; }
        .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__content ul li:not(:last-child) {
          margin-bottom: 28px; }
        .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__content.show {
          display: block; }
      .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__question {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
        color: #151e7f;
        background: #ececec;
        padding: 3px 28px 5px 3px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer; }
        .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__question::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 5px;
          width: 6px;
          height: 6px;
          border-top: 2px solid #151e7f;
          border-right: 2px solid #151e7f;
          -webkit-transform: translateY(-50%) rotate(135deg);
              -ms-transform: translateY(-50%) rotate(135deg);
                  transform: translateY(-50%) rotate(135deg); }
      .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__answer {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.4375;
        color: #000000;
        display: none;
        margin-top: 4px; }
        .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__answer span {
          color: #dd0a33;
          font-weight: bold; }
        .top-sp .topsp-11 .faqBlock .faqBlock__item .faqBlock__answer.show {
          display: block; }
  .top-sp .topsp-11__img01 {
    margin: 85px 0 25px; }
  .top-sp .topsp-11__btn {
    margin: 0 0 85px; }
    .top-sp .topsp-11__btn a {
      display: block; }
    .top-sp .topsp-11__btn img {
      width: 230px; }

  .top-sp .topsp-11__company {
    text-align: center;
  }
  .top-sp .topsp-11__company  table{
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 1.6rem;
    line-height: 1.4375;
    border: solid 2px #dee2e6;
    border-collapse:  collapse;
    width: 90%;
  }
  .top-sp .topsp-11__company  table th{
    padding: 15px;
    border: solid 2px #dee2e6;
    background-color: #d6d8db;
    width: 30%;
  }
  .top-sp .topsp-11__company  td{
    text-align: left;
    padding: 15px;
    border: solid 2px #dee2e6;
    background-color: #fff;
    width: 70%;
  }
  .top-sp .topsp-11__company  iframe{
    margin: 35px 0px 160px 0px;
  }
/*------------------------------------------------------------
top
------------------------------------------------------------*/
.p-top__sec01 {
  padding: 67px 0 87px; }
  .p-top__sec01 .c-dots {
    text-align: right;
    padding-right: 60px;
    line-height: 1;
    padding-top: 8px;
    margin-bottom: -8px; }
    .p-top__sec01 .c-dots span + span {
      margin-left: 33px; }

.p-top__sec02 {
  background-color: #f1f3f3; }
  .p-top__sec02 .c-title002 img {
    left: 11px; }
  .p-top__sec02 .c-box001 {
    padding-top: 60px;
    padding-bottom: 40px; }
    .p-top__sec02 .c-box001__items1 .c-box001__img img {
      top: 8px;
      left: 3px; }
    .p-top__sec02 .c-box001__items3 .c-box001__img img {
      top: 4px;
      left: 3px; }
    .p-top__sec02 .c-box001__items4 .c-box001__img img {
      top: 6px;
      left: 4px; }

.p-top__sec03 .c-list004 {
  margin-top: -3px; }

.p-top__sec04 {
  background-color: #fff;
  padding: 40px 0 0; }

.p-top__sec05 {
  padding-top: 135px; }
  .p-top__sec05 .c-fig001__top img {
    left: 7px; }
  .p-top__sec05 .c-arti003 {
    padding-bottom: 151px; }
    .p-top__sec05 .c-arti003 .c-title003 {
      letter-spacing: 0; }
    .p-top__sec05 .c-arti003 .c-list004 {
      max-width: 920px; }
      .p-top__sec05 .c-arti003 .c-list004__items:not(:last-child) {
        margin-bottom: 38px; }
      .p-top__sec05 .c-arti003 .c-list004__items:not(:first-child) .c-list004__img {
        padding-top: 7px; }
      .p-top__sec05 .c-arti003 .c-list004__items1 .c-list004__name {
        letter-spacing: 0px; }
      .p-top__sec05 .c-arti003 .c-list004__items1 .c-list004__desc {
        margin-top: 16px; }
      .p-top__sec05 .c-arti003 .c-list004__img {
        width: 90px; }
      .p-top__sec05 .c-arti003 .c-list004__txt {
        padding-left: 33px;
        width: calc(100% - 90px); }
      .p-top__sec05 .c-arti003 .c-list004__excerpt {
        max-width: 100%;
        letter-spacing: 0; }

.p-top__sec06 {
  padding-top: 142px;
  padding-bottom: 158px; }
  .p-top__sec06 .c-title005 img {
    left: 7px; }
  .p-top__sec06 .c-block002 {
    max-width: 820px; }
    .p-top__sec06 .c-block002__pram:first-child {
      margin-bottom: 11px; }
  .p-top__sec06 .c-list005 {
    padding: 23px 31px 0px 28px;
    margin-bottom: 30px; }
    .p-top__sec06 .c-list005__items {
      padding-bottom: 26px; }
    .p-top__sec06 .c-list005__title {
      padding-bottom: 6px;
      margin-bottom: 23px; }
  .p-top__sec06 .c-listsub001 {
    padding-left: 11px; }
    .p-top__sec06 .c-listsub001__items .fa {
      position: relative; }
    .p-top__sec06 .c-listsub001__items:nth-child(1) .fa {
      margin-right: -5px;
      left: -1px;
      top: -2px; }
    .p-top__sec06 .c-listsub001__items:nth-child(1) .c-listsub001__desc {
      letter-spacing: 0; }
    .p-top__sec06 .c-listsub001__items:nth-child(2) .fa {
      margin-right: -5px;
      left: -1px;
      top: -1px; }
    .p-top__sec06 .c-listsub001__items:nth-child(2) .c-listsub001__desc {
      letter-spacing: 0; }

.p-top__sec07 {
  padding: 0; }
  .p-top__sec07 .c-block003 {
    padding-top: 35px; }
    .p-top__sec07 .c-block003__pram1 {
      letter-spacing: -2px; }
    .p-top__sec07 .c-block003__pram2 {
      line-height: 48px;
      margin-top: 18px;
      letter-spacing: -1px; }
    .p-top__sec07 .c-block003 .u-bgyellow:before {
      height: 20px; }
    .p-top__sec07 .c-block003 .u-bgred {
      padding: 0px 12px 0px 11px;
      margin-left: 15px; }

.p-top__sec08 {
  text-align: center; }
  .p-top__sec08--01 {
    background-color: #eef5ff;
    padding: 80px 0 60px; }
    .p-top__sec08--01 .c-boximg002 img {
      left: 12px; }
  .p-top__sec08--02, .p-top__sec08--03, .p-top__sec08--04 {
    padding: 80px 0; }
  .p-top__sec08--03 {
    padding-top: 74px; }
  .p-top__sec08--04 {
    padding-top: 78px; }
    .p-top__sec08--04 a {
      display: block;
      position: relative;
      padding-bottom: 102px; }
      .p-top__sec08--04 a:before {
        content: "";
        background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/arrow-down002.png") no-repeat center;
        width: 263px;
        height: 65px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 5; }
    .p-top__sec08--04 .c-boximg002 img {
      left: 13px; }

.p-top__sec09 {
  background-color: #f1f3f3;
  padding-top: 50px;
  padding-bottom: 30px; }
  .p-top__sec09 .c-box001--col3 .c-box001__items1 .c-box001__img img {
    top: 9px;
    left: 3px; }
  .p-top__sec09 .c-box001--col3 .c-box001__items3 .c-box001__img img {
    top: 5px;
    left: 4px; }
  .p-top__sec09 .c-box001--col3 .c-box001__items4 .c-box001__img img {
    top: 7px;
    left: 5px; }
  .p-top__sec09 .c-box001--col3 .c-box001__items5 .c-box001__img img {
    top: 10px;
    left: 0px; }
  .p-top__sec09 .c-box001--col3 .c-box001__items6 .c-box001__img img {
    top: 12px;
    right: 6px; }
  .p-top__sec09 .c-box001--col3 .c-box001__items6 .c-box001__desc {
    line-height: 2.8rem; }
  .p-top__sec09 .c-box001--col3 .c-box001__txt {
    padding: 12px 28px 12px 25px; }
  .p-top__sec09 .c-box001--col3 .c-box001__title {
    font-size: 2.4rem;
    line-height: 1.083; }
  .p-top__sec09 .c-box001--col3 .c-box001__desc {
    font-size: 1.8rem;
    line-height: 1.778; }

.p-top__sec10 {
  padding-top: 162px;
  padding-bottom: 59px; }
  .p-top__sec10 .c-title006 {
    padding: 14px 0 11px; }
  .p-top__sec10 .c-box002 {
    margin-top: 50px; }

.p-top__sec11--01 {
  padding-top: 71px;
  padding-bottom: 80px; }

.p-top__sec11--02 {
  padding-top: 72px;
  padding-bottom: 80px; }
  .p-top__sec11--02 .c-list006__items2 .c-list006__main--icons img:nth-child(1) {
    top: -2px; }
  .p-top__sec11--02 .c-list006__items2 .c-list006__main--icons img:nth-child(2) {
    top: -2px;
    left: 6px; }
  .p-top__sec11--02 .c-list006__items3 .c-list006__main--icons img:nth-child(1) {
    left: 8px;
    top: -2px; }
  .p-top__sec11--02 .c-list006__items3 .c-list006__main--icons img:nth-child(2) {
    left: 15px;
    top: -2px; }
  .p-top__sec11--02 .c-list006__items3 .c-list006__main--icons img:nth-child(3) {
    top: -5px;
    left: 4px; }

.p-top__sec11--03 {
  padding-top: 80px;
  padding-bottom: 80px; }

.p-top__sec11--04 {
  background-image: -webkit-linear-gradient(90deg, #c8c8c8 0%, whitesmoke 100%);
  background-image: -ms-linear-gradient(90deg, #c8c8c8 0%, whitesmoke 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 80px 0; }

.p-top__sec12 {
  padding-top: 80px;
  padding-bottom: 80px; }

.p-top__sec13 {
  padding: 80px 0 100px; }
  .p-top__sec13 .c-title006 {
    padding: 17px 0 8px;
    margin-bottom: 50px; }

.p-top__sec14 {
  padding-top: 80px;
  padding-bottom: 160px; }

.top-pc__popup {
  position: relative; }
  .top-pc__popup .modalPC {
    position: fixed;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow-y: auto; }
  .top-pc__popup .modalPC.is-visible {
    visibility: visible; }
  .top-pc__popup .modalPC-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
    transition: visibility 0s linear 0.3s, opacity 0.3s; }
  .top-pc__popup .modalPC.is-visible .modalPC-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .top-pc__popup .modalPC-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.35);
    margin: 20px 0; }
  .top-pc__popup .modalPC-transition {
    -webkit-transition: all 0.3s 0.12s;
    transition: all 0.3s 0.12s;
    -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    opacity: 0; }
  .top-pc__popup .modalPC.is-visible .modalPC-transition {
    -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    opacity: 1; }
  .top-pc__popup .modalPC-header {
    padding: 10px; }
  .top-pc__popup .modalPC-header {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid #e8e8e8;
    text-align: right; }
    .top-pc__popup .modalPC-header .close {
      background: none;
      border: none;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: .5;
      cursor: pointer; }
  .top-pc__popup .modalPC-close {
    padding: 0; }
  .top-pc__popup .modalPC-close:hover {
    color: #777;
    cursor: pointer; }
  .top-pc__popup .modalPC-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .top-pc__popup .modalPC-content {
    padding: 100px;
    text-align: center; }
    .top-pc__popup .modalPC-content img {
      width: 100%; }
  .top-pc__popup .modalPC-content > *:first-child {
    margin-top: 0; }
  .top-pc__popup .modalPC-content > *:last-child {
    margin-bottom: 0; }

.u-bgshadow {
  position: relative; }
  .u-bgshadow:after {
    content: '';
    background-image: -webkit-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%);
    background-image: -ms-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%);
    width: 100%;
    height: 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15px;
    z-index: 5; }

.u-bg001 {
  background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/bg-1.jpg") no-repeat top;
  background-size: cover;
  position: relative; }
  .u-bg001:before {
    content: '';
    background: url("https://www.fudousantec.com/tsuikyaku/assets/img/common/ic-arrow-down.png") no-repeat center;
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 5; }

.u-red {
  color: #d30414; }

.u-blue {
  color: #0f2b92; }

.u-bgyellow {
  position: relative; }
  .u-bgyellow:before {
    content: '';
    background-color: #fefb03;
    width: 100%;
    height: 12px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    z-index: -1; }

.u-bgred {
  display: inline-block;
  background-color: #d30716;
  color: #fff;
  padding: 5px 10px; }

.u-fz16 {
  font-size: 1.6rem; }

.u-fz20 {
  font-size: 2rem; }

.u-fz42 {
  font-size: 4.2rem; }

.u-left {
  text-align: left; }

.u-center {
  text-align: center; }

.u-right {
  text-align: right; }

/*------------------------------------------------------------
利用規約
------------------------------------------------------------*/
.p-privacy {
    margin: 122px 0px;
}

.p-privacy__inner {
    width: 1000px;
    margin: 0 auto;
    font-family: "メイリオ",sans-serif;
    font-size: 1.3rem
}

.p-privacy__ttl {
    padding-top: 20px
}

.p-privacy__list li {
    padding-bottom: 20px
}

.p-privacy__list li:last-child {
    padding: 0
}

.p-privacy .u-pd01 {
    padding-bottom: 20px
}

.p-privacy .p-privacy01__banner {
    margin: 14px auto 0
}

.p-privacy .p-privacy01 .p-privacy__inner {
    margin: 30px auto 75px
}

.p-privacy .p-privacy02 {
    padding-top: 20px
}

.p-privacy .p-privacy02__banner {
    margin: 0 auto
}

.p-privacy .p-privacy02 .p-privacy__inner {
    margin: 30px auto 36px
}

/*------------------------------------------------------------
利用規約スマホ
------------------------------------------------------------*/
.l-wrapper {
  max-width: 750px; }

.c-ttl1 img {
    width: 100%
}
.c-text1 {
    font-size: 1.3rem;
    line-height: 1.385;
    color: #000
}
.c-list7 {
    margin-top: 16px;
    padding: 0 10px
}
.c-list7__box {
    margin-bottom: 16px
}
.c-list7__box:last-of-type {
    margin-bottom: 0
}
.c-list7__ttl1 {
    font-size: 1.3rem;
    color: #000;
    margin-bottom: 6px
}
.c-list7 .c-text1 {
    line-height: 1.38;
    letter-spacing: -.3px
}
.p-privacy1>p,.p-privacy2>p{padding:0 10px;margin-bottom:36px;margin-top:23px}.p-privacy1 .c-list7__ttl1,.p-privacy2 .c-list7__ttl1{margin-bottom:0}.p-privacy1 .c-list7__box,.p-privacy2 .c-list7__box{margin-bottom:37px}.p-privacy1 .c-list7__box:last-of-type,.p-privacy2 .c-list7__box:last-of-type{margin-bottom:0}.p-privacy1 .c-list7 .c-text1,.p-privacy2 .c-list7 .c-text1{margin-bottom:19px}.p-privacy1{margin-bottom:72px}

/*------------------------------------------------------------
資料請求フォームの追加　※集客LPから流用
------------------------------------------------------------*/
.l-cont {
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.p-index__section06 {
  padding: 100px 0 100px; }
  .p-index__section06 .top06_title {
    text-align: center;
    margin-bottom: 52px; }
    .p-index__section06 .top06_title__text {
      font-size: 3.5rem;
      font-weight: bold;
      color: #000000;
      text-align: center;
      margin-bottom: 15px; }
  .p-index__section06 .top06_container01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    justify-content: center;
    padding-bottom: 30px;
    margin: 0 auto; }
    .p-index__section06 .top06_container01 .top06_ct {
      width: 700px; }
      .p-index__section06 .top06_container01 .top06_ct__title {
        font-size: 2.6rem;
        font-weight: bold;
        color: #151e7f;
        margin-bottom: 15px; }
      .p-index__section06 .top06_container01 .top06_ct__text {
        font-size: 1.8rem;
        color: #ffffff;
        line-height: 2.6rem;
        background: #c11134;
        text-align: left;
        padding: 10px 30px 10px 30px; }
        .p-index__section06 .top06_container01 .top06_ct__text span {
          font-weight: bold; }
      .p-index__section06 .top06_container01 .top06_ct__img {
        width: calc(100% - 530px);
        text-align: center; }
        .p-index__section06 .top06_container01 .top06_ct__img img {
          position: relative;
          left: 8px;
          top: -15px; }
  .p-index__section06 .top06_table {
    display: table;
    width: 1000px;
    border-collapse: collapse;
    margin: -5px auto 49px; }
    .p-index__section06 .top06_table .c-label {
      font-size: 1.6rem;
      line-height: 1;
      font-weight: bold;
      color: #ffffff;
      background: #c11134;
      width: 40px;
      height: 24px;
      display: block;
      text-align: center;
      padding: 5px 0 4px;
      margin-right: 20px; }
    .p-index__section06 .top06_table .c-text {
      color: #969696; }
    .p-index__section06 .top06_table tr {
      border-bottom: 1px solid #d4d6d9; }
      .p-index__section06 .top06_table tr:first-child {
        border-top: 1px solid #d4d4d4; }
    .p-index__section06 .top06_table th {
      font-size: 1.8rem;
      color: #000000;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 28px 0; }
    .p-index__section06 .top06_table td {
      padding: 20px 0;
      width: calc(100% - 31.8%); }
      .p-index__section06 .top06_table td input {
        border: none;
        background: #fdebeb;
        font-size: 1.8rem;
        font-weight: 500;
        color: #000000;
        padding: 10.5px 10px;
        width: 97%; }
        .p-index__section06 .top06_table td input::-webkit-input-placeholder {
          color: #929191; }
        .p-index__section06 .top06_table td input:-ms-input-placeholder {
          color: #929191; }
        .p-index__section06 .top06_table td input::-ms-input-placeholder {
          color: #929191; }
        .p-index__section06 .top06_table td input::placeholder {
          color: #929191; }
      .p-index__section06 .top06_table td textarea {
        height: 240px;
        border: none;
        background: #fdebeb;
        font-size: 1.8rem;
        font-weight: 500;
        color: #000000;
        padding: 10px;
        width: 97%; }
        .p-index__section06 .top06_table td textarea::-webkit-input-placeholder {
          color: #929191; }
        .p-index__section06 .top06_table td textarea:-ms-input-placeholder {
          color: #929191; }
        .p-index__section06 .top06_table td textarea::-ms-input-placeholder {
          color: #929191; }
        .p-index__section06 .top06_table td textarea::placeholder {
          color: #929191; }
  .p-index__section06 .top06_btn__checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .p-index__section06 .top06_btn__checkbox .checkbox_ct {
      display: block;
      position: relative;
      height: 33px;
      width: 33px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      left: -14px; }
    .p-index__section06 .top06_btn__checkbox .checkbox_ct input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .p-index__section06 .top06_btn__checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 33px;
      width: 33px;
      border: 2px solid #052ac8; }
    .p-index__section06 .top06_btn__checkbox .checkbox_ct:hover input ~ .checkmark {
      background-color: #ffffff; }
    .p-index__section06 .top06_btn__checkbox .checkbox_ct input:checked ~ .checkmark {
      background-color: #ffffff; }
    .p-index__section06 .top06_btn__checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .p-index__section06 .top06_btn__checkbox .checkbox_ct input:checked ~ .checkmark:after {
      display: block; }
    .p-index__section06 .top06_btn__checkbox .checkbox_ct .checkmark:after {
      left: 10px;
      top: 2px;
      width: 10px;
      height: 20px;
      border: solid #052ac8;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(50deg); }
  .p-index__section06 .top06_btn__text {
    font-size: 2rem;
    font-weight: bold;
    color: #000000;
    position: relative;
    left: -4px; }
    .p-index__section06 .top06_btn__text span {
      color: #052ac8;
      position: relative; }
      .p-index__section06 .top06_btn__text span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #526cd9; }
  .p-index__section06 .top06_btn__button {
    text-align: center; }
    .p-index__section06 .top06_btn__button a {
      display: block; }

.p-indexSP__section06 {
  padding: 10px 0 80px; }
  .p-indexSP__section06 .top06_title {
    text-align: center;
    margin-bottom: 38px; }
    .p-indexSP__section06 .top06_title img {
      width: 299px; }
  .p-indexSP__section06 .top06_container01 {
    margin: 0 auto 17px; }
    .p-indexSP__section06 .top06_container01 .top06_ct {
      width: calc(100% - 20px);
      margin: 0 auto 20px; }
      .p-indexSP__section06 .top06_container01 .top06_ct__title {
        font-size: 1.6rem;
        font-weight: bold;
        color: #151e7f;
        margin-bottom: 7px;
        text-align: center; }
      .p-indexSP__section06 .top06_container01 .top06_ct__text {
        font-size: 1.6rem;
        color: #ffffff;
        line-height: 1.4375;
        background: #c11134;
        padding: 8px 10px; }
        .p-indexSP__section06 .top06_container01 .top06_ct__text span {
          font-weight: bold; }
      .p-indexSP__section06 .top06_container01 .top06_ct__img {
        text-align: center; }
        .p-indexSP__section06 .top06_container01 .top06_ct__img img {
          width: 227px; }
  .p-indexSP__section06 .top06_table {
    width: calc(100% - 20px);
    border-collapse: collapse;
    margin: 0 auto; }
    .p-indexSP__section06 .top06_table .c-label {
      font-size: 1.6rem;
      line-height: 1;
      font-weight: bold;
      color: #ffffff;
      background: #c11134;
      width: 45px;
      height: 24px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 4px; }
    .p-indexSP__section06 .top06_table .c-text {
      color: #969696; }
    .p-indexSP__section06 .top06_table tr {
      border-bottom: 1px solid #d4d6d9; }
      .p-indexSP__section06 .top06_table tr:nth-child(5) td {
        padding: 10px 0 20px; }
      .p-indexSP__section06 .top06_table tr:nth-child(6) th {
        padding: 19px 0 0; }
      .p-indexSP__section06 .top06_table tr:nth-child(6) td {
        padding: 15px 0 12px; }
      .p-indexSP__section06 .top06_table tr:first-child {
        border-top: 1px solid #d4d4d4; }
    .p-indexSP__section06 .top06_table th {
      font-size: 1.6rem;
      color: #000000;
      font-weight: bold;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 16px 0 0;
      width: 100%; }
    .p-indexSP__section06 .top06_table td {
      padding: 10px 0 15px;
      width: 100%;
      display: block; }
      .p-indexSP__section06 .top06_table td input {
        height: 40px;
        border: none;
        background: #fdebeb;
        font-size: 1.8rem;
        font-weight: 500;
        color: #000000;
        padding: 0 10px;
        width: 94%; }
        .p-indexSP__section06 .top06_table td input::-webkit-input-placeholder {
          color: #929191; }
        .p-indexSP__section06 .top06_table td input:-ms-input-placeholder {
          color: #929191; }
        .p-indexSP__section06 .top06_table td input::-ms-input-placeholder {
          color: #929191; }
        .p-indexSP__section06 .top06_table td input::placeholder {
          color: #929191; }
      .p-indexSP__section06 .top06_table td textarea {
        height: 270px;
        border: none;
        background: #fdebeb;
        font-size: 1.8rem;
        font-weight: 500;
        color: #000000;
        padding: 10px;
        width: 94%; }
        .p-indexSP__section06 .top06_table td textarea::-webkit-input-placeholder {
          color: #929191; }
        .p-indexSP__section06 .top06_table td textarea:-ms-input-placeholder {
          color: #929191; }
        .p-indexSP__section06 .top06_table td textarea::-ms-input-placeholder {
          color: #929191; }
        .p-indexSP__section06 .top06_table td textarea::placeholder {
          color: #929191; }
  .p-indexSP__section06 .top06_btn__checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 28px;
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .p-indexSP__section06 .top06_btn__checkbox .checkbox_ct {
      display: block;
      position: relative;
      height: 25px;
      width: 25px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      left: -3px; }
    .p-indexSP__section06 .top06_btn__checkbox .checkbox_ct input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    .p-indexSP__section06 .top06_btn__checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      border: 1px solid #052ac8; }
    .p-indexSP__section06 .top06_btn__checkbox .checkbox_ct:hover input ~ .checkmark {
      background-color: #ffffff; }
    .p-indexSP__section06 .top06_btn__checkbox .checkbox_ct input:checked ~ .checkmark {
      background-color: #ffffff; }
    .p-indexSP__section06 .top06_btn__checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    .p-indexSP__section06 .top06_btn__checkbox .checkbox_ct input:checked ~ .checkmark:after {
      display: block; }
    .p-indexSP__section06 .top06_btn__checkbox .checkbox_ct .checkmark:after {
      left: 8px;
      top: 2px;
      width: 8px;
      height: 16px;
      border: solid #052ac8;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(50deg); }
  .p-indexSP__section06 .top06_btn__text {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    position: relative;
    left: 7px;
    top: -3px; }
    .p-indexSP__section06 .top06_btn__text span {
      color: #052ac8;
      position: relative; }
      .p-indexSP__section06 .top06_btn__text span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #526cd9; }
  .p-indexSP__section06 .top06_btn__button {
    text-align: center; }
    .p-indexSP__section06 .top06_btn__button a {
      display: block; }
    .p-indexSP__section06 .top06_btn__button img {
      width: 310px; }


.p-sent .tit_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 64px; }
  .p-sent .tit_ttl .jap {
    font-size: 3.492rem;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-bottom: 20px; }
  .p-sent .tit_ttl2 {
    font-size: 2.4rem;
    color: #151e7f;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px; }

.p-sent_sc01 {
  padding: 61px 0 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: -17px; }
  .p-sent_sc01 .img {
    text-align: center;
    position: relative;
    padding-bottom: 64px;
    margin-bottom: 21px; }
    .p-sent_sc01 .img:after {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      width: 55px;
      height: 59px;
      background: url("https://www.fudousantec.com/tsuikyaku/assets/img/sent/arrow_pink.svg") no-repeat; }
  .p-sent_sc01 .btn_sent {
    text-align: center;
    margin-bottom: 10px; }
    .p-sent_sc01 .btn_sent_des {
      font-size: 1.8rem;
      color: #000;
      font-weight: 500;
      line-height: 1.733;
      margin: 37px 0 60px; }
  .p-sent_sc01 .img_advertisement {
    text-align: center;
    padding: 0 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .p-sent_sc01 .img_advertisement .img02 {
      position: relative; }
      .p-sent_sc01 .img_advertisement .img02_content {
        position: absolute;
        left: 50%;
        bottom: 50px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%; }
      .p-sent_sc01 .img_advertisement .img02_color--blue {
        color: #0328a2; }
      .p-sent_sc01 .img_advertisement .img02_color--red {
        color: #fd1414; }
      .p-sent_sc01 .img_advertisement .img02_size {
        font-size: 5rem; }
      .p-sent_sc01 .img_advertisement .img02_text {
        font-size: 4rem;
        font-weight: bold;
        color: #000000;
        text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff; }

.p-sentSP .p-sent_sc01 {
  padding: 41px 0 0px;
  max-width: 750px;
  margin: 0 10px; }
  .p-sentSP .p-sent_sc01 .tit_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 34px; }
    .p-sentSP .p-sent_sc01 .tit_ttl .jap {
      font-weight: 700;
      color: #000;
      line-height: 1;
      font-size: 2rem;
      margin-bottom: 13px; }
    .p-sentSP .p-sent_sc01 .tit_ttl .eng {
      width: 144px; }
    .p-sentSP .p-sent_sc01 .tit_ttl2 {
      font-size: 1.596rem;
      color: #151e7f;
      font-weight: 700;
      text-align: center;
      margin-bottom: 18px; }
  .p-sentSP .p-sent_sc01 .img {
    padding-bottom: 57px;
    margin-bottom: 20px; }
  .p-sentSP .p-sent_sc01 .btn_sent .img_sp {
    padding: 0 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .p-sentSP .p-sent_sc01 .btn_sent_des {
    font-size: 1.6rem;
    line-height: 1.438;
    padding: 0;
    text-align: left;
    margin-top: 36px; }
  .p-sentSP .p-sent_sc01 .img_advertisement {
    padding: 0; }
    .p-sentSP .p-sent_sc01 .img_advertisement .img02 {
      position: relative; }
      .p-sentSP .p-sent_sc01 .img_advertisement .img02_content {
        bottom: 12%; }
        @media screen and (max-width: 750px) {
          .p-sentSP .p-sent_sc01 .img_advertisement .img02_content {
            bottom: 14%; } }
      .p-sentSP .p-sent_sc01 .img_advertisement .img02_size {
        font-size: 4rem; }
        @media screen and (max-width: 750px) {
          .p-sentSP .p-sent_sc01 .img_advertisement .img02_size {
            font-size: 5.2vw; } }
      .p-sentSP .p-sent_sc01 .img_advertisement .img02_text {
        font-size: 3.1rem;
        font-weight: bold;
        color: #000000;
        text-shadow: 3px 0 0 #fff, -3px 0 0 #fff, 0 3px 0 #fff, 0 -3px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff; }
        @media screen and (max-width: 750px) {
          .p-sentSP .p-sent_sc01 .img_advertisement .img02_text {
            font-size: 4vw; } }

.p-sentSP .p-sent_sc02 {
  margin-bottom: 114px; }

.p-sentSP .p-sent_block01 {
  margin: 0 10px;
  padding: 17px 19px 19px; }
  @media screen and (max-width: 360px) {
    .p-sentSP .p-sent_block01 {
      padding: 17px 10px 19px; } }
  .p-sentSP .p-sent_block01:after {
    background: none;
    display: none; }
  .p-sentSP .p-sent_block01__ttl {
    font-size: 1.7rem;
    margin-bottom: 23px; }
    @media screen and (max-width: 360px) {
      .p-sentSP .p-sent_block01__ttl {
        font-size: 1.5rem; } }
    .p-sentSP .p-sent_block01__ttl:after {
      display: none; }
    .p-sentSP .p-sent_block01__ttl .line {
      position: relative;
      white-space: nowrap; }
      .p-sentSP .p-sent_block01__ttl .line:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: #fdf510;
        z-index: -1; }
    .p-sentSP .p-sent_block01__ttl .tit01 {
      font-size: 3rem; }
      @media screen and (max-width: 360px) {
        .p-sentSP .p-sent_block01__ttl .tit01 {
          font-size: 2.8rem; } }
    .p-sentSP .p-sent_block01__ttl .tit02 {
      font-size: 1.8rem; }
  .p-sentSP .p-sent_block01 ul {
    width: 100%;
    max-width: 320px;
    padding-bottom: 47px;
    margin-bottom: 16px; }
    .p-sentSP .p-sent_block01 ul:after {
      width: 76px;
      height: 34px; }
    .p-sentSP .p-sent_block01 ul li {
      line-height: 1.403; }
      @media screen and (max-width: 360px) {
        .p-sentSP .p-sent_block01 ul li {
          font-size: 1.7rem; } }
      .p-sentSP .p-sent_block01 ul li:before {
        width: 20px;
        height: 20px;
        left: 15px;
        margin-right: 23px; }
  .p-sentSP .p-sent_block01__ct {
    width: 100%;
    max-width: 320px; }
    .p-sentSP .p-sent_block01__ct:after {
      bottom: -3px;
      right: -3px; }
  .p-sentSP .p-sent_block01__bg {
    padding: 8px 10px 9px; }
    .p-sentSP .p-sent_block01__bg p {
      font-size: 1.6rem;
      margin-bottom: 6px; }
      @media screen and (max-width: 360px) {
        .p-sentSP .p-sent_block01__bg p {
          font-size: 1.5rem; } }
    .p-sentSP .p-sent_block01__bg .img {
      width: 274px;
      margin: 0 auto; }
      @media screen and (max-width: 360px) {
        .p-sentSP .p-sent_block01__bg .img {
          width: 250px; } }


.bg_full_w {
  position: relative; }
  .bg_full_w:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: -webkit-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%);
    background-image: -ms-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%); }

.p-otomodachi .bg_full_w {
  position: relative; }
  .p-otomodachi .bg_full_w:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-image: -webkit-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%);
    background-image: -ms-linear-gradient(90deg, rgba(226, 226, 226, 0) 0%, #e2e2e2 100%, #e2e2e2 100%); }


.red-text {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ca0000;
}
@media (max-width: 750px) {
  .red-text {
    font-size: 18px;
    letter-spacing: -0.1em;
  }
}

.red-text-sent {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ca0000;
    margin-bottom: -70px;
}

.btn-credit {
    width: 450px;
    margin-bottom: 50px;
}

.top-text {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin: 100px 0 30px;
}

.syukyaku__contact {
    margin: 50px 0;
}

/* ヘッダー固定 */
.sticky-header {
    top: 0;
    z-index: 1020;
    width: 100%; }
@media only screen and (max-width: 750px) {
    .sticky-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.contact-img {
    vertical-align: middle;
    border-style: none;
    max-width: initial;
}
.contact-img:hover {
  opacity:0.9;
}
.text_bold {
    font-weight: bold;
}
.align_center {
    text-align: center;
    margin: 0 auto;
}
.align_left {
    text-align: left;
}
.ml23per {
    margin-left: 23%;
}
.mw15per {
    margin: 0 17%;
}
.mw10per {
    margin: 0 10%;
}
.mw5per {
    margin: 0 5%;
}
.ml20per {
    margin-left: 20%;
}
.space100 {
    height: 100px;
}
.space50 {
    height: 50px;
}
.space20 {
    height: 20px;
}
.text20 {
    font-size: 2rem;
}
.text25 {
    font-size: 2.5rem;
}
.text28 {
    font-size: 2.8rem;
}
.text30 {
    font-size: 3rem;
}
.text35 {
    font-size: 3.5rem;
}
.text50 {
    font-size: 5rem;
}
.blue_title {
    font-size: 3.5rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding: 24px 0 18px;
    text-align: center;
    background: #151e7f;
}
.PCbig_no_content {
    border: 10px solid #c7e2ff;
    padding: 20px;
    width: 95%;
    margin: 0 auto 45px;
    position: relative;
}
.PCbig_no_title {
    font-size: 40px;
    font-weight: bold;
    color: #075cb7;
    margin: 70px;
    text-align: center;
}
.PCbig_no {
    display: inline-block;
    background: #075cb7;
    box-shadow: 6px 6px 1px #dcdcdc;
    color: #FFF;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    font-size: 70px;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: -9px 0px 0 20px;
    position: absolute;
    z-index: 5;
}
.PCbig_no_content_left {
    display: inline-block;
    width: 73%;
    vertical-align: top;
}
.PCbig_no_content_title {
    font-size: 30px;
    font-weight: bold;
    margin-left: 80px;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 10px;
}
.PCbig_no_content_text {
    font-size: 25px;
    padding-top: 20px;
    font-weight: bold;
    padding-left: 20px;
}
.PCbig_no_content_text span{
    color: #ca0000;
}
.PCbig_no_content_right {
    display: inline-block;
    width: 26%;
}
.PCbig_no_content_right img{
    vertical-align: initial;
    width: 100%;
    margin-left: 20px;
}
.yajirushi_sita {
    width: 150px;
    margin: 0 auto;
    padding-bottom: 45px;
}
.onayami_section {
    background: #f0f2ff;
    padding: 50px 0px;
    margin: 100px 0 0;
}

.w_content {
    text-align: center;
    margin:50px auto 100px;
}
.w_content_img {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}
.w_content_txt {
    display: inline-block;
    margin-left: 80px;
    font-size: 25px;
    font-weight: 600;
    line-height: 70px;
    vertical-align: middle;
    text-align: left;
}
.onayami_section_red_title,
.onayami_section_blk_title {
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.43;
    color: #d30414;
    text-align: center;
    position: relative;
    z-index: 2;
}
.onayami_section_blk_title {
    color: #000;
    margin-top: 20px;
}
.onayami_section_red_text,
.onayami_section_blk_text {
    font-size: 2.5rem;
    color: #d30414;
    line-height: 1.9;
    font-weight: bold;
    text-align: center;
    margin-left: 9%;
}
.onayami_section_blk_text {
    color: #000;
    margin: 50px 0 200px;
}
.ma_chigai_content {
    margin-bottom: 100px;
}
.ma_chigai_content li {
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
    margin: 50px 0;
}
.ma_chigai_content li:first-child{
    margin-top: 130px;
}
.ma_chigai_content li:last-child{
    border-bottom:none;
}
.ma_chigai_content_left {
    display: inline-block;
    width: 65%;
    text-align: left;
    vertical-align: top;
}
.ma_chigai_content_title {
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 25px;
}
.ma_chigai_content_text {
    font-size: 25px;
    font-weight: bold;
}
.ma_chigai_content_right {
    display: inline-block;
    width: 33%;
}
.ma_chigai_content_right img {
    width: 100%;
    vertical-align: initial;
    margin-left: 30px;
}
ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0;
  margin:0;
}
ol li {
  position: relative;
  line-height: 1.5em;
  padding: 5.5em 0.5em 0.5em 30px;
  display: block;
  margin: 0 0 45px 150px;
}

ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  box-shadow: 6px 6px 1px #dcdcdc;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight: bold;
  font-size: 40px;
  left: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  top: 40px;
}
.merit ol li:before {
  background: #075cb7;
}
.demerit ol li:before {
  background: #6e6d6d;;
}
ol li p {
  vertical-align: top;
  padding: 0 10px 0 75px;
  margin-top: -28px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
.plan_content {
    padding-bottom: 150px;
}
.plan_title {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
table.plan_table {
    width: 100%;
    border: 2px solid #ccc;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border-collapse: collapse;
}
.plan_table td,
.plan_table th {
    border: 2px solid #ccc;
    padding: 20px;
    vertical-align: middle;
}
.plan_table_title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}
.colorfilter-base {
    background-color: blue; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
}
.colorfilter-map {
    opacity: 0.6;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}
.SPblue_title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    background: #151e7f;
    margin: 50px 10px;
}
.SPbig_no_content {
    border: 5px solid #c7e2ff;
    padding: 10px 20px;
    width: 95%;
    margin: 0 auto 20px;
    position: relative;
}
.SPbig_no_title {
    font-size: 22px;
    font-weight: bold;
    color: #075cb7;
    margin: 70px 0 40px;
    text-align: center;
}
.SPbig_no {
    display: inline-block;
    background: #075cb7;
    box-shadow: 6px 6px 1px #dcdcdc;
    color: #FFF;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    font-size: 35px;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 11px 0px 0 22px;
    position: absolute;
    z-index: 5;
}
.SPbig_no_content_top {
    width: 100%;
}
.SPbig_no_content_title {
    font-size: 20px;
    font-weight: bold;
    margin-left: 55px;
    padding-bottom: 10px;
}
.SPbig_no_content_text {
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
    border-top: 2px dashed #ccc;
}
.SPbig_no_content_text span{
    color: #ca0000;
}
.SPbig_no_content_bottom {
    width: 100%;
    margin-top: 30px;
}
.SPyajirushi_sita {
    width: 100px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.SP_onayami_section {
    background: #f0f2ff;
    padding: 50px 0px;
    margin: 0 0 50px;
}
.SP_onayami_section_img {
    margin: 0 10%;
}
.SPonayami_section_red_title,
.SPonayami_section_blk_title {
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.43;
    color: #d30414;
    text-align: center;
    position: relative;
}
.SPonayami_section_blk_title {
    color: #3c3c3c;
    margin-top: 20px;
}
.SPonayamiriyuu_txt {
    display: inline-block;
    margin: 30px 0 70px 10%;
    font-size: 22px;
    line-height: 36px;
    vertical-align: middle;
}
.SPonayami_section_red_text,
.SPonayami_section_blk_text {
    font-size: 2rem;
    color: #000;
    line-height: 1.9;
    font-weight: bold;
    margin: 0 20px;
}
.SPonayami_section_blk_text {
    color: #3c3c3c;
    text-align: center;
    margin-left: 0;
    font-size: 2.3rem;
}
.SPma_chigai_content {
    margin-bottom: 0;
}
.SPma_chigai_content li {
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
    margin: 50px 7%;
}
.SPma_chigai_content li:first-child{
    margin-top: 40px;
}
.SPma_chigai_content li:last-child{
    border-bottom:none;
}
.SPma_chigai_content_left {
    width: 100%;
    text-align: left;
    vertical-align: top;
}
.SPma_chigai_content_title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 25px;
}
.SPma_chigai_content_text {
    font-size: 16px;
    font-weight: 500;
}
.SPma_chigai_content_right {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
}
.SPma_chigai_content_right img {
    width: 100%;
}
.SPmerit ol,
.SPdemerit ol {
  counter-reset:num;
  list-style-type: none!important;
  padding:0 5%;
  margin:0;
}
.SPmerit ol li,
.SPdemerit ol li {
  position: relative;
  line-height: 1.5em;
  padding: 5.5em 0 0.5em 30px;
  display: block;
  margin: 0;
}

.SPmerit ol li:before,
.SPdemerit ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  box-shadow: 6px 6px 1px #dcdcdc;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight: bold;
  font-size: 25px;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 40px;
}
.SPmerit ol li:before {
  background: #075cb7;
}
.SPdemerit ol li:before {
  background: #6e6d6d;;
}
.SPmerit ol li p,
.SPdemerit ol li p {
  padding: 0 0 0 31px;
  margin-top: -36px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
.SPplan_content {
    padding-bottom: 150px;
}

.SPplan_title {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
table.SPplan_table {
    border: 2px solid #ccc;
    text-align: center;
    font-size: 1.6rem;

    font-weight: bold;
    border-collapse: collapse;
}
.SPplan_table td,
.SPplan_table th {
    border: 2px solid #ccc;
    padding: 20px;
    vertical-align: middle;
}
.SPplan_table_title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.scroll table{
    width: 950px;
}
.scroll{
    overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
    height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
    background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
    background: #BCBCBC;
}
.SPtoiawase_title {
    font-size: 2rem;
    font-weight: bold;
    color: #d30414;
    padding: 60px 5% 30px;
}
.manifest_content {
    padding: 70px 0;
    text-align: center;
}
.manifest_txt {
    text-align: left;
    font-size: 25px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    color: #151e7f;
}
.SPmanifest_content {
    padding: 70px 5%;
    text-align: center;
}
.SPmanifest_txt {
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    display: inline-block;
    color: #151e7f;
}