@charset "Shift_JIS";

/* Reset
------------------------------------------------ */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

br {
  letter-spacing: 0;
}

ul,
li {
  list-style: none;
}

img,
a img {
  border: none;
  text-decoration: none;
  vertical-align: top;
}

/* Set
------------------------------------------------ */
body {
  background: #a20403;
  color: #333;
  font-family: sans-serif;
  line-height: 1;
}

/* Clear float
------------------------------------------------ */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* Link
------------------------------------------------ */
a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #0000ff;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: none;
}

a:active {
  color: #ff0000;
  text-decoration: none;
}

a:focus {
  overflow: hidden;
  outline: none;
}

#footer_link a {
  color: #ffffff;
  text-decoration: none;
}

/* Layout-Detail
------------------------------------------------ */
#header {}

#catch_area {
  margin-bottom: 10px;
  padding: 0 5px;
}

#catch_area .catch_box {
  margin-bottom: 3px;
  padding: 5px;
  background: #e51110;
}

.catch_box .cb_inner {
  padding: 5px 10px;
  background: #a20403;
  border: 1px solid #eda900;
  color: #ffffff;
  font-weight: bold;
}

.cb_inner span {
  font-size: 10px;
  font-weight: normal;
}

#onayami_box {
  padding: 10px 10px 5px;
  background: #e2d07a;
}

#onayami_box .onayami_title {
  margin-bottom: 5px;
  padding: 0 0 3px;
  border-bottom: 1px solid #710302;
  color: #3a0b01;
  font-weight: bold;
}

#onayami_box ul {}

#onayami_box ul li {
  list-style: none;
  margin-bottom: 5px;
  padding: 0 0 0 16px;
  background: url(../../images/simg/i1.png) no-repeat left top;
  background-size: 12px auto;
  line-height: 1.2;
}

.con_info {
  text-align: center;
}

.contact_box {
  margin-bottom: 15px;
}

.contact_box .c_btn {
  margin-bottom: 10px;
}

.contact_box p {
  padding: 0 10px;
  color: #fff;
  font-size: 10px;
}

#tokutyo_area {
  margin-bottom: 20px;
  padding: 5px;
  background: #fff;
}

#tokutyo_area .tokutyo_box {
  margin-bottom: 10px;
}

.tokutyo_box .tokutyo_koumoku {
  margin-bottom: 5px;
  padding: 3px;
  background: -moz-linear-gradient(top, #e21111, #9f0204);
  background: -webkit-gradient(linear, left top, left bottom, from(#e21111), to(#9f0204));
}

.tokutyo_koumoku .tk_inner {
  padding: 5px 8px;
  border: 1px solid #e7820a;
  color: #fff;
  font-weight: bold;
}

.tk_inner span {
  font-size: 10px;
  font-weight: normal;
}

.tokutyo_box p {
  padding: 0 10px;
  font-size: 80%;
  line-height: 1.4;
}

#nagare_area {
  padding: 2px 10px 10px;
  background: #720302;
}

#nagare_area .nagare_area_inner {
  background: #fff;
  border: 1px solid #fcc500;
}

.nagare_box {
  margin-bottom: 10px;
}

.nagare_t_wrap {
  margin-bottom: 5px;
  padding: 5px 5px 0;
}

.nagare_t_num {
  float: left;
  width: 20px;
  height: 20px;
  background: #fcc500;
  border: 1px solid #cc0000;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.nagare_t_txt {
  padding: 3px 0 0 30px;
  font-weight: bold;
}

.nagare_box p {
  clear: both;
  padding: 0 10px 0 30px;
  font-size: 10px;
  line-height: 1.3;
}

#footer_link {
  padding: 10px;
}

#footer_link ul {}

#footer_link li a {
  display: block;
  float: left;
  margin-right: 10px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333;
  font-size: 10px;
  text-decoration: none;
}

#footer {
  margin: 0 0 100px;
  padding: 10px;
  background: #282626;
  border-top: 1px solid #360303;
}

#footer .footer_inner {
  color: #fffef0;
  font-size: 10px;
  line-height: 1.3;
  text-align: left;
}

.page_title {
  padding: 10px;
  background: #202020;
  border-top: 1px solid #fcc500;
  border-bottom: 1px solid #fcc500;
  color: #ffffff;
  font-weight: bold;
}

#office_box {
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
}

#office_box table {
  margin-bottom: 10px;
  font-size: 80%;
}

#office_box th {
  width: 5em;
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}

#office_box td {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  line-height: 1.3;
}

#privacy_box {
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
}

#privacy_box p {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 80%;
  line-height: 1.3;
}

#privacy_box dl {}

#privacy_box dt {
  margin-bottom: 5px;
  font-size: 90%;
  font-weight: bold;
}

#privacy_box dd {
  margin-bottom: 1em;
  font-size: 80%;
  line-height: 1.3;
}

/* --------------------------form */
#form_wrap {
  background: #fff;
}

#form_wrap h2 {
  padding: 10px;
  background: #202020;
  border-top: 1px solid #fcc500;
  border-bottom: 1px solid #fcc500;
  color: #ffffff;
  font-weight: bold;
}

#form_head {
  padding: 10px;
}

#form_head p {
  padding: 0 1em;
  font-size: 100%;
  line-height: 1.3;
}

#form_head p span {
  color: #ff0000;
}

#form_body {
  padding: 10px 10px 20px;
}

#form_body input,
#form_body textarea {
  box-sizing: border-box;
  padding: 8px;
  font-size: 100%;
}

#form_body input {
  margin-right: 2px;
}

#form_body select {
  margin-right: 2px;
  font-size: 100%;
}

#form_body p {
  margin-bottom: 10px;
  padding: 5px 10px 10px;
  background: #fffce2;
  border-bottom: 1px solid #cccccc;
  color: #ff0000;
  font-size: 80%;
  line-height: 1.3;
}

#form_body .form_info {
  margin-bottom: 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #cccccc;
  font-size: 90%;
}

#form_body dl {
  margin-bottom: 10px;
  padding: 0 1em;
  border-bottom: 1px solid #cccccc;
}

#form_body dt {}

#form_body dt span {
  color: #ff0000;
}

#form_body dd {
  padding: 5px 0 10px;
  line-height: 1.2;
}

#form_body dd input,
#form_body dd textarea {
  width: 100%;
}

#form_body dd span {
  font-size: 80%;
}

#form_body .s-btn {
  text-align: center;
}

/* --------------------------f_tel */
.f_tel {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.f_tel_box {
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.tel_img {
  width: 28px !important;
}

.f_tel_box a {
  display: block;
  padding: 10px 10px;
  background: -moz-linear-gradient(top, #edb906, #dba800 3%, #d64d04);
  background: -webkit-gradient(linear, left top, left bottom, from(#edb906), color-stop(0.03, #dba800), to(#d64d04));
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 1);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.f_tel_box a span.telnum {
  font-size: 150%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.f_tel_box a span.telhosoku {
  font-size: 10px;
  font-weight: normal;
}

.f_tel_box a img {
  margin: 0 3px 0 0;
  vertical-align: bottom;
}

/* 20240822 */

.ryokin-table {
  margin: 15px 0;
}

.ryokin-table img {
  width: 100%;
}

/* 20241225　コン?ン?追? */
#nagare_box {
  margin-top: 32px;
}

#nagare_box img {
  width: 100%;
}

.inner {
  padding: 2px 10px 10px;
  background-color: #720302;
}

.contents_inner {
  background-color: #fff;
  padding: 16px;
}

/* 坪山正義につ?て */
.inner {
  font-family: "Zen Old Mincho", serif;
}

.office_title img {
  width: 100%;
}

.office_text {
  text-align: left;
  padding: 16px 0 0;
}

.office_text p {
  font-size: 12px;
  padding: 8px 0 0;
  line-height: 2;
}

.office_list {
  margin-top: 8px;
}

.office_list ul {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
}

.office_list li {
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgb(252, 165, 165);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

/* 確かな実績とスピ?ド解決 */
.zisseki_img img {
  width: 100%;
}

.zisseki_text {
  padding-top: 40px;
}

.zisseki_text h1 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgb(252, 165, 165);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.zisseki_text span {
  font-size: 18px;
  font-weight: bold;
  color: #730100;
}

.zisseki_item {
  margin-top: 40px;
}

.zisseki_item img {
  width: 100%;
}

.zisseki_item p {
  text-align: left;
  margin-top: 16px;
  font-size: 12px;
  line-height: 2;
}

.zisseki_item span {
  font-size: 14px;
  font-weight: bold;
}

/* 20250203@r\ǉ */
.hikaku-ryokin {
  text-align: center;
  margin-top: 40px;
}

.hikaku-ryokin p {
  font-size: 14px;
}

.hikaku-ryokin h2 {
  margin-top: 10px;
  font-size: 20px;
  color: #730100;
}

.hikaku-ryokin img {
  width: 100%;
  margin-top: 16px;
}

/* 新たな手口の?金にも対? */
.aratana_text p {
  line-height: 1.8;
  text-align: left;
  font-size: 12px;
}

.aratana_item {
  margin-top: 16px;
}

.aratana_item img {
  width: 100%;
}

.aratana_item_text {
  margin-top: 32px;
}

.aratana_item_text h2 {
  text-align: center;
  font-size: 14px;
}

.aratana_text__p {
  margin-top: 16px;
  padding: 16px;
  background-color: #f4f4f4;
}

.aratana_item_text p {
  text-align: left;
  line-height: 1.8;
  font-size: 12px;
}

.aratana_item_text span {
  font-size: 16px;
  color: #730100;
}

.aratana_item_text p:nth-child(2) {
  margin-top: 16px;
}

.sakibarai {
  margin-top: 40px;
}

/* ソフト?金につ?て */
.s_yamikin_container {
  margin-top: 40px;
}

.s_yamikin_title {
  width: fit-content;
  position: relative;
  font-size: 14px;
  padding: 0 3em;
  margin: auto;
}

.s_yamikin_title::before,
.s_yamikin_title::after {
  content: "";
  background: #ccc;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.s_yamikin_title::before {
  left: 0;
}

.s_yamikin_container h1::after {
  right: 0;
}

.s_yamikin_container span {
  font-size: 18px;
  color: #730100;
}

.checkbox_wrap p {
  text-align: left;
  margin-top: 32px;
  font-size: 12px;
}

.checkbox_wrap span {
  font-size: 14px;
}

.checkbox_wrap img {
  margin-top: 8px;
  width: 100%;
}

.s_yamikin_list {
  margin-top: 32px;
}

.s_yamikin_list span {
  font-size: 14px;
}

.s_yamikin_list ul {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.s_yamikin_list ul li h2 {
  font-size: 16px;
  padding-left: 16px;
  border-left: 8px solid #730100;
}

.s_yamikin_list ul li p {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.8;
}

/* ソフト?金　最下部 */
.end_inner {
  margin-top: 40px;
}

.end_inner img {
  width: 100%;
}

.end_inner p {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.8;
}

.end_text {
  margin-top: 8px;
}

.end_text h1 {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.8;
  text-decoration: underline;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgb(252, 165, 165);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.end_text span {
  font-size: 24px;
}

/* 再依?もお任? */
.saiirai_inner img {
  width: 100%;
}

.saiirai_inner h2 {
  text-align: center;
  margin-top: 16px;
  padding: 16px;
  font-size: 12px;
  line-height: 2;
  background-color: #ffeae9;
}

.saiirai_inner span {
  color: #730100;
}

.saiirai_text {
  margin-top: 24px;
}

.saiirai_text p {
  text-align: center;
  font-size: 12px;
  /* font-weight: bold; */
  line-height: 2;
}

/* お客様?声 */
.voice_item {
  display: grid;
  grid-template-columns: repeat(1, 16fr);
  gap: 24px;
}

.voice_item img {
  width: 100%;
}

/* 20251106@L */
.notice-banner {
  border-radius: 10px;
  border: 1px solid #1e3099;
  overflow: hidden;
}

.nb-text {
  text-align: center;
  padding: 16px;
}

.nb-text p {}

.nb-price {
  margin-top: 16px;
}

.nb-title {
  font-size: 18px;
  color: #fff;
  background: #1e3099;
  text-align: center;
  padding: 4px 0;
  line-height: 1.8;
}

.nb-types {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.nb-types span {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

.nb-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #c62828;
  margin: 10px 0 0 !important;
}

.nb-price span {
  font-size: 2rem;
}

/* 20251119 */
.qa {
  margin-top: 32px;
}

.qa img {
  width: 100%;
}

.qa p {
  margin-top: 8px;
  line-height: 1.8;
}

.f-bold {
  font-weight: bold;
  font-size: 18px;
}

.blue {
  color: rgba(30, 48, 153, 1);
  background: rgba(30, 48, 153, 0.1);
  font-weight: 700;
  font-size: 1em;
  -webkit-text-shadow: none;
  text-shadow: none;
}

.qa-box {
  padding: 16px;
  background-color: #f5f5f5;
  overflow: visible;
}

div.qa-box:nth-child(1) {
  margin-top: 16px;
}

.qa-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.qa-q {
  display: flex;
  align-items: baseline;
  gap: 12px;
  color: #1e3099;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  user-select: none;
  position: relative;
}

.qa-q .fa-circle-question {
  font-size: 20px;
  color: #1e3099;
}

.qa-a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 8px;
  color: #222;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  max-height: none;
  overflow: visible;
  transition: none;
}

.qa-a .fa-circle-check {
  font-size: 20px;
  color: #1f9d62;
}