@charset "UTF-8";
/* 20220901 無料求人登録のメリットと員登録の流れ用 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.lpSection {
  padding-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.registry {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.lpSection h2::before,
.lpSection h2::after {
  content: none;
}
.lpSection p,
.registry p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 1em;
  letter-spacing: 0.04em;
}
.lpSection p:last-child .registry p:last-child {
  margin-bottom: 0;
}
.lpMainImageOuter {
  background: url(../../img/kindmedical/publicity/bg.jpg) left top;
  background-size: 200px auto;
}
.lpMainImage {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.lpMainImage img {
  vertical-align: bottom;
}
.lpMainImage h1 {
  position: absolute;
  left: 50%;
  top: 18%;
  border-bottom: 0;
  width: 28%;
  max-width: 300px;
  -webkit-filter: drop-shadow(0 0 5px #fff);
  filter: drop-shadow(0 0 5px #fff);
}
.lpMainImage h1::after {
  content: none;
}
.merit {
  background: url(../../img/kindmedical/publicity/bg.jpg) left top;
  background-size: 200px auto;
  padding: 20px 30px;
}
.merit h2 {
  text-align: left;
  font-size: 27px;
  line-height: 1.4em;
  color: #5f7b7b;
  margin: 0 0 0.4em;
  padding-bottom: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 2px #ff83b2 dashed;
}
.merit h2 strong {
  font-size: 60px;
  line-height: 1.4em;
  color: #69cecf;
  width: 1.7em;
  min-width: 1.7em;
  font-weight: 500;
}
.meritInner {
  max-width: 1080px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.meritInnerText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.meritInnerImage {
  width: 40%;
  margin-top: 30px;
  margin-left: 40px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  border: 8px #fff solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  position: relative;
}
.meritInnerImage::before {
  content: "";
  display: block;
  width: 25%;
  padding-top: 10%;
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../img/kindmedical/publicity/tape.svg) no-repeat left top;
  background-size: 100% auto;
}
.meritInner img {
  vertical-align: bottom;
}
.meritGraph {
  max-width: 780px;
  margin: 30px auto 0;
  text-align: center;
}
.spImage {
  display: none;
}
.flexreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flexreverse .meritInnerImage {
  margin-left: 0;
  margin-right: 40px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.lpFlow {
  padding: 30px;
  background-color: #e8eaf4;
}
.lpFlow h2 {
  font-size: 26px;
  line-height: 1.4em;
  color: #5f7b7b;
  margin: 0 0 0.8em;
}
.lpFlow h2 span {
  display: inline-block;
  border-bottom: 2px #ff83b2 dashed;
  padding-bottom: 0.2em;
}
.lpFlowInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: 30px auto 0;
}
.lpFlowInnerCell {
  width: calc(33.3333% - 20px);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 20px 20px 80px;
  border-radius: 12px;
  position: relative;
}
.lpFlowInnerCell:nth-child(4),
.lpFlowInnerCell:nth-child(5),
.lpFlowInnerCell:nth-child(6) {
  margin-bottom: 0;
}
.lpFlowInnerCell::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left-color: #fff;
  border-right-width: 0;
  right: -10px;
  content: "";
  display: block;
  top: calc(50% - 5px);
  position: absolute;
  width: 0;
}
.lpFlowInnerCell:last-child::after {
  content: none;
}
span.stepNo {
  min-width: 50px;
  max-width: 80px;
  position: absolute;
  top: -12px;
  left: -12px;
}
.lpFlowInnerCell h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 0.2em;
  color: #69cecf;
}
.lpFlowInnerCell p {
  line-height: 1.6em;
  font-size: 14px;
}
.telArea {
  background-color: #fff;
  max-width: 1080px;
  margin: 30px auto 0;
  border-radius: 12px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.telAreaInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
span.tel01 {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 5px 7px;
  padding: 0.2em 0.6em;
  display: inline-block;
  border-radius: 6px;
  border: 1px #f35691 solid;
  color: #f35691;
}
.telAreaInner strong {
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 700;
  margin: 5px 7px;
  display: inline-block;
}
.telAreaInner small {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 5px 7px;
  display: inline-block;
}
.registryOuter {
  padding: 10px 30px 30px;
  background-color: #f5f5f5;
  position: relative;
}
.registryOuter::before {
  content: "";
  width: 100%;
  padding-top: 13%;
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  background: url(../../img/kindmedical/started/bgwave.svg) no-repeat left top;
  background-size: 125% auto;
  z-index: -1;
}
.registry {
  max-width: 1080px;
  margin: 0 auto;
}
.registryGraphOuter {
  margin: 0 auto -20px;
  text-align: center;
}
.registryGraph {
  margin: 0 auto 12px;
  max-width: 740px;
}
.registryGraph img {
  width: 100%;
  height: auto;
}
.registryGraphText {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.uper {
  padding-top: 20px;
}
.registryGraphText p {
  border-bottom: 1px #999 dashed;
  padding-bottom: 0.2em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.registryCellOuter {
  margin-top: 30px;
}
.registryOuter p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.registryOuter p:last-child {
  margin-bottom: 0;
}
.registryCell {
  background-color: #e8eaf4;
  border-radius: 16px;
  margin-bottom: 60px;
  padding: 20px 30px 20px 160px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.registryCell::after {
  content: "";
  width: 50px;
  height: 45px;
  left: 0;
  right: 0;
  bottom: -55px;
  margin: auto;
  background: url(../../img/kindmedical/started/arrow.svg) no-repeat left top;
  background-size: 100% auto;
  position: absolute;
}
.registryCell:last-child::after {
  background: url../../img/kindmedical/started/check.svg) no-repeat left top;
}
.registryCellStep {
  width: 120px;
  position: absolute;
  left: 20px;
  top: -10px;
}
.registryCellStep img {
  width: 100%;
  height: auto;
}
.registryCellImage {
  max-width: 250px;
  margin-left: 30px;
  position: relative;
}
.registryCellImage img {
  vertical-align: bottom;
}
.registryCellImage::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 7px;
  top: 7px;
  background: rgba(253, 141, 147, 0.5);
  position: absolute;
  border-radius: 50%;
}
.oranges .registryCellImage::after {
  background: rgba(253, 164, 120, 0.5);
}
span.registryCellImageInner {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
span.registryCellImageFukidashi {
  position: absolute;
  z-index: 1;
  width: 50%;
}
span.registryCellImageFukidashi img {
  width: 100%;
  height: auto;
}
span.fukidashi01 {
  top: 30px;
  left: 0;
}
span.fukidashi02 {
  bottom: 30px;
  right: 0;
}
span.fukidashi03 {
  top: 30px;
  right: 0;
}
span.fukidashi04 {
  bottom: 30px;
  right: 0;
}
.registryCellText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.registryCellText a {
  font-weight: 700;
  text-decoration: underline;
}
span.freedial {
  display: inline-block;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  background: url(../../img/kindmedical/started/freedial.svg) no-repeat left top 8px;
  background-size: 24px auto;
  padding-left: 29px;
  margin-top: 0.3em;
  color: #f35691;
}
span.freedial a {
  color: #f35691;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 751px) {
  .telAreaInner strong a {
    text-decoration: underline;
  }
}
.registry h2::before,
.registry h2::after,
.registryGraphText h2::before,
.registryGraphText h2::after {
  content: none;
}
.registryCellText h2,
.registryGraphOuter h2 {
  text-align: left;
  font-size: 26px;
  line-height: 1.4em;
  color: #767676;
  margin: 0 0 1em;
  position: relative;
}
.registryGraphOuter h2 {
  margin-bottom: 1em;
}
.registryCellText h2::after,
.registryGraphOuter h2::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fd8d92;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.oranges .registryCellText h2::after {
  background-color: #fda578;
}
/* 20240306追加（エリアセレクト） */
.area-select .search-block {
  border: none;
  margin-bottom: 0;
}
.area-select .search-block:first-child {
  margin-bottom: 20px;
  text-align: center;
}
.area-select .search-block:first-child .search-content {
  margin: 10px 0;
  border-radius: 6px;
  padding: 10px 20px;
  display: block;
}
.area-select .search-block:first-child .search-content label {
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
}
.wrap-search .search-block:first-child .ttl::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
  padding-left: 12px;
  font-size: 1.8em;
  position: absolute;
  top: 6px;
  right: 15px;
}
.area-select .search-block:first-child .ttl.open::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
  padding-left: 12px;
  font-size: 1.8em;
  position: absolute;
  top: 6px;
  right: 15px;
}
.area-select .search-block:nth-child(2) {
  margin-bottom: 20px;
}
.area-select .search-block .input.select label {
  padding-bottom: 0;
  margin: 10px 30px 10px 0;
  display: inline-block;
  float: none;
  width: inherit;
}
.area-select .search-block .search-content label input[type="checkbox"] + span {
  padding-left: 1.3rem;
}
.area-select .search-block .search-content label input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #f35691;
  border-radius: 5px;
}
.area-select .search-block .search-content label input[type="checkbox"]:checked + span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  border-radius: 50%;
  color: #fff;
  top: 1px;
  left: 3px;
  font-size: 0.9em;
}
.area-select .search-block .ttl {
  background-color: #f35691;
  font-size: 18px;
}
.area-select .search-block .ttl.open {
  border-radius: 8px;
  cursor: pointer;
}
.area-select .s_07 .accordion_one .accordion_header .i_box {
  right: 5px;
}
.area-select .s_07 .accordion_one .accordion_header {
  background-color: #f35691;
  border-bottom: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 8px;
  margin-bottom: 10px;
}
.area-select .s_07 .accordion_one .accordion_header:hover {
  opacity: 1;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header {
  background-color: #fff;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
  color: #444;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header .i_box .one_i::before,
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header .i_box .one_i::after {
  background-color: #f35691;
}
.area-select .s_07 .accordion_one:nth-of-type(2) .accordion_header,
.area-select .s_07 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #f35691;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label {
  display: block;
  padding: 10px 10px 10px 40px;
  position: relative;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  background-color: #ccc;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #f35691;
  border-radius: 5px;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label:has(input[type="checkbox"]:checked)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #f35691;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #f35691;
  top: 12px;
  left: 10px;
  font-size: 0.9em;
  line-height: 20px;
  opacity: 1;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one:last-child {
  margin-bottom: 30px;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner {
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 6px;
  padding: 10px;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner .accordion_one {
  margin-bottom: 0;
  padding: 0;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table {
  width: 100%;
  font-size: 16px;
  margin-bottom: 0;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td {
  padding: 5px;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td input[type="checkbox"] {
  display: none;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td label {
  position: relative;
  display: block;
  padding-left: 28px;
  cursor: pointer;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #f35691;
  border-radius: 5px;
}
.area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td input[type="checkbox"]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #f35691;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #f35691;
  top: 2px;
  left: 0;
  font-size: 0.9em;
  line-height: 20px;
}
.wrap-side .search-block:first-child {
  margin-bottom: 10px;
}
.wrap-side .search-block .ttl {
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 6px !important;
}
.wrap-side .wrap-search .search-block:first-child .ttl::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
  padding-left: 12px;
  font-size: 1.8em;
  position: absolute;
  top: 1px;
  right: 15px;
}
.wrap-side .wrap-search .search-block:first-child .ttl.open::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
  padding-left: 12px;
  font-size: 1.8em;
  position: absolute;
  top: 1px;
  right: 15px;
}
.wrap-side .row.search-content.bg_p {
  padding: 10px;
  border-radius: 6px;
}
.section.bg_p .check-block .search-ttl {
  text-align: center;
  color: #f35691;
}
.section.bg_p .check-block .search-ttl,
.wrap-side .wrap-search .search-block .search-content .check-block .search-ttl {
  font-weight: bold;
  font-size: 0.7rem;
  padding: 12px 10px 8px;
  margin: 0 0 15px;
  border-radius: 4px;
  position: relative;
  background-color: #fce1eb;
}
.section.bg_p .check-block .search-ttl::after {
  border: 6px solid transparent;
  border-top-color: #fce1eb;
  border-bottom-width: 0;
  bottom: -6px;
  content: "";
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 0;
}
.section.bg_p .wrap-search .s_07 {
  margin-bottom: 20px;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_header,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_header {
  background-color: #f35691;
  border-bottom: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 5px;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_header .i_box,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_header .i_box {
  right: 0;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one {
  padding: 0;
  margin-bottom: 5px;
  text-align: left;
  color: #444;
  position: relative;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header {
  background-color: #fff;
  color: #444;
  text-align: left;
  display: block;
  padding: 0;
  position: relative;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label {
  display: block;
  position: relative;
  float: none;
  cursor: pointer;
  padding: 5px 0 5px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label input[type="checkbox"],
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label::before,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #f35691;
  border-radius: 5px;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label:has(input[type="checkbox"]:checked)::after,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label:has(input[type="checkbox"]:checked)::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #f35691;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #f35691;
  top: 5px;
  left: 5px;
  font-size: 0.9em;
  line-height: 20px;
  opacity: 1;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header .i_box .one_i::before,
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header .i_box .one_i::after,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header .i_box .one_i::before,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header .i_box .one_i::after {
  background-color: #f35691;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table {
  width: calc(100% - 10px);
  margin: 0 auto;
  font-size: 14px;
  line-height: 1em;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table tr,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td label,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td label {
  padding: 5px 10px 5px 26px;
  margin: 0;
  display: block;
  font-size: 13px;
  line-height: 1.2em;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td {
  padding: 5px 0;
  display: block;
  width: calc(50% - 5px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
}
@media screen and (min-width: 480px) {
  .section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 1060px) {
  .section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td {
    width: calc(25% - 5px);
  }
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td input[type="checkbox"],
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td input[type="checkbox"] {
  display: none;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td label::before,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #f35691;
  border-radius: 5px;
}
.section.bg_p .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td input[type="checkbox"]:checked + label::after,
.wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td input[type="checkbox"]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #f35691;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #f35691;
  top: 1px;
  left: 0;
  font-size: 0.9em;
  line-height: 20px;
}
.wrap-side .check-block .input.select {
  padding: 0 5px;
}
.wrap-side .wrap-search .search-block .search-content label span {
  font-size: 12px !important;
}
.wrap-side .wrap-search .search-block .search-content label input[type="checkbox"] + span {
  padding-left: 1.3rem;
}
.wrap-side .wrap-search .search-block .search-content label input[type="checkbox"]:checked + span::after {
  top: 2px;
  left: 5px;
}
.snsLinkBanner {
  margin: 15px auto -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.snsLinkBanner a {
  width: 320px;
  max-width: 320px;
  margin: 0 5px 5px;
}
.section:has(.topBannerSpace) {
  padding-top: 20px;
  padding-bottom: 0;
}
.topBannerSpace {
  margin-bottom: 10px;
}
.topBannerSpace img {
  width: 100%;
  height: auto;
}
.listBannerOuter {
  max-width: 1000px;
  margin: 0 auto 40px;
}
.listBanner {
  margin-bottom: 10px;
}
.listBannerOuter p {
  margin-bottom: 1em;
  text-align: left;
}
.listBannerOuter .btn_area .btn a {
  font-size: 0.8em;
  padding: 8px 30px 6px;
  width: 120px;
}
.inner:has(.listBannerOuter) {
  max-width: 100%;
}
@media (min-width: 780px) {
  .listBannerOuter p {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.7em;
  }
  .listBannerOuter .btn_area .btn a {
    padding: 12px 40px 10px;
    width: 180px;
  }
}
.about_kmn {
  border: 2px #ddd dashed;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 16px;
}
.about_kmn h2 {
  margin-bottom: 0.8em;
}
.about_kmn p {
  font-size: 0.7rem;
  margin-bottom: 1em;
  color: #777;
}
.about_kmn p:last-child {
  margin-bottom: 0;
}
.about_kmn h3 {
  font-size: 0.6rem;
  margin: 1.6em 0 0.8em;
  padding: 0.25em 0.5em 0.1em;
  background-color: #f35691;
  color: #fff;
  border-radius: 6px;
}
.ttl02 {
  font-weight: bold;
  background: #f35691;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
  border-radius: 8px;
  position: relative;
}
.jmapsOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  background: url(../../img/kindmedical/sees.webp) no-repeat center center;
  background-size: auto 95%;
}
.jmaps {
  width: 55%;
}
ul.jmapsList {
  width: 30%;
  margin: 30px 0 0 0;
  padding: 0;
}
ul.jmapsList li {
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: bold;
  list-style: none;
  background-color: #f35691;
  margin: 0 0 15px;
  padding: 7px 20px;
  color: #fff;
  width: 150%;
  border-radius: 30px;
  text-align: left;
  border: 3px #fff solid;
  -webkit-box-shadow: 0 0 0 3px #f35691;
  box-shadow: 0 0 0 3px #f35691;
  position: relative;
}
ul.jmapsList li small {
  font-size: 1rem;
  line-height: 1.4em;
  display: inline-block;
}
ul.jmapsList label input[type="checkbox"] {
  display: none;
}
ul.jmapsList label input[type="checkbox"] + span {
  padding-left: 1.5rem;
  font-size: 95%;
}
ul.jmapsList label input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
ul.jmapsList label input[type="checkbox"] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
}
ul.jmapsList label input[type="checkbox"]:checked + span::before {
  background: #f35691;
}
ul.jmapsList label input[type="checkbox"]:checked + span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  border-radius: 50%;
  color: #fff;
  top: 7px;
  left: 23px;
  font-size: 0.7em;
}
.supportBlockCell {
  background-color: #fff3f8;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  max-width: 780px;
  position: relative;
}
.section.plusBg .supportBlockCell {
  background-color: #fff;
}
.supportBlockCell::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  background: url(../../img/kindmedical/undermark.svg) no-repeat left top;
  background-size: 100% auto;
}
.supportBlockCell:nth-child(3) {
  margin-bottom: 15px;
}
.supportBlockCell:nth-child(3)::after {
  content: none;
}
.sbcrev {
  margin-left: auto;
}
.supportNumber {
  display: block;
  width: 90px;
  position: relative;
  margin: -35px 20px 0 -30px;
}
.supportIll {
  width: 70px;
  margin-left: 20px;
  margin-top: -30px;
}
.si03 {
  width: 110px;
}
.supportBlockInner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.supportTitle {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 0.6em;
  color: #f35691;
}
.supportTitle small {
  display: block;
  font-size: 0.8rem;
  line-height: 1.4em;
  font-weight: normal;
}
.helperCornerTitleim {
  text-align: center;
  background: url(../../img/kindmedical/bgp.svg) center center;
  background-size: 15px auto;
  margin-top: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.helperCornerTitleimInner {
  display: inline-block;
  border-bottom: 3px #fd7c94 dashed;
  vertical-align: bottom;
}
.hctimg {
  width: 150px;
  min-width: 150px;
  margin-right: 15px;
  margin-top: -15px;
  display: inline-block;
  vertical-align: bottom;
}
.hctText {
  display: inline-block;
  vertical-align: bottom;
  height: 65px;
  margin: 5px 0 10px;
}
.hctText img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 65px;
}
.plusImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.plusImagesImage {
  max-width: 80px;
  margin-left: 10px;
}
.helpersFour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-top: 45px;
  margin-bottom: 15px;
}
.helpersFourCell {
  width: calc(25% - 25px);
  margin-left: 25px;
  position: relative;
  background-color: #cef3f6;
}
section.plusBg02 .helpersFour {
  margin-top: 0;
}
section.plusBg02 .helpersFourCell {
  background: transparent;
}
.helpersFourImage {
  margin-bottom: 10px;
  border: 2px #feb1bf solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.helpersFourImage img {
  vertical-align: bottom;
}
.helpersFourImage::after {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #feb1bf;
  position: absolute;
  right: -8px;
  top: 8px;
}
.helpersFourImage::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #feb1bf;
  position: absolute;
  left: 8px;
  bottom: -8px;
}
.helpersFourTag {
  position: absolute;
  z-index: 2;
  left: -15px;
  top: -30px;
  width: 85px;
}
.helpersFourCell p {
  font-size: 14px;
  padding: 5px 10px 10px;
}
.helpersFourCell p a {
  text-decoration: underline;
  font-weight: 700;
  color: #3cc3e7;
  font-size: 115%;
}
.helpersFourCell p strong {
  font-weight: 700;
}
.qnaBlock {
  margin-top: 25px;
  margin: 0 auto 20px;
  max-width: 900px;
}
.qnaCell {
  background-color: #fff;
  margin-bottom: 10px;
}
.qnaCell:last-child {
  margin-bottom: 0;
}
.qnaTitle {
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 700;
  color: #00bfd1;
  padding: 20px 50px 20px 80px;
  position: relative;
  cursor: pointer;
}
.qnaTitle span {
  display: block;
}
.qnaTitle::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 20px;
  top: 7px;
  background: url(../../img/kindmedical/qmark.svg) no-repeat left top;
  background-size: 100% auto;
}
.qnaTitle::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/kindmedical/open.svg) no-repeat left top;
  background-size: 100% auto;
}
.qnaTitle.open::after {
  background-image: url(../../img/kindmedical/close.svg);
}
.ans {
  display: none;
  position: relative;
  padding: 10px 20px 20px;
}
.ans::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/kindmedical/amark.svg) no-repeat left top;
  background-size: 100% auto;
}
.qnaCell p {
  font-size: 15px;
  margin-left: 60px;
}
section.plusBg {
  background: #cef3f6;
  position: relative;
  margin: 40px 0 0;
  padding: 0 0 10px;
}
section.plusBg .helperCornerTitleim {
  background: none;
}
section.plusBg02 {
  margin-top: 40px;
}
section.plusBg02 .sectionInner p {
  padding: 10px 0 0;
}
section.plusBg02 .sectionInner p a {
  font-size: 15px;
}
.stepBox {
  margin: 0 auto;
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.stepBox img {
  vertical-align: bottom;
}
.stepTitle {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.2em;
  padding: 3px 10px 3px 34px;
  background: url(../../img/kindmedical/check.svg) no-repeat left 10px top 10px #3cc3e7;
  background-size: 20px auto;
}
@media (min-width: 780px) {
  .about_kmn {
    padding: 25px;
  }
  .about_kmn h3 {
    font-size: 0.7rem;
  }
}
@media (max-width: 1260px) {
  .wrap-side .row.search-content.bg_p {
    padding: 10px;
    border-radius: 6px;
    background-color: #fff3f8;
  }
  .wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td {
    width: calc(25% - 5px);
  }
  .wrap-side .check-block .input.select label {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrap-side .wrap-search .search-block .search-content label input[type="checkbox"]:checked + span::after {
    top: 3px;
  }
  .jmaps {
    width: 65%;
  }
  ul.jmapsList {
    width: 30%;
    margin: 30px 0 0 0;
  }
  ul.jmapsList li {
    font-size: 1rem;
    padding: 5px 5px;
    width: 170%;
  }
  ul.jmapsList li small {
    font-size: 0.8rem;
  }
  ul.jmapsList label input[type="checkbox"] + span::before {
    top: 8px;
    left: 10px;
    width: 18px;
    height: 18px;
  }
  ul.jmapsList label input[type="checkbox"]:checked + span::after {
    top: 5px;
    left: 14px;
  }
}
@media (max-width: 840px) {
  .merit h2 {
    font-size: 20px;
  }
  .merit h2 strong {
    font-size: 40px;
  }
  .lpFlowInner {
    margin-bottom: -20px;
  }
  .lpFlowInnerCell {
    width: calc(50% - 15px);
  }
  .lpFlowInnerCell:nth-child(4) {
    margin-bottom: 20px;
  }
  .registryCell {
    padding: 20px 20px 20px 150px;
  }
  .registryCellStep {
    width: 120px;
    left: 10px;
    top: -20px;
  }
  .registryCellImage {
    max-width: 200px;
    margin-left: 20px;
  }
}
/* 20240306追加（エリアセレクト） */
@media (max-width: 780px) {
  .area-select .search-block .ttl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wrap-search .search-block:first-child .ttl::after {
    top: 1px;
  }
  .area-select .search-block:first-child .ttl.open::after {
    top: 1px;
  }
  .area-select .s_07 .accordion_one .accordion_header {
    padding: 10px 11%;
  }
  .area-select .search-block:first-child .search-content label {
    font-size: 0.8rem;
    line-height: 1.5em;
    margin: 3px 1.5em 3px 0;
    padding-left: 3px;
  }
  .area-select .search-block .ttl {
    font-size: 16px;
  }
  .area-select .search-block:nth-child(2) .ttl {
    font-size: 18px;
  }
  .area-select .s_07 .accordion_one .accordion_header {
    font-size: 16px;
  }
  .area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label {
    font-size: 15px;
    line-height: 1.5em;
    width: 50%;
  }
  .area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label::before {
    top: 9px;
  }
  .area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label:has(input[type="checkbox"]:checked)::after {
    top: 9px;
  }
  .area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table {
    font-size: 14px;
  }
  .jmapsOuter {
    margin-top: -20px;
  }
  .jmaps {
    width: 70%;
  }
  ul.jmapsList {
    width: 45%;
    margin: 0;
  }
  ul.jmapsList li {
    font-size: 0.8rem;
    margin-bottom: 12px;
    width: 120%;
  }
  ul.jmapsList li small {
    display: none;
  }
  ul.jmapsList label input[type="checkbox"] + span::before {
    top: 7px;
  }
  .helpersFour {
    margin-top: 20px;
  }
  .helpersFourTag {
    left: -10px;
    top: -20px;
    width: 70px;
  }
  .helpersFourCell p {
    font-size: 14px;
  }
  .helpersFourCell {
    width: calc(50% - 25px);
    margin-bottom: 30px;
  }
  .helpersFourCell:nth-child(3),
  .helpersFourCell:nth-child(4) {
    margin-bottom: 0;
  }
  .plusImages {
    padding: 0 15px 20px;
  }
  .helpersFourOuter {
    padding: 0 15px;
  }
  .qnaBlock {
    margin: 15px 15px 10px;
  }
  .qnaTitle {
    font-size: 16px;
    padding: 15px 35px 15px 50px;
  }
  .qnaTitle::before {
    width: 30px;
    height: 30px;
    top: 16px;
    left: 10px;
  }
  .qnaTitle::after {
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .ans::before {
    width: 30px;
    height: 30px;
    top: 16px;
    bottom: auto;
    left: 10px;
  }
  .ans {
    padding: 10px 15px 15px;
  }
  .qnaCell p {
    font-size: 14px;
    margin-left: 35px;
  }
  section.plusBg02 .sectionInner {
    padding: 0 15px;
  }
  .stepTitle {
    font-size: 16px;
    padding: 3px 10px 3px 30px;
    background-size: 16px auto;
  }
}
@media (max-width: 700px) {
  .merit {
    padding: 20px;
  }
  .meritInner {
    display: block;
  }
  .meritInnerImage,
  .flexreverse .meritInnerImage {
    width: 80%;
    max-width: 340px;
    margin: 30px auto 0;
  }
  .lpFlow {
    padding: 20px;
  }
  .registryCell {
    display: block;
    border-radius: 0;
  }
  .registryCellImage {
    max-width: 250px;
    width: 60%;
    margin: 15px auto 0;
    position: relative;
  }
  .registryCellText h2,
  .registryGraphOuter h2 {
    font-size: 22px;
  }
  .registryOuter {
    padding: 0 0 15px;
  }
  .registryGraphOuter {
    padding: 0 15px 15px;
  }
  .registry .btn_area {
    padding-top: 20px;
  }
  /* 20240306追加（エリアセレクト） */
  .area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
  }
  .area-select .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td {
    display: block;
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
  }
  .wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_header label {
    padding: 7px 0 5px 35px;
    font-size: 14px;
  }
  .wrap-side .wrap-search .s_07 .accordion_one .accordion_inner .accordion_one .accordion_inner table td {
    width: calc(50% - 5px);
  }
  .wrap-side .check-block .input.select {
    padding: 0;
  }
  .wrap-side .check-block .input.select label {
    width: 50%;
    font-size: 13px;
  }
  .wrap-side .wrap-search .search-block .search-content label input[type="checkbox"] + span::before {
    top: -3px;
  }
  .wrap-side .wrap-search .search-block .search-content label input[type="checkbox"]:checked + span::after {
    top: 0;
  }
  .wrap-side .wrap-search .search-block .search-content label span {
    font-size: 13px !important;
  }
}
@media (max-width: 620px) {
  .merit h2 {
    font-size: 17px;
  }
  .merit h2 strong {
    font-size: 30px;
  }
  .spImage {
    display: inline-block;
  }
  .pcImage {
    display: none;
  }
  .lpSection p,
  .registry p {
    font-size: 14px;
    line-height: 1.7em;
  }
  .lpFlowInner {
    margin-top: 20px;
  }
  .lpFlowInnerCell {
    width: 100%;
    padding: 15px 15px 15px 70px;
  }
  .lpFlowInnerCell:nth-child(5) {
    margin-bottom: 20px;
  }
  .lpFlowInnerCell::after {
    content: none;
  }
  .lpFlowInnerCell::before {
    border: 10px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 0;
  }
  .lpFlowInnerCell:last-child::before {
    content: none;
  }
  .lpFlow h2 {
    font-size: 20px;
  }
  .lpFlowInnerCell h3 {
    font-size: 17px;
  }
  span.stepNo {
    max-width: 65px;
  }
  .registryGraph .spImage {
    max-width: 380px;
    display: block;
    margin: auto;
  }
}
@media (max-width: 520px) {
  /* 20240306追加（エリアセレクト） */
  .area-select .search-block:first-child {
    text-align: left;
  }
  .area-select .search-block:first-child .search-content label {
    margin: 3px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .lpMainImageOuter {
    overflow: hidden;
  }
  .lpMainImage {
    width: 150%;
    margin: 0 0 0 -30%;
  }
  .lpMainImage h1 {
    top: 15%;
    width: 32%;
  }
  .meritInnerImage,
  .flexreverse .meritInnerImage {
    max-width: 220px;
    border: 5px #fff solid;
  }
  .registryCellStep {
    width: 100px;
    max-width: 100px;
    position: static;
    display: block;
    margin: -25px 15px 5px 0;
    float: left;
  }
  .registryCellStep img {
    width: 100%;
    height: auto;
  }
  .registryCellText h2 {
    margin-left: 115px;
    margin-top: 25px;
  }
  .registryCellText p {
    clear: both;
  }
  .registryCell {
    padding: 15px 15px 25px;
    clear: both;
  }
  .registryCellImage::after {
    left: 4px;
    top: 4px;
  }
  span.registryCellImageFukidashi {
    width: 60%;
  }
  span.fukidashi01 {
    left: -25%;
  }
  span.fukidashi02 {
    right: -20%;
    bottom: 15px;
  }
  span.fukidashi03 {
    top: 20px;
    right: -20%;
  }
  span.fukidashi04 {
    right: -25%;
    bottom: 10px;
  }
  .registryCellText h2,
  .registryGraphOuter h2 {
    font-size: 19px;
    margin-bottom: 1em;
  }
  .registryGraphOuter h2 {
    margin-bottom: 1em;
  }
  .registryGraph .spImage {
    max-width: 250px;
  }
  .registryOuter::before {
    background-size: 300% auto;
  }
  .telArea {
    margin: 20px auto 0;
    padding: 10px;
  }
  span.tel01 {
    font-size: 15px;
  }
  .telAreaInner strong {
    font-size: 24px;
  }
  .telAreaInner small {
    font-size: 14px;
  }
  .snsLinkBanner a {
    width: 240px;
    max-width: 240px;
  }
  .supportBlockCell {
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .supportNumber {
    width: 70px;
    margin: -25px 12px 0 -25px;
  }
  .supportTitle {
    font-size: 0.9rem;
  }
  .supportTitle small {
    font-size: 0.7rem;
  }
  .supportIll {
    width: 50px;
    margin-left: 12px;
    margin-right: -25px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .si03 {
    width: 80px;
  }
}
.topMaps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px auto 0;
  background: url(../../img/kindmedical/sees.webp) no-repeat center center;
  background-size: contain;
  position: relative;
  max-width: 780px;
}
.topMaps .jmaps {
  width: 45%;
  margin-left: 20%;
}
.topMapsList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.topMapsListCellOuter {
  position: absolute;
  min-width: 35%;
  max-width: 35%;
}
.topMapsListCell {
  background-color: #f35691;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  border: 3px #fff solid;
  -webkit-box-shadow: 0 0 0 3px #f35691;
  box-shadow: 0 0 0 3px #f35691;
  cursor: pointer;
  position: relative;
}
.topMapsListCell::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
  padding-left: 12px;
  position: absolute;
  height: 1em;
  top: 0.3em;
  margin: auto;
  right: 20px;
}
.topMapsListCell.open::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.topMapsListCellOuter.kansai {
  left: 0;
  top: 30%;
}
.topMapsListCellOuter.kanto {
  right: 0;
  top: 40%;
}
.topMapsListCellOuter.tokai {
  right: 0;
  top: 65%;
}
.topMapsListCellArea {
  display: none;
  background-color: #fff;
  padding: 10px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.topMapsListCellArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  padding: 0;
}
.topMapsListCellArea ul li {
  margin: 5px 0 5px 10px;
  padding: 0;
  width: calc(50% - 10px);
  list-style: none;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.topMapsListCellArea ul li a {
  display: block;
  padding: 6px;
  border-radius: 6px;
  border: 1px #f35691 solid;
  color: #f35691;
  position: relative;
}
.topMapsListCellArea ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #f35691;
  padding-left: 12px;
  font-size: 1em;
  position: absolute;
  top: 0.3em;
  right: 10px;
}
.section.bg_p .search-block .ttl {
  cursor: pointer;
}
.section.bg_p .search-block .ttl::after {
  content: "";
}
.section.bg_p .search-block .ttl.open::after {
  content: "";
}
.closeBtn {
  display: none;
}
.searchDetail .search-content {
  display: none;
}
.wrap-search .search-block .search-content .searchDetail .check-block {
  margin-bottom: 0;
}
.searchDetail .row.search-content {
  padding-bottom: 0 !important;
  border: none !important;
}
.searchDetail + .check-block {
  margin-top: 20px;
}
.searchDetail .search-ttl {
  cursor: pointer;
}
.searchDetail .search-ttl::after {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  content: "";
  color: #f35691;
  padding-left: 12px;
  position: absolute;
  height: 1em;
  top: 0.4em;
  margin: auto;
  right: 20px;
}
.searchDetail .search-ttl.open::after {
  content: "";
}
.wrap-submit-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrap-submit-outer .wrap-submit {
  margin: 0 5px 10px;
}
ul.sideBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0 0 -15px;
  width: calc(100% + 15px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.sideBanner li {
  margin-left: 15px;
  margin-bottom: 15px;
  width: calc(100% - 15px);
  max-width: 250px;
}
ul.sideBanner li:last-child {
  margin-bottom: 0;
}
ul.sideBanner li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 1260px) {
  ul.sideBanner li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 780px) {
  .topMaps .jmaps {
    width: 70%;
    margin-left: 2%;
  }
  .topMapsListCellOuter {
    position: static;
    max-width: initial;
  }
  .topMapsListCell {
    position: absolute;
    min-width: 35%;
    max-width: 35%;
  }
  .topMapsListCellOuter.kansai .topMapsListCell {
    left: 0;
    top: 30%;
  }
  .topMapsListCellOuter.kanto .topMapsListCell {
    right: 0;
    top: 40%;
  }
  .topMapsListCellOuter.tokai .topMapsListCell {
    right: 0;
    top: 65%;
  }
  .topMapsListCell {
    padding: 3px 15px 1px;
    margin-bottom: 0;
    font-size: 0.8rem;
    border-radius: 30px;
    border: 2px #fff solid;
    -webkit-box-shadow: 0 0 0 2px #f35691;
    box-shadow: 0 0 0 2px #f35691;
  }
  .topMapsListCell::after {
    top: 0.15em;
    right: 10px;
  }
  .topMapsListCellArea {
    position: absolute;
    left: -2px;
    width: calc(100% + 4px);
    min-height: 100%;
  }
  .closeBtn {
    display: block;
    font-size: 0.8rem;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    cursor: pointer;
    text-align: right;
    font-weight: bold;
    color: #f35691;
  }
}
@media (max-width: 480px) {
  ul.sideBanner li {
    width: calc(100% - 15px);
  }
}
.testimonialsPages {
  padding-bottom: 0;
}
.testimonials {
  position: relative;
}
#testimonials,
#testimonials02 {
  padding-top: 40px;
}
#testimonials h1,
#testimonials02 h1 {
  font-size: 26px;
  margin-bottom: 40px;
}
.threesBoxOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.threesBoxOuter + .btn_area {
  margin-top: 20px;
}
.threesBoxCell {
  width: calc(50% - 20px);
  margin-left: 20px;
  margin-top: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 16px;
  position: relative;
  border: 6px #fce1eb solid;
}
.threesBoxCellFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.threesBoxCell:first-child,
.threesBoxCell:nth-child(2) {
  margin-top: 0;
}
.threesBoxCellImage {
  width: 22%;
  margin-right: 20px;
}
.threesBoxCellImage img {
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.threesBoxCellText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.threesBoxCell p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 1em;
}
.threesBoxCell p:last-child {
  margin-bottom: 0;
}
.threesBoxCellTextName {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
.threesBoxCellTextTitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.4em;
  padding-bottom: 0.2em;
  color: #f35691;
  border-bottom: 1px #f35691 dashed;
}
#testimonials02 .threesBoxCellTextTitle {
  color: #6dc3fa;
  border-color: #6dc3fa;
}
#testimonials02 h1::after {
  background: #6dc3fa;
}
#testimonials02 .threesBoxCell {
  border-color: #c6e8fd;
}
.testimonials .moreBtn,
.testimonials .closeBtn {
  text-align: center;
  margin: 15px auto 0;
  padding: 0 0 20px;
  display: block;
}
.testimonials .moreBtn span,
.testimonials .closeBtn span {
  display: inline-block;
  vertical-align: top;
  padding: 15px 20px 13px;
  border-radius: 36px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  min-width: 200px;
  cursor: pointer;
  background: #f35691;
  position: relative;
}
.testimonials .moreBtn span::before,
.testimonials .closeBtn span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
  padding-left: 0;
  font-size: 1em;
  position: absolute;
  top: 25%;
  left: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.testimonials .closeBtn span::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.testimonials .moreBtn span:hover,
.testimonials .closeBtn span:hover {
  opacity: 0.8;
}
.sectionInner {
  max-width: 1000px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mapsOuter {
  position: relative;
  background: url(../../img/kindmedical/mapsbg.svg) no-repeat center center;
  background-size: auto 100%;
  padding: 10px 0;
}
.maps {
  max-width: 55%;
  margin: 0 auto;
  padding-right: 22%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.mapsList {
  list-style: none;
}
ul.mapsList li {
  background-color: #fd7c94;
  border: 5px #fff solid;
  border-radius: 16px;
  width: 42%;
  position: absolute;
  z-index: 2;
}
ul.mapsList li a {
  display: block;
  padding: 10px;
}
ul.mapsList li img {
  display: block;
  width: 100%;
  height: auto;
}
ul.mapsList li.mp01 {
  right: 0;
  top: 60px;
}
ul.mapsList li.mp02 {
  right: 0;
  top: 130px;
}
ul.mapsList li.mp03 {
  right: 0;
  top: 200px;
}
ul.mapsList li.mp04 {
  left: 0;
  top: 40px;
}
ul.mapsList li.mp05 {
  left: 0;
  top: 110px;
}
@media (max-width: 780px) {
  .testimonialsPages {
    padding-bottom: 20px;
  }
  .threesBoxOuter {
    display: block;
    margin-left: 0;
  }
  .threesBoxOuter + .btn_area {
    margin-top: 15px;
  }
  .threesBoxCell {
    width: auto;
    margin: 0 0 10px;
    padding: 15px;
  }
  .threesBoxCellTextName {
    font-size: 15px;
  }
  .threesBoxCellTextTitle {
    font-size: 18px;
  }
  .testimonials .moreBtn span,
  .testimonials .closeBtn span {
    font-size: 0.8rem;
    min-width: 160px;
  }
  #testimonials h1,
  #testimonials02 h1 {
    font-size: 20px;
  }
  .sectionInner {
    padding: 0;
    margin: 0 auto 10px;
  }
  .maps {
    max-width: 50%;
    padding-right: 0;
    margin: 25px 0 0 10px;
  }
  .mapsOuter {
    position: relative;
    background: url(../../img/kindmedical/mapsbg.svg) no-repeat center center;
    background-size: 100% auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.mapsList {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
  }
  ul.mapsList li {
    background-color: #fd7c94;
    border: 2px #fff solid;
    border-radius: 12px;
    width: 80%;
    position: static;
    margin-bottom: 6px;
    margin-left: 10%;
  }
  ul.mapsList li:last-child {
    margin-bottom: 0;
  }
  ul.mapsList li a {
    padding: 10px 45px;
  }
}
@media (max-width: 600px) {
  .maps {
    max-width: 62%;
  }
  ul.mapsList li {
    width: 120%;
    margin-left: 0;
  }
  ul.mapsList li a {
    padding: 6px 15px;
  }
}
