@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@600&display=swap');


/** 定数の設定 **/
:root {
  --theme-color1: #c778a1;
  --theme-color1-1: 199;
  --theme-color1-2: 120;
  --theme-color1-3: 161;
  --gray-color: #E6E6E6;
  --pink-color1: #FEEDEE;
  --pink-color1-1: 254;
  --pink-color1-2: 237;
  --pink-color1-3: 238;
  --pink-color2: #FF7F7F;
  --pink-color2-1: 255;
  --pink-color2-2: 127;
  --pink-color2-3: 127;
  --yellow-color1: #FCF6B7;
  --yellow-color1-1: 252;
  --yellow-color1-2: 246;
  --yellow-color1-3: 183;
  --green-color1: #EBFEDE;
  --green-color1-1: 235;
  --green-color1-2: 254;
  --green-color1-3: 222;
  --font-color1: #252C34;
  --font-color2: #45320E;
  --news-color1: #CB3E3E;
  --news-color2: #8931C1;
  --news-color3: #da8f00;
}

/** 共通 **/
body.dev-pc:not(:has(.cms-preview)){
  margin: 0px;
  background-image: url(/man/file/img/971396.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
.cms-public {
  font-family: 'Noto Sans JP', serif;
  margin: 0px auto;
}

a {
  color: #000000;
}
/*
.area3:not(.top_area3) a,
.area3 div:not(.title-list) a {
  color: var(--pink-color2);
}
*/

a:hover,
a:focus {
  opacity: 0.8;
}
a > img {
  vertical-align: bottom;
}

.cms-public .contact .contact_title {
  margin: 0px 0px 0.5rem;
  font-size: 1.1rem;
}

body:not(.dev-mb).dev-sp .cms-public .sentence a,
body:not(.dev-mb).dev-sp .cms-public .list ul li a{
  word-break: break-all;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  white-space: normal;
  background: #ffffcc;
  padding: 0.5em;
  z-index: 10000;
}

.cms-public .title-list {
  border: none;
}
.cms-public .title-list .title-top {
  position: relative;
  top: -120px;
}
.cms-public .title-list .tab {
  border-bottom: none;
}
.cms-public .title-list .tab ul {
  width: calc(100% - 40px);
  padding: 20px;
}
.cms-public .title-list .tab ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cms-public .title-list .tab ul li:not(:last-child) {
  border-bottom: 1px dotted var(--gray-color);
}
.cms-public .title-list .tab ul.totaling li .title {
  position: absolute;
  margin-left: 15px;
}
.cms-public .title-list .no-index {
  border-top: none;
}
.cms-public .page .layout .title-list .tile .picture img {
  border-radius: 10px;
}

body:not(.dev-mb) .cms-public .heading h1 {
  background: transparent;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  color: var(--font-color1);
  border: none;
  font-size: 3rem;
  padding: 10px;
}
body:not(.dev-mb) .cms-public .area1 .heading h1 {
  padding: 10px 60px;
}

/* 記事タイトル */
body:not(.dev-mb) .cms-public .area3 .heading h1 {
  font-size: 2.2rem;
  position: relative;
}
body:not(.dev-mb) .cms-public .area3 .heading h1 {
  font-size: 2rem;
  position: relative;
  padding-left: 30px;
}
body:not(.dev-mb) .cms-public .area3 .heading h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: rgb(var(--pink-color2-1), var(--pink-color2-2), var(--pink-color2-3), 0.5);
  border-radius: 10px;
}

body:not(.dev-mb) .cms-public .area1 .area1_title .heading h2 {
  background: transparent;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  color: var(--font-color1);
  border: none;
  font-size: 3rem;
  padding: 10px 50px 40px;
}
body:not(.dev-mb) .cms-public .area1 .area1_title .heading h2:before {
  content: none;
}
body:not(.dev-mb) .cms-public .heading h2 {
  background: transparent;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  color: var(--font-color1);
  font-size: 1.75rem;
  padding: 10px 10px 10px 30px;
  margin: 25px 10px 20px;
  border: none;
  position: relative;
}
body:not(.dev-mb) .cms-public .heading h2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: rgb(var(--pink-color2-1), var(--pink-color2-2), var(--pink-color2-3), 0.5);
  border-radius: 10px;
}
body:not(.dev-mb) .cms-public .heading h3 {
  position: relative;
  background: transparent;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.375rem;
  color: var(--font-color1);
  border-top: 3px solid #E0E0E0;
  border-bottom: 3px solid #E0E0E0;
  padding: 15px 0;
  margin: 30px 0px 10px;
}
body:not(.dev-mb) .cms-public .heading h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 180px;
  height: inherit;
  border-top: 3px solid rgb(var(--pink-color2-1), var(--pink-color2-2), var(--pink-color2-3), 0.5);
}
body:not(.dev-mb) .cms-public .heading h4 {
  background: transparent;
  color: var(--font-color1);
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.375rem;
  padding: 10px 10px 10px 25px;
  margin: 10px;
}
body:not(.dev-mb) .cms-public .heading h4::after {
  content: '';
  top: 50%;
  background-color: rgb(var(--pink-color2-1), var(--pink-color2-2), var(--pink-color2-3), 0.5);
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 20px;
}
body:not(.dev-mb) .cms-public .heading h5 {
  background: transparent;
  color: var(--font-color1);
  border: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.25rem;
  padding: 10px 10px 10px 0;
  margin: 10px;
}
body:not(.dev-mb) .cms-public .heading h6 {
  color: var(--font-color1);
  border: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.1rem;
  padding: 10px 10px 10px 0;
  margin: 10px;
  background-color: transparent;
}

body:not(.dev-mb) .cms-public .heading time {
  right: 10px;
  font-size: 1rem;
}

body:not(.dev-mb) .cms-public .sentence p {
  color: unset;
}

/* 動画 */
.dev-sp .html article > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* table */
.cms-public .table table {
  border-radius: 10px;
  border-spacing: 0;
  border: none;
/*
  border-left: 1px solid var(--gray-color);
  border-top: 1px solid var(--gray-color);
*/
  border-collapse: separate;
}
.dev-sp .cms-public .table table {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.dev-sp .cms-public .table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSスムーズスクロール */
}

.dev-sp  .cms-public .table table {
  white-space: nowrap;
}
.dev-sp  .cms-public .table table tr th,
.dev-sp  .cms-public .table table tr td {
  font-size: 1rem;
  min-width: 80px; /* 狭すぎる列を防止 */
  line-height: 1.4;
}

.cms-public .table table tr th, 
.cms-public .table table tr td {
  font-weight: normal;
  padding: 10px;
  box-sizing: border-box;
}
.cms-public .table table tr th {
  font-weight: bold;
  background-color: rgb(var(--pink-color2-1), var(--pink-color2-2), var(--pink-color2-3), 0.1);
  border: none;
}
.cms-public .table table tr:first-child > th {
  border-top: 1px solid var(--gray-color);
  border-left: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
.cms-public .table table tr:first-child > th:last-child {
  border-right: 1px solid var(--gray-color);
}
.cms-public .table table tr:not(:first-child) th,
.cms-public .table table tr:not(:first-child) th {
  border-left: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
.cms-public .table table tr td {
  background-color: rgb(255,255,255,0.1);
  border: 1px solid #E6E6E6;
  border-top: 0px;
  border-left: 0px;
}
.cms-public .table table tr td:first-child{
  border-left: 1px solid var(--gray-color);
}
.cms-public .table table tr>*{
  padding: 5px 10px;
  border: none;
  border-right: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
.cms-public .table table tr:first-child>*:first-child{
  border-radius: 10px 0 0 0;
}
.cms-public .table table tr:first-child>*:last-child{
  border-radius: 0 10px 0 0;
}
.cms-public .table table tr:last-child>*:first-child{
  border-radius: 0 0 0 10px;
}
.cms-public .table table tr:last-child>*:last-child{
  border-radius: 0 0 10px 0;
}
.cms-public .table table tr td:not(:first-child){
  border: none;
  border-right: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}


/* table(県内子育て施設 一覧) */
#csv-body table {
  width: 100%;
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-collapse: separate;
  margin: 0px 0px 30px;
  table-layout: fixed;
}
#csv-body table caption {
  text-align: left;
  font-weight: bold;
  font-style: normal;
  color: var(--font-color1);
  font-size: 1.75rem;
  padding: 10px 10px 10px 30px;
  margin: 20px 10px;
  border: none;
  position: relative;
}
.dev-sp #csv-body table caption {
  font-size: 1.5rem;
  line-height: 1.7rem;
  padding: 10px 5px 10px 15px;
}
#csv-body table caption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: var(--pink-color2);
  border-radius: 10px;
}
#csv-body table tr th, 
#csv-body table tr td {
  font-weight: normal;
  padding: 10px;
  box-sizing: border-box;
}
#csv-body table thead tr th:nth-child(3) {
  width: 8rem;
}
#csv-body table tr th {
  font-weight: bold;
  background-color: rgb(var(--pink-color2-1), var(--pink-color2-2), var(--pink-color2-3), 0.1);
  border: none;
}
#csv-body table tr:first-child > th {
  border-top: 1px solid var(--gray-color);
  border-left: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
#csv-body table tr:first-child > th:last-child {
  border-right: 1px solid var(--gray-color);
}
#csv-body table tr:not(:first-child) th {
  border-left: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
#csv-body table tr td {
  background-color: rgb(255,255,255,0.1);
  border: 1px solid #E6E6E6;
  border-top: 0px;
  border-left: 0px;
}
#csv-body table tr td:first-child{
  border-left: 1px solid var(--gray-color);
}
#csv-body table tr>*{
  padding: 5px 10px;
  border: none;
  border-right: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
#csv-body table thead tr:first-child>*:first-child{
  border-radius: 10px 0 0 0;
}
#csv-body table thead tr:first-child>*:last-child{
  border-radius: 0 10px 0 0;
}
#csv-body table tr:last-child>*:first-child{
  border-radius: 0 0 0 10px;
}
#csv-body table tbody tr:last-child>*:last-child{
  border-radius: 0 0 10px 0;
}
#csv-body table tr td:not(:first-child){
  border: none;
  border-right: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
/* table(県内子育て施設 検索等) */
#csv-body dl.facilities_body,
#csv-body dl.condition {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 8px 0px; /* 行と列の間隔 */
  align-items: stretch;
}
#csv-body dl.facilities_body dt,
#csv-body dl.condition dt {
  font-weight: bold;
  padding: 15px 20px;
  border-top: 1px solid var(--gray-color);
  border-left: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  border-radius: 10px 0px 0px 10px;
  background-color: rgb(var(--pink-color2-1), var(--pink-color2-2), var(--pink-color2-3), 0.1);
}
#csv-body dl.facilities_body dd,
#csv-body dl.condition dd {
  margin: 0; /* デフォルトの余白をリセット */
  padding: 15px 20px;
  border-top: 1px solid var(--gray-color);
  border-right: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0px 10px 10px 0px;
}
.dev-sp #csv-body dl.facilities_body dd,
.dev-sp #csv-body dl.condition dd {
  word-break: break-word;
}
#csv-body .categories ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
#csv-body .categories ul li a {
  display: block;
  padding: 5px 5px;
  border: 1px solid var(--gray-color);
  border-radius: 50px;
}
#csv-body .facilities_wrapper .types ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#csv-body .facilities_wrapper .types ul li {
  display: flex;
  align-items: center;
  border: 1px solid var(--gray-color);
  padding: 10px 20px;
  border-radius: 50px;
}
.dev-sp #csv-body .facilities_wrapper .types ul li {
  width: calc((100% - 54px) / 2);
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
}
.dev-sp #csv-body .facilities_wrapper .types ul li:has(span) {
  width: calc(100% - 2px);
  column-gap: 15px;
  justify-content: flex-start;
}
.dev-sp #csv-body .facilities_wrapper .types ul li:has(span) img {
  width: unset;
}
.dev-sp #csv-body .facilities_wrapper .types ul li img {
  width: 100%;
}


#facilities_kokodesearch {
  padding: 0px 30px 30px;
  border-radius: 30px;
  background-color: #FFF6B7;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.dev-sp #facilities_kokodesearch {
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 20px;
}
.dev-sp #facilities_kokodesearch > div:nth-child(1),
.dev-sp #facilities_kokodesearch > div:nth-child(1) img {
  width: 100%;
}
#facilities_kokodesearch_link {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 50px;
}
#facilities_kokodesearch_link a {
  position: relative;
  text-decoration: none;
  padding: 10px 100px;
  border-radius: 50px;
  background-color: #FFA94D;
}
.dev-sp #facilities_kokodesearch_link a {
  padding: 10px 60px;
}
#facilities_kokodesearch_link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 20px;
  height: 16px;
  background-image: url(/man/file/img/971893.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#csv-body #facilities_search input#facilities_search_keyword,
#cboxContent #facilities_search input#facilities_search_keyword {
  width: calc(100% - 24px);
  font-size: 1rem;
  text-align: center;
  border: 2px solid #B8C8D9;
  border-radius: 100px;
  padding: 10px;
  margin-bottom: 30px;
}
#csv-body #facilities_search fieldset,
#cboxContent #facilities_search fieldset {
  border: none;
  padding: 0px;
  margin: 0px 0px 30px;
}
#csv-body #facilities_search legend,
#csv-body #facilities_search fieldset legend,
#cboxContent #facilities_search legend,
#cboxContent #facilities_search fieldset legend {
  color: var(--font-color1);
  font-weight: bold;
  font-size: 1.375rem;
  padding: 10px 10px 10px 25px;
  margin: 10px;
  position: relative;
}
#csv-body #facilities_search legend::after,
#csv-body #facilities_search fieldset legend::after,
#cboxContent #facilities_search legend::after,
#cboxContent #facilities_search fieldset legend::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0px;
  background-color: rgb(var(--pink-color2-1), var(--pink-color2-2), var(--pink-color2-3), 0.5);
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 20px;
}
#csv-body #facilities_search fieldset ul.facilities_search_type_list,
#cboxContent #facilities_search fieldset ul.facilities_search_type_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#csv-body #facilities_search fieldset ul.facilities_search_type_list li label,
#cboxContent #facilities_search fieldset ul.facilities_search_type_list li label {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  border: 1px solid #B8C8D9;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#csv-body #facilities_search fieldset ul.facilities_search_type_list li label:has(input[type="checkbox"]:checked),
#cboxContent #facilities_search fieldset ul.facilities_search_type_list li label:has(input[type="checkbox"]:checked) {
  background-color: var(--pink-color1);
}
#csv-body #facilities_search fieldset ul.facilities_search_type_list li label input[type="checkbox"],
#cboxContent #facilities_search fieldset ul.facilities_search_type_list li label input[type="checkbox"] {
  display: none;
}
#csv-body #facilities_search fieldset ul.facilities_search_type_list li img,
#cboxContent #facilities_search fieldset ul.facilities_search_type_list li img {
  vertical-align: bottom;
}
.dev-sp #csv-body #facilities_search fieldset ul.facilities_search_type_list li,
.dev-sp #cboxContent #facilities_search fieldset ul.facilities_search_type_list li {
  width: calc((100% - 10px) / 2);
}
.dev-sp #csv-body #facilities_search fieldset ul.facilities_search_type_list li label,
.dev-sp #cboxContent #facilities_search fieldset ul.facilities_search_type_list li label {
  width: calc(100% - 17px);
  padding: 10px 8px;
}
.dev-sp #csv-body #facilities_search fieldset ul.facilities_search_type_list li img,
.dev-sp #cboxContent #facilities_search fieldset ul.facilities_search_type_list li img {
  width: 100%;
}
#csv-body #facilities_search .search,
#cboxContent #facilities_search .search {
  display: flex;
  gap: 20px;
}
.dev-sp #csv-body #facilities_search .search,
.dev-sp #cboxContent #facilities_search .search {
  flex-wrap: wrap;
}
#csv-body #facilities_search .search button,
#cboxContent #facilities_search .search button {
  flex: 1;
  width: auto !important;
  height: auto !important;
  font-size: 1rem;
  font-weight: bold;
  color: var(--font-color1);
  letter-spacing: 2px;
  margin: 0px;
  padding: 10px;
  border-radius: 50px;
  border: 2px solid #B8C8D9;
  background: transparent;
  display: block;
}
.dev-sp #csv-body #facilities_search .search button,
.dev-sp #cboxContent #facilities_search .search button {
  flex: unset;
  width: 100% !important;
}

#csv-body .condition + button {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  padding: 10px 50px;
  margin: 0px auto;
  border-radius: 50px;
  background-color: #FFA94D;
  font-size: 1rem;
  border: none;
  display: block;
}
#csv-body nav.tabs {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 30px 0px 0px;
  gap: 0px 10px;
  justify-content: flex-end;
}
#csv-body nav.tabs ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 10px 10px;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid var(--pink-color2);
}
#csv-body nav.tabs ul::after {
  content: none;
}
#csv-body nav.tabs ul li {
  display: flex;
}
#csv-body nav.tabs ul li a {
  padding: 10px 50px;
  border-radius: 10px 10px 0px 0px;
  color: var(--font-color1);
  text-decoration: none;
  letter-spacing: 2px;
  border: 1px solid var(--gray-color);
}
.dev-sp #csv-body nav.tabs ul li a {
  padding: 10px 10px;
}
#csv-body nav.tabs ul li.current a {
  color: #ffffff;
  background-color: var(--pink-color2);
  border: 1px solid var(--pink-color2);
}

#csv-body #map-sidebar {
  width: calc(50% - 2px);
  height: 400px;
  float: left;
  overflow-y: auto;
  border-left: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0px 0px 0px 10px;
}
.dev-sp #csv-body #map-sidebar {
  width: calc(100% - 2px);
  border: 1px solid var(--gray-color);
  border-radius: 0px;
}
#csv-body #map-sidebar .column {
  display: grid;
  grid-template-columns: 150px auto;
  grid-template-rows: auto auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid var(--gray-color);
}
#csv-body #map-sidebar .column img {
  grid-area: 1 / 1 / 4 / 2;
  width: 150px;
  max-height: 100px;
  border-radius: 10px;
}
#csv-body #map-sidebar .column p:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  margin: 0px;
}
#csv-body #map-sidebar .column p:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
  margin: 0px;
}
#csv-body #map-sidebar .column p:nth-child(4) {
  grid-area: 3 / 2 / 4 / 3;
  margin: 10px 0px;
}
#csv-body #map-sidebar .column a:not(.click-marker) {
  color: var(--pink-color2);
}
#csv-body #map-sidebar .column .click-marker {
  font-size: 0.8rem;
  text-decoration: none;
  padding: 10px 60px 10px 25px;
  border-radius: 50px;
  background-color: #FFA94D;
  position: relative;
}
.dev-sp #csv-body #map-sidebar .column .click-marker {
  padding: 10px 40px 10px 10px;
}
#csv-body #map-sidebar .column .click-marker::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 20px;
  height: 16px;
  background-image: url(/man/file/img/971893.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.dev-sp #csv-body #map-sidebar .column .click-marker::before {
  right: 15px;
}
#csv-body > div#gmap_facilities {
  width: 50% !important;
  float: right;
  border-right: 1px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
  border-radius: 0px 0px 10px 0px;
}
.dev-sp #csv-body > div#gmap_facilities {
  width: calc(100% - 2px) !important;
  border: 1px solid var(--gray-color);
  border-radius: 0px 0px 10px 10px;
}
#csv-body .columns .column {
  display: grid;
  grid-template-columns: 200px max-content 1fr;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--gray-color);
  padding: 20px 0px;
}
.dev-sp #csv-body .columns .column {
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 140px auto;
  grid-row-gap: 0px;
  grid-column-gap: 10px;
}
#csv-body .columns .column > img {
  grid-area: 1 / 1 / 3 / 2;
  width: 200px;
  max-height: 120px;
  border-radius: 10px;
}
.dev-sp #csv-body .columns .column > img {
  grid-area: 1 / 1 / 4 / 2;
  width: 140px;
}
#csv-body .columns .column header {
  grid-area: 1 / 2 / 2 / 3;
  max-width: 365px;
}
.dev-sp #csv-body .columns .column header {
  grid-area: 1 / 2 / 2 / 3;
}
#csv-body .columns .column header h2 {
  font-size: 1.1rem;
  margin: 8px 0px;
  padding: 0px;
}
#csv-body .columns .column header h2 a {
  color: var(--pink-color2);
}
.dev-sp  #csv-body .columns .column header h2 a {
  word-break: break-word;
}
#csv-body .columns .column div.categories {
  grid-area: 1 / 3 / 2 / 4;
}
.dev-sp #csv-body .columns .column div.categories {
  grid-area: 2 / 2 / 3 / 3;
}
#csv-body .columns .column p {
  grid-area: 2 / 2 / 3 / 4;
  margin: 0px;
}
.dev-sp #csv-body .columns .column p {
  grid-area: 3 / 2 / 4 / 3;
}
#csv-body > div.facilities_wrapper .images {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
#csv-body > div.facilities_wrapper .images > .image {
  width: calc((100% - 20px) / 3);
}
#csv-body > div.facilities_wrapper .images > .image p {
  margin: 0px;
}

#csv-body > div.facilities_wrapper .images > .image p.comment {
  display: none;
}

#cboxContent .image p {
  margin: 0px;
}
#csv-body .facilities_wrapper ul.area-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 5px;
}
#csv-body .facilities_wrapper ul.area-list li {
  display: flex;
}
#csv-body .facilities_wrapper ul.area-list li a {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid var(--pink-color2);
  border-radius: 50px;
}
#csv-body #facilities_search ul.facilities_search_category_list,
#csv-body #facilities_search ul.facilities_search_area_list,
#cboxContent #facilities_search ul.facilities_search_category_list,
#cboxContent #facilities_search ul.facilities_search_area_list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
#csv-body #facilities_search ul.facilities_search_category_list li,
#csv-body #facilities_search ul.facilities_search_area_list li,
#cboxContent #facilities_search ul.facilities_search_category_list li,
#cboxContent #facilities_search ul.facilities_search_area_list li {
  display: flex;
}
.dev-sp #csv-body #facilities_search ul.facilities_search_category_list li,
.dev-sp #csv-body #facilities_search ul.facilities_search_area_list li,
.dev-sp #cboxContent #facilities_search ul.facilities_search_category_list li,
.dev-sp #cboxContent #facilities_search ul.facilities_search_area_list li {
  width: calc((100% - 10px) / 2);
  padding: 0px;
}
#csv-body #facilities_search ul.facilities_search_category_list li input[type="checkbox"],
#csv-body #facilities_search ul.facilities_search_area_list li input[type="checkbox"],
#cboxContent #facilities_search ul.facilities_search_category_list li input[type="checkbox"],
#cboxContent #facilities_search ul.facilities_search_area_list li input[type="checkbox"] {
  display: none;
}
#csv-body #facilities_search ul.facilities_search_category_list li label:has(input[type="checkbox"]),
#csv-body #facilities_search ul.facilities_search_area_list li label:has(input[type="checkbox"]),
#cboxContent #facilities_search ul.facilities_search_category_list li label:has(input[type="checkbox"]),
#cboxContent #facilities_search ul.facilities_search_area_list li label:has(input[type="checkbox"]) {
  width: 7rem;
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gray-color);
  border-radius: 50px;
  cursor: pointer;
}
.dev-sp #csv-body #facilities_search ul.facilities_search_category_list li label:has(input[type="checkbox"]),
.dev-sp #csv-body #facilities_search ul.facilities_search_area_list li label:has(input[type="checkbox"]),
.dev-sp #cboxContent #facilities_search ul.facilities_search_category_list li label:has(input[type="checkbox"]),
.dev-sp #cboxContent #facilities_search ul.facilities_search_area_list li label:has(input[type="checkbox"]) {
  width: 100%;
}
#csv-body #facilities_search ul.facilities_search_category_list li label:has(input[type="checkbox"]:checked),
#csv-body #facilities_search ul.facilities_search_area_list li label:has(input[type="checkbox"]:checked),
#cboxContent #facilities_search ul.facilities_search_category_list li label:has(input[type="checkbox"]:checked),
#cboxContent #facilities_search ul.facilities_search_area_list li label:has(input[type="checkbox"]:checked) {
  background-color: var(--pink-color1);
}

/* list */
.cms-public .list figure{
  margin: 0;
}
.cms-public .list figcaption h2 span{
  margin: 0 10px;
}

.attach ul {
  padding: 0px;
}


/* サイトマップ */
.cms-public .sitemap_menu .menu > ul > li {
  border-bottom: 3px solid var(--pink-color1);
  border-radius: 2px;
  padding: 10px;
}
.dev-sp .cms-public .sitemap_menu .menu > ul > li a {
  font-size: 1.2rem;
}
.dev-sp .cms-public .sitemap_menu .menu > ul > li > ul li a {
  font-size: 1rem;
}
.cms-public .sitemap_menu ul li a {
  border: none;
  display: inline-block;
  text-decoration: none;
}
.cms-public .sitemap_menu .menu > ul > li ul {
  list-style: none;
}
.cms-public .sitemap_menu .menu > ul > li ul li a {
  position: relative;
}
.cms-public .sitemap_menu .menu > ul > li ul li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  top: 50%;
  left: -15px;
  background-color: var(--pink-color1);
}

/* ヘッダー */
.cms-public .parts.h_div {
  position: fixed;
  top: 15px;
  left: 15px;
  width: auto;
  z-index: 1000;
  pointer-events: none;
}
.cms-public .parts.h_div > div {
  pointer-events: auto;
}
.h_div .h_search {
  width: auto;
}
.h_div .h_search .search {
  text-align: left;
  margin: 0px;
  position: relative;
}
.h_div .h_search .search > input {
  width: 160px !important;
  height: 1.75rem;
  font-size: 0.6875rem;
  border: 2px solid #767676;
  border-radius: 100px;
  background-color: #EFEFEF;
}
.h_div .h_search .search > button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 0.8rem !important;
  height: 100%;
  font-size: 0em;
  padding-right: 1rem;
  border: none;
  background-color: transparent;
}
.h_div .h_search .search > button:after {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--font-color2);
  content: "\f002";
}

.h_div .h_tools {
  width: auto;
}
.h_div .h_tools fifure {
  margin: 0px;
}
.h_div .h_tools .tool-list ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  margin: 0px 15px;
  padding: 0px;
}
.h_div .h_tools .tool-list ul li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
}
.h_div .h_tools .tool-list .use {
  margin-right: 20px;
}
.h_div .h_tools .tool-list .use a {
  position: relative;
  text-decoration: none;
  font-size: 0.8125rem;
  color: var(--font-color2);
  padding-left: 22px;
}
.h_div .h_tools .tool-list .use a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  width: 16px;
  height: 16px;
  background: var(--font-color2);
  border-radius: 50%;
  margin: auto;
}
.h_div .h_tools .tool-list .use a:after {
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #EFEFEF;
  margin: auto;
}
.h_div .h_tools .tool-list p {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  color: var(--font-color2);
  margin: 0px 5px 0px 0px;
}
.h_div .h_tools .tool-list button {
  font-family: 'Noto Sans JP', serif !important;
  font-size: 0.875rem !important;
  color: var(--font-color2);
  margin: 0px 2px;

}
.h_div .h_tools .tool-list .bg {
  margin-left: 20px;
}
.h_div .h_tools .tool-list .bg a {
  position: relative;
  text-decoration: none;
  font-size: 0.8125rem;
  color: var(--font-color2);
  padding-left: 22px;
}
.h_div .h_tools .tool-list .bg a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/man/file/img/958520.png);
}

.h_div .h_logo {
  width: auto;
  float: none;
  clear: both;
}
.h_div .h_logo .block {
  width: auto;
  margin-top: 5px;
}
.h_div .h_logo figure {
  margin: 0px;
}

.cms-public .parts.h_favorite {
  position: fixed;
  top: 43px;
  right: 12rem;
  width: auto;
  z-index: 1000;
}
.cms-public .parts.h_favorite ul,
.cms-public .parts.h_favorite figure {
  margin: 0px;
}
.cms-public .parts.h_favorite a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 28px 25px 28px 60px;
  border-radius: 100px;
/*
  background-color: #9D6772;
*/
  /* background-color: #ff9900; */
  background-color: #9C5E00;
  box-shadow: 0px 10px 20px -20px #777777;
  position: relative;
}
.dev-pc .cms-public .parts.h_favorite a::before {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  content: "\f02e";
  position: absolute;
  top: calc(50% - 17px);
  left: 28px;
}
.dev-pc .cms-public .parts.h_favorite a::after {
  font-size: 0.8rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ff9900;
  content: "\f005";
  position: absolute;
  top: calc(50% - 10px);
  left: 33px;
}

.cms-public .parts.h_menu {
  position: fixed;
  top: 15px;
  right: 15px;
  width: auto;
  z-index: 3000;
}
.cms-public .parts.h_menu ul,
.cms-public .parts.h_menu figure {
  margin: 0px;
}
.cms-public .parts.h_menu a {
  display: inline-block;
  font-family: "Fredoka", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  font-variation-settings: "wdth" 100;
  color: var(--font-color1);
  letter-spacing: 4px;
  text-decoration: none;
  padding: 30px 65px 30px 35px;
  border-radius: 100px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 10px 20px -20px #777777;
}
.cms-public .parts.h_menu a:before {
  position: absolute;
  top: 32px;
  right: 30px;
  content: '';
  width: 28px;
  height: 3px;
  margin: auto;
  background-color: #000000;
  border-radius: 10px;
  transition: 0.3s;
}
.cms-public .parts.h_menu a:after {
  position: absolute;
  bottom: 32px;
  right: 30px;
  content: '';
  width: 28px;
  height: 3px;
  margin: auto;
  background-color: #000000;
  border-radius: 10px;
  transition: 0.3s;
}


.cms-public .parts.h_menu_contents {
  opacity: 0;
  display: none;
  transition: 0.3s;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  overflow-y: auto;
}

/* メニューを開いた場合 */
body.is-open .cms-public .parts.h_menu a:before {
  transform: rotate(45deg);
  top: 39px;
}
body.is-open .cms-public .parts.h_menu a:after {
  transform: rotate(-45deg);
  bottom: 38px;
}
body.is-open .cms-public .parts.h_menu_contents {
  opacity: 1;
  z-index: 2000;
  display: block;
}

/* メニュー内容 */
.cms-public .parts.h_menu_contents .note > .block {
  width: 425px;
  height: 100vh;
  float: right;
  background-color: var(--pink-color1);
  overflow-y: auto;
}
.cms-public .parts.h_menu_contents a.hmc_logo {
  display: block;
  margin-top: 35px;
  margin-left: 25px;
}
.cms-public .parts.h_menu_contents a.hmc_logo img {
  width: 150px;
}
.cms-public .parts.h_menu_contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cms-public .parts.h_menu_contents .hmc_search {
  margin-top: 30px;
}
.cms-public .parts.h_menu_contents .hmc_search span,
.cms-public .parts.h_menu_contents .hmc_map span,
.cms-public .parts.h_menu_contents .hmc_favorite,
.cms-public .parts.h_menu_contents .hmc_news {
  background: transparent;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  color: var(--font-color1);
  font-size: 1rem;
  padding: 6px 10px 6px 15px;
  margin: 10px 15px 5px;
  border: none;
  position: relative;
  display: block;
}
.cms-public .parts.h_menu_contents .hmc_links span {
  position: absolute;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.cms-public .parts.h_menu_contents .hmc_search span:before,
.cms-public .parts.h_menu_contents .hmc_map span:before,
.cms-public .parts.h_menu_contents .hmc_favorite:before,
.cms-public .parts.h_menu_contents .hmc_news:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: var(--pink-color2);
  border-radius: 10px;
}
.cms-public .parts.h_menu_contents .hmc_search > ul {
  list-style: none;
  margin: 0px 15px 0px 15px;
  padding: 0px;
}
.cms-public .parts.h_menu_contents .hmc_search > ul > li {
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 5px;
}
.cms-public .parts.h_menu_contents .hmc_search > ul > li > a {
  position: relative;
  display: inline-block;
  width: calc(100% - 20px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  color: var(--font-color1);
  padding: 10px;
  border-radius: 100px;
}
.cms-public .parts.h_menu_contents .hmc_search > ul > li > a:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
  width: 28px;
  height: 28px;
  background-image: url(/man/file/img/958521.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}
.cms-public .parts.h_menu_contents .hmc_search > ul > li.is-select > a:before {
  transform: rotate(180deg);
  background-image: url(/man/file/img/971612.png);
}
.cms-public .parts.h_menu_contents .hmc_search > ul > li > ul {
  display: none;
  width: calc(100% - 40px);
  padding: 0px 20px 10px;
  /* margin-bottom: -15px; */
  text-align: center;
}
.cms-public .parts.h_menu_contents .hmc_search > ul > li > ul > li {
  display: inline-block;
  margin: 0px 5px;
}
.cms-public .parts.h_menu_contents .hmc_search > ul > li > ul > li > a {
  position: relative;
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.750rem;
  color: var(--font-color1);
  text-decoration: none;
  margin-left: 10px;
}
.cms-public .parts.h_menu_contents .hmc_search > ul > li > ul > li > a:before {
  content: "";
  position: absolute;
  top: calc(50% + -2px);
  left: -10px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #C7B799;
}

.cms-public .parts.h_menu_contents .hmc_map > ul {
  list-style: none;
  margin: 0px 15px 0px 15px;
  padding: 0px;
}
.cms-public .parts.h_menu_contents .hmc_map > ul > li {
  margin-bottom: 5px;
}
.cms-public .parts.h_menu_contents .hmc_map > ul > li a {
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
  color: var(--font-color1);
  padding: 10px;
  margin: 0px;
  background-color: #ffffff;
  border-radius: 30px;
  position: relative;
}
.cms-public .parts.h_menu_contents .hmc_map > ul > li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
  width: 28px;
  height: 28px;
  background-image: url(/man/file/img/958523.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cms-public .parts.h_menu_contents .hmc_map > ul > li a img:nth-of-type(2) {
  margin: 0 5px;
}
.cms-public .parts.h_menu_contents .hmc_favorite a,
.cms-public .parts.h_menu_contents .hmc_news a {
  display: block;
  text-decoration: none;
  position: relative;
}
.cms-public .parts.h_menu_contents .hmc_favorite a:before,
.cms-public .parts.h_menu_contents .hmc_news a:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 0px;
  width: 28px;
  height: 28px;
  background-image: url(/man/file/img/958523.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cms-public .parts.h_menu_contents .hmc_links > ul {
  list-style: none;
  margin: 0px 15px 5px 15px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 30px;
}
.cms-public .parts.h_menu_contents .hmc_links ul li {
  width: calc((100% - 30px) / 2);
}
.cms-public .parts.h_menu_contents .hmc_links ul li:nth-child(5),
.cms-public .parts.h_menu_contents .hmc_links ul li:nth-child(6) {
  width: 100%;
}
.cms-public .parts.h_menu_contents .hmc_links > ul li a {
  display: flex;
  align-items: center;
  height: 1.5em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: var(--font-color1);
  padding: 10px 15px 9px 0px;
  border-bottom: 1px solid #C6C6C6;
  position: relative;
}
.cms-public .parts.h_menu_contents .hmc_links ul li a {
  font-size: 0.750rem;
}
.cms-public .parts.h_menu_contents .hmc_links ul li:nth-child(5) a,
.cms-public .parts.h_menu_contents .hmc_links ul li:nth-child(6) a {
  font-size: 0.875rem;
}
.cms-public .parts.h_menu_contents .hmc_links > ul li a:before {
  font-size: 0.750rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--font-color1);
  content: "\f054";
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  width: 12px;
  height: 12px;
}


.cms-public .parts.h_links {
  position: fixed;
  right: 10px;
  bottom: 15px;
  width: auto;
  z-index: 1000;
}
.cms-public .parts.h_links .block {
  width: auto;
}
.cms-public .parts.h_links figure {
  margin: 0px 5px;
}
.cms-public .parts.h_links img {
  border-radius: 50px;
  box-shadow: 0px 10px 20px -20px #777777;
}

.h_breadcrumb {
  width: calc(100% - 120px) !important;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.8125rem;
  text-decoration: none;
  color: var(--font-color1);
  margin: 10rem 60px 0px;
}
.h_breadcrumb a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.8125rem;
  text-decoration: none;
  color: var(--font-color1);
}

/* フッター */
.f_div {
  padding: 0px 0px 0px;
  border-radius: 60px 60px 0px 0px;
  background-color: #ffffff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
/*
  background-image: url(/man/file/img/976854.png);
*/
}
.cms-public .f_QA_HPlinks {
  width: 100%;
  max-width: 1250px;
  padding: 50px 10px 0px;
  margin: 0 auto;
  box-sizing: border-box;
  float: none;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(1):has(h2) {
  position: absolute;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.f_QA_HPlinks figure {
  margin: 0px 10px 0px 0px;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) ul {
  display: grid;
  grid-template-columns: repeat(8, calc(9.625% - 10px)) 23%;
  margin: 0px;
  padding: 0px;
  column-gap: 10px;
  row-gap: 15px;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(1) {
  grid-area: 1 / 1 /  3 / 5 ;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(2) {
  grid-area: 1 / 5 /  3 / 9;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(3){
  grid-area: 1 / 9 /  2 / 10;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(4) {
  grid-area: 2 / 9 /  3 / 10;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(5){
  grid-area: 3 / 1 /  4 / 6;
  margin: 40px 0 0 0;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(6) {
  grid-area: 3 / 6 /  4 / 10;
  margin: 40px 0 0 0;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(1) a,
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(2) a,
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(5) a,
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(6) a {
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 0;
  border: none;
  border-radius: 0;
  height: 100%;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(1) a,
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(2) a {
  aspect-ratio: 464 / 170;
  max-width: 100%;
  height: auto;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(5) a,
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(6) a {
  aspect-ratio: 420 / 203;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(1) a{
  background-image: url(/man/file/img/1042278.png);
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(2) a{
  background-image: url(/man/file/img/1042279.png);
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(5) a{
  background-image: url(/man/file/img/1042280.png);
}
.cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(6) a{
  background-image: url(/man/file/img/1042281.png);
}
.f_QA_HPlinks .list a {
  height: 4.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.9375rem;
  text-decoration: none;
  text-align: center;
  color: #000000;
  border: 2px solid #B8C8D9;
  border-radius: 100px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_QA_HPlinks .list li:not(:nth-of-type(1), :nth-of-type(2), :nth-of-type(5), :nth-of-type(6)) a:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 20px;
  height: 16px;
  background-image: url(/man/file/img/971893.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.f_related_links {
  padding: 50px 0px 50px;
  border-radius: 60px 60px 0px 0px;
  background-color: #ffffff;
}
.f_related_links figure {
  margin: 0px 0px 0px 0px;
}
.f_related_links > .note {
  max-width: 1250px;
  margin: 0px auto;
}
.f_related_links .f_links_block .block {
  display: flex;
  justify-content: space-around;
  column-gap: 20px;
  margin: 0px 0px 50px;
}
body:not(.dev-mb) .cms-public .f_related_links h2 {
  font-size: 3rem;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
body:not(.dev-mb) .cms-public .f_related_links h2:before {
  content: none;
}
.f_related_links .f_subtitle ul {
  text-align: center;
  margin: 0px;
}
.f_related_links .f_subtitle ul li {
  font-family: "Fredoka", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.05rem;
  text-align: center;
  color: #4A4A4A;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.f_related_links .f_subtitle ul li:before {
  content: "";
  position: absolute;
  top: calc(50% + -2px);
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #E5D96A;
}
.f_related_links .f_subtitle ul li:after {
  content: "";
  position: absolute;
  top: calc(50% + -2px);
  right: -15px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #E5D96A;
}
.f_related_links .f_related_links_block .image {
  display: flex;
  justify-content: center;
}
.f_related_links .f_related_links_block .image > .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 1000px;
}

.f_links_copyright {
  width: calc(100% - 80px) !important;
  padding: 30px 40px;
  background-color: #ffffff;
}
.f_links_copyright ul {
  display: flex;
  column-gap: 30px;
  row-gap: 10px;
  margin: 0px;
}
.f_links_copyright ul a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1rem;
  text-decoration: none;
}
body:not(.dev-mb) .cms-public .f_links_copyright .sentence {
  margin: 0px;
}
body:not(.dev-mb) .cms-public .f_links_copyright .sentence p {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 0.8125rem;
  text-decoration: none;
  margin: 10px 0px 0px;
}

/* サイドメニュー */
.area2 {
  width: calc(25% - 110px);
  height: fit-content;
  padding: 40px 40px;
  margin-right: 30px;
  border-radius: 50px;
  background-color: #ffffff;
  z-index: 1;
}
/* サイド メニューパーツ */
.cms-public .area2 .menu-horizontal > ul {
}
.cms-public .area2 .menu-horizontal > ul > li {
  height: auto !important;
  width: auto !important;
  margin-bottom: 5px;
  background: unset;
  border: none;
}
.cms-public .area2 .menu-horizontal a {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  background-color: transparent;
}
.cms-public .area2 .menu-horizontal a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  top: 50%;
  left: -15px;
  background-color: #DDDDD0;
}
.cms-public .area2 .menu-horizontal a span {
  color: var(--font-color1);
}

/* トップページ以外のarea3 */
.cms-public .area-group-2-3-4:not(:has(.top_area3)) {
  display: flex;
  margin-top: 15rem;
  padding: 70px 50px 50px;
  background-color: var(--pink-color1);
  border-radius: 100px 100px 0px 0px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  color: #4A4A4A;
  background-size: 150% auto;
  background-repeat: repeat-y;
  background-position: top -200px center;
  background-image: url(/man/file/img/982768.png);
}
.cms-public .area3:not(.top_area3):not(.search_list_area3) {
  width: calc(100% - 80px);
  padding: 40px 40px;
  background-color: #ffffff;
  border-radius: 50px;
}
.cms-public .area3.search_list_area3 {
  width: calc(100% - 80px);
  padding: 0px 40px;
}
.cms-public .area3:not(.top_area3) .list > figure > ul,
.cms-public .area3:not(.top_area3) .list > figure > ol,
.cms-public .area3:not(.top_area3) .list > figure > dl {
  width: calc(100% - 2.5rem) !important;
  padding-left: 2.5rem;
}


/* トップページ */
.top_slider {
  margin-top: 120px;
}
.top_slider figure {
  margin: 0px 0px;
}
.top_slider figure img {
  margin-bottom: 10px;
  box-shadow: 0px 10px 20px -20px #777777;
  border-radius: 15px;
}
.top_slider .slick-dotted.slick-slider {
  padding-bottom: 100px;
  margin-bottom: 15px;
}
.top_slider .image_listitem.slick-slide:not(.slick-current) {
  transform: scale(0.9); /* 両サイドのスライドを縮小 */
  transition: transform 0.5s ease;
}
.top_slider .image_listitem.slick-current {
  transform: scale(1); /* 中央スライドは通常サイズ */
  transition: transform 0.5s ease;
}
.top_slider .slick-prev,
.top_slider .slick-prev:hover,
.top_slider .slick-prev:focus,
.top_slider .slick-next,
.top_slider .slick-next:hover,
.top_slider .slick-next:focus {
  width: 82px;
  height: 82px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0px 20px 20px -25px #777777;
  z-index: 10;
}
.top_slider .slick-prev {
  left: 30px;
  background-image: url(/man/file/img/958542.png);
}
.top_slider .slick-next {
  right: 30px;
  background-image: url(/man/file/img/958543.png);
}
.top_slider .slick-prev:before,
.top_slider .slick-next:before {
  content: none;
}
.top_slider .slick-dots {
  bottom: 0px;
}
.top_slider .slick-dots li {
  width: 200px;
  height: 100px;
  margin: 0px 8px;
}
.top_slider .slick-dots li img {
  border-radius: 15px;
}
.top_slider {
  position: relative;
}
.top_slider .top_slide_button {
  position: absolute;
  float: none;
  width: fit-content;
  bottom: -1em;
  left: calc(50% + 98px);
  transform: translateX(-50%);
  z-index: 1;
}
.top_slider .top_slide_button a {
  font-family: "Fredoka", serif;
  font-size: 0.750rem;
  text-decoration: none;
  color: var(--font-color1);
}


.top_scroll {
  margin: 0px 0px 80px;
}
.top_scroll ul,
.top_scroll figure {
  margin: 0px;
}
.top_scroll ul li {
  font-family: "Fredoka", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.750rem;
  text-align: center;
  color: var(--font-color1);
  padding-bottom: 10px;
  position: relative;
}
.top_scroll ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #4A4A4A;
  border-right: solid 2px #4A4A4A;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  left: calc(50% - 3px);
  margin: auto;
}


body:not(.dev-mb) .cms-public .top_search_div .heading:has(h2),
body:not(.dev-mb) .cms-public .top_news_div .heading:has(h2),
body:not(.dev-mb) .cms-public .top_map_div .heading:has(h2) {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body:not(.dev-mb) .cms-public .top_search_div .heading h2,
body:not(.dev-mb) .cms-public .top_news_div .heading h2,
body:not(.dev-mb) .cms-public .top_map_div .heading h2 {
  display: inline-block;
  font-size: 3rem;
  margin: 0px;
  padding: 0px 20px;
  border-radius: 30px;
}
body:not(.dev-mb) .cms-public .top_search_div .heading h2 {
  background-color: rgba(var(--pink-color1-1), var(--pink-color1-2), var(--pink-color1-3), 0.7);
}
body:not(.dev-mb) .cms-public .top_news_div .heading h2 {
  background-color: rgba(var(--yellow-color1-1), var(--yellow-color1-2), var(--yellow-color1-3), 0.7);
}
body:not(.dev-mb) .cms-public .top_map_div .heading h2 {
  background-color: rgba(var(--green-color1-1), var(--green-color1-2), var(--green-color1-3), 0.7);
}
body:not(.dev-mb) .cms-public .top_search_div .heading h2:before,
body:not(.dev-mb) .cms-public .top_news_div .heading h2:before,
body:not(.dev-mb) .cms-public .top_map_div .heading h2:before {
  width: 90px;
  height: 90px;
  top: calc(50% - 45px);
  right: -100px;
  left: unset;
  border-radius: unset;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body:not(.dev-mb) .cms-public .top_search_div .heading h2:before {
  background-image: url(/man/file/img/971989.png);
}
body:not(.dev-mb) .cms-public .top_news_div .heading h2:before {
  background-image: url(/man/file/img/978887.png);
}
body:not(.dev-mb) .cms-public .top_map_div .heading h2:before {
  background-image: url(/man/file/img/971991.png);
}
.sub_title ul {
  text-align: center;
  margin: 0px;
}
.sub_title ul li {
  font-family: "Fredoka", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.05rem;
  text-align: center;
  color: #4A4A4A;
  letter-spacing: 4px;
  padding: 5px 10px 10px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.sub_title ul li:before {
  content: "";
  position: absolute;
  top: calc(50% + -5px);
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.sub_title ul li:after {
  content: "";
  position: absolute;
  top: calc(50% + -5px);
  right: -15px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.top_search_div .sub_title ul li:before,
.top_search_div .sub_title ul li:after {
  background-color: #FFD1D1;
}
.top_news_div .sub_title ul li:before,
.top_news_div .sub_title ul li:after,
.top_map_div .sub_title ul li:before,
.top_map_div .sub_title ul li:after {
  background-color: #FFD1D1;
}

.top_search_div {
  padding-top: 40px;
  padding-bottom: 140px;
  background-color: var(--pink-color1);
  border-radius: 60px 60px 0px 0px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/man/file/img/976851.png);
}
.top_search_div .parts:nth-child(2) {
  width: calc(40% - 40px);
  margin-right: 30px;
  padding: 20px 20px 10px;
  background-color: #ffffff;
  border-radius: 40px;
}
.top_search_div .parts:nth-child(3) {
  width: calc(60% - 70px);
  padding: 25px 20px 10px;
  background-color: #ffffff;
  border-radius: 40px;
}
body:not(.dev-mb) .cms-public .top_search_div .heading h3 {
  font-size: 1.125rem;
  padding: 0px;
  margin: 0px 0px 0px 15px;
  border: none;
}
body:not(.dev-mb) .cms-public .top_search_div .heading h3:before {
  content: "";
  position: absolute;
  top: calc(50% + -2px);
  left: -15px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 6px;
  background-color: #C7B799;
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(2) ul,
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(3) ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 10px;
  row-gap: 10px;
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(2) ul li {
  width: calc(50% - 5px);
  display: flex;
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(3) ul li {
  width: calc((100% - 20px) / 3);
  display: flex;
  align-items: stretch;
}
body:not(.dev-mb) .cms-public .top_search_div ul li a {
  width: 100%;
  height: 4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.125rem;
  text-decoration: none;
  letter-spacing: 1px;
  color: #4A4A4A;
  padding: 15px 22px 15px 80px;
  border: 2px solid #E67B81;
  border-radius: 100px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body:not(.dev-mb) .cms-public .top_search_div ul li a:before {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: calc(50% - 35px);
  left: 22px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(2) ul li:nth-child(1) a:before {
  background-image: url(/man/file/img/974872.png);
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(2) ul li:nth-child(2) a:before {
  background-image: url(/man/file/img/974873.png);
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(2) ul li:nth-child(3) a:before {
  background-image: url(/man/file/img/974874.png);
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(2) ul li:nth-child(4) a:before {
  background-image: url(/man/file/img/974875.png);
}

body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(3) ul li:nth-child(1) a:before {
  background-image: url(/man/file/img/974878.png);
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(3) ul li:nth-child(2) a:before {
  background-image: url(/man/file/img/976569.png);
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(3) ul li:nth-child(3) a:before {
  background-image: url(/man/file/img/976568.png);
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(3) ul li:nth-child(4) a:before {
  background-image: url(/man/file/img/974882.png);
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(3) ul li:nth-child(5) a:before {
  background-image: url(/man/file/img/974881.png);
}
body:not(.dev-mb) .cms-public .top_search_div .parts:nth-child(3) ul li:nth-child(6) a:before {
  background-image: url(/man/file/img/974877.png);
}
body:not(.dev-mb) .cms-public .top_search_div ul li a:after {
  font-size: 1rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #4A4A4A;
  content: "\f054";
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
  width: 17px;
  height: 17px;
}

.top_news_div {
  margin-top: -80px;
  padding-top: 40px;
  padding-bottom: 110px;
  background-color: var(--yellow-color1);
  border-radius: 60px 60px 0px 0px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/man/file/img/976852.png);
}
.cms-public .area3:not(.top_area3) .news_titlelist {
  margin-top: -30px;
}
.cms-public .news_titlelist .title-list .index {
  display: flex;
  justify-content: center;
  border: none;
  position: relative;
  z-index: 1;
}
.cms-public .news_titlelist .title-list .index ul::after {
  content: none;
}
.cms-public .news_titlelist .title-list .index li.active {
  border: none;
}
.cms-public .news_titlelist .title-list .index li.active a {
  color: #ffffff;
  background-color: #388609;
}

.cms-public .news_titlelist .title-list .index li {
  width: auto !important;
  background-color: #D0EAC0;
}
.cms-public .news_titlelist .title-list .index li:first-child {
  border-radius: 50px 0 0 50px;
}
.cms-public .news_titlelist .title-list .index li:last-child {
  border-radius: 0 50px 50px 0px;
}
.cms-public .news_titlelist .title-list .index li a {
  font-size: 1.25rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: var(--font-color1);
  padding: 15px 40px;
  border-radius: 50px;
  background-color: transparent;
}

.cms-public .news_titlelist .title-list .tab {
  width: calc(100% - 40px);
  border-radius: 30px;
  padding: 50px 20px;
  margin-top: -30px;
  background-color: #ffffff;
}
.cms-public .area3:not(.top_area3) .news_titlelist .title-list .tab {
  width: 100%;
  padding: 50px 0px;
}
.cms-public .area3:not(.top_area3) .news_titlelist .title-list .tab ul {
  width: 100%;
  padding: 20px 0px;
}
.dev-sp .cms-public .area3:not(.top_area3) .news_titlelist .title-list .tab ul {
  padding: 0px;
}

.cms-public .news_titlelist .title-list .tab ul.tile > li {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 200px 8rem minmax(0, 1fr);
  grid-template-rows: 3rem auto;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  align-items: center;
  padding: 20px;
  border: 1px solid #B8C8D9;
  border-radius: 20px;
  position: relative;
}
.cms-public .news_titlelist .title-list .tab ul.totaling.tile li time {
  grid-area: 1 / 2 / 2 / 3;
}
.cms-public .news_titlelist .title-list .tab ul.tile li .picture {
  grid-area: 1 / 1 / 3 / 2;
  width: 200px;
  height: 140px;
  border-radius: 10px;
  background-image: url(/man/file/img/958509.png);
  background-size: calc(100% - 30px) auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: none;
}
.cms-public .news_titlelist .title-list .tab ul.tile li .picture:not(:has(img)) {
  border: 1px solid #B8C8D9;
}
.dev-pc .cms-public .news_titlelist .title-list .tab ul.tile li .picture:not(:has(img)) {
  width: 198px;
  height: 138px;
}
.cms-public .news_titlelist .title-list .tab ul.tile li .belong {
  grid-area: 1 / 3 / 2 / 4;
  margin-left: -10px;
  display: unset;
  width: unset;
  padding: unset;
}
.cms-public .news_titlelist .title-list .tab ul.totaling.tile li .title {
  grid-area: 2 / 2 / 3 / 4;
  align-self: start;
}
.cms-public .news_titlelist .title-list .tab ul.totaling.tile li .title a {
  text-decoration: none;
  letter-spacing: 1px;
}
.cms-public .news_titlelist .title-list .tab ul.totaling.tile li .title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.news_titlelist_button {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 30px;
}
.news_titlelist_button a {
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  font-size: 1.25rem;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 15px 100px;
  border-radius: 50px;
  background-color: #FFA94D;
}
.news_titlelist_button a:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 20px;
  height: 16px;
  background-image: url(/man/file/img/971893.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_map_div {
  margin-top: -80px;
  margin-bottom: -80px;
  padding-top: 40px;
  padding-bottom: 130px;
  background-color: #EBFEDE;
  border-radius: 60px 60px 0px 0px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/man/file/img/978891.png);
}
.top_search_div > .div_tag,
.top_news_div > .div_tag,
.top_map_div > .div_tag {
  max-width: 1250px;
  margin: 0px auto;
}
.top_map_div figure {
  margin: 0px;
}
.top_map_div .image .block {
  display: flex;
  justify-content: space-around;
  column-gap: 10px;
  margin: 0px 0px 0px;
}

/* アイコン・英字付きh1 */
.area1_img_title {
  width: calc(100% - 40px) !important;
  margin: 25px 0px 60px 40px;
}
.area1_img_title .note {
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}
.area1_img_title .note > div:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;}
.area1_img_title .note > div:nth-child(1) figure {
  margin: 0px;
}
.area1_img_title .note > div:nth-child(1) figure img {
  width: 100px;
  vertical-align: bottom;
}
.area1_img_title .note > div:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  margin-top: -5px;
  margin-bottom: -5px;
}
body:not(.dev-mb) .cms-public .area1 .area1_img_title .heading h1 {
  margin: 0px;
  padding: 0px;
}
.area1_img_title .note > div:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}
.area1_img_title .note > div:nth-child(3) ul {
  margin: 0px;
}
.area1_img_title .note > div:nth-child(3) ul li {
  font-size: 0.9375rem;
  letter-spacing: 5px;
}

/* 配下ページ */
/* 知りたいことを探す */
.cms-public .search_list_area3 .title-list .index {
  border: none;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}
.cms-public .search_list_area3 .title-list .index li {
  flex: 1;
}
.cms-public .search_list_area3 .title-list .index li.active {
  border: none;
}
.cms-public .search_list_area3 .title-list .index li a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  letter-spacing: 2px;
  padding: 15px 0px;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 1rem;
}
.cms-public .search_list_area3 .title-list .index li.active a {
  color: #ffffff;
  background-color: var(--pink-color2);
}
.cms-public .search_list_area3 .title-list .tab ul.active {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.cms-public .search_list_area3 .title-list .tab ul.tile > li {
  width: calc((100% - 20px) / 2);
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: auto auto;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  align-items: center;
  padding: 20px;
  margin: 10px 0px;
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
}
.cms-public .search_list_area3 .title-list .tab ul.tile > li:nth-of-type(odd) {
  margin-right: 20px;
}

.cms-public .search_list_area3 .title-list .tab ul.tile li .picture {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
  width: 200px;
  height: 140px;
  border-radius: 10px;
  background-image: url(/man/file/img/958509.png);
  background-size: calc(100% - 30px) auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: none;
}
.cms-public .search_list_area3 .title-list .tab ul.tile li .picture:not(:has(img)) {
  border: 1px solid #B8C8D9;
}
.cms-public .search_list_area3 .title-list .tab ul.tile li .belong {
  grid-area: 2 / 2 / 3 / 3;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  place-self: end self-start;
}
.cms-public .search_list_area3 .title-list .tab ul.tile li .belong li {
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #E6E6E6;
}
.cms-public .search_list_area3 .title-list .tab ul.totaling.tile li .title {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}
.cms-public .search_list_area3 .title-list .tab ul.totaling.tile li .title a {
  text-decoration: none;
  letter-spacing: 1px;
}
.cms-public .search_list_area3 .title-list .tab ul.totaling.tile li .title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}



/* リンク */
.cms-public .area3:not(.top_area3) .list_style .list > figure > ul {
  width: 100% !important;
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 10px;
  row-gap: 10px;
}
.list_style ul li {
  width: calc((100% - 20px) / 2 );
}
.list_style ul li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 6rem;
  font-size: 1.375rem;
  text-decoration: none;
  color: var(--font-color2);
  border: 2px solid #F5F5F2;
  border-radius: 25px;
  padding: 20px 50px 20px 20px;
  position: relative;
  transition: 0.3s;
}
.list_style ul li a:hover,
.list_style ul li a:focus {
  border-color: var(--pink-color1);
  background-color: rgba(var(--pink-color1-1), var(--pink-color1-2), var(--pink-color1-3), 0.8);
  transition: 0.3s;
}
.list_style ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
  width: 28px;
  height: 28px;
  background-image: url(/man/file/img/958523.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body:not(.dev-mb) .cms-public .list_style .list li > img,
body:not(.dev-mb) .cms-public .list_style .list dt > img {
  margin-left: 0.3em;
  position: relative;
  top: -30px;
  left: 20px;
}

.cms-public .area3:not(.top_area3) .list_style_gogo-kuttuki .list > figure > ul {
  width: 100% !important
  margin: 0px;
  padding: 0px !important;
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
}
.dev-sp .cms-public .area3:not(.top_area3) .list_style_gogo-kuttuki .list > figure > ul {
  width: 100% !important;
  flex-wrap: wrap;
}
.list_style_gogo-kuttuki ul::after {
  content: none;
}
.list_style_gogo-kuttuki ul li {
  width: calc((100% - 30px) / 4);
}
.dev-sp .list_style_gogo-kuttuki ul li {
  width: 100%;
}
.list_style_gogo-kuttuki ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--gray-color);
  border-radius: 50px;
  padding: 10px 0px;
  position: relative;
}
.dev-sp .list_style_gogo-kuttuki ul li a {
  width: calc(100% - 20px);
  padding: 10px 10px 10px 10px;
}
.list_style_gogo-kuttuki ul li a:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
  width: 28px;
  height: 28px;
  background-image: url(/man/file/img/958523.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/* タイトルリスト（2列一覧表示） */
.cms-public .title_list_col2 .title-list .tab ul.active {
  width: 100% !important;
  margin: 0;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  column-gap: 10px;
  row-gap: 10px;
}
.cms-public .title_list_col2 .title-list .tab ul li {
  width: calc((100% - 20px) / 2);
  border: none;
  padding: 0px;
}
.cms-public .title_list_col2 .title-list .tab ul li span {
  height: 100%;
  display: flex;
  position: relative !important;
  margin: 0px !important;
}
.cms-public .title_list_col2 .title-list .tab ul li span a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 6rem;
  font-size: 1.375rem;
  text-decoration: none;
  color: var(--font-color2);
  border: 2px solid #F5F5F2;
  border-radius: 25px;
  padding: 20px 50px 20px 20px;
  position: relative;
  transition: 0.3s;
}
.cms-public .title_list_col2 .title-list .tab ul li span a:hover,
.cms-public .title_list_col2 .title-list .tab ul li span a:focus {
  border-color: var(--pink-color1);
  background-color: rgba(var(--pink-color1-1), var(--pink-color1-2), var(--pink-color1-3), 0.8);
  transition: 0.3s;
}
.cms-public .title_list_col2 .title-list .tab ul li span a:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
  width: 28px;
  height: 28px;
  background-image: url(/man/file/img/958523.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.title_list_simple ul {
  width: 100% !important;
  padding: 0px !important;
}
.title_list_simple ul li {
  display: flex !important;
  flex-direction: column;
  padding: 10px !important;
  border-bottom: 1px solid var(--gray-color);
}
.dev-sp .title_list_simple ul li {
  padding: 10px 30px 10px 0px !important;
}
.title_list_simple ul li:not(.no-data)::before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
  width: 28px;
  height: 28px;
  background-image: url(/man/file/img/958521.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
  transform: rotate(-90deg);
}
.dev-sp .title_list_simple ul li:not(.no-data)::before {
  right: 0px;
}
.cms-public .title_list_simple .title-list .tab ul.totaling li time {
  position: relative;
  margin: 0;
}
.cms-public .title_list_simple .title-list .tab ul.totaling li .title {
  position: relative;
  margin: 5px 0px;
  display: block;
}


.div_gogo-kuttuki_kosodate .div_tag {
  display: flex;
  align-items: stretch;
  column-gap: 30px;
  row-gap: 10px;
}
.dev-sp .div_gogo-kuttuki_kosodate .div_tag {
  flex-wrap: wrap;
}
.div_gogo-kuttuki_kosodate .parts:nth-child(1) {
  width: calc(60% - 50px);
  background-color: #FAFAFC;
  border-radius: 20px;
  padding: 10px;
}
.dev-sp .div_gogo-kuttuki_kosodate .parts:nth-child(1) {
  width: 100%;
}
.div_gogo-kuttuki_kosodate .parts:nth-child(1) .note {
  display: flex;
  align-items: center;
}
.dev-sp .div_gogo-kuttuki_kosodate .parts:nth-child(1) .note {
  display: block;
}
.div_gogo-kuttuki_kosodate .parts:nth-child(1) .note .block:nth-child(1) {
  width: 325px;
}
.div_gogo-kuttuki_kosodate .parts:nth-child(2) {
  width: calc(40% - 20px);
  background-color: #FAFAFC;
  border-radius: 20px;
  padding: 10px;
}
.dev-sp .div_gogo-kuttuki_kosodate .parts:nth-child(2) {
  width: 100%;
}
.div_gogo-kuttuki_kosodate .parts:nth-child(2) .note {
  height: 100%;
  display: flex;
  align-items: center;
}


.btn_pink {
  margin-top: 30px;
}
.cms-public .area3:not(.top_area3) .btn_pink .list > figure > ul {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px;
  display: flex;
  justify-content: center;
}
.btn_pink ul li {
  display: flex;
}
.btn_pink ul li a {
  text-decoration: none;
  padding: 15px 60px 15px 30px;
  border: 2px solid var(--pink-color2);
  border-radius: 50px;
  position: relative;
}
.btn_pink ul li a::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 20px;
  height: 16px;
  background-image: url(/man/file/img/971893.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cms-public .contact {
  background-color: #fafafc;
  border: none;
  border-radius: 20px;
  padding: 20px;
}

.cms-public .title-list .paging a,
.cms-public #csv-body .paging a {
  min-width: 1rem;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  background-color: #ffffff;
}
.cms-public #csv-body .paging a {
  display: inline-block;
  border: 1px solid #ccc;
  margin: 3px;
}
.cms-public .title-list .paging span,
.cms-public #csv-body .paging span{
  display: block;
  padding: 4px 14px;
}
.dev-sp .cms-public .title-list .paging span,
.dev-sp .cms-public #csv-body .paging span{
  display: flex;
}
.cms-public .title-list .paging span.first,
.cms-public .title-list .paging span.prev,
.cms-public .title-list .paging span.page,
.cms-public .title-list .paging span.next,
.cms-public .title-list .paging span.last,
.cms-public #csv-body .paging span.first,
.cms-public #csv-body .paging span.prev,
.cms-public #csv-body .paging span.page,
.cms-public #csv-body .paging span.next,
.cms-public #csv-body .paging span.last {
  color: var(--font-color1);
}
.cms-public .title-list .paging a:has(.active),
.cms-public #csv-body .paging a:has(.active) {
  background-color: var(--pink-color2);
}
.cms-public .title-list .paging a:has(.active) strong,
.cms-public #csv-body .paging a:has(.active) strong {
  color: #ffffff;
}

.div_team-parenting_contents .div_tag {
  display: flex;
  flex-wrap: nowrap;
}
.dev-sp .div_team-parenting_contents .div_tag {
  flex-wrap: wrap;
}
.div_team-parenting_contents .div_tag ul {
  margin: 0px;
}

ul#favorite-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
  align-items: stretch;
}
ul#favorite-list::after {
  content: none;
}
ul#favorite-list li {
  width: calc((100% - 100px) / 2);
  min-height: 140px;
  background-color: #ffffff;
  border-radius: 15px;
  border: 1px solid #B8C8D9;
  padding: 10px 20px;
  position: relative;
  display: grid;
  grid-template-columns: 200px auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  align-items: stretch;
}
.dev-sp ul#favorite-list li {
  grid-template-columns: 150px auto;
  grid-template-rows: auto;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  align-items: stretch;
  width: 100%;
  min-height: 95px;
  padding: 10px;
}
ul#favorite-list li h1 {
  grid-area: 1 / 2 / 2 / 3;
  line-height: 1.1rem;
  margin: 10px 0px;
}
ul#favorite-list li h1 a {
  font-size: 1rem;
  text-decoration: none;
}
ul#favorite-list li h1 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
ul#favorite-list li img {
  grid-area: 1 / 1 / 2 / 2;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: fit-content;
  align-self: center;
}
.dev-sp ul#favorite-list li img {
  grid-area: 1 / 1 / 2 / 2;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.search_results .search {
  position: relative;
}
.search_results .search .search_text {
  border: 2px solid #767676;
  border-radius: 100px;
  background-color: #EFEFEF;
}
.search_results .search .search_result {
  position: absolute;
  top: 0px;
  right: 35px;
  width: 30px !important;
  height: 100%;
  font-size: 0em;
  padding-right: 1rem;
  border: none;
  background-color: transparent;
}
.search_results .search .search_result::after {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--font-color2);
  content: "\f002";
}
.search_results .search_output a {
  color: var(--pink-color2) !important;
}
.search_results .search_output .frame_item,
.search_results .search_output .category_item  {
  border-color: var(--pink-color2);
  border-radius: 5px;
}
.search_results .search_output .pagination .prev a,
.search_results .search_output .pagination .next a,
.search_results .search_output .pagination .first a,
.search_results .search_output .pagination .last a{
  color: #ffffff !important;
  background: var(--pink-color2);
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
}


/** スマホ **/
body.dev-sp:not(:has(.cms-preview)) {
  margin: 0px;
  background-image: url(/man/file/img/975607.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% auto;
}
.dev-sp .cms-public .page {
  width: 100% !important;
}

body:not(.dev-mb).dev-sp .cms-public .heading h1 {
  font-size: 2rem;
  padding: 10px 15px;
  margin: 0px 0px 20px;
}
body:not(.dev-mb).dev-sp .cms-public .area3 .heading h1 {
  font-size: 1.6rem;
  padding: 10px 0px 2rem 15px;
  margin: 9px;
}
body:not(.dev-mb).dev-sp .cms-public .heading h2 {
  font-size: 1.5rem;
  line-height: 1.7rem;
  padding: 10px 5px 10px 15px;
}
body:not(.dev-mb).dev-sp .cms-public .area1 .area1_title .heading h2 {
  font-size: 2rem;
  padding: 10px 15px;
  margin: 10px 0px 30px;
}

body:not(.dev-mb).dev-sp .cms-public .heading h3 {
  font-size: 1.3rem;
  padding: 8px 0px;
  margin: 15px 0px 10px;
}
body:not(.dev-mb).dev-sp .cms-public .heading h4 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  padding: 10px 0px 10px 25px;
}

.dev-sp .cms-public .area-group-2-3-4:not(:has(.top_area3)) {
  width: calc(100% - 20px);
  margin-top: 10px;
  padding: 25px 10px;
  border-radius: 30px 30px 0px 0px;
  background-size: 135% auto;
  background-position: top -35px center;
}
.dev-sp .cms-public .area3:not(.top_area3) {
  width: calc(100% - 20px);
  padding: 10px 10px;
  border-radius: 15px;
}
.dev-sp .cms-public .area3:not(.top_area3).search_list_area3 {
  width: 100%;
  padding: 0px 0px;
}

.dev-sp .h_logo{
  position: fixed;
  top: 5px;
  left: 0;
  z-index: 1000;
}
.dev-sp .h_logo,
.dev-sp .h_logo .block {
  width: auto;
}
.dev-sp .h_logo figure {
  margin: 10px;
}
.dev-sp .h_logo img {
  width: 150px !important;
}
.dev-sp .cms-public .parts.h_favorite {
  top: 33px;
  right: 125px;
}
/* 検索結果ページ */
.dev-sp .cms-public .area1:not(:has(.parts.h_search_btn)) .parts.h_favorite {
  right: 69px;
}
.dev-sp .cms-public .parts.h_favorite a {
  font-size: 0.6rem;
  color: #000000;
  padding: 35px 3px 10px;
  background-color: transparent;
  background-image: url(/man/file/img/975540.png);
  background-repeat: no-repeat;
  background-position: bottom -5px center;
  background-size: 70px 70px;
  box-shadow: none;
  position: relative;
}
.dev-sp .cms-public .parts.h_favorite a::before {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--font-color1);
  content: "\f02e";
  position: absolute;
  top: calc(50% - 22px);
  right: calc(50% - 18px);
  width: 27px;
  height: 27px;
}
.dev-sp .cms-public .parts.h_favorite a::after {
  font-size: 0.55rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  content: "\f005";
  position: absolute;
  top: calc(50% - 16px);
  right: calc(50% - 15px);
  width: 20px;
  height: 20px;
}

.dev-sp .cms-public .h_search_btn {
  position: fixed;
  top: 5px;
  right: 69px;
  width: auto;
  z-index: 1000;
}
.dev-sp .cms-public .h_search_btn ul {
  margin: 0px;
}
.dev-sp .cms-public .h_search_btn a {
  display: block;
  position: relative;
  font-size: 0px;
  width: 53px;
  height: 53px;
  background-color: #E67B81;
  border-radius: 100px;
}
.dev-sp .cms-public .h_search_btn a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  content: "\f002";
}

.dev-sp .cms-public .parts.h_menu {
  top: 5px;
  right: 10px;
}
.dev-sp .cms-public .parts.h_menu a {
  font-size: 0.7rem;
  letter-spacing: 1px;
  border-radius: 100px;
  padding: 13px 9px 26px 9px;
  box-shadow: 0px 15px 15px -20px #777777
}
.dev-sp .cms-public .parts.h_menu a:before {
  top: 32px;
  right: 19px;
  width: 15px;
  height: 3px;
}
.dev-sp .cms-public .parts.h_menu a:after {
  bottom: 11px;
  right: 19px;
  width: 15px;
  height: 3px;
}
/* メニューを開いた場合 */
body.is-open.dev-sp .cms-public .parts.h_menu a:before {
  top: 35px;
}
body.is-open.dev-sp .cms-public .parts.h_menu a:after {
  bottom: 15px;
}

.dev-sp .cms-public .parts.h_menu_contents .note > .block {
  width: unset;
  padding: 10px;
}
.dev-sp .cms-public .parts.h_menu_contents a.hmc_logo {
  width: 150px;
  margin-top: 5px;
  margin-left: 0px;
}
.dev-sp .cms-public .parts.h_menu_contents .hmc_search span,
.dev-sp .cms-public .parts.h_menu_contents .hmc_map span,
.dev-sp .cms-public .parts.h_menu_contents .hmc_favorite,
.dev-sp .cms-public .parts.h_menu_contents .hmc_news {
  width: calc(100% - 26px);
  margin: 0px;
}
.dev-sp .cms-public .parts.h_menu_contents .hmc_search > ul,
.dev-sp .cms-public .parts.h_menu_contents .hmc_map > ul,
.dev-sp .cms-public .parts.h_menu_contents .hmc_links > ul {
  margin: 0px 10px;
}
.dev-sp .cms-public .parts.h_menu_contents .hmc_search,
.dev-sp .cms-public .parts.h_menu_contents .hmc_map,
.dev-sp .cms-public .parts.h_menu_contents .hmc_favorite,
.dev-sp .cms-public .parts.h_menu_contents .hmc_news {
  margin-top: 10px;
  margin-bottom: 10px;
}
.dev-sp .cms-public .parts.h_links {
  width: 100%;
  right: 0px;
  bottom: 10px;
}
.dev-sp .cms-public .parts.h_links > .note {
  display: flex;
  justify-content: center;
}
.dev-sp .cms-public .parts.h_links img {
  width: auto !important;
  height: 60px !important;
}
.dev-sp .h_breadcrumb {
  width: calc(100% - 20px) !important;
  margin: 75px 10px 0px;
}


/* 検索パーツ */
.cms-public .parts.h_search_contents {
  opacity: 0;
  transition: 0.3s;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: var(--pink-color1);
  z-index: -1;
  overflow-y: auto;
}
.cms-public .parts.h_search_contents .search {
  width: 80%;
  margin: 150px 0px 0px;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cms-public .parts.h_search_contents .search > input {
  width: 100% !important;
  height: 3rem;
  font-size: 1rem;
  padding-right: 3rem;
  border: 2px solid #767676;
  border-radius: 100px;
  background-color: #EFEFEF;
}
.cms-public .parts.h_search_contents .search > button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3rem !important;
  height: 100%;
  font-size: 0em;
  padding-right: 1rem;
  border: none;
  background-color: transparent;
}
.cms-public .parts.h_search_contents .search > button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: var(--font-color2);
  content: "\f002";
  transition: 0.3s;
}

/* 検索パーツ 開いた場合 */
body.is-search-open .cms-public .h_search_btn {
  z-index: 3000;
}
body.is-search-open .cms-public .h_search_btn a::before {
  content: "\f00d";
}
body.is-search-open .cms-public .parts.h_search_contents {
  opacity: 1;
  z-index: 2000;
}


/* フッター */
.dev-sp .cms-public .f_div {
  border-radius: 30px 30px 0px 0px;
  background-size: 100% auto;
}

.dev-sp .cms-public .f_QA_HPlinks {
  width: calc(100% - 20px);
  margin: unset;
  padding: 25px 10px 0px;
  box-sizing: unset;
}
.dev-sp .f_QA_HPlinks figure {
  margin: 0px;
}
.dev-sp .cms-public .f_QA_HPlinks .note > .block:nth-child(2) ul {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.dev-sp .cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(5) {
  margin: 10px 0 0 0;
  padding: 0 10px;
}
.dev-sp .cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(6) {
  margin: 0;
  padding: 0 10px;
}
.dev-sp .cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(5) a,
.dev-sp .cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(6) a {
  width: 100%;
}

.dev-sp .f_related_links {
  width: calc(100% - 20px) !important;
  padding: 20px 10px 40px;
  border-radius: 30px 30px 0px 0px;
}
.dev-sp .f_related_links .f_links_block .block {
  flex-wrap: wrap;
  row-gap: 10px;
  margin: 0px 0px 20px;
}
body:not(.dev-mb).dev-sp  .cms-public .f_related_links h2 {
  font-size: 1.5rem;
}
.dev-sp .f_related_links .f_subtitle ul li {
  margin-bottom: 10px;
}
.dev-sp .f_related_links figure {
  margin: 0px 10px;
}
.dev-sp .f_related_links .f_related_links_block .image {
  display: block;
}
.dev-sp .f_related_links .f_related_links_block .image > .block {
  display: block;
}

.dev-sp .f_links_copyright {
  width: calc(100% - 20px) !important;
  padding: 30px 10px 100px;
/*
  background-image: url(/man/file/img/975607.png);
*/
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-color: var(--pink-color1);
}
.dev-sp .f_links_copyright ul {
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 20px;
}
body:not(.dev-mb).dev-sp .cms-public .f_links_copyright .sentence p {
  text-align: center;
}


/* トップ */
.dev-sp .top_slider {
  margin-top: 70px;
}
.dev-sp .top_slider .slick-dotted.slick-slider {
  padding-bottom: 30px;
}
.dev-sp .top_slider .slick-dots li {
  width: 60px;
  height: 30px;
  margin: 0px 8px;
}
.dev-sp .top_slider .slick-dots li img {
  border-radius: 5px;
}

.dev-sp .top_slider .slick-prev {
  top: 40%;
  left: 5px;
}
.dev-sp .top_slider .slick-next {
  top: 40%;
  right: 5px;
}
.dev-sp .top_slider .slick-prev,
.dev-sp .top_slider .slick-prev:hover,
.dev-sp .top_slider .slick-prev:focus,
.dev-sp .top_slider .slick-next,
.dev-sp .top_slider .slick-next:hover,
.dev-sp .top_slider .slick-next:focus {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0px 20px 20px -25px #777777;
  z-index: 10;
}
.dev-sp .top_slider .top_slide_button {
  left: 50%;
  bottom: 0;
}

.dev-sp .top_scroll {
  display: none;
}
.dev-sp .top_search_div {
  width: calc(100% - 20px) !important;
  padding: 10px 10px 100px;
  border-radius: 30px 30px 0px 0px;
  background-image: url(/man/file/img/978899.png);
}
body:not(.dev-mb).dev-sp .cms-public .top_search_div .heading:has(h2),
body:not(.dev-mb).dev-sp .cms-public .top_news_div .heading:has(h2),
body:not(.dev-mb).dev-sp .cms-public .top_map_div .heading:has(h2) {
  height: 3rem;
}
body:not(.dev-mb).dev-sp .cms-public .top_search_div .heading h2,
body:not(.dev-mb).dev-sp .cms-public .top_news_div .heading h2,
body:not(.dev-mb).dev-sp .cms-public .top_map_div .heading h2 {
  font-size: 1.5rem;
}
body:not(.dev-mb).dev-sp .cms-public .top_search_div .heading h2:before,
body:not(.dev-mb).dev-sp .cms-public .top_news_div .heading h2:before,
body:not(.dev-mb).dev-sp .cms-public .top_map_div .heading h2:before {
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  right: -40px;
}
.dev-sp .sub_title ul li {
  padding: 0px 10px 10px;
  margin-bottom: 10px;
}
.dev-sp .sub_title ul li:before,
.dev-sp .sub_title ul li:after {
  top: calc(50% + -0.5rem);
}

body:not(.dev-mb).dev-sp .cms-public .top_search_div .heading:has(h3) {
  margin-left: 15px;
}
.dev-sp .top_search_div .parts:nth-child(2) {
  width: calc(100% - 20px);
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 15px 10px 10px;
  border-radius: 20px;
}
.dev-sp .top_search_div .parts:nth-child(3) {
  width: calc(100% - 20px);
  padding: 15px 10px 10px;
  border-radius: 20px;
}
body:not(.dev-mb).dev-sp .cms-public .top_search_div .parts:nth-child(2) ul,
body:not(.dev-mb).dev-sp .cms-public .top_search_div .parts:nth-child(3) ul {
  margin: 10px 0px 0px;
}
body:not(.dev-mb).dev-sp .cms-public .top_search_div .parts:nth-child(3) ul li {
  width: calc(50% - 5px);
}
body:not(.dev-mb).dev-sp .cms-public .top_search_div ul li a {
  font-size: 1rem;
  letter-spacing: 0px;
  height: 3rem;
  padding: 10px 6px 10px 67px;
}
body:not(.dev-mb).dev-sp .cms-public .top_search_div ul li a:before {
  width: 55px;
  height: 55px;
  top: calc(50% - 27px);
  right: unset;
  left: 13px;
}
body:not(.dev-mb).dev-sp .cms-public .top_search_div ul li a:after {
  content: none;
}

.dev-sp .top_news_div {
  width: calc(100% - 20px) !important;
  padding: 10px 10px 100px;
  border-radius: 30px 30px 0px 0px;
  background-image: url(/man/file/img/978903.png);
}
.dev-sp .top_news_div figure {
  margin: 0px;
}


.dev-sp .cms-public .news_titlelist .title-list .index {
  overflow-x: scroll;
  max-width: calc(100vw - 70px);
  padding: 0px 30px;
  margin-left: -10px;
  white-space: nowrap;
  display: block;
}
.dev-sp .cms-public .top_area3 .news_titlelist .title-list .index {
  max-width: calc(100vw - 60px);
}
.dev-sp .cms-public .news_titlelist .title-list .index li a {
  font-size: 1.05rem;
}
.dev-sp .cms-public .top_news_div .news_titlelist .title-list .tab {
  width: calc(100% - 20px);
  border-radius: 20px;
  padding: 50px 10px;
}
.dev-sp .cms-public .news_titlelist .title-list .tab {
  width: 100%;
  border-radius: 20px;
  padding: 50px 0px;
}
.dev-sp .cms-public .news_titlelist .title-list .tab ul {
  width: 100%;
  padding: 0px;
}
.dev-sp .cms-public .news_titlelist .title-list .tab ul.tile > li {
  width: calc(100% - 4px);
  grid-template-columns: 150px auto;
  grid-template-rows: auto;
  row-gap: 5px;
  column-gap: 15px;
  align-items: start;
  padding: 15px 0px 15px;
  border: none;
  border-bottom: 1px solid #E2E2E2;
  border-radius: unset;
}
.dev-sp .news_titlelist_button {
  margin-bottom: 10px;
}

.dev-sp .cms-public .news_titlelist .title-list .tab ul.totaling.tile li time {
  grid-area: 1 / 2 / 2 / 3;
}
.dev-sp .cms-public .news_titlelist .title-list .tab ul.tile li .picture {
  grid-area: 1 / 1 / 4 / 2;
  width: 150px;
  height: 95px;
  background-size: calc(100% - 10px) auto;
}
.dev-sp .cms-public .news_titlelist .title-list .tab ul.tile li .belong {
  grid-area: 2 / 2 / 3 / 3;
  margin-left: 0px;
}
.dev-sp .cms-public .news_titlelist .title-list .tab ul.tile li .belong li {
  font-size: 0.8rem !important;
}
.dev-sp .cms-public .news_titlelist .title-list .tab ul.totaling.tile li .title {
  grid-area: 3 / 2 / 4 / 3;
}

.dev-sp .top_map_div {
  width: calc(100% - 20px) !important;
  margin-bottom: -45px;
  padding: 10px 10px 70px;
  border-radius: 30px 30px 0px 0px;
  background-image: url(/man/file/img/978901.png);
}
.dev-sp .top_map_div .image .block {
  flex-wrap: wrap;
  row-gap: 10px;
}

/* アイコン・英字付きh1 */
.dev-sp .area1_img_title {
  width: calc(100% - 10px) !important;
  margin: 5px 5px 25px 5px;
}
.dev-sp .area1_img_title .note {
  grid-template-columns: 70px auto;
}
.dev-sp .area1_img_title .note > div:nth-child(1) figure img {
  width: 70px;
}
.dev-sp .area1_img_title .note > div:nth-child(2) h1 {
  line-height: 2.5rem;
}
.dev-sp .area1_img_title .note > div:nth-child(2) h1 span {
  word-wrap: break-word;
}


/* 知りたいことを探す */
.dev-sp .cms-public .search_list_area3 .title-list .index {
  width: calc(100% + 10px);
  overflow-x: scroll;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.dev-sp .cms-public .search_list_area3 .title-list .index li {
  width: unset !important;
}
.dev-sp .cms-public .search_list_area3 .title-list .index li a {
  width: calc(100% - 30px);
  padding: 10px 15px;
}

.dev-sp .cms-public .search_list_area3 .title-list .tab ul.tile > li {
  width: 100%;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  grid-template-columns: 150px auto;
  row-gap: 10px;
}
.dev-sp .cms-public .search_list_area3 .title-list .tab ul.tile > li:nth-of-type(odd) {
  margin: 0px 0px 10px 0px;
}
.dev-sp .cms-public .search_list_area3 .title-list .tab ul.tile li .picture {
  grid-area: 1 / 1 / 2 / 2;
  width: 150px;
  height: 95px;
  background-size: calc(100% - 10px) auto;
}
.dev-sp .cms-public .search_list_area3 .title-list .tab ul.tile li .belong {
  grid-area: 2 / 1 / 3 / 3;
  column-gap: 5px;
  row-gap: 5px;
}
.dev-sp .cms-public .search_list_area3 .title-list .tab ul.totaling.tile li .title {
  grid-area: 1 / 2 / 2 / 3;
}


/* リスト */
.dev-sp .list_style ul li {
  width: 100% !important;
  position: relative;
}
.dev-sp .list_style ul li a {
  padding: 1rem 45px 1rem 1rem;
  min-height: 2rem;
  border-radius: 15px;
}
body:not(.dev-mb).dev-sp .cms-public .list_style .list li > img:nth-child(2) {
  position: absolute;
  bottom: 5px;
  top: unset;
  left: 15px;
}
body:not(.dev-mb).dev-sp .cms-public .list_style .list li > img:nth-child(3) {
  position: absolute;
  bottom: 5px;
  top: unset;
  left: 35px;
}

.dev-sp .cms-public .title_list_col2 .title-list .tab ul li {
  width: 100%;
}
.dev-sp .cms-public .title_list_col2 .title-list .tab ul li span a {
  padding: 1rem 45px 1rem 1rem;
  min-height: 2rem;
  border-radius: 15px;
}


/* ブラウザで200%に拡大時の崩れ修正（アクセシビリティ対応） */
@media (max-width: 1100px) {
  /* ヘッダー */
  .dev-pc .cms-public .parts.h_favorite {
    top: 3.5em;
    right: 8.5em;
    transform: scale(0.7);
    transform-origin: bottom right;
  }
  .dev-pc .cms-public .parts.h_menu {
    top: 1.2em;
    transform: scale(0.7);
    transform-origin: bottom right;
  }

  /* トップ */
  /* 知りたいことを探す */
  body.dev-pc  .cms-public .top_search_div ul li a {
    padding: 15px 22px 15px calc(20% + 10px);
    font-size: 1rem;
  }
  body.dev-pc  .cms-public .top_search_div ul li a:before {
    width: 20%;
    height: 100%;
    background-size: 100%;
    top: unset;
    left: 10px;
  }

  /* お知らせ */
  .dev-pc .cms-public .news_titlelist .title-list .tab ul.tile > li {
    grid-template-columns: 40% 8em minmax(0, 1fr);
    height: 180px;
    font-size: 0.8rem;
    grid-column-gap: 10px;
  }
  .dev-pc .cms-public .news_titlelist .title-list .tab ul.tile li .picture,
  .dev-pc .cms-public .news_titlelist .title-list .tab ul.tile li .picture:not(:has(img)) {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 200 / 140;
    height: auto;
  }
  .dev-pc .cms-public .news_titlelist .title-list .tab ul.tile li .belong {
    transform: scale(0.6);
    transform-origin: center left;
  }
  .dev-pc .cms-public .news_titlelist .title-list .tab ul.tile li .belong li {
    white-space: nowrap;
  }

  /* 子育て支援の皆さまへ～徳島県 子ども・若者総合相談 */
  .dev-pc .cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(3) a,
  .dev-pc .cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(4) a {
    padding-right: 50px;
    font-size: 0.8em;
  }
  .dev-pc .cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(5) a,
  .dev-pc .cms-public .f_QA_HPlinks .note > .block:nth-child(2) li:nth-of-type(6) a {
    transform: scale(0.8);
  }
  
  /* フッター */
  .dev-pc .cms-public .f_links_copyright {
    transform: scale(0.8);
    transform-origin: bottom left;
  }
  .dev-pc .cms-public .parts.h_links {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
}