@charset "UTF-8";
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

dl,
li,
ol,
ul {
  list-style: none;
}

* html ul {
  height: 1%;
}

article,
footer,
header,
nav,
section,
ul {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

th {
  font-weight: 400;
}

button,
input,
select,
textarea {
  border-radius: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
}

*,
:after,
:before {
  box-sizing: border-box;
}

.content {
  padding: 20px 8px;
}

.flex, .voice__header {
  display: flex;
  justify-content: center;
}

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

html {
  font-size: 62.5%;
}

body {
  color: rgb(24, 24, 24);
  background: #fcfcfc;
  line-height: 1.8;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

#container {
  margin-right: auto;
  margin-left: auto;
}

#page-top a,
.contact_navi li,
.reply label,
#page-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
}

#page-top a {
  background: #616161;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  border-radius: 30px;
}

#canvas {
  width: 100%;
  height: 350px;
}

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

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

.area_title {
  background-color: #051132;
  color: #fff;
  font-size: 2rem;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

.area_inline {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 1px solid #e5efd0;
  padding: 5px;
}

.area_box {
  background: #fff;
  width: 100%;
  margin: 5px 0;
  border: 1px solid #ccc;
  /* display: inline-block; */
  padding: 8px;
}

.area_box a {
  color: #000;
  font-size: 1.4rem;
}

.li_fL {
  margin: auto;
  width: 100%;
}

.li_fL li a {
  padding: 5px;
  float: left;
  width: 47%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #fff;
  background: linear-gradient(top, #052d78, #021b4a);
  background-color: #021b4a;
  margin: 5px;
  text-align: center;
}

.shiten_title {
  /* background-color: #051132; */
  text-align: center;
  /* padding: 5px; */
  font-weight: bold;
  color: #000;
}

.shiteninline_box {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.shiten_text {
  width: 85%;
  text-align: left;
  float: left;
}

.form_box {
  padding: 20px 15px;
  border-top: 1px solid #dfdfdf;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

form .form_box:first-child {
  border: none;
}

.form_box ul {
  display: flex;
  flex-wrap: wrap;
}

.form_box ul li {
  width: 45%;
  padding-top: 15px;
}

form div label {
  font-weight: bold;
}

form div ul label {
  font-weight: normal;
}

.required {
  background: #ff6462;
  color: #fff;
  padding: 2px 6px 1px;
  display: inline-block;
  margin-left: 4px;
  font-size: 13px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 2px;
  vertical-align: middle;
}

.b_area .num {
  width: 200px;
  justify-content: space-between;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
}

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

.b_area .num:before {
  content: "";
  width: 80%;
  height: 2px;
  background-color: #bfbfbf;
  position: absolute;
  top: 24px;
  left: 48%;
  margin-left: -40%;
}

.b_area .num li {
  width: 20%;
  padding-top: 24px;
  position: relative;
  font-size: 16px;
}

.b_area .num li.active:before {
  background-color: #e79b2e;
}

.b_area .num li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-radius: 5px;
}

.form_box ul input {
  display: none;
}

.form_box ul input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.form_box ul input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.form_box ul input:checked + label {
  color: #f96c41;
}

.form_box ul input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #f96c41;
  border-radius: 50%;
}

.ex_txt {
  padding: 5px 2px 0;
}

.ex_txt_area {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  background: #f4f4f4;
}

form .text {
  border-radius: 5px;
  border: 2px solid #ccc;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.8;
}

.notice {
  background-color: #f4f4f4;
  font-size: 14px;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
}

.textarea {
  border: 2px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  height: 200px;
  margin-top: 5px;
  line-height: 1.8;
  font-weight: normal;
}

.b_area {
  margin: 0 10px;
  padding: 20px 0 0;
  text-align: center;
}

.b_area p {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

.b_area ul {
  display: flex;
}

.b_area li.actv {
  font-weight: bold;
}

.b_area li {
  font-size: 14px;
  margin: 20px 8px 10px 0;
}

.b_area li.home {
  background: url("../images/home.webp") 2px 4px no-repeat;
  background-size: 11px 11px;
  padding-left: 18px;
}

.f_area {
  margin: 0 10px;
}

.list_ttl {
  font-size: 16px;
}

.btn_area {
  text-align: center;
  padding: 20px 15px 60px;
}

.btn_area ul .left {
  float: left;
  width: 40%;
}

.btn_area ul {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.soushin_btn {
  color: #fff;
  background: #f96c41;
  font-weight: bold;
  border-radius: 4px;
  font-size: 18px;
  padding: 20px;
  margin: 0 auto;
  display: block;
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  border-style: none;
}

.soushin_btn a {
  color: #fff;
}

.modoru_btn {
  color: #f96c41;
  background: #fff;
  border: 1px solid #f96c41;
  font-weight: bold;
  border-radius: 4px;
  font-size: 18px;
  padding: 20px;
  margin: 20px auto 0;
  display: block;
  width: 100%;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

.csn {
  background-color: #feffc9;
  color: #666;
  text-align: left;
  border: 1px solid #dfdfdf;
  margin: 10px 10px 30px;
  padding: 10px;
  font-size: 14px;
}

.csn span {
  color: #f00;
}

.csn_bold {
  font-weight: bold;
  color: #f00;
  text-align: center;
  padding-bottom: 5px;
  font-size: 16px;
}

.tnkyou {
  margin-top: 20px;
}

.main_letter {
  color: #f00;
  font-weight: bold;
  text-align: center;
}

.erre_name {
  color: #f00;
}

header {
  padding: 14px 0px 14px;
  text-align: center;
  background: #fff;
}

header img {
  width: 190px;
}

.eyecatch {
  position: relative;
}

article {
  background-color: #e1e1e1;
  margin-top: 20px;
  padding: 10px 0;
}

.action_btn {
  /*  margin: 10px 0px 10px; */
  padding: 0px 12px 8px 12px;
  margin-bottom: 10px;
}

article p {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.online {
  padding: 10px;
}

.content_box {
  margin-top: 30px;
}

.content_title {
  position: relative;
  padding: 1.5rem 0px;
  text-align: center;
  color: #282828;
  line-height: 1.4;
  font-weight: bold;
  font-size: 4rem;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
}

.content_title::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #d1cce0;
}

.content_text {
  /* position: relative; */
  padding: 14px;
  background: #ebebeb;
  color: #000;
  /* border-top: 2px solid #e00; */
  /* font-size: 2.2rem; */
  font-weight: 700;
  text-align: center;
  /* line-height: 1.6; */
  /* margin-top: 26px; */
  /* top: 3px; */
  margin: 14px;
  /* font-size: 1.7rem;*/
}

.balloon1 {
  position: relative;
  padding: 8px;
  font-weight: 700;
  text-align: center;
  margin: 14px 0;
  font-size: 1.6rem;
  border: 2px solid #24678d;
  background: #ffffff;
  color: #24678d;
  line-height: 1.5;
  width: 100%;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #24678d;
}

.balloon1 span {
  color: #24678d;
  font-size: 1.6rem;
  line-height: 1.2;
}

.balloon1 p {
  margin-top: 10px;
}

.balloon2 {
  position: relative;
  padding: 8px;
  font-weight: 700;
  text-align: center;
  margin: 14px 0;
  font-size: 1.6rem;
  border: 2px solid #cf8ca7;
  background: #ffffff;
  color: #cf8ca7;
  line-height: 1.5;
  width: 100%;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #cf8ca7;
}

.balloon2 span {
  color: #bf547f;
  font-size: 1.6rem;
  line-height: 1.2;
}

.balloon2 p {
  margin-top: 10px;
}

.telinfo {
  padding: 0px 18px;
}

.telinfo2 {
  padding: 14px 14px;
  background: #e5f3e4;
  margin: 10px;
}

.telinfo2 p {
  margin-top: 10px;
}

.telinfo2 p span {
  color: #bd1d1d;
}

.top_b ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 25px 15px 40px;
}

.top_b ol li {
  position: relative;
  padding: 10px 10px 10px 40px;
  line-height: 1.5em;
  font-size: 2.4rem;
  font-weight: 700;
  list-style: none;
}

.top_b ol li span {
  color: #ee0204;
  font-size: 2.4rem;
}

.top_b ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #051132;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.top_c ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 24px 14px 14px;
}

.top_c ol li {
  position: relative;
  padding: 10px 10px 10px 44px;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 700;
  list-style: none;
}

.top_c ol li p {
  color: #000;
  font-size: 1.7rem;
  font-weight: normal;
  margin-top: 10px;
}

.top_c ol li p span {
  color: #ee0204;
  font-size: 1.7rem;
}

.top_c ol li p span.small {
  color: #000;
  font-size: 1.2rem;
}

.top_c ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #54102d;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  top: 6%;
  transform: translateY(-50%);
  line-height: 1.8;
}

.price ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 24px 14px 14px;
}

.price ol li {
  position: relative;
  padding: 10px 10px 10px 44px;
  line-height: 1.3;
  font-size: 2.4rem;
  font-weight: 700;
  list-style: none;
}

.price ol li p {
  color: #000;
  font-size: 1.7rem;
  font-weight: normal;
  margin-top: 10px;
}

.price ol li p span {
  color: #ee0204;
  font-size: 1.7rem;
}

.price ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #ee0000;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  top: 28%;
  transform: translateY(-50%);
  line-height: 1.5;
}

/* .content_text {
padding: 35px 15px 15px;
} */
.sekken .jirei_text {
  padding: 0px 2px 20px;
}

/* .cost div:nth-child(2) {
padding: 40px 10px 20px;
} */
.cost .lise {
  /* padding: 0px 15px 40px; */
}

.lise ul,
ol {
  padding: 0px 0px 0px 20px;
}

.lise ul li,
ol li {
  padding: 10px 5px;
  list-style: square;
}

.top_lise ul,
ol {
  color: #000;
  padding: 0.1em 0.1em 0.1em 1.3em;
  font-weight: 700;
  font-size: 2.2rem;
}

.top_lise ul li,
ol li {
  line-height: 1.5;
  padding: 0.4em 5px;
  text-align: left;
  font-size: 2rem;
  list-style: square;
}

.top_lise ul li span {
  color: #ee0204;
}

.table {
  padding: 15px;
}

.sample_02 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.4rem;
}

.sample_02 th {
  width: 30%;
  text-align: left;
  vertical-align: top;
  color: #444;
  background-color: #efefef;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.sample_02 td {
  background-color: #fafafa;
}

.sample_02 td,
.sample_02 th {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#navi {
  margin-bottom: 25px;
  margin-top: 10px;
}

#navi h4 {
  padding: 10px 10px;
  margin: 2px;
  background: #ffffff;
  border: 1px solid #ccc;
}

#navi ul {
  padding-left: 14px;
  background: #fff;
  width: 99%;
  margin: -4px auto 10px;
  border-top: none;
  border: 1px solid #ccc;
}

#navi ul li {
  padding: 20px 5px 15px 0px;
  width: 50%;
}

#navi ul li input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 5px;
}

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

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

.not_box ol li {
  list-style-type: decimal;
  line-height: 1.5;
  padding: 0.4em 5px;
  text-align: left;
  font-size: 1.4rem;
  list-style: square;
  font-weight: normal;
}

ul.asterisk {
  padding: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}

ul.asterisk li {
  list-style-type: none;
  padding: 4px;
  text-indent: -1em;
  font-size: 1.2rem;
}

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

.price_box {
  margin-top: 24px;
  padding: 0px 15px 40px;
}

.price_a {
  background: #051132;
  color: #fff;
  border-bottom: 5px solid #e00;
  font-size: 2.2rem;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
}

.price_b {
  padding: 10px 0;
  text-align: left;
  margin-top: 10px;
}

.price_boxin {
  padding: 10px 0;
  text-align: left;
}

.price_boxin ul.asterisk {
  padding: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}

.price_boxin ul.asterisk li {
  list-style-type: none;
  padding: 4px;
  text-indent: -1em;
  font-size: 2rem;
}

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

.pri_title {
  border: 2px solid #051132;
  padding: 10px 0;
  font-weight: bold;
}

.caution_box {
  background-color: #fff;
  padding: 8px 10px 0px 10px;
  /* margin: 0px 8px 8px 8px; */
  width: 94%;
  margin: 0px auto 0px;
  border: 2px solid #8e0404;
  margin-bottom: 20px;
}

.caution_box p {
  text-align: center;
  font-weight: bold;
  color: #8e0404;
  font-size: 1.5rem;
}

.caution_list {
  background-color: #fff;
  padding: 8px;
  text-align: left;
  display: inline-block;
  width: 100%;
}

.caution_list li {
  list-style: none;
  padding: 4px 0px 0px 20px;
  font-size: 1.4rem;
}

.caution_list li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 20px;
  color: #c64029;
  margin: -4px -20px;
}

.caution_list span {
  color: #b20000;
  background: linear-gradient(transparent 78%, #fff900 60%);
}

.text_title {
  margin: 14px 0 14px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #051132;
  background: #efefef;
  padding: 12px;
}

.text_list li {
  list-style: none;
  padding: 4px 0px 0px 14px;
  text-indent: -1.5em;
}

.text_list li:before {
  content: "・";
}

.text_box {
  padding-left: 10px;
  padding-right: 10px;
}

.office_subtabletitle {
  border-bottom: 1px solid #dadada;
  background: #e9e9e9;
  text-align: left;
  font-weight: bold;
  padding: 12px;
}

.office_subtable {
  font-size: 1.4rem;
  margin-top: 12px;
}
.office_subtable .flex_wrap {
  justify-content: flex-start;
  gap: 3px;
}

.office_subtable table th,
.office_subtable table td {
  padding: 4px;
}

.office_subtable table {
  margin-top: 12px;
}

.office_subtable table th {
  border-bottom: 1px solid #ffffff;
  background: #fff;
  text-align: left;
  font-weight: normal;
  width: 104px;
  padding: 10px 0;
}

.office_subtable table tr td.smalla {
  width: 15px;
}

.office_subtable table tr td {
  border-bottom: 1px solid #ffffff;
  width: 256px;
}

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

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

.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: #ebebeb;
  text-align: left;
  font-weight: bold;
}

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

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

.cost_table table tr td p {
  margin: 12px 0;
}

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

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

.cost_asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 10px;
  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: "・";
}

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

.toggle_contents p {
  text-align: justify;
  padding: 8px 17px;
  margin: 0px;
}

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

.after_ch .toggle_switch::after {
  top: 80%;
}

.after_ch .toggle_switch.open::after {
  top: 80%;
}

.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 61%;
}

.toggle_contents span {
  background: linear-gradient(transparent 77%, #ffc8c8 60%);
}

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

.case_action {
  padding: 10px;
}

.case_action p {
  text-align: center;
  color: #437d19;
  font-weight: bold;
  padding: 16px 8px 0px 8px;
  font-size: 17px;
}

.case_flow {
  background: #f1f2f3;
  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;
}

.case_flow p.casetitle {
  margin-right: 26px;
  padding: 2px;
  margin-left: 56px;
  margin-top: 0px;
}

.case_flow .titleimg {
  width: 50px;
  position: absolute;
  top: 0px;
  left: -2px;
}

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

.case_contents {
  background: #fff;
}

/* CSSのコード */
.flow__box {
  background-color: white;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  margin: 25px 0px;
  padding: 30px 15px;
  counter-increment: number;
}
@media screen and (max-width: 768px) {
  .flow__box {
    padding: 30px 10px;
    margin: 30px 8px;
  }
}
.flow__step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow__inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flow__inner {
    flex-direction: column;
    align-items: center;
  }
}
.flow__number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #2861b1;
  color: #fff;
  text-align: center;
  margin-top: 18px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .flow__number {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
}
.flow__number-text {
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 16px;
  line-height: 1.3;
}
.flow__number-text::after {
  content: counter(number);
  display: block;
}
@media screen and (max-width: 768px) {
  .flow__number-text {
    font-size: 1.9rem;
    padding-top: 13px;
  }
}
.flow__number-label {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .flow__number-label {
    font-size: 1.5rem;
  }
}
.flow__content {
  margin: 10px 0px 18px 15px;
}
@media screen and (max-width: 768px) {
  .flow__content {
    margin: 10px 7px 18px;
  }
}
.flow__title {
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow__title {
    font-size: 2.5rem;
    margin-bottom: 13px;
    color: #2861b1;
  }
}
.flow__description {
  margin: 16px 10px 16px 0;
  line-height: 1.7;
}
.flow__description span {
  color: #d21519;
}
@media screen and (max-width: 768px) {
  .flow__description {
    margin: 0;
  }
}
.flow__image {
  width: 280px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .flow__image {
    width: 100%;
    padding: 10px 0 0;
  }
}
.flow__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .flow__actions {
    flex-wrap: wrap;
    margin-left: 0;
    margin-top: 15px;
  }
}
.flow__actions-image {
  width: 100%;
}

.box29 {
  margin: 2em 0;
  background: #f3f3f3;
}

.box29 .box-title {
  background: #124988;
  padding: 18px 6px 10px;
  color: #fff;
  font-weight: bold;
}

.box29 .box-title img {
  width: 60px;
  padding-right: 10px;
}

.box29 .box-title span {
  padding-top: 10px;
  font-size: 1.1rem;
  display: block;
  text-align: right;
  color: #fff;
  font-weight: normal;
}

.box29 p.title {
  padding: 15px 8px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #a51a1a;
  font-size: 1.7rem;
  margin-top: 20px;
}

.box29 p {
  padding: 15px 20px;
  margin: 0;
}

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

.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.7rem;
  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: #08104e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

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

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

.word {
  padding: 20px;
}

.title {
  color: #484848;
  line-height: 1.5;
}

ol {
  position: relative;
  margin-top: 10px;
  padding: 0;
}

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

.merit {
  padding: 10px 10px;
  background: #f1ece9;
  margin: 16px;
}

.merit ol.sample1 {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 "arial narrow", sans-serif;
  padding: 0;
}

.merit ol.sample1 li {
  position: relative;
  padding: 0 0 0 0px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  /* font-size: 1.6rem; */
  /* line-height: 30px; */
  /* border-bottom: dashed 1px #d3d3d3;*/
}

.merit ol.sample1 li:before {
  /* counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #951314;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.merit_subtitle {
  color: #0a3027;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #0a3027;
  margin-top: 30px;
  /* background: #dfe5e3; */
}

.merit_o {
  padding: 10px;
  background: #e3e5e7;
  margin: 30px 10px;
}

.merit_o p {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px;
  color: #000;
}

.merit_oti {
  background: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #0a3027;
}

.contact_flow {
  background: #ffefcc;
  width: 89%;
  margin: 12px auto;
}

.contact_flow p {
  font-weight: normal;
  font-size: 1.5rem;
}

.content_box_s {
  margin-top: 45px;
}

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 60px;
}

.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 1px #e7e7e7;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 85px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #e3edef;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #e3edef;
}

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

.kokuban-s3 {
  position: relative;
  margin: 2em auto;
  padding: 1em;
  width: 100%; /* ボックス幅 */
  background: #006633; /* ボックス背景色 */
  color: #fff; /* 文章色 */
  border: 5px solid #c0c0c0; /* 枠線 */
  border-radius: 2px; /* 角の丸み */
  box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
  text-align: center;
  font-weight: bold;
}

.kokuban-s3::before,
.kokuban-s3::after {
  position: absolute;
  content: "";
  bottom: 0;
}

.kokuban-s3::before {
  width: 20px;
  right: 10px;
  border: solid 3px #ff42a0; /*チョークピンク */
  border-radius: 3px 2px 0 2px;
}

.kokuban-s3::after {
  width: 15px;
  right: 45px;
  border: solid 3px #fff; /*チョーク白 */
  border-radius: 8px 5px 2px 5px;
}

.c_box {
  margin-top: 40px;
}

.gengaku_title {
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  color: #ffffff;
  padding: 10px 0;
  background: #24678d;
}

.seikyu_title {
  text-align: center;
  font-weight: bold;
  font-size: 1.9rem;
  color: #ffffff;
  padding: 10px 0;
  background: #cf8ca7;
}

.gengaku {
  background: #fff;
}

.seikyu {
  background: #fff;
}

.sp_box {
  margin: 10px 0 20px;
}

.henkin {
  background: #efefef;
  padding: 10px;
  margin-top: 20px;
}

.henkin_title {
  font-weight: bold;
  color: #000;
  text-align: center;
}

.action_top {
  width: 95%;
  margin: 30px auto;
  display: block;
  margin-top: 0;
}

.box27 {
  background: rgb(248, 229, 177);
  background: linear-gradient(148deg, rgb(255, 243, 209) 0%, rgb(216, 192, 159) 100%);
  padding: 15px 0 12px;
}

.box27 img {
  width: 95%;
  margin: 0 auto;
  display: block;
}

.reason_top {
  background: url(../images/reason_top_back.webp) center top/cover no-repeat transparent;
  padding: 35px 0 35px;
}

@media screen and (max-width: 480px) {
  .title_img img {
    width: 50%;
    display: block;
    padding: 40px 0;
    margin: 0px auto;
  }
  .title_img1 img {
    width: 90%;
    display: block;
    padding: 40px 0;
    margin: 0px auto;
  }
  .title_img3 img {
    width: 70% !important;
    display: block;
    padding: 40px 0;
    margin: 0px auto;
  }
}
.reason_top_inner {
  width: 100%;
  margin: 0px auto 0;
}

.reason_top_inner img {
  width: 90%;
  display: block;
  margin: 0px auto 0;
}

@media screen and (max-width: 480px) {
  .reason_top img {
    width: 100%;
  }
}
.bg_pattern {
  position: relative;
  background-color: #f9ffff;
  z-index: 1;
}

.Cross {
  background: radial-gradient(circle, transparent 20%, #f9ffff 20%, #f9ffff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #f9ffff 20%, #f9ffff 80%, transparent 80%, transparent) 50px 50px, linear-gradient(#e4eff4 4px, transparent 4px) 0 -2px, linear-gradient(90deg, #e4eff4 4px, #f9ffff 4px) -2px 0;
  background-size: 100px 100px, 100px 100px, 50px 50px, 50px 50px;
}

.omakase {
  position: relative;
  /* z-index: 2; */
  width: 95%;
  margin: 0px auto;
  padding: 0 0 0px 0;
  display: block;
}

.bg_pattern img {
  width: 100%;
  margin-top: -40px;
}

@media screen and (max-width: 769px) {
  .omakase {
    position: relative;
    /* z-index: 2; */
    width: 100%;
    margin: 0px auto;
    padding: 0 0 0px 0;
    display: block;
  }
  .bg_pattern img {
    width: 100%;
    margin-top: -11px;
  }
}
.jirei ul li {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 3px solid #1857b0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.jirei ul li .jirei_text {
  padding: 40px 20px 20px;
  position: relative;
  transition: max-height 0.3s ease;
}

.jirei ul li .jirei_text p {
  text-align: justify;
}

.jirei ul li.collapsed .jirei_text {
  max-height: 200px;
  overflow: hidden;
}

.jirei ul li div:first-child {
  padding: 40px 0 0;
  text-align: center;
}

.jirei ul li div br {
  display: block;
  content: "";
  margin: 10px 0;
}

.jirei ul li img {
  width: 230px;
  position: relative;
  box-shadow: 11px 11px 0 #dbd9d9;
}

.jirei ul li div h1 {
  font-size: 2.5rem;
  color: #1857b0;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}

.jirei ul li .HW_text {
  font-size: 5rem;
  position: absolute;
  z-index: 2;
  margin-top: -51px;
  left: 13%;
  color: rgba(24, 87, 176, 0.3098039216);
}

.jirei ul li span {
  background: linear-gradient(transparent 78%, #f8d5a3 60%);
  font-weight: bold;
}

.jirei ul li.collapsed::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 251, 242, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  z-index: 1;
}

.jirei ul li .toggle-btn {
  display: block;
  width: calc(100% - 40px);
  margin: 0 20px 20px;
  padding: 12px 20px;
  background-color: #1857b0;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 2;
}

.jirei ul li.expanded .toggle-btn {
  background-color: #666;
}

.jirei ul li.expanded .toggle-btn:hover {
  background-color: #555;
}

.pat_02 {
  padding: 40px 40px 60px;
  background: #fffde7;
  margin-bottom: 80px;
  border: 3px solid #434343;
  border-radius: 10px;
}
.pat_02:last-of-type {
  margin-bottom: 0;
}

.reason small {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  .reason small {
    font-size: 1.2rem;
  }
}

/* .pat_02 .pat_02_content {
  font-size: 1.8rem;
} */
.pat_02 .pat_02_content span {
  font-weight: 600;
  background: linear-gradient(transparent 77%, #ffe5ac 77%);
}

.pat_02 .pat_02_content {
  text-align: justify;
}

.pat_img {
  width: 45%;
  margin-left: 39px;
}

.shiho {
  background: #ebece9;
  padding: 30px;
}

.shiho h1 {
  color: #0c6520;
}

.shiho img,
.bengo img {
  width: 130px;
}

.shiho .pc_flex,
.bengo .pc_flex {
  width: 600px;
  margin: 0 auto 20px;
}

.bengo {
  background: #ffefeb;
  padding: 30px;
  margin-top: 30px;
}

.bengo h1 {
  color: #bf5637;
}

.pat_02 h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

.bengo ul li {
  background-color: #fff;
  padding: 10px 10px 10px 80px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #282828;
  letter-spacing: 0.06em;
  position: relative;
}

.bengo ul li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 34px;
  color: #bf5637;
  margin: -7px -52px;
}

.pat_02 ul {
  margin: 20px 0;
}

.point_num {
  width: 24%;
  margin: 0 auto;
  display: block;
  margin-bottom: -63px;
}

.merit_num {
  text-align: center;
  color: #f8ad00;
  font-size: 4.5rem;
  font-weight: 600;
}

.pat_02_title {
  color: #1f56b4;
  font-weight: 600;
  /* background: linear-gradient(transparent 65%, #ccd7b6 65%); */
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.7;
}

@media screen and (max-width: 480px) {
  .pat_02 {
    padding: 30px 15px;
    margin-bottom: 30px;
    border: 3px solid #434343;
    border-radius: 10px;
  }
  .pat_02 .pat_02_content span {
    font-weight: 600;
  }
  .pat_02 h1 {
    font-size: 2rem;
  }
  .pat_img {
    width: 100%;
    margin: 20px 0 0;
  }
  .pat_02 ul {
    margin: 20px 0;
  }
  .pat_img_sm2 {
    height: 200px !important;
  }
  .point_num {
    width: 35%;
    margin: 0 auto;
    display: block;
    /* margin-top: -50px; */
    margin-bottom: -30px;
  }
  .merit_num {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
  }
  .pat_02_title {
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .shiho {
    padding: 10px;
  }
  .bengo {
    padding: 10px;
    margin-top: 70px;
  }
  .shiho .pc_flex,
  .bengo .pc_flex {
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
    flex-flow: column;
  }
  .shiho img,
  .bengo img {
    width: 110px;
    margin-top: -60px;
    margin-bottom: 20px;
  }
  .bengo ul {
    margin: 20px 0;
  }
  .bengo ul li {
    background-color: #fff;
    padding: 8px 5px 8px 50px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #282828;
    letter-spacing: 0.06em;
    position: relative;
  }
  .bengo ul li:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 26px;
    color: #bf5637;
    margin: -7px -39px;
  }
}
.box {
  margin-bottom: 0px;
}

.box .white {
  position: relative;
  background: #fcfaf5;
  overflow: hidden;
  padding: 70px 135px 30px;
  margin: 0 auto;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}

.box .white .flex, .box .white .voice__header {
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .box .white .flex, .box .white .voice__header {
    justify-content: space-around;
  }
}
.box .white h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.6;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .box .white h1 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.box .white .profile li span:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  background-color: #f8ad00;
}

.box .white .profile img {
  width: 100px;
}

.box .white .initial li:last-child .t3 {
  position: relative;
  display: inline-block;
  background: #e6e8ec;
  padding: 20px 30px;
  border-radius: 1.2rem;
  line-height: 1;
}

.box .white .isharyou_box {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  background: #e4e4e4;
  margin-bottom: 20px;
}

.box .white .get li:last-child .t2 span.s1 {
  padding: 0 1rem;
  margin-right: 0.8rem;
  position: relative;
  font-size: 13rem;
  color: #425ff2;
  letter-spacing: 0px;
}

.box .white::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  border-color: #f6f6f6 #f6f6f6 #d7ceb3 #d7ceb3;
  background: #d7ceb3;
  display: block;
  width: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}

.box .white .profile {
  margin-bottom: 3.2rem;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .box .white .profile li:first-child {
    margin-right: 0rem;
  }
  .box .white .isharyou_box {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.box .white .profile li:first-child img {
  max-width: 200px;
}

.box .white .profile li span {
  position: relative;
  display: inline-block;
  color: #393939;
  font-weight: 600;
  padding-left: 2.4rem;
  margin: 0 0 0px 0;
  font-size: 1.4rem;
}

.box .white .initial {
  display: flex;
  margin-bottom: 3rem;
}

.box .white .initial li:first-child {
  color: #393939;
  margin-right: 2.2rem;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .box .white .initial li:first-child {
    margin-right: 1.5rem;
  }
}
.box .white .initial li:first-child .t1 {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.2;
}

.box .white .initial li:first-child .t2 {
  text-align: center;
  font-weight: 600;
  margin-top: -20px;
}

.box .white .initial li:first-child .t2 span {
  font-size: 4.5rem;
}

.box .white .initial li:last-child .t3.sl {
  padding: 2.6rem 1.6rem 2.6rem !important;
}

.box .white .initial li:last-child .t3 span {
  font-size: 6rem;
  font-weight: 600;
}

.box .white .initial li:last-child .t3 img {
  position: absolute;
  right: -29px;
  top: -35px;
  width: 70px;
}

.box .white .initial li:last-child .t3:after {
  position: absolute;
  left: 8.4rem;
  bottom: -5.2rem;
  content: "";
  border-top: 3.6rem solid #e6e8ec;
  border-right: 2.4rem solid transparent;
  border-bottom: 2.4rem solid transparent;
  border-left: 2.4rem solid transparent;
}

.box .white .initial li.ss:first-child {
  width: 17.4rem;
  margin-right: 0;
}

.box .white .initial li.ss:first-child .t2 {
  text-align: left;
  letter-spacing: -0.03em;
}

.box .white .get li:first-child {
  margin-right: 1rem;
}

.box .white .get li:first-child .t1 {
  text-align: center;
  width: 95px;
  padding: 17px;
  color: rgb(48, 48, 48);
  font-weight: 600;
  line-height: 1.14;
  font-size: 3rem;
  background: #ffef31;
}

@media screen and (max-width: 768px) {
  .box .white .get li:first-child .t1 {
    font-size: 2.5rem;
    padding: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.box .white .get li:last-child .t2 {
  line-height: 1.2;
  font-weight: 600;
  text-wrap: nowrap;
}

.box .white .get li:last-child .t2 span {
  position: relative;
  z-index: 1;
}

.box .white .get li:last-child .t2 span.s1:after {
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  width: 100%;
  height: 3.6rem;
  background: #ffde67;
  content: "";
  z-index: -1;
}

.box .white .get li:last-child .t2 span.s1.sl {
  padding: 0.7rem 0.5rem 0;
  margin-right: 0.5rem;
  line-height: 1.45;
}

.box .white .text {
  font-weight: 400;
  line-height: 2;
  color: #393939;
  letter-spacing: -0.02em;
  display: none;
  padding-top: 20px;
  text-align: justify;
}

.box .white .text br {
  display: block;
  content: "";
  margin: 10px 0;
}

.box .white .text .mark1 {
  margin-bottom: 10px;
  background-color: #0d5abf;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 19px;
  padding: 0px 11px;
}

.box .white .text > div {
  margin-bottom: 25px;
}

.box .white .answer-btn {
  text-align: center;
  margin-top: 40px;
}

.box .white .answer-btn img {
  margin: 0 auto;
  display: block;
}

.box .white .answer-btn img.open {
  width: 8rem;
}

.box .white .answer-btn img.close {
  width: 5rem;
  display: none;
}

.box .white .answer-btn img:hover {
  cursor: pointer;
}

#case_pulldown .case_img {
  width: 58%;
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .box .white {
    padding: 55px 14px 20px;
  }
  .box .white .profile {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 auto 20px;
  }
  .box .white .profile li:first-child img {
    width: 100px;
  }
  .box .white .profile li:last-child {
    padding-top: 0rem;
  }
  .box .white .initial {
    align-items: center;
  }
  .box .white .initial li:first-child .t2 {
    margin-top: 0;
  }
  .box .white .initial li:first-child .t2 span {
    font-size: 2.5rem;
  }
  .box .white .initial li:last-child .t3 {
    text-align: center;
  }
  .box .white .get li:last-child .t2 span.s1 {
    font-size: 8rem;
    margin-right: 0;
  }
  .box .white .get li:last-child .t2 span.s1:after {
    height: 1.6rem;
    bottom: 0;
  }
  #case_pulldown .case_img {
    width: 100%;
  }
}
.jirei_tag_gengaku {
  display: block;
  text-align: center;
  margin: 40px 0;
}

.jirei_tag_gengaku h2 {
  position: relative;
  display: inline-block;
  padding: 0 95px;
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
}

.jirei_tag_gengaku h2 {
  font-weight: 600;
  color: #186cce;
  font-size: 3.5rem;
}

.jirei_tag_seikyu h2 {
  color: #bf4d4d;
}

.jirei_tag_gengaku h2:before,
.jirei_tag_gengaku h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 10px;
  content: "";
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
}

.jirei_tag_gengaku h2:before {
  left: 0;
}

.jirei_tag_gengaku h2:after {
  right: 0;
}

@media screen and (max-width: 480px) {
  .jirei_tag_gengaku {
    margin: 0;
  }
  .jirei_tag_gengaku h2 {
    font-size: 2rem;
    padding: 0 56px;
    margin: 20px 0;
  }
  .jirei_tag_gengaku h2 span {
    font-size: 2rem;
  }
  .jirei_tag_gengaku h2:before,
  .jirei_tag_gengaku h2:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 40px;
    height: 10px;
    content: "";
    border-top: solid 1.5px #000;
    border-bottom: solid 1.5px #000;
  }
}
.amount_sk {
  width: 300px;
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  border-radius: 10px;
}

.amount_sk p {
  border: #d54b00 2px solid;
  color: #d54b00;
  font-weight: bold;
  padding: 3px;
}

.amount_sk p span {
  font-size: 2.5rem;
}

.amount_sk p:first-child {
  background-color: #d54b00;
  color: white;
  font-weight: bold;
}

.method_boxsub {
  border: 2px solid #d7e3eb;
  margin: 2em auto;
  padding: 2em;
  background-image: linear-gradient(0deg, transparent 19px, #ccc 20px), linear-gradient(90deg, transparent 19px, #ccc 20px);
  background-size: 20px 20px;
}

.method_boxsub img {
  margin: 0 auto;
  display: block;
}

.method_boxsub .message_box h1 {
  font-size: 2rem;
  background: #24678d;
  margin-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 0 9px;
}

@media screen and (max-width: 769px) {
  .method_boxsub {
    padding: 15px;
  }
  .method_boxsub .message_box h1 {
    line-height: 1.4;
  }
  .method_boxsub img {
    width: 100%;
  }
}
.message_title {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.message_title small {
  font-size: 1.4rem;
}

.message_box > div {
  margin: 20px 0;
}

.method_boxsub .message_box_seikyu h1 {
  background: #cf8ca7;
}

.bengoshi_img {
  width: 150px !important;
  height: auto;
}

.aisatu .box .white {
  padding: 25px 20px 20px;
}

.aisatu .flex, .aisatu .voice__header {
  display: flex;
  flex-flow: column;
  margin: 20px 0;
  align-items: center;
}

.aisatu .flex .img, .aisatu .voice__header .img {
  display: flex;
  flex-flow: column;
  align-items: center;
}

.aisatu .casetitle {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 20px;
}

.aisatu .box .white::before {
  display: none;
}

.flex-column {
  display: flex;
  text-align: center;
  flex-flow: column;
}

.box_action {
  padding: 20px 0;
  background: #f7f4f5 url(../images/bg_diagonal.webp) repeat;
}

.box_action h1 {
  width: 62%;
  margin: 30px 8px 20px auto;
  font-weight: bold;
  font-size: 4vw;
  color: #ff6632;
  line-height: 1.8;
  height: 78px;
}

.caution_bottom {
  background: #a80101;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  padding: 10px 8px;
}

.caution_bottom b {
  color: yellow;
}

.shipai {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.contents_subtitle {
  font-size: 1.6rem;
  position: relative;
  display: block;
  text-align: left;
  margin: 40px 10px 15px 20px;
}
@media screen and (min-width: 770px) {
  .contents_subtitle {
    text-align: center;
  }
}

.contents_subtitle::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 22px;
  color: #ccc;
  margin: -42px -9px;
}

#footer_CTA {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 99999;
  /*はじめは非表示*/
  opacity: 0;
  transition: opacity 0.3s ease;
}

#footer_CTA img {
  width: 23px;
}

.footer_CTA_call {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 50%;
  background-color: #f5b527;
  color: white;
  font-size: 80%;
  padding: 8px 3px 12px;
  font-weight: 600;
  justify-content: center;
}

.footer_CTA_mail {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 50%;
  background-color: #f68531;
  color: white;
  font-size: 80%;
  padding: 8px 3px 12px;
  font-weight: 600;
  justify-content: center;
}

#footer_CTA .attention {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  color: #ffffff;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.615);
}

#footer_CTA .attention span {
  font-size: 1.8rem;
  margin-top: 4px;
  display: block;
  font-weight: 600;
}

#footer_CTA .attention b {
  color: yellow;
}

.main_visual {
  width: 100%;
  position: relative;
  line-height: 0;
}

.main_back_fv_bg {
  background-image: url(../images/bg_main_dot.webp);
  width: 100%;
  height: 100%;
  position: absolute;
}

.main_visual .main_back_fv_bg img {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0px 0px 0;
}

.main_visual .main_back img {
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.box_action_01,
.box_action small {
  text-align: left;
  display: block;
  color: #535353;
  padding: 0 20px;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

.tsuwa {
  color: #0073c5;
  text-decoration: unset;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.action_top00 {
  width: 93%;
  display: block;
  margin: 0 auto 15px;
}

.action_top_img {
  width: 93%;
  display: block;
  margin: 0 auto 0px;
}

.contents01 {
  background-image: url(../images/content01_back.webp);
  background-size: contain;
  padding-bottom: 30px;
}
.contents01 img {
  width: 100%;
}

.contents03 img,
.contents04 img,
.contents02 img,
.contents05 img {
  width: 100%;
}

.voice {
  padding: 20px 10px;
  position: relative;
  padding-top: 0px;
}
.voice__slider {
  position: relative;
}
.voice__slider-wrapper {
  overflow: hidden;
}
.voice__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: case-counter;
  display: flex;
  transition: transform 0.3s ease;
}
.voice__item {
  border: 2px solid #2861b1;
  padding: 12px 10px 12px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: white;
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .voice__item {
    padding: 30px 50px 30px;
    margin-bottom: 40px;
  }
}
.voice__label {
  background-color: #2861b1;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 20px;
  /* border-radius: 10px; */
  line-height: 1.5;
}
.voice__label span {
  color: yellow;
  font-size: 2.4rem;
}
.voice__header {
  margin-bottom: 20px;
  align-items: center;
}
.voice__icon {
  width: 85px;
}
@media screen and (min-width: 768px) {
  .voice__icon {
    width: 150px;
  }
}
.voice__title {
  margin-left: 20px;
  font-weight: bold;
  color: #2861b1;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .voice__title {
    font-size: 30px;
  }
}
.voice__content {
  background: #f7f7f7;
  border: 1px solid #dbdbdb;
  padding: 15px;
  border-radius: 10px;
}
.voice__content small {
  display: block;
  margin-top: 10px;
  color: gray;
}
.voice__disclaimer {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  color: gray;
  font-size: smaller;
}
.voice__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  z-index: 2;
}
.voice__btn:hover {
  background: rgba(0, 0, 0, 0.8);
}
.voice__btn:disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}
@media screen and (max-width: 767px) {
  .voice__btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.voice__btn--prev {
  left: -10px;
}
.voice__btn--next {
  right: -10px;
}

/*btn*/
.anim-box {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@media screen and (min-width: 769px) {
  body {
    max-width: 750px;
    margin: 0 auto;
    letter-spacing: 0.05rem;
    font-size: 2rem;
    line-height: 2;
  }
  #footer_CTA {
    display: none;
  }
  .office_subtable .area_box {
    width: 33%;
  }
  .pat_02 {
    margin-bottom: 40px;
  }
  .pat_02 .flex_wrap {
    flex-wrap: nowrap;
    align-items: center;
  }
  .pat_02_title {
    margin-bottom: 10px;
  }
  .jirei ul li {
    margin-bottom: 40px;
  }
  .jirei ul li div h1 {
    text-align: center;
    font-size: 3.5rem;
  }
  .content_title {
    font-size: 4.5rem;
  }
}
.sm_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sm_only {
    display: block !important;
  }
}/*# sourceMappingURL=gengaku.css.map */