@charset "utf-8";
/**
検索条件エリアのCSS
*/
.seracharea {
    margin-bottom: 60px;
}
#searchopen {
    width: 40%;
    max-width: 340px;
    display: block;
    margin: 80px auto 20px;
    border: none;
    padding: 15px 0;
    background-color: #145ab4;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    position: relative;
}
#searchopen img {
    width: 20%;
    margin: auto;
}
#searchopen::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 5%;
    top: calc(50% - 9px);
    transform: rotate(45deg);
}
#searchopen.open::before {
    top: calc(50% - 5px);
    transform: rotate(-135deg);
}
.search-container {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    display: none;
}
.search-container * {
    box-sizing: border-box;
}
.search-left {
    order: 1;
}
.search-right {
    order: 2;
}
.search-total-block {
    order: 3;
}
.search-container .wrap {
    width: 100%;
    margin: 30px auto 0;
    /* background: #DEEDF6; */
}
.search-container .search-body {
    overflow: hidden;
    padding-top: 40px;
    border-radius: 30px;
    background: #e7eef7;
}
.search-container .search-body h3 {
    font-size: 30px;
    font-feature-settings: "pkna";
    line-height: 1.2;
}
.search-container .search-body h4 {
    display: inline-block;
    margin: 0 0 10px;
    font-size: 16px;
    font-feature-settings: "pkna";
    line-height: 1.2;
    vertical-align: middle;
    color: #031b51;
    font-weight: 700;
}
.search-container .search-body h3::before, .search-container .search-body h4::before {
    content: "";
    display: none;
    margin-right: 3px;
    width: 25px;
    height: 25px;
    vertical-align: -6px;
    background: url(/shingaku/pushappuniv/list/images/search_icon.svg) center center no-repeat;
    background-size: contain;
}
.search-container .search-body input[type="text"], .search-container .search-body input[type="date"] {
    font-size: 16px;
    border-radius: 5px;
}
.search-name-box input::placeholder {
    color: #999 !important;
}
.search-container .search-body input[type="text"]:focus, .search-container .search-body input[type="date"]:focus {
    outline: none;
}
.search-container .search-body input[type="checkbox"] {
    display: none;
}
.search-container .search-body label {
    display: block;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
}
.search-container .search-body button {
    font-weight: bold;
    border: none;
    transition: all .2s;
}
.search-container .search-body button:focus {
    outline: none;
}
.search-container .search-body ul {
    padding-left: 0;
}
.search-container .search-body ul li {
    list-style: none;
}
.search-container input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.search-container input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
.search-container input[type="date"]::-webkit-input-placeholder {
    visibility: hidden !important;
}
.search-container .search-name-block {
    margin: 0 auto 50px;
    width: 100%;
}
.search-container .search-name-block input[type="text"] {
    padding: 10px;
    width: 100%;
    line-height: 1.5;
    border-radius: 6px;
    margin-right: 5px;
    background: #fff;
}
.search-container .search-name-block input[type="text"]::placeholder {
    color: #ccc;
}
.search-container .search-name-block button {
    float: left;
    height: 44px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    background: #000;
    border-radius: 5px;
    white-space: no-wrap;
    padding-left: 20px;
    padding-right: 20px;
}
.search-container .search-name-block button::first-letter {
    letter-spacing: .2em;
}
.search-container .search-date-block {
    margin: 0 auto 74px;
    padding: 0;
    width: 480px;
}
.search-container .search-date-block .search-date-tl {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: 25px;
}
.search-container .search-date-block .search-date-tl h4, .search-container .search-date-block .search-date-tl .note {
    margin: 0;
}
.search-date-tl .note {
    font-size: 15px;
    margin-top: 10px !important;
}
.search-container .search-date-block button {
    display: inline-block;
    padding: 0.8em .5em .6em;
    color: #145ab4;
    font-size: 15px;
    line-height: 1;
    vertical-align: top;
    background: #fff;
    border: 2px solid #145ab4;
    border-radius: 6px;
}
.search-container .search-date-block .one-week-btn {
    margin-top: -5px;
    margin-left: 10px;
}
.search-container .search-date-block .search-date-body {
    font-size: 20px;
}
.search-container .search-date-block input[type="text"] {
    margin: 2px;
    width: 157px;
    height: 40px;
}
.search-container .search-date-block input[type="text"]:focus {
    border-color: #145ab4;
}
.search-container .search-date-block .clear-btn {
    margin-top: 2px;
    margin-left: 18px;
    padding: .7em 1em .6em;
}
.search-container .search-other-block {
    margin: 0 auto 0;
    max-width: 830px;
    min-height: 280px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-container .search-other-block .search-area-head {
    margin-bottom: 8px;
}
.search-container .search-other-block .search-area-head h4, .search-container .search-other-block .search-area-head button {
    display: inline-block;
    vertical-align: top;
}
.search-container .search-other-block .search-area-head h4 {
    margin-right: .3em;
    margin-bottom: 0;
}
.search-container .search-other-block .search-area-head button {
    margin-top: -0.4em;
    position: relative;
    z-index: 10;
}
.search-right, .search-left {
    width: 45%;
}
#search_mod_map {
    width: 100%;
}
#search_mod_map .search-area-block {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}
div.search-area-block > div.search-area-box {
    margin: -56px 0 0 20px;
    width: 410px;
}
.search-container .search-other-block .area-map {
    position: relative;
    margin: 0;
    margin-top: -45px;
    padding-bottom: 67%;
    width: 100%;
}
.search-container .search-other-block .area-map .cover {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}
.search-container .search-other-block .area-map .area-btn {
    position: absolute;
    background: #e7eef7;
}
.search-container .search-other-block .area-map .area-btn span {
    line-height: 1.2;
}
.search-container .search-other-block .area-map .area01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 27.5%;
    height: 32.8%;
    background: #fff;
    border-radius: 6px;
}
.search-container .search-other-block .area-map .area01, .search-container .search-other-block .area-map .area-btn label {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
}
.search-container .search-other-block .area-map .area01 label {
    width: 100%;
    height: 100%;
}
.area-map .area01 label span {
    position: absolute;
    right: 24px;
    top: calc(50% - 0.6em);
    font-size: 14px;
}
.search-container .search-other-block .area-map .area01.off label {
    pointer-events: none;
}
.search-container .search-other-block .area-map #area02 {
    top: 37%;
    right: 0;
    width: 27.5%;
    height: 30%;
}
.search-container .search-other-block .area-map #area02 span {
    text-indent: 16px;
    border-radius: 6px 6px 0 0;
}
.search-container .search-other-block .area-map #area03 {
    bottom: 0;
    right: 0;
    width: 22%;
    height: 31.6%;
}
.search-container .search-other-block .area-map #area03 span {
    border-radius: 0 0 6px 0;
}
.search-container .search-other-block .area-map #area04 {
    bottom: 0;
    left: 58%;
    width: 18.8%;
    height: 21.4%;
}
.search-container .search-other-block .area-map #area04 span {
    border-radius: 0;
}
.search-container .search-other-block .area-map #area05 {
    top: 55.0%;
    left: 58%;
    width: 20%;
    height: 22.4%;
    padding-top: 1.2%;
    padding-right: 1.0%;
    box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
}
.search-container .search-other-block .area-map #area05 span {
    border-radius: 0;
    line-height: 1.2em;
}
.search-container .search-other-block .area-map #area06 {
    bottom: 0;
    left: 41%;
    width: 16%;
    height: 43.4%;
}
.search-container .search-other-block .area-map #area06 span {
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 6px;
}
.search-container .search-other-block .area-map #area07 {
    bottom: 23.4%;
    left: 19%;
    width: 20.9%;
    height: 20%;
}
.search-container .search-other-block .area-map #area07 span {
    border-radius: 6px 0 0 6px;
}
.search-container .search-other-block .area-map #area08 {
    left: 19%;
    bottom: 0;
    width: 19%;
    height: 18.6%;
    padding-top: 0;
    padding-right: 0;
    border-radius: 6px;
}
.search-container .search-other-block .area-map #area09 {
    left: 0;
    bottom: 0;
    width: 16%;
    height: 42.8%;
}
.search-container .search-other-block .area-map .area-btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
    line-height: 1;
}
.search-container .search-other-block .area-map #area09 span {
    line-height: 1.2;
}
.search-container .search-other-block .area-map .all-checked .area-btn span {
    background: #145ab4;
}
.search-container .search-other-block .area-map .checked .area-btn span {
    background: #145ab4;
    color: #fff;
}
.search-container .search-other-block .area-map .area-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    background: #fff;
    border: 3px solid #145ab4;
    border-radius: 6px;
    text-align: center;
}
.search-container .search-other-block .area-map .area-box .btns {
    padding: 20px;
    border-top: 1px solid #145ab4;
}
.search-container .search-other-block .area-map .area-box .btns button {
    padding: .5em 0 .6em;
    width: 126px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    background: #b2b2b2;
    border-radius: 6px;
    transition: all .2s;
    cursor: pointer;
}
.search-container .search-other-block .area-map .area-box .btns .all-clear-btn {
    margin-right: 10px;
}
.search-container .search-other-block .area-map .area-box .btns .ok-btn {
    background: #145ab4;
}
.btn_OCmapClose {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    background: #145ab4;
    border: solid 2px #fff;
    border-radius: 50%;
}
.btn_OCmapClose::before, .btn_OCmapClose::after {
    content: '';
    width: 4px;
    height: 20px;
    background: #fff;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 2px);
    transform: rotate(45deg);
}
.btn_OCmapClose::after {
    transform: rotate(-45deg);
}
.btn_OCmapClose span {
    display: none;
}
.search-container .search-other-block .area-map .pref-list {
    padding: 20px 20px 12px;
    text-align: center;
    font-size: 0;
    height: 165px;
    position: relative;
}
.search-container .search-other-block .area-map .pref-list li {
    display: inline-block;
    margin: 0 5px 12px;
    width: 86px;
    font-size: 18px;
    position: absolute;
    width: 25%;
    height: 21%;
}
.search-container .search-other-block .area-map .pref-list li:nth-child(3n) {
    margin-right: 0;
}
/*東北*/
#aomori {
    top: 5%;
    left: 24%;
    width: 52%;
}
#iwate {
    top: 28%;
    left: 24%;
    width: 25.5%;
}
#akita {
    top: 28%;
    left: 50.5%;
    width: 25.5%;
}
#yamagata {
    top: 51%;
    left: 24%;
    width: 25.5%;
}
#miyagi {
    top: 51%;
    left: 50.5%;
    width: 25.5%;
}
#fukushima {
    top: 74%;
    left: 24%;
    width: 52%;
}
/*関東*/
#ibaraki {
    top: 6%;
    left: 63%;
    width: 24%;
    height: 30%;
}
#chiba {
    top: 38%;
    left: 63%;
    width: 24%;
    height: 40%;
}
#tochigi {
    top: 6%;
    left: 37%;
}
#gunma {
    top: 6%;
    left: 11%;
}
#saitama {
    top: 29%;
    left: 33%;
    width: 29%;
}
#tokyo {
    top: 52%;
    left: 33%;
    width: 29%;
}
#kanagawa {
    top: 75%;
    left: 11%;
    width: 30%;
}
#yamanashi {
    top: 29%;
    left: 11%;
    height: 44%;
    width: 21%;
}
/*信越北陸*/
#fukui {
    top: 27%;
    left: 3%;
    width: 22%
}
#ishikawa {
    top: 27%;
    left: 26%;
    width: 22%
}
#toyama {
    top: 27%;
    left: 49%;
    width: 22%
}
#niigata {
    top: 27%;
    left: 72%;
    width: 22%
}
#nagano {
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
}
/*東海*/
#aichi {
    top: 52%;
    left: 36%;
}
#shizuoka {
    top: 52%;
    left: 62%;
}
#mie {
    top: 38%;
    left: 10%;
    height: 52%;
}
#gifu {
    top: 10%;
    left: 36%;
    height: 40%;
}
/*近畿*/
#hyogo {
    top: 18%;
    left: 9%;
}
#kyoto {
    top: 18%;
    left: 35%;
}
#shiga {
    top: 18%;
    left: 61%;
}
#osaka {
    top: 41%;
    left: 22%;
}
#nara {
    top: 41%;
    left: 48%;
}
#wakayama {
    top: 64%;
    left: 22%;
    width: 51%;
}
/*中国*/
#tottori {
    top: 31%;
    left: 62%;
}
#okayama {
    top: 54%;
    left: 62%;
}
#shimane {
    top: 31%;
    left: 36%;
}
#hiroshima {
    top: 54%;
    left: 36%;
}
#yamaguchi {
    top: 31%;
    left: 10%;
    height: 44%;
}
/*四国*/
#kagawa {
    top: 31%;
    left: 49%;
}
#tokushima {
    top: 54%;
    left: 49%;
}
#ehime {
    top: 31%;
    left: 23%;
}
#kochi {
    top: 54%;
    left: 23%;
}
/*九州沖縄*/
#nagasaki {
    top: 12%;
    left: 5%;
    width: 21%
}
#saga {
    top: 12%;
    left: 27%;
    width: 21%
}
#fukuoka {
    top: 12%;
    left: 49%;
    width: 21%
}
#oita {
    top: 12%;
    left: 71%;
    width: 21%
}
#miyazaki {
    top: 35%;
    left: 67%;
    width: 25%;
}
#kumamoto {
    top: 35%;
    left: 41%;
    width: 25%;
}
#kagoshima {
    top: 57.5%;
    left: 41%;
    width: 51%;
}
#okinawa {
    top: 72%;
    left: 5%;
}
.search-container .search-other-block .area-map .pref-list label {
    display: block;
    padding: .5em 0 0.6em;
    color: #fff;
    line-height: 1;
    background: #b2b2b2;
    transition: all .2s;
    font-size: 16px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-container .search-other-block .area-map input[type="checkbox"]:checked + label {
    background: #145ab4;
    color: #fff;
}
.search-container .search-other-block .search-other-box {
    float: right;
    width: 360px;
}
.search-container .search-other-block .area-clear-btn, .search-container .search-other-block .lect-detail-btn {
    padding: .5em .5em;
    color: #145ab4;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    border: 2px solid #145ab4;
    border-radius: 6px;
    cursor: pointer;
}
.search-container .search-other-block .lect-detail-btn {
    text-decoration: none;
    transition: all .2s;
}
.search-container .search-other-block .search-kind-box {
    margin-bottom: 40px;
}
.search-container .search-other-block .search-kind-box h4 {
    display: block;
    padding-left: 0.0em;
}
.search-container .search-other-block .search-kind-list {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.search-container .search-other-block .search-kind-list li {
    display: block;
    margin-right: 12px;
    margin-bottom: 12px;
}
.search-container .search-other-block .search-kind-list li:nth-child(3n) {
    margin-right: 0;
}
.search-container .search-other-block .search-kind-list li label {
    padding: 1em 0 1.2em;
    width: 110px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    font-weight: 700;
}
.search-container .search-other-block .search-kind-list li input[type="checkbox"]:checked + label {
    background: #145ab4;
    color: #fff;
}
.search-container .search-other-block .search-lect-box {
    padding: 0;
}
.search-container .search-other-block .search-lect-head {
    margin-bottom: 21px;
}
.search-container .search-other-block .search-lect-head h4, .search-container .search-other-block .search-lect-head a {
    display: inline-block;
    vertical-align: middle;
}
.search-container .search-other-block .search-lect-head h4 {
    margin: 0 .5em 0 0;
    padding-left: 0.0em;
}
.search-container .search-other-block .search-lect-head h4 span {
    display: inline-block;
}
.search-container .search-other-block .search-lect-head h4 span a {
    color: #145ab4;
    border: 2px solid #009bf4;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
    display: block;
}
.search-container .search-other-block .search-lect-head a {
    padding: .6em .8em .4em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.search-container .search-other-block .search-lect-body {
    text-align: center;
}
.search-container .search-other-block .lect-select-btn {
    padding: .8em 2em .6em;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    background: #b2b2b2;
    border-radius: 4px;
}
.search-container .search-other-block .lect-select-btn.active {
    background: #145ab4;
}
.search-container .search-other-block .lect-list-box {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 100;
    width: 110%;
    background: #fff;
    border: 3px solid #145ab4;
    border-radius: 6px;
    transform: translate(-50%, 20px);
}
.search-container .search-other-block .lect-list-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24%;
    border: 10px solid transparent;
    border-bottom: 20px solid #145ab4;
    transform: translate(-50%, -100%);
}
.search-container .search-total-block {
    width: 100%;
    background: #031b51;
    padding: 10px;
}
.search-container .search-total-block .btns {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.search-container .search-total-block .btns #search_clear_btn {
    font-size: 16px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    width: 90px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    border-radius: 9999px;
    display: block;
    position: static;
}
.search-container .search-total-block .btns #search_btn {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    width: 290px;
    height: 50px;
    margin-left: 20px;
    line-height: 50px;
    text-align: center;
    background: #145ab4;
    border-radius: 9999px;
    position: static;
}
.search-container .search-total-block .btns #search_btn.active {
    background: #00a4ff;
}
#search_mod_map .search-area-block .area-map .area-box .closebtn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -21px;
    right: -21px;
    background: #fff;
    border-radius: 50%;
    z-index: 50;
    cursor: pointer;
}
#search_mod_map .search-area-block .area-map .area-box .closebtn:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/shingaku/p/img/share/closebtn.svg) no-repeat;
    background-size: contain;
}
div.selected_info.area.a1_caption > span {
    margin-right: 1em;
    font-size: 12px;
}
/*特集種別で探す*/
.search-feature-box {
    width: 35%;
}
.search-container .search-other-block .search-feature-box .search-feature-list li {
    width: 100%;
    margin-bottom: 6px;
}
.search-container .search-other-block .search-feature-box .search-feature-list li label {
    background: none;
    width: 100%;
    text-align: left;
    color: #1F2A66;
    padding: 0;
    font-size: 16px;
    position: relative;
    padding: 4px;
    padding-left: 30px;
    line-height: 1;
}
.search-container .search-other-block .search-feature-box .search-feature-list li label::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border: solid 2px #bbb;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
}
.search-container .search-other-block .search-feature-box .search-feature-list li input:checked + label::before {
    border: solid 2px #0173bc;
    background: #0173bc;
}
.search-container .search-other-block .search-feature-box .search-feature-list li input:checked + label::after {
    content: '';
    width: 10px;
    height: 20px;
    display: block;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(40deg);
    position: absolute;
    left: 6px;
    top: 0;
}
.search-container .search-other-block .search-feature-box .search-feature-list li input[type="checkbox"]:checked + label {
    background: none;
}
@media screen and (min-width: 640px) { /*hover only pc*/
    .search-container .search-name-block button:hover {
        background: #666;
    }
    .search-container .search-date-block button:hover {
        color: #fff;
        background: #145ab4;
    }
    .search-container .search-other-block .area-map .area01 label:hover {
        background: #729cd2;
        color: #fff;
    }
    .search-container .search-other-block .area-map .area-btn span:hover {
        background: #729cd2;
        color: #fff;
    }
    .search-container .search-other-block .area-map .area-box .btns .all-clear-btn:hover {
        background: rgba(178, 178, 178, 0.7);
    }
    .search-container .search-other-block .area-map .area-box .btns .ok-btn:hover {
        background: #729cd2;
    }
    .btn_OCmapClose:hover {
        background: #729cd2;
    }
    #search_mod_map .search-area-block .area-map .area-box .closebtn:hover:before {
        opacity: 0.8;
    }
    .search-container .search-other-block .area-map .pref-list label:hover {
        background: #729cd2;
    }
    .search-container .search-other-block .area-map input[type="checkbox"]:checked + label:hover {
        background: #145ab4;
    }
    .search-container .search-other-block .area-clear-btn:hover {
        color: #fff;
        background: #145ab4;
    }
    .search-container .search-other-block .lect-detail-btn:hover {
        color: #fff;
        background: #145ab4;
    }
    .search-container .search-other-block .search-kind-list li label:hover {
        background: #729cd2;
        color: #fff;
    }
    .search-container .search-other-block .lect-select-btn:hover {
        background: #729cd2;
    }
}
@media screen and (max-width: 1000px) {
    .search-container .search-body h4 {
        margin: 0 0 1vw;
        font-size: 1.8vw;
    }
    .search-container .search-body h3::before, .search-container .search-body h4::before {
        width: 2.5vw;
        height: 2.5vw;
        vertical-align: -0.6vw;
    }
    .search-container .search-other-block {
        min-height: inherit;
    }
    .search-container .search-other-block .area-clear-btn, .search-container .search-other-block .lect-detail-btn {
        padding: .5em .5em;
        font-size: 1.6vw;
    }
    .area-map .area01 label span {
        font-size: 1.4vw;
    }
    .search-container .search-other-block .area-map .area-btn span {
        font-size: 1.4vw;
    }
    .search-container .search-other-block .area-map .pref-list {
        padding: 2vw 2vw 1.2vw;
        height: 18vw;
    }
    .search-container .search-other-block .area-map .pref-list li {
        margin: 0 0.5vw 1.2vw;
        /* width: 30%; */
        font-size: 1.8vw;
    }
    .search-container .search-other-block .area-map .pref-list label {
        font-size: 1.6vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #search_mod_map .search-area-block .area-map .area-box .closebtn {
        width: 4vw;
        height: 4vw;
        top: -2vw;
        right: -2vw;
    }
    #search_mod_map .search-area-block .area-map .area-box .closebtn:before {
        width: 4vw;
        height: 4vw;
    }
    .search-container .search-other-block .area-map .area-box .btns {
        padding: 2vw;
    }
    .search-container .search-other-block .area-map .area-box .btns button {
        width: 13vw;
        font-size: 1.8vw;
    }
    .search-container .search-body input[type="text"], .search-container .search-body input[type="date"] {
        font-size: 1.6vw;
    }
    .search-container .search-other-block .search-kind-list li {
        width: 30%;
        margin-bottom: 0
    }
    .search-container .search-other-block .search-kind-list li label {
        width: 100%;
        font-size: 1.4vw;
    }
    div.selected_info.area.a1_caption > span {
        font-size: 1.2vw;
    }
    /*特集種別で探す*/
    .search-container .search-other-block .search-feature-box .search-feature-list li label {
        font-size: 1.6vw;
        padding-left: 3vw;
    }
    .search-container .search-other-block .search-feature-box .search-feature-list li label::before {
        width: 2vw;
        height: 2vw;
        top: 0;
    }
    .search-container .search-other-block .search-feature-box .search-feature-list li input:checked + label::after {
        width: 1vw;
        height: 2vw;
        left: 0.6vw;
    }
    .search-container .search-total-block {
        margin-top: 4vw;
    }
    .search-container .search-total-block .btns {
        height: inherit;
    }
    .search-container .search-total-block .btns #search_btn {
        font-size: 1.6vw;
        height: 5vw;
        line-height: 5vw;
    }
     .search-container .search-total-block .btns #search_clear_btn {
        font-size: 1.4vw;
        height: 5vw;
        line-height: 5vw;
    }
}
@media screen and (max-width: 640px) {
    #searchopen {
        width: 80%;
        margin: 14vw auto 2vw;
        padding: 3vw 0;
    }
    #searchopen::before {
        width: 2.5vw;
        height: 2.5vw;
        top: calc(50% - 1.8vw);
    }
    .search-container .wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .search-container .search-other-block {
        margin-bottom: 1vw;
    }
    #search_mod_map .search-area-block {
        margin-top: 10vw;
    }
    .search-container .search-other-block .area-map {
        margin-top: -10vw;
    }
    .search-right, .search-left {
        width: 100%;
    }
    .search-right {
        margin-bottom: 8vw;
    }
    .search-container .search-body  {
        border-radius: 0;
    }
    .search-container .search-body h4 {
        margin: 0 0 2vw;
        font-size: 4.4vw;
    }
    .search-container .search-body h3::before, .search-container .search-body h4::before {
        width: 5vw;
        height: 5vw;
        vertical-align: -1vw;
    }
    .search-container .search-other-block .area-clear-btn, .search-container .search-other-block .lect-detail-btn {
        padding: .5em .5em;
        font-size: 3.4vw;
    }
    .area-map .area01 label span {
        font-size: 3.6vw;
    }
    .search-container .search-other-block .area-map .area-btn span {
        font-size: 3.6vw;
    }
    .search-container .search-other-block .area-map .pref-list {
        padding: 4vw 4vw 2vw;
        height: 46vw;
    }
    .search-container .search-other-block .area-map .pref-list li {
        margin: 0 1vw 2vw;
        /* width: 30%; */
        font-size: 4vw;
    }
    .search-container .search-other-block .area-map .pref-list label {
        padding: 3vw 0;
        font-size: 3.6vw;
    }
    #search_mod_map .search-area-block .area-map .area-box .closebtn {
        width: 8vw;
        height: 8vw;
        top: -4vw;
        right: -4vw;
    }
    #search_mod_map .search-area-block .area-map .area-box .closebtn:before {
        width: 8vw;
        height: 8vw;
    }
    .search-container .search-other-block .area-map .area-box .btns {
        padding: 4vw;
    }
    .search-container .search-other-block .area-map .area-box .btns button {
        width: 26vw;
        font-size: 4vw;
    }
    .search-container .search-name-block {
        margin: 0 auto 8vw;
    }
    .search-container .search-body input[type="text"], .search-container .search-body input[type="date"] {
        font-size: 4.4vw;
    }
    .search-container .search-other-block .search-kind-box {
        margin-bottom: 8vw;
    }
    .search-container .search-other-block .search-kind-list li label {
        width: 100%;
        font-size: 3.4vw;
    }
    .search-container .search-total-block {
        width: 100%;
        margin: 0;
        padding: 3vw 20px;
    }
    .search-container .search-total-block .btns {
        height: 12vw;
    }
    .search-container .search-total-block .btns #search_clear_btn {
        font-size: 4.4vw;
        width: 27%;
        height: 12vw;
        line-height: 12vw;
    }
    .search-container .search-total-block .btns #search_btn {
        font-size: 4vw;
        width: 70%;
        height: 12vw;
        line-height: 12vw;
        margin-left: 3%;
    }
    div.selected_info.area.a1_caption > span {
        font-size: 3vw;
    }
    /*特集種別で探す*/
    .search-feature-box {
        width: 100%;
        margin-bottom: 8vw;
    }
    .search-container .search-other-block .search-feature-box .search-feature-list li {
        width: 100%;
        margin-bottom: 1vw;
    }
    .search-container .search-other-block .search-feature-box .search-feature-list li label {
        font-size: 4vw;
        padding: 1vw;
        padding-left: 8vw;
    }
    .search-container .search-other-block .search-feature-box .search-feature-list li label::before {
        width: 4.2vw;
        height: 4.2vw;
        top: calc(50% - 2.4vw);
    }
    .search-container .search-other-block .search-feature-box .search-feature-list li input:checked + label::after {
        width: 2vw;
        height: 4.2vw;
        left: 1.5vw;
        top: 0vw;
    }
}