@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 75%;
  }
}

.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.sm_only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sm_only {
    display: unset !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
.display-none,
.pc-none {
  display: none;
}

.pc_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pc_flex {
    display: block;
  }
}

.img-center {
  display: block;
  margin: 0 auto;
}

.HL_text {
  font-weight: bold;
  background: linear-gradient(transparent 77%, #ffe5ac 77%);
}

/* ________MAIN_______ */
body {
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #444;
  background-color: #fff;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  body {
    max-width: 750px;
    margin: 0 auto;
    letter-spacing: 0.05rem;
    font-size: 2.2rem;
    line-height: 2;
  }
}

.wrap {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.bnn img {
  width: 100%;
}

header {
  text-align: center;
}

header img {
  padding: 4px;
  width: 179px;
}

.box_actioninfo_top {
  position: relative;
  top: -42px;
  left: 0px;
  padding: 8px;
}

.box_actioninfo {
  position: relative;
  top: 40px;
  left: 8px;
}

.box_actioninfo img {
  width: 100%;
  vertical-align: bottom;
}

.box_actioninfo_people {
  position: relative;
  z-index: 1000;
  bottom: 0px;
  right: -17px;
}

.box_actioninfo_people img {
  width: 80%;
  vertical-align: bottom;
}

.box_action_top {
  background: #ebf9f1 url(../images/bg_diagonal.webp) repeat;
  text-align: center;
  padding: 4px;
  margin-top: -38px;
}
@media screen and (min-width: 769px) {
  .box_action_top {
    margin-top: -70px;
  }
}

.box_actioninfo_flex {
  display: flex;
  justify-content: space-around;
}

.box_action {
  background: #ebf9f1 url(../images/bg_diagonal.webp) repeat;
  text-align: center;
  padding: 8px 4px;
}

.box_action_top small {
  display: block;
  margin-top: 10px;
}

.box_action small {
  display: block;
  margin-top: 10px;
}

.box_tel,
.box_mail {
  padding: 8px 4px 0px 8px;
}

.box_tel img {
  margin-top: 12px;
}

.box_mail img {
  margin-top: 4px;
}

.contact_flow {
  background: #fff;
  width: 96%;
  margin: 12px auto;
}

.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 8px 0px;
}

.toggle_contents p {
  text-align: left;
  padding: 0px 8px;
}

.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  background: url(../images/arrow_down.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: transform 0.2s;
}

.toggle_contents {
  display: none;
  padding: 8px 0px;
  background: #fff;
  width: 100%;
  margin: 0px auto 12px;
}

.worry_box p.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 64px;
  line-height: 1.4;
  background: #ff6619;
  padding: 18px;
  margin: 64px 8px 0px;
}

@media screen and (min-width: 769px) {
  .worry_img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0 8px;
  }
}

.worry_img {
  border-bottom: 1px solid #fff;
  margin: 8px;
  padding: 8px;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .worry_img {
    margin: 8px 4px;
  }
}

.worry_img img {
  width: 100%;
  vertical-align: bottom;
}

.method_box p.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 64px;
  line-height: 1.4;
  background: #ff6619;
  padding: 18px;
  margin: 64px 8px 0px;
}

.method_box p.subtitle {
  color: #ff6619;
  text-align: center;
  background: #fff;
  padding: 8px;
  margin: 0 8px 24px;
}

.method_img {
  margin-top: 16px;
  border-bottom: 1px solid #ccc;
  margin: 8px;
  padding-bottom: 16px;
}

.method_box img {
  width: 100%;
  vertical-align: bottom;
}

.chart_box p.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 64px;
  line-height: 1.4;
  background: #ff6619;
  padding: 18px;
  margin: 64px 8px 0px;
}

.chart_box p.subtitle {
  color: #ff6619;
  text-align: center;
  background: #fff;
  padding: 8px;
  margin: 0 8px 24px;
}

.chart_img {
  padding: 8px;
  margin-top: 8px;
}

.chart_box img {
  width: 100%;
  vertical-align: bottom;
}

.merit_box p.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 64px;
  line-height: 1.4;
  background: #ff6619;
  padding: 18px;
  margin: 64px 8px 0px;
}

.merit_box p.subtitle {
  color: #ff6619;
  text-align: center;
  background: #fff;
  padding: 8px;
  margin: 0 8px 24px;
}

.merit_img {
  padding: 8px;
  margin-top: 8px;
}

.merit_box img {
  width: 100%;
  vertical-align: bottom;
}

.choose_box p.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  margin-top: 64px;
  line-height: 1.4;
  background: #ff6619;
  padding: 18px;
  margin: 64px 8px 0px;
}

@media screen and (min-width: 769px) {
  .choose_img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0 8px;
  }
}

.choose_img {
  padding: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .choose_img {
    padding: 8px 4px;
  }
}

.choose_box img {
  width: 100%;
  vertical-align: bottom;
}

/* 解決までの流れ */
.flow_section > .title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  background: #ff8101;
  padding: 18px;
  margin: 64px 8px 24px;
}
@media screen and (min-width: 769px) {
  .flow_section > .title {
    font-size: 3.5rem;
  }
}

.flow_box {
  background-color: #fff;
  display: flex;
  margin: 16px 8px;
  padding: 24px 20px;
  border: 1px solid #dadada;
}
@media screen and (min-width: 769px) {
  .flow_box {
    padding: 30px 20px;
  }
}

.flow_left {
  position: relative;
  width: 70px;
  margin-top: 4px;
  flex-shrink: 0;
}

.flow_left p {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #ff8101;
  color: #fff;
  font-size: 2rem;
  padding: 14px 0 0;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
.flow_left p span {
  display: block;
  font-size: 1.4rem;
}

.flow_right {
  margin: 0 0 0 16px;
  position: relative;
  flex: 1;
  min-width: 0;
}
.flow_right .flex {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.flow_right .flex > div {
  flex: 1;
  min-width: 0;
}
.flow_right .flex > img {
  width: 160px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.flow_right .flow_notice {
  text-align: center;
  margin: 16px auto 0;
  width: 100%;
}
.flow_right .flow_notice img {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.flow_right .flow_notice p {
  margin: 8px 0 0;
  text-align: center;
  font-weight: bold;
  color: #0100ff;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .flow_right .flow_notice p {
    font-size: 2.2rem;
  }
}
.flow_right .info {
  margin-top: 16px;
  width: 100%;
}
.flow_right .box_tel,
.flow_right .box_mail {
  padding: 4px 0 0;
}
.flow_right p {
  margin: 8px 0 0;
  line-height: 1.7;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .flow_right p {
    font-size: 2.2rem;
    margin: 20px 0;
  }
}

.flow_right_h {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .flow_right_h {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .flow_box {
    margin: 16px 8px;
    padding: 20px 12px;
    flex-flow: column;
    align-items: center;
  }
  .flow_left {
    width: 60px;
    margin: 0 auto 12px;
    text-align: center;
  }
  .flow_left p {
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    padding: 12px 0 0;
    line-height: 1.1;
  }
  .flow_left p span {
    font-size: 1.3rem;
  }
  .flow_right {
    margin: 0;
    width: 100%;
  }
  .flow_right .flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .flow_right .flex > div {
    width: 100%;
    flex: none;
  }
  .flow_right .flex > img {
    width: 100%;
    max-width: 280px;
    margin-top: 12px;
  }
  .flow_right p {
    margin: 8px 0 0;
    text-align: left;
    font-size: 1.5rem;
  }
  .flow_right .flow_notice p {
    text-align: center;
  }
  .flow_right_h {
    font-size: 2rem;
    text-align: center;
    color: #ff8101;
    margin-bottom: 4px;
  }
}
.cost_box p.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 64px;
  line-height: 1.4;
  background: #ff8101;
  padding: 18px;
  margin: 64px 8px 0px;
}

.cost_box p.subtitle {
  color: #ff8101;
  text-align: center;
  background: #fff;
  padding: 8px;
  margin: 0 8px 24px;
}

.cost_table {
  padding: 8px;
  margin-top: 8px;
}

.cost_yamikin {
  margin-top: 12px;
  border: 3px solid #ff8101;
  background: #fff8f0;
}

.cost_yamikin_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
  background: #ff8101;
  padding: 14px 12px;
  margin: 0;
  border-bottom: 2px solid #ff8101;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_title {
    font-size: 2.8rem;
    padding: 18px 12px;
  }
}

.cost_yamikin_body {
  padding: 8px 12px 20px;
}

.cost_yamikin_label {
  font-weight: bold;
  text-align: center;
  margin: 20px 0 8px;
  font-size: 2.3rem;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_label {
    font-size: 2.7rem;
  }
}

.cost_yamikin_box {
  border: 2px solid #ffd4a8;
  background: #ffffff;
  padding: 16px 12px;
}

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

.cost_yamikin_free {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  color: #ff8101;
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_free {
    font-size: 3rem;
  }
}

.cost_yamikin_plus {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff8101;
  margin: 8px 0;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_plus {
    font-size: 3rem;
  }
}

.cost_yamikin_fee {
  padding: 12px;
  margin-bottom: 10px;
  background: #fffaf5;
  border: 1px solid #f0e0d0;
  text-align: center;
}
.cost_yamikin_fee:last-child {
  margin-bottom: 0;
}
.cost_yamikin_fee.is-featured {
  background: #ff8101;
  border-color: #ff8101;
  padding: 16px 12px;
}
.cost_yamikin_fee.is-featured .cost_yamikin_fee_name,
.cost_yamikin_fee.is-featured .cost_yamikin_fee_price {
  color: #ffffff;
}
.cost_yamikin_fee.is-featured .cost_yamikin_fee_price {
  font-size: 3rem;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_fee.is-featured .cost_yamikin_fee_price {
    font-size: 3.4rem;
  }
}

.cost_yamikin_fee_name {
  margin: 0 0 6px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_fee_name {
    font-size: 2.2rem;
  }
}

.cost_yamikin_fee_price {
  margin: 0;
  font-weight: bold;
  font-size: 2.6rem;
  color: #ff8101;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_fee_price {
    font-size: 2.8rem;
  }
}

.cost_yamikin_note {
  margin: 8px 0 0;
  font-size: 1.2rem;
  color: #666;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_note {
    font-size: 1.4rem;
  }
}

.cost_yamikin_success {
  margin: 8px 0 0;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_success {
    font-size: 2.2rem;
  }
}
.cost_yamikin_success span {
  color: #ff8101;
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .cost_yamikin_success span {
    font-size: 3rem;
  }
}

.cost_lender {
  margin-top: 32px;
  border: 1px solid #c5ced6;
  background: #fff;
}

.cost_category {
  color: #3d4a56;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  background: #e8edf2;
  padding: 10px 12px;
  margin: 0;
  border-bottom: 1px solid #c5ced6;
}
@media screen and (min-width: 769px) {
  .cost_category {
    font-size: 2.2rem;
  }
}

.cost_lender table {
  border: none;
  margin-top: 0;
}

.cost_table table {
  border: 1px solid #dadada;
  margin-top: 0;
}

.cost_table table,
.cost_table table tr,
.cost_table table th,
.cost_table table td {
  display: grid;
}

.cost_table table th {
  border-bottom: 1px solid #dadada;
  background: #f5e8d9;
  text-align: left;
  font-weight: bold;
}

.cost_lender table th {
  background: #f0f3f6;
  border-bottom: 1px solid #d5dde5;
}

.cost_table table tr td {
  border-bottom: 1px solid #dadada;
}

.cost_lender table tr td {
  border-bottom: 1px solid #d5dde5;
}

.red {
  font-weight: bold;
  color: #ff971a;
}

.cost_table table tr td p {
  margin-bottom: 8px;
}

.cost_table table th,
.cost_table table td {
  padding: 12px;
}

.cost_item {
  padding: 12px;
  margin-bottom: 18px;
  background: #f7f9fb;
  border-left: 3px solid #6b7c8a;
}
.cost_item:last-child {
  margin-bottom: 0;
}

.cost_item_title {
  font-weight: bold;
  margin-bottom: 8px;
}

.cost_table table tr:last-of-type td {
  border-bottom: none;
}

.cost_asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 12px;
}

.cost_asterisk li:before {
  display: inline;
  content: "※";
}

.cost_list li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 12px;
}

.cost_list li:before {
  display: inline;
  content: "・";
}

.office_box p.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  margin-top: 64px;
  line-height: 1.4;
  background: #ff8101;
  padding: 18px;
  margin: 64px 8px 0px;
}
@media screen and (min-width: 769px) {
  .office_box p.title {
    font-size: 3.3rem;
  }
}

.office_img {
  padding: 8px;
  margin-top: 8px;
}

.office_box img {
  width: 100%;
  vertical-align: bottom;
}

.office_subtabletitle {
  border-bottom: 1px solid #dadada;
  background: #f5e8d9;
  text-align: left;
  font-weight: bold;
  padding: 12px;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .office_subtabletitle {
    font-size: 2.2rem;
    padding: 16px;
  }
}

.office_subtable {
  padding: 8px;
  margin-top: 0;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .office_subtable {
    font-size: 1.8rem;
    padding: 12px;
  }
}

.office_subtable table {
  border: none;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.office_subtable table tr {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.office_subtable table th {
  border-bottom: 1px solid #ffffff;
  background: #fff;
  text-align: left;
  font-weight: normal;
  width: 64px;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .office_subtable table th {
    width: 100px;
  }
}

.office_subtable table td {
  border-bottom: 1px solid #ffffff;
  flex: 1;
  min-width: 0;
  width: auto;
}

.office_subtable table td.smalla {
  width: 15px;
  flex: none;
  flex-shrink: 0;
}

.office_subtable table th,
.office_subtable table td {
  padding: 4px;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .office_subtable table th,
  .office_subtable table td {
    padding: 8px 4px;
  }
}

.office_subtable p span {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .office_subtable p span {
    font-size: 1.5rem;
  }
}

.office_subtable p {
  margin-bottom: 12px;
}

#footer {
  width: 100%;
  clear: both;
  margin: 20px 0;
}

#footer p {
  text-align: center;
  font-size: 14px;
}

/*404*/
.not_box {
  width: 90%;
  margin: 20px auto;
}

.not_box ol {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 15px;
}

.not_box ol li {
  list-style-type: decimal;
}

.info {
  background: #fbf8f8;
  margin: 16px auto 0;
  padding: 4px;
  text-align: left;
  border: 2px solid #c00;
  color: #000;
  width: 95%;
}

.info p.titlein {
  color: #c00;
  text-align: center;
  font-weight: normal;
}

.info p.titleinsub {
  color: #c00;
  font-weight: normal;
  background: #f5e6e6;
  padding: 10px;
  text-align: left;
}

ul.asterisk {
  padding-left: 35px;
  padding-top: 10px;
}

ul.asterisk li {
  list-style-type: none;
  text-indent: -1.5em;
}

ul.asterisk li:before {
  display: inline;
  content: "※";
}

ul.asterisk li span {
  background: linear-gradient(transparent 70%, #ffc8c8 70%);
  font-weight: bold;
}

.al_area {
  font-weight: bold;
  color: #000000;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 37px;
  margin: 8px auto 0px;
  line-height: 1.2;
}

.al_area span {
  color: #ff6000;
  font-size: 2.4rem;
}

.al_area2 {
  font-weight: bold;
  font-size: 1.4rem;
  color: #ff6000;
  padding: 4px;
}

.al_area2::after {
  background: url(../images/chizuback.webp) no-repeat;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-right: 3px;
  transform: translateY(2px);
  float: left;
}

.al_area3 {
  font-weight: bold;
  color: #000000;
  font-size: 1.6rem;
  text-align: center;
  margin: 2px auto 0px;
}

.al_area3 span {
  color: #ff6000;
  font-size: 2.4rem;
}

.h_bk {
  background: #fff5d6;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_wrap {
  display: flex;
  justify-content: space-between;
}

.text_c span {
  background-color: #e9f5e1;
  font-weight: bold;
}

.text_c {
  padding: 10px;
}

.word_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.word_header_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.word_header_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.word_header_titleh2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}

.word_header span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 3px;
  background: #dcab6e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.word p {
  font-size: 1rem;
  line-height: 1.5;
}

.word a {
  display: inline;
  color: #49bbfd;
}

.word {
  padding: 20px;
}

.title {
  color: #484848;
  font-size: 1.3rem;
  line-height: 1.5;
}

ol {
  position: relative;
  margin-top: 10px;
  padding: 0;
  font-size: 1rem;
}

ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}

ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.yakan_box {
  padding: 10px;
  background: #fff;
  margin: 20px 10px 10px 10px;
}

.question_img {
  padding: 4px 0;
  margin-top: 42px;
  border: 1px solid #ccc;
  margin: 4px;
  text-align: center;
}

.question_img img {
  width: 100%;
}

.scrollbox {
  border: 1px solid #d8d8d8;
  overflow-y: scroll;
  padding: 0px !important;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 100% !important;
  float: none;
  padding: 4px;
}

.word_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.word_header_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.word_header_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}

.word_header_titleh2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}

.word_header span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 3px;
  /* background: #dcab6e;
      color: #fff; */
  font-size: 16px;
  font-weight: bold;
}

.word p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.word a {
  display: inline;
  color: #49bbfd;
}

.word {
  padding: 8px;
}

.title {
  color: #484848;
  font-size: 1.3rem;
  line-height: 1.5;
}

ol {
  position: relative;
  margin-top: 10px;
  padding: 0;
  font-size: 1.2rem;
}

ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}

ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}

.privacy a {
  color: -webkit-link;
}

.case_box {
  background: #fff4e5;
  padding-bottom: 24px;
}

.case_box p.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 64px;
  line-height: 1.4;
  background: #ff6619;
  padding: 18px;
  margin: 64px 8px 0px;
}

.case_box p.subtitle {
  color: #ff6619;
  text-align: center;
  background: #fff;
  padding: 8px;
  margin: 0 8px 24px;
}

.voice_img_box {
  padding: 8px;
}

.voice_img_box img {
  display: block;
  margin-top: 8px;
  vertical-align: bottom;
}

.voice_img_box img:first-child {
  margin-top: 0;
}

.case_box > small {
  display: block;
  margin: 8px 8px 0;
}

.case_action {
  padding: 10px;
}

.case_action p {
  text-align: center;
  color: #437d19;
  font-weight: bold;
  padding: 16px 8px 0px 8px;
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  .case_action p {
    font-size: 23px;
    line-height: 1.5;
  }
}

.case_flow {
  background: #f5e8d9;
  width: 96%;
  margin: 24px auto;
  border-radius: 12px;
  padding: 8px;
}

.case_action_txt {
  display: flex;
  justify-content: space-between;
  display: flex;
  position: relative;
  top: 14px;
}
@media screen and (min-width: 769px) {
  .case_action_txt {
    top: 0px;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.case_flow p.casetitle {
  margin-right: 25px;
  padding: 12px;
  margin-left: 60px;
}

.case_flow .titleimg {
  width: 65px;
  position: absolute;
  top: 19px;
  left: -2px;
}

.case_flow .contentsimg img {
  width: 80px;
}

.case_contents {
  background: #fff;
}

.question_box {
  padding: 8px;
  margin-top: 8px;
}

.question_box p.title {
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 34px;
  line-height: 1.4;
  background: #ff6000;
  padding: 18px;
}

.question_box p.subtitle {
  color: #ff6000;
  text-align: center;
  background: #fff;
  padding: 8px;
}

.question_bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .question_bc {
    max-width: none;
    padding: 20px 8px;
    margin: 15px 8px;
  }
}

.question_balloon {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.question_balloon .faceicon {
  float: right;
  margin-left: -25px;
  width: 75px;
}

.question_balloon .faceicon img {
  width: 100%;
  height: auto;
}

.question_balloon .chatting {
  width: 100%;
  text-align: left;
}

.says {
  display: inline-block;
  position: relative;
  margin: 0 0px 0 0;
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}
@media screen and (min-width: 769px) {
  .says {
    max-width: calc(100% - 90px);
  }
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: -8px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  transform: rotate(35deg);
}

.says p {
  margin: 0;
  padding: 0;
}

.mycomment {
  margin: 4px 0 0 4px;
}

.mycomment p {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  padding: 8px;
  border-radius: 12px;
  background: #f5e8d9;
  font-size: 15px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .mycomment p {
    max-width: calc(100% - 20px);
  }
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -6px;
  border: 8px solid transparent;
  border-left: 18px solid #f5e8d9;
  transform: rotate(-35deg);
}

#footer_CTA {
  position: fixed;
  background-color: rgba(78, 78, 78, 0.86);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  /*はじめは非表示*/
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 6px 0;
}
#footer_CTA .flex {
  display: flex;
  justify-content: space-around;
}

#footer_CTA small {
  display: unset;
  font-size: 12px;
}

#footer_CTA img {
  width: 23px;
}

#footer_CTA .footer_CTA_call_img {
  width: 72%;
  margin: 7px 0;
  margin-left: 3px;
}

#footer_CTA .footer_CTA_mail_img {
  width: 80%;
  margin: 7px 0;
  margin-left: 3px;
}

.footer_CTA_call {
  display: flex;
  align-items: center;
  width: 48%;
  background: #e16520;
  color: white;
  font-size: 14px;
  padding: 8px 13px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: 5px solid #953e00;
  justify-content: center;
}

.footer_CTA_call p {
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  margin-left: 5px;
  font-weight: bold;
}

.footer_CTA_mail {
  display: flex;
  align-items: center;
  width: 48%;
  background: #22b738;
  color: #fff;
  font-size: 14px;
  padding: 8px 10px 8px 18px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: 5px solid #005522;
  justify-content: center;
  position: relative;
  font-weight: bold;
}

.footer_CTA_mail p {
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
}

.footer_CTA_mail_night {
  width: 100%;
  font-size: 100%;
  font-weight: bold;
  border-radius: 69px;
  padding: 10px 0 12px;
  text-decoration: underline;
}

.footer_CTA_mail_night p {
  margin-left: 20px;
}

.footer_CTA_mail_night::before {
  left: 77px;
}

#footer_CTA .attention {
  text-align: center;
  padding: 0px 0 5px;
  margin: 0;
  color: white;
  font-weight: bold;
  line-height: 1.3;
}

#footer_CTA .attention span {
  color: rgb(238, 255, 0);
  font-weight: bold;
  font-size: 20px;
}

#footer_CTA .attention img {
  width: 90%;
  display: block;
  margin: 0px auto;
}

/* よくある質問（よくある勘違いレイアウト） */
.faq_section {
  background-color: #fff;
  padding: 40px 8px;
  margin: 0 auto;
}
.faq_section .contents_title {
  line-height: 1.4;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 32px;
  padding: 18px;
  background-color: #ff8101;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .faq_section .contents_title {
    font-size: 3.2rem;
    padding: 18px 15px;
    margin-bottom: 40px;
  }
}

.faq_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .faq_list {
    gap: 32px;
  }
}

.faq_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #dadada;
  background: #f5f5f5;
  overflow: hidden;
}

.faq_question {
  display: flex;
  align-items: stretch;
  gap: 6px;
  cursor: pointer;
  background: #fff;
  padding: 0 8px 0 0;
  border-bottom: 1px solid transparent;
  position: relative;
}
@media screen and (min-width: 769px) {
  .faq_question {
    gap: 14px;
    padding-right: 10px;
  }
}
.faq_question.is-open {
  border-bottom-color: #dadada;
}
.faq_question > .faq_icon {
  align-self: center;
  margin-left: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .faq_question > .faq_icon {
    margin-left: 12px;
  }
}

.faq_question_box {
  position: relative;
  display: flex;
  align-items: center;
  align-self: center;
  flex: 1;
  background: #fff5d6;
  border: 1px solid #ff8101;
  border-radius: 12px;
  padding: 12px 16px;
  margin: 10px 4px 10px 4px;
  min-width: 0;
}
@media screen and (min-width: 769px) {
  .faq_question_box {
    padding: 14px 18px;
    margin: 12px 6px 12px 6px;
  }
}
.faq_question_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #ff8101 transparent transparent;
}
.faq_question_box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 9px 7px 0;
  border-color: transparent #fff5d6 transparent transparent;
}
.faq_question_box p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}
@media screen and (min-width: 769px) {
  .faq_question_box p {
    font-size: 2rem;
  }
}

.faq_q {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 24px;
  min-height: 56px;
  background: #ff971a;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .faq_q {
    width: 52px;
    min-height: 68px;
    font-size: 2.4rem;
  }
}

.faq_a {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 24px;
  min-height: 56px;
  background: #ff971a;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .faq_a {
    width: 52px;
    min-height: 68px;
    font-size: 2.4rem;
  }
}

.faq_toggle {
  flex-shrink: 0;
  align-self: flex-end;
  width: 0;
  height: 0;
  margin: 0 4px 14px 2px;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #ff971a transparent transparent transparent;
  transition: border-width 0.2s ease, border-color 0.2s ease;
}
@media screen and (min-width: 769px) {
  .faq_toggle {
    margin: 0 6px 16px 4px;
    border-width: 12px 8px 0 8px;
  }
}

.faq_question.is-open .faq_toggle {
  border-width: 0 7px 10px 7px;
  border-color: transparent transparent #ff971a transparent;
}
@media screen and (min-width: 769px) {
  .faq_question.is-open .faq_toggle {
    border-width: 0 8px 12px 8px;
  }
}

.faq_answer {
  display: none;
  align-items: stretch;
  gap: 6px;
  padding: 0 8px 0 0;
}
@media screen and (min-width: 769px) {
  .faq_answer {
    gap: 14px;
    padding-right: 10px;
  }
}

.faq_answer_inner {
  display: flex;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  gap: 6px;
  padding: 14px 0 16px;
}
@media screen and (min-width: 769px) {
  .faq_answer_inner {
    gap: 14px;
    padding: 18px 0 20px;
  }
}
.faq_answer_inner > .faq_icon {
  align-self: center;
}

.faq_answer_box {
  position: relative;
  flex: 1;
  align-self: center;
  background: #fff;
  border: 2px solid #ff971a;
  border-radius: 12px;
  padding: 16px 18px;
  margin: 10px 4px 10px 4px;
  min-width: 0;
}
.faq_answer_box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  left: auto;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ff971a;
}
.faq_answer_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  left: auto;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 769px) {
  .faq_answer_box {
    padding: 20px 24px;
    margin: 12px 6px 12px 6px;
  }
}
.faq_answer_box p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #ff971a;
}
@media screen and (min-width: 769px) {
  .faq_answer_box p {
    font-size: 2rem;
  }
}
.faq_answer_box b {
  font-weight: 700;
  color: #ff971a;
}

.faq_icon {
  flex-shrink: 0;
  width: 66px;
  height: auto;
  align-self: center;
}
@media screen and (min-width: 769px) {
  .faq_icon {
    width: 80px;
  }
}/*# sourceMappingURL=custom.css.map */