/*-------------  searchform2026.css  -------------------------------------*/

@charset "UTF-8";


.article-content .search {
   display: flex;
}
.article-content .search .search_text {
    height: 50px;
    border: 1px solid var(--txt-accent);
    border-radius: 10px;
}
.article-content .search .search_result {
    font-size: 1.1rem;
    display: block;
    height: 50px;
    width: auto !important;
    margin-left: -10px;
    background-color: var(--txt-accent);
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    position: relative;
    padding: 0.5em 1em;
    font-family: var(--font-base);
}
.article-content .search_input_core {
    max-width: unset;
}
.article-content .search .search_text {
    border: 1px solid var(--txt-accent);
}
.article-content .search_detail_open_close {
    font-size: 1.3rem;
    margin: 2em 0 0;
}
.article-content .search_detail_open_close a.open_search_detail_button,
.article-content .search_detail_open_close a.close_search_detail_button {
    color: var(--txt-accent);
    text-decoration: none;
    text-align: left;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-content .search_detail_open_close a.open_search_detail_button {
    border-radius: 15px;
    border: 1px solid;
}
.article-content .search_detail_open_close a.close_search_detail_button {
    border-radius: 15px 15px 0 0;
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
}
.article-content .search_detail_open_close a.open_search_detail_button:after,
.article-content .search_detail_open_close a.close_search_detail_button:after {
    width: 30px;
    height: 30px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.article-content .search_detail_open_close a.open_search_detail_button:after {
    background-image: url("/file/img/1038427.svg");
}
.article-content .search_detail_open_close a.close_search_detail_button:after {
    background-image: url("/file/img/1038426.svg");
}
.article-content .search_frame {
    border-left: 1px solid var(--txt-accent);
    border-right: 1px solid var(--txt-accent);
    border-bottom: 1px solid var(--txt-accent);
    border-radius: 0 0 15px 15px;
}
.article-content .search_frame_centered {
    padding: 1em 2em 3em;
    display: block;
}
.search_frame_title {
    font-size: 1.2rem;
    text-align: left;
    position: relative;
    letter-spacing: 0.1em;
    font-family: var(--font-accent);
    padding: 0.5em 0.5em 0.5em 1em;
    color: var(--basic-color);
    font-weight: bold;
}
.search_frame_title:before {
    content: "";
    width: 7px;
    display: block;
    height: 30px;
    background: var(--btn-color);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 5px;
}
.cms-public .search_frame_fieldset {
    display: block;
    max-width: 100%;
    box-sizing: border-box;
    padding: 1em 2em;
    border-color: var(--basic-color);
    margin-bottom: 3em;
    margin-top: 1em;
    border-style: solid;
}
.cms-public legend label {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--basic-color);
}
.cms-public .search_frame_category_fieldset {
    width: 100%;
    box-sizing: border-box;
    border: none;
    margin-bottom: 2em;
}
.cms-public .search_category_list {
    width: auto;
    height: auto;
    border-radius: 5px;
    border: 1px solid #60463B;
    margin-top: 1em;
    padding: 1em 0 0.5em 1em;
    margin-bottom: 0;
}
.cms-public .search_category_list li {
    width: auto;
    margin-right: 1em;
}
input[type="checkbox"] {
    transform: scale(1.5);
    margin: 15px;
    cursor: pointer;
}
.search_frame_category_fieldset input[type="text"] {
    padding: 1em;
    width: 50%;
    display: block;
    margin: 1em 0;
}
.article-content .search .center_position {
    width: 30% !important;
    margin: auto;
    border-radius: 30px;
}
.cms-public .menu-group > ul > li {
		display: block;
    border: none;
    background: transparent;
    margin-bottom: 3em;
}
.cms-public .menu-group > ul > li a,
.cms-public .list dl dt a {
    font-size: 1.2rem;
    color: var(--basic-color);
    position: relative;
    line-height: 1.8;
    display: block;
    text-align: left;
    text-decoration: underline;
    box-sizing: border-box;
}
.cms-public .list dl dt {
    font-size: 1.2rem;
    font-weight: bold;
}
.cms-public .menu-group > ul > li a:after,
.cms-public .list dl dt a:after {

}
.cms-public .menu-group > ul > li > ul {
    width: 90%;
    padding: 0;
    box-sizing: border-box;
    margin: 1em auto;
}
.cms-public .menu-group > ul > li > ul > li {
    width: 25%;
    margin-bottom: 1em;
}
.cms-public .menu-group > ul > li > ul li a {
    border: none;
    font-size: 1.2em;
    font-weight: normal;
    padding: 0;
}
.cms-public .menu-group > ul > li > ul li a:after {
    content: none;
}
.cms-public .menu-group > ul > li a:hover,
.cms-public .menu-group > ul > li > ul li a:hover,
.cms-public .menu-group > ul > li a:hover,
.cms-public .list dl dt a:hover {
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    color: var(--txt-accent);
}

.article-content .menu-group {
    margin-top: 3em;
}
.cms-public .article-content .list dl dt {
    margin-bottom: 0;
}
.cms-public .article-content .list dl dd {
    margin-bottom: 1.5em;
    padding-left: 1em;
}


.search_detail_link.detail_link {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 2.5em;
}
.search_detail_link.detail_link a {
    background: var(--btn-color);
    padding: 0.5em 2em;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.search_detail_link.detail_link a:hover {
    color: var(--basic-color);
    animation: hover-anime 0.9s both;
}
@keyframes hover-anime {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

body.dev-sp .article-content .search_frame_centered {
    padding: 1em;
}
body.dev-sp .cms-public .search_frame_fieldset,
body.dev-sp .cms-public .search_frame_category_fieldset,
body.dev-sp .cms-public .search_category_list {
    padding: 0.5em;
}
body.dev-sp input[type="checkbox"] {
    margin: 10px;
}
body.dev-sp .cms-public .search_category_list {
    margin-top: 0;
}
body.dev-sp .cms-public .search_frame_fieldset {
    margin-bottom: 2em;
}
body.dev-sp .search_frame_category_fieldset input[type="text"] {
    width: 100%;
}
body.dev-sp .article-content .search .center_position {
    width: 50% !important;
}
body.dev-sp .cms-public .menu-group > ul > li > ul > li {
    width: 50%;
}
body.dev-sp .cms-public .article-content .list dl dd {
    margin: 0 0 1.5em;
}
body.dev-sp .cms-public .list dl dt a {
    font-size: 1.1em;
}